@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body,
html {
    height: 100%;
}
*,
:after,
:before {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
}
pre,
textarea {
    overflow: auto;
}
[hidden],
template {
    display: none;
}
details,
main,
summary {
    display: block;
}
input[type="number"] {
    width: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
progress {
    display: inline-block;
}
small,
sub,
sup {
    font-size: 75%;
}
sub,
sup {
    position: relative;
    vertical-align: baseline;
    line-height: 0;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
textarea {
    resize: vertical;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
audio:not([controls]) {
    display: none;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
button,
input,
select,
textarea {
    min-height: 1.5em;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
input {
    line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-style: none;
    cursor: pointer;
    background-color: transparent;
    -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace;
}
ol,
ul {
    list-style: none;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
fieldset {
    border: 0;
}
html {
    font-size: 16px;
}
body {
    background-color: #fff;
    letter-spacing: 0.04em;
    word-wrap: break-word;
    color: #343434;
    font-family: YakuHanJP, Noto Sans JP, sans-serif;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
a {
    text-decoration: underline;
    font-weight: 700;
}
a,
a:visited {
    color: #0a9bde;
}
a:active,
a:hover {
    text-decoration: none;
    color: #0a9bde;
}
a[href^="tel:"]:hover {
    color: #0a9bde;
}
@media (min-width: 768px) {
    a[href^="tel:"] {
        cursor: text;
        text-decoration: none;
    }
}
::-moz-selection {
    background-color: #036eb8;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #036eb8;
    color: #fff;
    text-shadow: none;
}
.hoge {
    width: 100%;
    background: #40e0d0;
}
.hoge:after {
    content: "：SM";
}
@media (min-width: 768px) {
    .hoge {
        background: violet;
    }
    .hoge:after {
        content: "：MD";
    }
}
@media (min-width: 1024px) {
    .hoge {
        background: wheat;
    }
    .hoge:after {
        content: "：LG";
    }
}
.hoge_small {
    width: 100%;
}
.u-hidden {
    display: none !important;
    visibility: hidden;
}
@media (max-width: 767.98px) {
    .u-hidden-sm {
        display: none !important;
        visibility: hidden;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .u-hidden-md {
        display: none !important;
        visibility: hidden;
    }
}
@media (min-width: 1024px) {
    .u-hidden-lg {
        display: none !important;
        visibility: hidden;
    }
}
@media (min-width: 768px) {
    .u-hidden-md-up {
        display: none !important;
        visibility: hidden;
    }
}
.u-visuallyhidden {
    overflow: hidden;
    clip: rect(0 0 0 0);
    position: absolute;
    margin: -1px;
    padding: 0;
    border: 0;
    width: 1px;
    height: 1px;
}
.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
    overflow: visible;
    clip: auto;
    position: static;
    margin: 0;
    width: auto;
    height: auto;
}
.u-invisible {
    visibility: hidden;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
main {
    display: block;
}
@media (min-width: 768px) {
    main {
        padding-top: 125px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    main {
        padding-top: 66px;
        min-width: 1024px;
    }
}
@media (max-width: 767.98px) {
    main {
        padding-top: 66px;
    }
}
.is-sitetop main {
    background-color: #f3f6f8;
}
@media (min-width: 768px) {
    .is-sitetop main {
        padding-bottom: 180px;
    }
}
@media (max-width: 767.98px) {
    .is-sitetop main {
        padding-bottom: 60px;
    }
}
.is-sitetop.is-IE main {
    overflow: hidden;
    max-width: 100%;
}
.c-object-fit img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover;
}
.secondary_btn_large {
    position: relative;
}
.secondary_btn_large.is-center a {
    margin: 0 auto;
}
.secondary_btn_large a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding-right: 26px;
    border-radius: 30px;
    width: 320px;
    height: 60px;
    background-color: #fff;
    text-decoration: none;
}
.is-IE .secondary_btn_large a {
    transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 24px 18px -20px rgba(10, 155, 222, 0.6);
}
.no-touchevents.is-IE .secondary_btn_large a:hover,
.touchevents.is-IE .secondary_btn_large a.is-touched {
    box-shadow: 0 4px 10px 1px rgba(10, 155, 222, 0.3);
}
@media (min-width: 768px) {
    .secondary_btn_large a._size480 {
        width: 480px;
    }
}
@media (min-width: 768px) {
    .secondary_btn_large a._size520 {
        width: 520px;
    }
}
@media (max-width: 767.98px) {
    .secondary_btn_large a._line2 {
        border-radius: 34px;
        height: 68px;
        line-height: 1.30769;
    }
}
@media (max-width: 767.98px) {
    .secondary_btn_large a._line3 {
        padding-bottom: 4px;
        border-radius: 43px;
        height: 86px;
        line-height: 1.30769;
    }
}
.secondary_btn_large__shadow {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    width: inherit;
    height: inherit;
    background-color: #fff;
}
.secondary_btn_large__shadow:before {
    content: "";
    opacity: 0.6;
    position: absolute;
    z-index: -1;
    bottom: -6px;
    left: 50%;
    border-radius: inherit;
    width: 84%;
    height: 60%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0a9bde;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.no-touchevents a:hover .secondary_btn_large__shadow:before,
.touchevents a.is-touched .secondary_btn_large__shadow:before {
    opacity: 0.3;
    bottom: -3px;
    width: 100%;
    height: calc(100% - 3px);
    -webkit-filter: blur(6px);
    filter: blur(6px);
}
.is-IE .secondary_btn_large__shadow {
    display: none;
}
.secondary_btn_large__bg {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    width: inherit;
    height: inherit;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.no-touchevents a:hover .secondary_btn_large__bg,
.touchevents a.is-touched .secondary_btn_large__bg {
    opacity: 0;
}
.secondary_btn_large__txt {
    position: relative;
    margin: 0 0 4px 4px;
    transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #fff;
    font-size: 18px;
}
@media (max-width: 767.98px) {
    .secondary_btn_large__txt {
        padding-top: 3px;
        font-size: 16px;
    }
}
.no-touchevents a:hover .secondary_btn_large__txt,
.touchevents a.is-touched .secondary_btn_large__txt {
    color: #0a9bde;
}
.secondary_btn_large__txt small {
    font-size: 14px;
}
@media (max-width: 767.98px) {
    .secondary_btn_large__txt small {
        display: block;
        margin-top: 4px;
        text-align: center;
        font-size: 12px;
    }
}
.secondary_btn_large__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 13px;
    margin-left: 10px;
    border-radius: 50%;
    min-width: 34px;
    height: 34px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
}
.secondary_btn_large__icon:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: inherit;
    height: inherit;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.no-touchevents a:hover .secondary_btn_large__icon:before,
.touchevents a.is-touched .secondary_btn_large__icon:before {
    opacity: 1;
}
.secondary_btn_large__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 14px;
    height: 14px;
    transition: background-position 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/jp/assets/img/icon/arrow_right_wb.svg) no-repeat;
    background-position: -14px 0;
    background-size: 28px 14px;
}
.no-touchevents a:hover .secondary_btn_large__icon:after,
.touchevents a.is-touched .secondary_btn_large__icon:after {
    background-position: 0 0;
}
.secondary_btn_large__icon-external {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 13px;
    margin-left: 10px;
    border-radius: 50%;
    min-width: 34px;
    height: 34px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
}
@media (max-width: 767.98px) {
    .secondary_btn_large__icon-external {
        right: 10px;
        min-width: 32px;
        height: 32px;
    }
}
.secondary_btn_large__icon-external:after,
.secondary_btn_large__icon-external:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: url(/jp/assets/img/icon/external_link_wb.svg) no-repeat;
}
.secondary_btn_large__icon-external:before {
    min-width: 34px;
    height: 34px;
    background-position: 0 0;
    background-size: 68px 34px;
}
@media (max-width: 767.98px) {
    .secondary_btn_large__icon-external:before {
        min-width: 32px;
        height: 32px;
        background-position: 0 0;
        background-size: 64px 32px;
    }
}
.secondary_btn_large__icon-external:after {
    opacity: 0;
    min-width: 34px;
    height: 34px;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-position: -34px 0;
    background-size: 68px 34px;
}
@media (max-width: 767.98px) {
    .secondary_btn_large__icon-external:after {
        min-width: 32px;
        height: 32px;
        background-position: -32px 0;
        background-size: 64px 32px;
    }
}
.no-touchevents a:hover .secondary_btn_large__icon-external:after,
.touchevents a.is-touched .secondary_btn_large__icon-external:after {
    opacity: 1;
}
.secondary_btn_medium.is-center a {
    margin: 0 auto;
}
.secondary_btn_medium a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding-right: 10px;
    border-radius: 25px;
    width: 240px;
    height: 50px;
    background-color: #fff;
    text-decoration: none;
}
.secondary_btn_medium a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 25px);
}
@media (max-width: 767.98px) {
    .secondary_btn_medium a {
        width: 250px;
    }
}
.is-IE .secondary_btn_medium a {
    transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 24px 18px -20px rgba(10, 155, 222, 0.6);
}
.no-touchevents.is-IE .secondary_btn_medium a:hover,
.touchevents.is-IE .secondary_btn_medium a.is-touched {
    box-shadow: 0 4px 10px 1px rgba(10, 155, 222, 0.3);
}
@media (min-width: 768px) {
    .secondary_btn_medium a._size320 {
        width: 320px;
    }
}
@media (min-width: 768px) {
    .secondary_btn_medium a._size480 {
        width: 480px;
    }
}
@media (max-width: 767.98px) {
    .secondary_btn_medium a._sm_size225 {
        width: 225px;
    }
}
@media (max-width: 767.98px) {
    .secondary_btn_medium a._sm_size300 {
        width: 300px;
    }
}
.secondary_btn_medium a._size-more {
    width: 340px;
}
@media (max-width: 767.98px) {
    .secondary_btn_medium a._size-more {
        padding-right: 8px;
        width: 270px;
    }
}
@media (max-width: 767.98px) {
    .secondary_btn_medium a._line2 {
        padding-bottom: 2px;
        border-radius: 34px;
        height: 68px;
        line-height: 1.30769;
    }
}
@media (max-width: 767.98px) {
    .secondary_btn_medium a._line3 {
        padding-bottom: 4px;
        border-radius: 43px;
        height: 86px;
        line-height: 1.30769;
    }
}
.secondary_btn_medium__shadow {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    width: inherit;
    height: inherit;
    background-color: #fff;
}
.secondary_btn_medium__shadow:before {
    content: "";
    opacity: 0.6;
    position: absolute;
    z-index: -1;
    bottom: -6px;
    left: 50%;
    border-radius: inherit;
    width: 84%;
    height: 60%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0a9bde;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.no-touchevents a:hover .secondary_btn_medium__shadow:before,
.touchevents a.is-touched .secondary_btn_medium__shadow:before {
    opacity: 0.3;
    bottom: -3px;
    width: 100%;
    height: calc(100% - 3px);
    -webkit-filter: blur(6px);
    filter: blur(6px);
}
.is-IE .secondary_btn_medium__shadow {
    display: none;
}
.secondary_btn_medium__bg {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    width: inherit;
    height: inherit;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.no-touchevents a:hover .secondary_btn_medium__bg,
.touchevents a.is-touched .secondary_btn_medium__bg {
    opacity: 0;
}
.secondary_btn_medium__txt {
    position: relative;
    transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #fff;
}
.no-touchevents a:hover .secondary_btn_medium__txt,
.touchevents a.is-touched .secondary_btn_medium__txt {
    color: #0a9bde;
}
.secondary_btn_medium__txt small {
    font-size: 14px;
}
@media (max-width: 767.98px) {
    .secondary_btn_medium__txt small {
        display: block;
        margin-top: 4px;
        text-align: center;
        font-size: 12px;
    }
}
.secondary_btn_medium__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 11px;
    margin-left: 10px;
    border-radius: 50%;
    min-width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
}
.secondary_btn_medium__icon:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: inherit;
    height: inherit;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.no-touchevents a:hover .secondary_btn_medium__icon:before,
.touchevents a.is-touched .secondary_btn_medium__icon:before {
    opacity: 1;
}
.secondary_btn_medium__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 12px;
    height: 12px;
    transition: background-position 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/jp/assets/img/icon/arrow_right_wb.svg) no-repeat;
    background-position: -12px 0;
    background-size: 24px 12px;
}
.no-touchevents a:hover .secondary_btn_medium__icon:after,
.touchevents a.is-touched .secondary_btn_medium__icon:after {
    background-position: 0 0;
}
.secondary_btn_medium__icon-dl {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 11px;
    margin-left: 10px;
    border-radius: 50%;
    min-width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/jp/assets/img/icon/dl_icon_wb.svg) no-repeat;
    background-color: #fff;
    background-position: 0 0;
    background-size: 56px 28px;
}
.secondary_btn_medium__icon-dl:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 28px;
    height: 28px;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/jp/assets/img/icon/dl_icon_wb.svg) no-repeat;
    background-position: -28px 0;
    background-size: 56px 28px;
}
.no-touchevents a:hover .secondary_btn_medium__icon-dl:after,
.touchevents a.is-touched .secondary_btn_medium__icon-dl:after {
    opacity: 1;
}
.secondary_btn_medium__icon-external {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-left: 10px;
    border-radius: 50%;
    min-width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .secondary_btn_medium__icon-external {
        right: 8px;
        min-width: 25px;
        height: 25px;
    }
}
.secondary_btn_medium__icon-external:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: 28px;
    height: 28px;
    background: url(/jp/assets/img/icon/external_link_wb.svg) no-repeat;
    background-position: 0 0;
    background-size: 56px 28px;
}
@media (max-width: 767.98px) {
    .secondary_btn_medium__icon-external:before {
        min-width: 25px;
        height: 25px;
        background-position: 0 0;
        background-size: 50px 25px;
    }
}
.secondary_btn_medium__icon-external:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: 28px;
    height: 28px;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: url(/jp/assets/img/icon/external_link_wb.svg) no-repeat;
    background-position: -28px 0;
    background-size: 56px 28px;
}
@media (max-width: 767.98px) {
    .secondary_btn_medium__icon-external:after {
        min-width: 25px;
        height: 25px;
        background-position: -25px 0;
        background-size: 50px 25px;
    }
}
.no-touchevents a:hover .secondary_btn_medium__icon-external:after,
.touchevents a.is-touched .secondary_btn_medium__icon-external:after {
    opacity: 1;
}
.secondary_btn_medium__icon-more {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-left: 10px;
    border-radius: 50%;
    min-width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .secondary_btn_medium__icon-more {
        right: 8px;
        min-width: 25px;
        height: 25px;
    }
}
.secondary_btn_medium__icon-more:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: 28px;
    height: 28px;
    background: url(/jp/assets/img/icon/more_icon_wb.svg) no-repeat;
    background-position: 0 0;
    background-size: 56px 28px;
}
@media (max-width: 767.98px) {
    .secondary_btn_medium__icon-more:before {
        min-width: 25px;
        height: 25px;
        background-position: 0 0;
        background-size: 50px 25px;
    }
}
.secondary_btn_medium__icon-more:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: 28px;
    height: 28px;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: url(/jp/assets/img/icon/more_icon_wb.svg) no-repeat;
    background-position: -28px 0;
    background-size: 56px 28px;
}
@media (max-width: 767.98px) {
    .secondary_btn_medium__icon-more:after {
        min-width: 25px;
        height: 25px;
        background-position: -25px 0;
        background-size: 50px 25px;
    }
}
.no-touchevents a:hover .secondary_btn_medium__icon-more:after,
.touchevents a.is-touched .secondary_btn_medium__icon-more:after {
    opacity: 1;
}
.third_btn_medium.is-center {
    text-align: center;
}
.third_btn_medium a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 8px;
    border: 4px solid #e8f0f2;
    border-radius: 28px;
    height: 56px;
    background-color: #fff;
    text-decoration: none;
}
@media (min-width: 768px) {
    .third_btn_medium a {
        min-width: 240px;
    }
}
.third_btn_medium a:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: -4px;
    left: -4px;
    border-radius: inherit;
    min-width: inherit;
    height: inherit;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.no-touchevents .third_btn_medium a:hover:before,
.touchevents .third_btn_medium a.is-touched:before {
    opacity: 1;
}
@media (max-width: 767.98px) {
    .third_btn_medium a {
        display: flex;
        padding-right: 9px;
        border-radius: 25px;
        width: 100%;
        max-width: 250px;
        height: 50px;
        font-size: 13px;
    }
}
@media (min-width: 768px) {
    .third_btn_medium a._size310 {
        min-width: 330px;
    }
}
@media (min-width: 768px) {
    .third_btn_medium a._size320 {
        min-width: 320px;
    }
}
@media (min-width: 768px) {
    .third_btn_medium a._size330 {
        min-width: 330px;
    }
}
@media (min-width: 768px) {
    .third_btn_medium a._size360 {
        min-width: 360px;
    }
}
@media (min-width: 768px) {
    .third_btn_medium a._size380 {
        min-width: 380px;
    }
}
@media (min-width: 768px) {
    .third_btn_medium a._size480 {
        min-width: 480px;
    }
}
@media (min-width: 768px) {
    .third_btn_medium a._size520 {
        min-width: 520px;
    }
}
@media (min-width: 768px) {
    .third_btn_medium a._size560 {
        min-width: 560px;
    }
}
@media (max-width: 767.98px) {
    .third_btn_medium a._line2 {
        border-radius: 34px;
        height: 68px;
        line-height: 1.46154;
    }
}
@media (max-width: 767.98px) {
    .third_btn_medium a._line3 {
        padding-bottom: 4px;
        border-radius: 43px;
        height: 86px;
        line-height: 1.46154;
    }
}
@media (min-width: 768px) {
    .third_btn_medium a._lg-line2 {
        border-radius: 34px;
        height: 68px;
        line-height: 1.46154;
    }
}
.third_btn_medium a._ls-normal {
    letter-spacing: normal;
}
@media (max-width: 767.98px) {
    .third_btn_medium a._sm-center {
        text-align: center;
    }
}
.third_btn_medium__txt {
    position: relative;
    transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 768px) {
    .third_btn_medium__txt {
        top: -1px;
    }
    .is-eng .third_btn_medium__txt {
        top: -3px;
        line-height: 1.28571;
    }
}
@media (max-width: 767.98px) {
    .is-eng .third_btn_medium__txt {
        top: -1px;
    }
}
.no-touchevents a:hover .third_btn_medium__txt,
.touchevents a.is-touched .third_btn_medium__txt {
    color: #fff;
}
.third_btn_medium__txt small {
    margin-left: 4px;
    font-size: 12px;
}
@media (max-width: 767.98px) {
    .third_btn_medium__txt small {
        font-size: 10px;
    }
}
@media (min-width: 768px) {
    .third_btn_medium__txt .__line2txt {
        display: block;
    }
}
.third_btn_medium__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-left: 10px;
    border-radius: 50%;
    min-width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
}
@media (max-width: 767.98px) {
    .third_btn_medium__icon {
        min-width: 25px;
        height: 25px;
    }
}
.third_btn_medium__icon:before {
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: inherit;
    height: inherit;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.no-touchevents a:hover .third_btn_medium__icon:before,
.touchevents a.is-touched .third_btn_medium__icon:before {
    opacity: 0;
}
.third_btn_medium__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 12px;
    height: 12px;
    transition: background-position 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/jp/assets/img/icon/arrow_right_bw.svg) no-repeat;
    background-position: -12px 0;
    background-size: 24px 12px;
}
.no-touchevents a:hover .third_btn_medium__icon:after,
.touchevents a.is-touched .third_btn_medium__icon:after {
    background-position: 0 0;
}
@media (max-width: 767.98px) {
    .third_btn_medium__icon:after {
        min-width: 11px;
        height: 11px;
        background-position: -11px 0;
        background-size: 22px 11px;
    }
}
.third_btn_medium__icon-external {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-left: 10px;
    border-radius: 50%;
    min-width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .third_btn_medium__icon-external {
        right: 8px;
        min-width: 25px;
        height: 25px;
    }
}
@media (min-width: 768px) {
    .is-icon24 .third_btn_medium__icon-external {
        min-width: 24px;
        height: 24px;
    }
}
.third_btn_medium__icon-external:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: 28px;
    height: 28px;
    background: url(/jp/assets/img/icon/external_link_wb.svg) no-repeat;
    background-position: 0 0;
    background-size: 56px 28px;
}
@media (max-width: 767.98px) {
    .third_btn_medium__icon-external:before {
        min-width: 25px;
        height: 25px;
        background-position: 0 0;
        background-size: 50px 25px;
    }
}
@media (min-width: 768px) {
    .is-icon24 .third_btn_medium__icon-external:before {
        min-width: 24px;
        height: 24px;
        background-size: 48px 24px;
    }
}
.third_btn_medium__icon-external:after {
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: 28px;
    height: 28px;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: url(/jp/assets/img/icon/external_link_wb.svg) no-repeat;
    background-position: -28px 0;
    background-size: 56px 28px;
}
@media (max-width: 767.98px) {
    .third_btn_medium__icon-external:after {
        min-width: 25px;
        height: 25px;
        background-position: -25px 0;
        background-size: 50px 25px;
    }
}
@media (min-width: 768px) {
    .is-icon24 .third_btn_medium__icon-external:after {
        min-width: 24px;
        height: 24px;
        background-position: -24px 0;
        background-size: 48px 24px;
    }
}
.no-touchevents a:hover .third_btn_medium__icon-external:after,
.touchevents a.is-touched .third_btn_medium__icon-external:after {
    opacity: 0;
}
.third_btn_medium__icon-dl {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-left: 10px;
    border-radius: 50%;
    min-width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .third_btn_medium__icon-dl {
        right: 8px;
        min-width: 25px;
        height: 25px;
    }
}
.third_btn_medium__icon-dl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: 28px;
    height: 28px;
    background: url(/jp/assets/img/icon/dl_icon_wb.svg) no-repeat;
    background-position: 0 0;
    background-size: 56px 28px;
}
@media (max-width: 767.98px) {
    .third_btn_medium__icon-dl:before {
        min-width: 25px;
        height: 25px;
        background-position: 0 0;
        background-size: 50px 25px;
    }
}
.third_btn_medium__icon-dl:after {
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: 28px;
    height: 28px;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: url(/jp/assets/img/icon/dl_icon_wb.svg) no-repeat;
    background-position: -28px 0;
    background-size: 56px 28px;
}
@media (max-width: 767.98px) {
    .third_btn_medium__icon-dl:after {
        min-width: 25px;
        height: 25px;
        background-position: -25px 0;
        background-size: 50px 25px;
    }
}
.no-touchevents a:hover .third_btn_medium__icon-dl:after,
.touchevents a.is-touched .third_btn_medium__icon-dl:after {
    opacity: 0;
}
.third_btn_medium__balloon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -17px;
    left: 52%;
    padding: 0 25px 1px;
    border-radius: 11px;
    height: 22px;
    background-color: #f2b711;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
@media (min-width: 768px) {
    .third_btn_medium__balloon {
        -webkit-transform: translateX(calc(-50% - 8px));
        transform: translateX(calc(-50% - 8px));
    }
    .is-IE .third_btn_medium__balloon {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (max-width: 767.98px) {
    .third_btn_medium__balloon {
        top: -18px;
        padding: 0 18px 1px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 11px;
    }
}
.third_btn_medium__balloon:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    border-color: #f2b711 transparent transparent;
    border-style: solid;
    border-width: 4px 5px 0;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.is-IE .third_btn_medium__balloon:before {
    border-width: 5px 5px 0;
}
.third_btn_tag_medium.is-center {
    text-align: center;
}
.third_btn_tag_medium a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 52px;
    padding-left: 24px;
    border: 4px solid #e8f0f2;
    border-radius: 28px;
    height: 56px;
    background-color: #fff;
    text-decoration: none;
    letter-spacing: normal;
}
.third_btn_tag_medium a:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: -4px;
    left: -4px;
    border-radius: inherit;
    width: calc(100% + 8px);
    height: inherit;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.no-touchevents .third_btn_tag_medium a:hover:before,
.touchevents .third_btn_tag_medium a.is-touched:before {
    opacity: 1;
}
@media (max-width: 767.98px) {
    .third_btn_tag_medium a {
        display: flex;
        flex-direction: column;
        padding-right: 30px;
        padding-left: 24px;
        border-radius: 34px;
        width: 100%;
        max-width: 250px;
        height: 68px;
        font-size: 13px;
        line-height: 1.375;
    }
}
@media (min-width: 768px) {
    .third_btn_tag_medium a._size310 {
        min-width: 310px;
    }
}
@media (min-width: 768px) {
    .third_btn_tag_medium a._size360 {
        min-width: 360px;
    }
}
@media (min-width: 768px) {
    .third_btn_tag_medium a._size560 {
        min-width: 560px;
    }
}
@media (max-width: 767.98px) {
    .third_btn_tag_medium a._line1 {
        flex-direction: row;
        padding-right: 34px;
        padding-left: 6px;
        border-radius: 28px;
        height: 56px;
    }
    .third_btn_tag_medium a._line1 .third_btn_tag_medium__txt {
        margin-top: 0;
        margin-left: 6px;
        padding-bottom: 2px;
    }
}
@media (max-width: 767.98px) {
    .third_btn_tag_medium a._line2 {
        border-radius: 39px;
        height: 78px;
    }
}
@media (max-width: 767.98px) {
    .third_btn_tag_medium a._line3 {
        padding-top: 2px;
        border-radius: 53px;
        height: 106px;
        line-height: 1.46154;
    }
}
.third_btn_tag_medium__tag {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 8px 1px;
    border-radius: 9.5px;
    min-width: 55px;
    height: 19px;
    background-color: #e8f0f2;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
@media (min-width: 768px) {
    .third_btn_tag_medium__tag {
        margin-right: 7px;
    }
}
@media (max-width: 767.98px) {
    .third_btn_tag_medium__tag {
        border-radius: 8px;
        min-width: 45px;
        height: 16px;
        font-size: 10px;
    }
    .third_btn_tag_medium__tag + .third_btn_tag_medium__txt {
        margin-top: 5px;
    }
}
.third_btn_tag_medium__txt {
    position: relative;
    transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    letter-spacing: normal;
}
@media (min-width: 768px) {
    .third_btn_tag_medium__txt {
        padding-bottom: 2px;
    }
}
@media (max-width: 767.98px) {
    .third_btn_tag_medium__txt.is-fz12 {
        font-size: 12px;
    }
}
.no-touchevents a:hover .third_btn_tag_medium__txt,
.touchevents a.is-touched .third_btn_tag_medium__txt {
    color: #fff;
}
.third_btn_tag_medium__icon-external {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-left: 10px;
    border-radius: 50%;
    min-width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .third_btn_tag_medium__icon-external {
        right: 8px;
        min-width: 25px;
        height: 25px;
    }
}
.third_btn_tag_medium__icon-external:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: 28px;
    height: 28px;
    background: url(/jp/assets/img/icon/external_link_wb.svg) no-repeat;
    background-position: 0 0;
    background-size: 56px 28px;
}
@media (max-width: 767.98px) {
    .third_btn_tag_medium__icon-external:before {
        min-width: 25px;
        height: 25px;
        background-position: 0 0;
        background-size: 50px 25px;
    }
}
.third_btn_tag_medium__icon-external:after {
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: 28px;
    height: 28px;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: url(/jp/assets/img/icon/external_link_wb.svg) no-repeat;
    background-position: -28px 0;
    background-size: 56px 28px;
}
@media (max-width: 767.98px) {
    .third_btn_tag_medium__icon-external:after {
        min-width: 25px;
        height: 25px;
        background-position: -25px 0;
        background-size: 50px 25px;
    }
}
.no-touchevents a:hover .third_btn_tag_medium__icon-external:after,
.touchevents a.is-touched .third_btn_tag_medium__icon-external:after {
    opacity: 0;
}
.module_holder {
    margin: 20px;
}
.module_holder > * + * {
    margin-top: 30px;
}
.c-txt-link1 a {
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.08em;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}
@media (max-width: 767.98px) {
    .c-txt-link1 a {
        font-size: 16px;
    }
}
.c-txt-link1__icon {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 10px;
    min-width: 30px;
    height: 30px;
    vertical-align: middle;
}
@media (max-width: 767.98px) {
    .c-txt-link1__icon {
        margin-left: 6px;
        min-width: 24px;
        height: 24px;
    }
}
.no-touchevents a:hover .c-txt-link1__icon.is-arw span:before,
.touchevents a.is-touched .c-txt-link1__icon.is-arw span:before {
    opacity: 0;
}
.no-touchevents a:hover .c-txt-link1__icon.is-arw span:after,
.touchevents a.is-touched .c-txt-link1__icon.is-arw span:after {
    background-position: 0 0;
}
.c-txt-link1__icon.is-arw span {
    display: block;
    border-radius: 50%;
    min-width: inherit;
    height: inherit;
    background-color: #fff;
}
.c-txt-link1__icon.is-arw span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    min-width: inherit;
    height: inherit;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.c-txt-link1__icon.is-arw span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 14px;
    height: 14px;
    transition: background-position 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/jp/assets/img/icon/arrow_right_bw.svg) no-repeat;
    background-position: -14px 0;
    background-size: 28px 14px;
}
@media (max-width: 767.98px) {
    .c-txt-link1__icon.is-arw span:after {
        min-width: 12px;
        height: 12px;
        background-position: -12px 0;
        background-size: 24px 12px;
    }
}
.c-txt-link2 a {
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.04em;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.85714;
}
@media (max-width: 767.98px) {
    .c-txt-link2 a {
        font-size: 11px;
        line-height: 1.72727;
    }
}
.c-txt-link2__icon {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    min-width: 26px;
    height: 26px;
    vertical-align: middle;
}
@media (max-width: 767.98px) {
    .c-txt-link2__icon {
        margin-left: 4px;
        min-width: 18px;
        height: 18px;
    }
}
.no-touchevents a:hover .c-txt-link2__icon.is-dl span:before,
.touchevents a.is-touched .c-txt-link2__icon.is-dl span:before {
    opacity: 0;
}
.c-txt-link2__icon.is-dl span {
    display: block;
    min-width: inherit;
    height: inherit;
    background: url(/jp/assets/img/icon/dl_icon_wb.svg) no-repeat;
    background-position: 0 0;
    background-size: 52px 26px;
}
@media (max-width: 767.98px) {
    .c-txt-link2__icon.is-dl span {
        background-size: 36px 18px;
    }
}
.c-txt-link2__icon.is-dl span:before {
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    min-width: inherit;
    height: inherit;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: url(/jp/assets/img/icon/dl_icon_wb.svg) no-repeat;
    background-position: -26px 0;
    background-size: 52px 26px;
}
@media (max-width: 767.98px) {
    .c-txt-link2__icon.is-dl span:before {
        background-position: -18px 0;
        background-size: 36px 18px;
    }
}
.c-link-download a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.875;
}
@media (max-width: 767.98px) {
    .c-link-download a {
        font-size: 13px;
        line-height: 1.61538;
    }
}
.c-link-download a small {
    font-size: 12px;
}
@media (max-width: 767.98px) {
    .c-link-download a small {
        font-size: 10px;
    }
}
.c-link-download__icon {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 8px;
    min-width: 26px;
    height: 26px;
    vertical-align: middle;
}
@media (max-width: 767.98px) {
    .c-link-download__icon {
        margin-left: 5px;
        min-width: 18px;
        height: 18px;
    }
}
.c-link-download__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: 26px;
    height: 26px;
    background: url(/jp/assets/img/icon/dl_icon_wb.svg) no-repeat;
    background-position: 0 0;
    background-size: 52px 26px;
}
@media (max-width: 767.98px) {
    .c-link-download__icon:before {
        min-width: 18px;
        height: 18px;
        background-position: 0 0;
        background-size: 36px 18px;
    }
}
.c-link-download__icon:after {
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: 26px;
    height: 26px;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: url(/jp/assets/img/icon/dl_icon_wb.svg) no-repeat;
    background-position: -26px 0;
    background-size: 52px 26px;
}
@media (max-width: 767.98px) {
    .c-link-download__icon:after {
        min-width: 18px;
        height: 18px;
        background-position: -18px 0;
        background-size: 36px 18px;
    }
}
.no-touchevents a:hover .c-link-download__icon:after,
.touchevents a.is-touched .c-link-download__icon:after {
    opacity: 0;
}
.c-link-external a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.875;
}
@media (max-width: 767.98px) {
    .c-link-external a {
        font-size: 13px;
        line-height: 1.61538;
    }
}
.c-link-external__icon {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 8px;
    min-width: 26px;
    height: 26px;
    vertical-align: middle;
}
@media (max-width: 767.98px) {
    .c-link-external__icon {
        margin-left: 5px;
        min-width: 18px;
        height: 18px;
    }
}
.c-link-external__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: 26px;
    height: 26px;
    background: url(/jp/assets/img/icon/external_link_wb.svg) no-repeat;
    background-position: 0 0;
    background-size: 52px 26px;
}
@media (max-width: 767.98px) {
    .c-link-external__icon:before {
        min-width: 18px;
        height: 18px;
        background-position: 0 0;
        background-size: 36px 18px;
    }
}
.c-link-external__icon:after {
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: 26px;
    height: 26px;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: url(/jp/assets/img/icon/external_link_wb.svg) no-repeat;
    background-position: -26px 0;
    background-size: 52px 26px;
}
@media (max-width: 767.98px) {
    .c-link-external__icon:after {
        min-width: 18px;
        height: 18px;
        background-position: -18px 0;
        background-size: 36px 18px;
    }
}
.no-touchevents a:hover .c-link-external__icon:after,
.touchevents a.is-touched .c-link-external__icon:after {
    opacity: 0;
}
.c-inline-link[target="_blank"]:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 0.05em;
    margin: 0 5px;
    width: 0.75em;
    height: 0.75em;
    background: url(/jp/assets/img/icon/external_link_icon.svg) no-repeat;
    background-size: cover;
}
.c-txt-lg {
    font-size: 18px;
    line-height: 1.66667;
}
@media (max-width: 767.98px) {
    .c-txt-lg {
        font-size: 14px;
        line-height: 1.64286;
    }
}
.c-txt-md {
    font-size: 16px;
    line-height: 1.75;
}
@media (max-width: 767.98px) {
    .c-txt-md {
        font-size: 13px;
        line-height: 1.61538;
    }
}
.c-txt-note,
.c-txt-sm {
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 0.58333;
}
.c-txt-note {
    position: relative;
    padding-left: 1em;
}
.c-txt-note:before {
    content: "※";
    position: absolute;
    left: 0;
}
.c-hdg1 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.42857;
}
@media (max-width: 767.98px) {
    .c-hdg1 {
        font-size: 25px;
    }
}
.c-hdg1:after {
    content: "";
    display: block;
    margin: 15px auto 0;
    border-radius: 2.5px;
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, #07c5ba 0, #0abdcd 30%, #1592d6 70%, #1b81dd);
}
@media (max-width: 767.98px) {
    .c-hdg1:after {
        margin-top: 10px;
        border-radius: 1.5px;
        width: 60px;
        height: 3px;
    }
}
.c-hdg1.is-white {
    color: #fff;
}
.c-hdg1.is-white:after {
    background: #fff;
}
.c-hdg1-mv {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}
@media (min-width: 768px) {
    .c-hdg1-mv {
        white-space: nowrap;
    }
}
@media (max-width: 767.98px) {
    .c-hdg1-mv {
        font-size: 29px;
    }
}
@media (min-width: 768px) {
    .c-hdg1-mv._line2 {
        font-size: 42px;
        line-height: 1.38095;
    }
}
@media (max-width: 767.98px) {
    .c-hdg1-mv._line2 {
        line-height: 1.44828;
    }
    .c-hdg1-mv._line2:after {
        margin-top: 12px;
    }
}
@media (max-width: 767.98px) {
    .c-hdg1-mv._sm_line2 {
        line-height: 1.44828;
    }
    .c-hdg1-mv._sm_line2:after {
        margin-top: 12px;
    }
}
@media (min-width: 768px) {
    .c-hdg1-mv ._en {
        margin-left: 4px;
        padding-bottom: 1px;
        font-size: 28px;
    }
}
@media (max-width: 767.98px) {
    .c-hdg1-mv ._en {
        margin-top: 8px;
        font-size: 18px;
    }
}
.c-hdg1-mv:after {
    content: "";
    display: block;
    margin-top: 25px;
    border-radius: 2.5px;
    width: 100px;
    height: 5px;
    background: #fff;
}
@media (max-width: 767.98px) {
    .c-hdg1-mv:after {
        margin-top: 20px;
        border-radius: 1.5px;
        width: 60px;
        height: 3px;
    }
}
.c-hdg1-mv__flex {
    display: flex;
}
@media (min-width: 768px) {
    .c-hdg1-mv__flex {
        align-items: center;
    }
}
@media (max-width: 767.98px) {
    .c-hdg1-mv__flex {
        flex-direction: column;
    }
}
.c-hdg1-mv__lead {
    margin-top: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.77778;
}
@media (max-width: 767.98px) {
    .c-hdg1-mv__lead {
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.64286;
    }
}
.c-hdg1-mv__lead small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.14286;
}
@media (max-width: 767.98px) {
    .c-hdg1-mv__lead small {
        font-size: 11px;
        line-height: 2;
    }
}
.c-hdg1-mv__option {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 18px;
    width: 120px;
    height: 36px;
    background-color: #0a9bde;
    letter-spacing: normal;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .c-hdg1-mv__option {
        margin-bottom: 8px;
        width: 84px;
        height: 24px;
        font-size: 13px;
    }
}
.c-hdg2 {
    letter-spacing: 0.04em;
    color: #0a9bde;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3125;
}
@media (max-width: 767.98px) {
    .c-hdg2 {
        font-size: 21px;
        line-height: 1.33333;
    }
}
.c-hdg2 small {
    display: block;
    font-size: 18px;
    line-height: 2;
}
@media (max-width: 767.98px) {
    .c-hdg2 small {
        font-size: 14px;
    }
}
.c-hdg2 ._en {
    font-family: petala-pro, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
}
@media (max-width: 767.98px) {
    .c-hdg2 ._en {
        position: relative;
        top: 1px;
        font-size: 25px;
    }
}
.c-hdg3 {
    letter-spacing: 0.08em;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.53846;
}
@media (max-width: 767.98px) {
    .c-hdg3 {
        font-size: 18px;
        line-height: 1.5;
    }
}
.c-hdg3 strong {
    color: #0a9bde;
}
.c-hdg4 {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}
@media (max-width: 767.98px) {
    .c-hdg4 {
        padding-left: 16px;
        font-size: 16px;
        line-height: 1.625;
    }
}
.c-hdg4:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background-color: #0a9bde;
}
@media (max-width: 767.98px) {
    .c-hdg4:before {
        top: 9px;
        border-radius: 4px;
        width: 8px;
        height: 8px;
    }
}
.c-list-disc._fw_bold > li {
    font-weight: 700;
}
.c-list-disc._lg_gap10 > li + li {
    margin-top: 10px;
}
.c-list-disc > li {
    position: relative;
    padding-left: 15px;
    line-height: 1.875;
}
@media (max-width: 767.98px) {
    .c-list-disc > li {
        padding-left: 13px;
        font-size: 13px;
        line-height: 1.61538;
    }
}
@media (max-width: 767.98px) {
    .c-list-disc > li + li {
        margin-top: 5px;
    }
}
.c-list-disc > li:before {
    content: "";
    position: absolute;
    top: calc(0.9375em - 2px);
    left: 1px;
    border-radius: 2px;
    width: 4px;
    height: 4px;
    background-color: #0a9bde;
}
@media (max-width: 767.98px) {
    .c-list-disc > li:before {
        top: calc(0.80769em - 2px);
    }
}
.c-list-disc > li.__list_url {
    font-size: 14px;
    line-height: 1.71429;
}
@media (max-width: 767.98px) {
    .c-list-disc > li.__list_url {
        font-size: 11px;
        line-height: 1.45455;
    }
}
.c-list-disc > li.__list_url a {
    font-size: 14px;
    line-height: 1.71429;
}
@media (max-width: 767.98px) {
    .c-list-disc > li.__list_url a {
        font-size: 11px;
        line-height: 1.45455;
    }
}
@media (max-width: 767.98px) {
    .c-list-disc ul {
        margin-top: 5px;
    }
}
.c-list-disc .c-list-disc > li {
    font-size: 14px;
}
@media (max-width: 767.98px) {
    .c-list-disc .c-list-disc > li {
        font-size: 12px;
    }
}
.c-list-rect._lg_gap10 > li + li {
    margin-top: 10px;
}
.c-list-rect > li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.85714;
}
@media (max-width: 767.98px) {
    .c-list-rect > li {
        padding-left: 16px;
        font-size: 12px;
        line-height: 1.58333;
    }
}
@media (max-width: 767.98px) {
    .c-list-rect > li + li {
        margin-top: 5px;
    }
}
.c-list-rect > li:before {
    content: "";
    position: absolute;
    top: calc(0.92857em - 1px);
    left: 2px;
    width: 8px;
    height: 2px;
    background-color: #0a9bde;
}
@media (max-width: 767.98px) {
    .c-list-rect > li:before {
        top: 8px;
        left: 1px;
    }
}
.c-list-check li {
    padding-left: 30px;
    background: url(/jp/assets/img/icon/check_icon.svg) no-repeat 0 5px;
    background-size: 22px;
    letter-spacing: 0.1em;
    color: #0a9bde;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.14286;
}
@media (max-width: 767.98px) {
    .c-list-check li {
        padding-left: 25px;
        background-position: 0 4px;
        background-size: 18px;
        font-size: 12px;
        line-height: 2.16667;
    }
}
.c-note.is-inline-end li {
    justify-content: flex-end;
}
.c-note li {
    display: flex;
}
@media (min-width: 768px) {
    .c-note li {
        font-size: 12px;
        line-height: 1.7;
    }
    .c-note li + li {
        margin-top: 3px;
    }
}
@media (max-width: 767.98px) {
    .c-note li {
        font-size: 10px;
    }
    .c-note li + li {
        margin-top: 5px;
    }
}
.c-note li span:first-of-type {
    padding-right: 4px;
}
.c-note li span:first-of-type._invisible {
    opacity: 0;
}
@media (min-width: 768px) {
    .c-note.is-fz14 li {
        font-size: 14px;
        line-height: 1.85714;
    }
}
@media (max-width: 767.98px) {
    .c-note.is-fz14 li {
        font-size: 11px;
        line-height: 1.63636;
    }
}
.c-attention {
    display: flex;
    overflow: hidden;
    border: 4px solid #e8f0f2;
    border-radius: 12px;
}
@media (max-width: 767.98px) {
    .c-attention {
        border-radius: 8px;
    }
}
.c-attention__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    background-color: #0a9bde;
}
@media (max-width: 767.98px) {
    .c-attention__icon {
        width: 50px;
    }
    .c-attention__icon img {
        width: 24px;
    }
}
.c-attention__txt {
    flex: 1;
    padding: 18px 30px 20px;
    background-color: #fff;
    color: #0a9bde;
    font-weight: 400;
}
@media (max-width: 767.98px) {
    .c-attention__txt {
        padding: 14px 22px 16px;
        letter-spacing: 0.08em;
        font-size: 12px;
        line-height: 24, 40;
    }
}
.c-emphasis {
    text-align: center;
}
.c-emphasis__ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: 20, 34;
}
@media (max-width: 767.98px) {
    .c-emphasis__ttl {
        font-size: 16px;
        line-height: 32, 52;
    }
}
.c-emphasis__txt {
    margin-top: 5px;
}
@media (max-width: 767.98px) {
    .c-emphasis__txt {
        font-size: 13px;
        line-height: 26, 56;
    }
}
.c-emphasis small {
    display: inline-block;
    font-size: 12px;
    line-height: 20, 36;
}
@media (max-width: 767.98px) {
    .c-emphasis small {
        margin-top: 5px;
        font-size: 10px;
        line-height: 20, 34;
    }
}
.c-emphasis__note {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
    line-height: 20, 36;
}
@media (max-width: 767.98px) {
    .c-emphasis__note {
        margin-top: 5px;
        font-size: 10px;
        line-height: 20, 34;
    }
}
.p-qlinks__item + .p-qlinks__item {
    margin-top: 20px;
}
.c-qlink a {
    display: block;
    position: relative;
    padding: 25px 0 25px 38px;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.57143;
}
@media (max-width: 767.98px) {
    .c-qlink a {
        padding: 25px 0 25px 18px;
        font-size: 14px;
    }
}
.c-qlink a:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
@media (max-width: 767.98px) {
    .c-qlink a:before {
        border-radius: 6px;
    }
}
.is-IE .c-qlink a:before {
    box-shadow: 0 50px 50px -50px rgba(10, 155, 222, 0.2);
}
.c-qlink a:after {
    content: "";
    opacity: 0.2;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 50%;
    border-radius: 10px;
    width: 84%;
    height: 32px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0a9bde;
    -webkit-filter: blur(20px);
    filter: blur(20px);
}
.c-qlink__inner {
    display: flex;
    position: relative;
    z-index: 2;
}
.c-qlink__inner:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -38px;
    width: 4px;
    height: calc(100% - 6px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #0a9bde;
}
@media (max-width: 767.98px) {
    .c-qlink__inner:before {
        left: -18px;
        width: 2px;
    }
}
.c-qlink__q {
    position: relative;
    top: -2px;
    width: 35px;
}
.c-qlink__q img {
    width: 24px;
}
@media (max-width: 767.98px) {
    .c-qlink__q {
        width: 24px;
    }
    .c-qlink__q img {
        width: 16px;
    }
}
.c-qlink__txt {
    flex: 1;
    padding-right: 80px;
    padding-bottom: 2px;
    transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #343434;
}
@media (max-width: 767.98px) {
    .c-qlink__txt {
        padding-right: 40px;
        padding-bottom: 0;
    }
}
.no-touchevents a:hover .c-qlink__txt,
.touchevents a.is-touched .c-qlink__txt {
    color: #0a9bde;
}
.c-qlink__icon-external {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-left: 10px;
    border-radius: 50%;
    min-width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .c-qlink__icon-external {
        right: 10px;
        min-width: 25px;
        height: 25px;
    }
}
.c-qlink__icon-external:after,
.c-qlink__icon-external:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(/jp/assets/img/icon/external_link_wb.svg) no-repeat;
}
.c-qlink__icon-external:before {
    border-radius: inherit;
    min-width: 30px;
    height: 30px;
    background-position: 0 0;
    background-size: 60px 30px;
}
@media (max-width: 767.98px) {
    .c-qlink__icon-external:before {
        min-width: 25px;
        height: 25px;
        background-position: 0 0;
        background-size: 50px 25px;
    }
}
.c-qlink__icon-external:after {
    opacity: 1;
    border-radius: inherit;
    min-width: 30px;
    height: 30px;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-position: -30px 0;
    background-size: 60px 30px;
}
@media (max-width: 767.98px) {
    .c-qlink__icon-external:after {
        min-width: 25px;
        height: 25px;
        background-position: -25px 0;
        background-size: 50px 25px;
    }
}
.no-touchevents a:hover .c-qlink__icon-external:after,
.touchevents a.is-touched .c-qlink__icon-external:after {
    opacity: 0;
}
.ps {
    overflow: hidden !important;
    touch-action: auto;
    -ms-touch-action: auto;
}
.ps__rail-x {
    display: none;
    position: absolute;
    bottom: 0;
    height: 6px;
    background-color: #e8f0f2;
}
.ps--active-x .ps__rail-x {
    display: block;
}
@media (min-width: 768px) {
    .is-IE .ps__rail-x {
        display: none !important;
    }
}
.is-IE .ps__rail-y {
    display: none !important;
}
.ps__thumb-x {
    position: absolute;
    bottom: 0;
    height: 6px;
    background-color: #0a9bde;
}
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ps {
        overflow: auto !important;
    }
}
.p-header-pc {
    position: fixed;
    z-index: 401;
    top: 0;
    left: 0;
    width: 100%;
}
@media (max-width: 1023.98px) {
    .p-header-pc {
        display: none;
    }
}
.p-header-pc__line {
    height: 5px;
    -webkit-animation: loop-gradient 8s ease infinite;
    animation: loop-gradient 8s ease infinite;
    background: linear-gradient(90deg, #07c5ba 0, #0abdcd 20%, #1592d6 60%, #1b81dd 80%, #07c5ba);
    background-size: 200% auto;
}
@-webkit-keyframes loop-gradient {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: -200% 0;
    }
}
.p-header-pc__inner {
    display: flex;
}
.p-header-pc__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 20px;
    width: 19.86111%;
    max-width: 286px;
    height: 120px;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
}
.is-scrolled .p-header-pc__logo {
    height: 70px;
}
.is-scrolled .p-header-pc__logo a {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}
.p-header-pc__logo:before {
    content: "";
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #e8f0f2;
}
.is-scrolled .p-header-pc__logo:before,
html:not(.no-sidenav) .p-header-pc__logo:before {
    opacity: 1;
}
.p-header-pc__logo a {
    display: block;
    width: 225px;
    transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-header-pc__logo img {
    width: 100%;
    height: auto;
}
.p-header-pc__items {
    display: flex;
    align-items: flex-start;
    flex: 1;
    flex-wrap: wrap;
    width: 79.44444%;
}
.p-header-pc__item1 {
    order: 3;
    margin-top: -70px;
    width: 78.67133%;
}
.p-header-pc__item2 {
    order: 1;
    width: 78.67133%;
}
.p-header-pc__item3 {
    order: 2;
    width: 21.32867%;
}
.p-header-pc__bg {
    opacity: 0;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}
.is-header-bg-pc-active .p-header-pc__bg {
    opacity: 1;
    pointer-events: auto;
}
.p-header-pc-menu1 {
    display: flex;
    height: 70px;
}
.p-header-pc-menu1__divide {
    display: flex;
    width: 50%;
}
.p-header-pc-menu1__item {
    border-top: 1px solid #e8f0f2;
    border-left: 1px solid #e8f0f2;
    width: 50%;
}
.is-scrolled .p-header-pc-menu1__item {
    border-top: none;
}
.p-header-pc-menu2 {
    display: flex;
    overflow: hidden;
    height: 50px;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-scrolled .p-header-pc-menu2 {
    height: 0;
}
.p-header-pc-menu2__item1 {
    border-left: 1px solid #e8f0f2;
    min-width: 50%;
    background-color: #fff;
}
.p-header-pc-menu2__item2 {
    display: flex;
    width: 100%;
}
.p-header-pc-menu2__item2 > * {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e8f0f2;
    width: 50%;
}
.p-header-pc-menu2__item2 > * a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-decoration: none;
    color: #343434;
    color: #19292d;
}
.p-header-pc-menu3 {
    display: flex;
    height: 120px;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-scrolled .p-header-pc-menu3 {
    height: 70px;
}
.p-header-pc-menu3__item {
    width: 50%;
}
.p-header-pc-megamenu {
    opacity: 0;
    position: fixed;
    z-index: 400;
    top: 125px;
    left: 0;
    width: 100%;
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
    pointer-events: none;
}
.is-scrolled .p-header-pc-megamenu {
    top: 75px;
}
.is-megamenu-pc-active .p-header-pc-megamenu {
    opacity: 1;
    pointer-events: auto;
}
.p-header-pc-megamenu__shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    box-shadow: 0 0 24px 6px rgba(10, 155, 222, 0.3);
    mix-blend-mode: multiply;
}
.p-header-pc-megamenu__outer {
    display: flex;
}
.p-header-pc-megamenu__inner1 {
    padding: 65px 10px;
    width: 22.22222%;
    background: url(/jp/assets/img/header/bg_gradation.png) no-repeat 0 0;
    background-size: cover;
    text-align: center;
    letter-spacing: normal;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.15385;
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .p-header-pc-megamenu__inner1 {
        font-size: 2.2vw;
    }
}
.p-header-pc-megamenu__inner2 {
    flex: 1;
    padding: 50px 3.88889% 65px;
}
.p-megamenu {
    display: flex;
}
.p-megamenu__item + .p-megamenu__item {
    margin-left: 3.96825%;
}
.is-megamenu-infrastructure .p-megamenu__item + .p-megamenu__item {
    flex: 1;
}
.is-megamenu-account .p-megamenu__item {
    width: 100%;
}
.is-megamenu-productsecurity .p-megamenu__item,
.is-megamenu-support .p-megamenu__item {
    width: 50%;
}
.is-megamenu-infrastructure .p-megamenu__item:first-of-type {
    width: 28.57143%;
}
@media (min-width: 1024px) and (max-width: 1260px) {
    .is-megamenu-infrastructure .p-megamenu__item:first-of-type {
        width: 30.55556%;
    }
}
@media (min-width: 1024px) and (max-width: 1260px) {
    .is-megamenu-infrastructure .p-megamenu__item:last-of-type {
        max-width: 23.80952%;
    }
}
.c-header-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 5px;
    width: 100%;
    height: 100%;
    transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
    letter-spacing: 0.06em;
    font-size: 15px;
    font-weight: 700;
}
@media (min-width: 1024px) and (max-width: 1100px) {
    .c-header-menu-button {
        font-size: 1.25vw;
    }
}
.c-header-menu-button:before {
    content: "";
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #e8f0f2;
}
.is-scrolled .c-header-menu-button:before {
    opacity: 1;
}
.c-header-menu-button:after {
    content: "";
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.is-category-account .c-header-menu-button.category-account {
    color: #0a9bde;
}
.is-category-account .c-header-menu-button.category-account:after {
    opacity: 1;
}
.is-category-infrastructure .c-header-menu-button.category-infrastructure {
    color: #0a9bde;
}
.is-category-infrastructure .c-header-menu-button.category-infrastructure:after {
    opacity: 1;
}
.is-category-productsecurity .c-header-menu-button.category-productsecurity {
    color: #0a9bde;
}
.is-category-productsecurity .c-header-menu-button.category-productsecurity:after {
    opacity: 1;
}
.is-category-support .c-header-menu-button.category-support {
    color: #0a9bde;
}
.is-category-support .c-header-menu-button.category-support:after {
    opacity: 1;
}
.is-megamenu-pc-active .c-header-menu-button {
    position: relative;
    z-index: 401;
    color: #fff !important;
}
.no-touchevents .c-header-menu-button:hover,
.touchevents .c-header-menu-button.is-touched {
    color: #fff;
}
.c-header-menu-button__bg {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.c-header-menu-button:hover .c-header-menu-button__bg,
.is-megamenu-pc-active .c-header-menu-button__bg {
    opacity: 1;
}
.c-header-menu-button__txt {
    position: relative;
}
.c-header-menu-button__icon {
    position: relative;
    margin-left: 7px;
    border-right: 3px solid #0a9bde;
    border-bottom: 3px solid #0a9bde;
    width: 9px;
    height: 9px;
    transition: border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
        -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
        -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: center;
    transform: center;
    -webkit-transform: rotate(45deg) translate(-1px, -1px);
    transform: rotate(45deg) translate(-1px, -1px);
}
.is-megamenu-pc-active .c-header-menu-button__icon {
    border-color: #fff;
    -webkit-transform: rotate(-135deg) translate(-2px, -2px);
    transform: rotate(-135deg) translate(-2px, -2px);
}
.c-header-menu-button:hover .c-header-menu-button__icon {
    border-color: #fff;
}
.c-header-search {
    position: relative;
    background-color: #f3f6f8;
}
.c-header-search input {
    padding: 10px 62px 10px 24px;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 50px;
    background-color: #f3f6f8;
}
@media (max-width: 767.98px) {
    .c-header-search input {
        padding: 18px 71px 18px 25px;
        height: 75px;
    }
}
.c-header-search input::-webkit-input-placeholder {
    letter-spacing: 0.06em;
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 700;
    line-height: 2.75;
}
.c-header-search input::-moz-placeholder {
    letter-spacing: 0.06em;
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 700;
    line-height: 2.75;
}
.c-header-search input:-ms-input-placeholder {
    letter-spacing: 0.06em;
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 700;
    line-height: 2.75;
}
.c-header-search input::placeholder {
    letter-spacing: 0.06em;
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 700;
    line-height: 2.75;
}
@media (max-width: 767.98px) {
    .c-header-search input::-webkit-input-placeholder {
        font-size: 15px;
    }
    .c-header-search input::-moz-placeholder {
        font-size: 15px;
    }
    .c-header-search input:-ms-input-placeholder {
        font-size: 15px;
    }
    .c-header-search input::placeholder {
        font-size: 15px;
    }
}
.c-header-search button {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .c-header-search button {
        right: 25px;
    }
    .c-header-search button img {
        width: 32px;
        height: 32px;
    }
}
.c-header-contact {
    height: 100%;
}
.c-header-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.06em;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35714;
}
@media (min-width: 1024px) and (max-width: 1100px) {
    .c-header-contact a {
        font-size: 1.15vw;
    }
}
@media (max-width: 767.98px) {
    .c-header-contact a {
        color: #343434;
        font-size: 15px;
    }
}
.no-touchevents .c-header-contact a:hover,
.touchevents .c-header-contact a.is-touched {
    color: #0a9bde;
}
.no-touchevents .c-header-contact a:hover span:after,
.touchevents .c-header-contact a.is-touched span:after {
    opacity: 1;
}
.c-header-contact__icon {
    display: flex;
    position: relative;
    margin-right: 8px;
    width: 30px;
    height: 30px;
}
.c-header-contact__icon:after,
.c-header-contact__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    background: url(/jp/assets/img/header/contact_icon._bw.svg) no-repeat;
    background-position: -30px 0;
    background-size: 60px 30px;
}
.c-header-contact__icon:after {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-position: 0 0;
}
.c-header-sitemap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.06em;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35714;
}
@media (min-width: 1024px) and (max-width: 1100px) {
    .c-header-sitemap {
        font-size: 1.15vw;
    }
}
.no-touchevents .c-header-sitemap:hover,
.touchevents .c-header-sitemap.is-touched {
    color: #0a9bde;
}
.no-touchevents .c-header-sitemap:hover span:after,
.touchevents .c-header-sitemap.is-touched span:after {
    opacity: 1;
}
.c-header-sitemap__icon {
    display: flex;
    position: relative;
    margin-right: 8px;
    width: 30px;
    height: 30px;
}
.c-header-sitemap__icon:after,
.c-header-sitemap__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    background: url(/jp/assets/img/header/site_map_icon_bw.svg) no-repeat;
    background-position: -30px 0;
    background-size: 60px 30px;
}
.c-header-sitemap__icon:after {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-position: 0 0;
}
.c-header-login {
    height: 100%;
}
.c-header-login a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #f3f6f8;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.06em;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35714;
}
@media (min-width: 1024px) and (max-width: 1100px) {
    .c-header-login a {
        font-size: 1.15vw;
    }
}
@media (max-width: 767.98px) {
    .c-header-login a {
        padding-top: 3px;
        font-size: 15px;
        line-height: 1.33333;
    }
}
.no-touchevents .c-header-login a:hover,
.touchevents .c-header-login a.is-touched {
    background-color: #0a9bde;
    color: #fff;
}
.no-touchevents .c-header-login a:hover span:after,
.touchevents .c-header-login a.is-touched span:after {
    opacity: 1;
}
.c-header-login__icon {
    display: flex;
    position: relative;
    margin-bottom: 10px;
    width: 34px;
    height: 34px;
}
@media (min-width: 1024px) {
    .c-header-login__icon {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .is-scrolled .c-header-login__icon {
        opacity: 0;
        margin-bottom: 0;
        height: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@media (max-width: 767.98px) {
    .c-header-login__icon {
        margin-bottom: 7px;
        width: 35px;
        height: 35px;
    }
}
.c-header-login__icon:after,
.c-header-login__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    background: url(/jp/assets/img/footer/service_login_icon_bw.svg) no-repeat;
    background-size: 68px 34px;
}
@media (max-width: 767.98px) {
    .c-header-login__icon:after,
    .c-header-login__icon:before {
        background-size: 70px 35px;
    }
}
.c-header-login__icon:after {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-position: -34px 0;
}
@media (max-width: 767.98px) {
    .c-header-login__icon:after {
        background-position: -35px 0;
    }
}
.c-header-trial {
    height: 100%;
}
.c-header-trial a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.0625;
}
.no-touchevents .c-header-trial a:hover,
.touchevents .c-header-trial a.is-touched {
    background-color: #fff;
    color: #1cad91;
}
@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1100px) {
    .c-header-trial a {
        font-size: 1.25vw;
    }
}
@media (max-width: 767.98px) {
    .c-header-trial a {
        padding-bottom: 7px;
        line-height: 1.4375;
    }
}
.c-header-trial__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(130deg, #1de2e9, #00acae);
}
.no-touchevents a:hover .c-header-trial__bg,
.touchevents a.is-touched .c-header-trial__bg {
    opacity: 0;
}
.c-header-trial__txt {
    position: relative;
}
@media (min-width: 1024px) {
    .is-scrolled .c-header-trial__txt {
        position: relative;
        top: -1px;
    }
}
@media (max-width: 767.98px) {
    .c-header-trial__txt {
        position: relative;
        left: 1px;
        margin-top: 7px;
    }
}
.c-header-trial__icon {
    display: flex;
    position: relative;
    margin-bottom: 5px;
    width: 72px;
    height: 41px;
}
@media (min-width: 1024px) {
    .c-header-trial__icon {
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .is-scrolled .c-header-trial__icon {
        opacity: 0;
        margin-bottom: 0;
        height: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@media (max-width: 767.98px) {
    .c-header-trial__icon {
        top: 2px;
        width: 75px;
        height: 43px;
    }
}
.c-header-trial__icon img {
    width: 100%;
    height: auto;
}
.c-header-category-btn {
    position: relative;
    border-bottom: 1px solid #e8f0f2;
}
.c-header-category-btn:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    border-bottom: 1px solid #0a9bde;
    width: 32px;
}
.c-header-category-btn.is-small + .c-header-category-btn.is-small a {
    padding-top: 8px;
    height: 68px;
}
.c-header-category-btn.is-small:after {
    width: 24px;
}
.c-header-category-btn.is-small a {
    font-size: 20px;
    line-height: 1.5;
}
@media (min-width: 1024px) and (max-width: 1100px) {
    .c-header-category-btn.is-small a {
        font-size: 1.7vw;
    }
}
.c-header-category-btn.is-small .c-header-category-btn__icon {
    min-width: 21px;
    height: 21px;
}
.c-header-category-btn.is-small .c-header-category-btn__icon:after {
    width: 10px;
    height: 10px;
    background-position: -10px 0;
    background-size: 20px 10px;
}
.c-header-category-btn a {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 60px;
    transition: background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    color: #0a9bde;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.36364;
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .c-header-category-btn a {
        font-size: 1.8vw;
    }
}
.no-touchevents .c-header-category-btn a:hover,
.touchevents .c-header-category-btn a.is-touched {
    background-color: #f3f6f8;
}
.c-header-category-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 7px;
    border-radius: 50%;
    min-width: 30px;
    height: 30px;
    background: #fff;
}
.c-header-category-btn__icon:before {
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: inherit;
    height: inherit;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.no-touchevents a:hover .c-header-category-btn__icon:before,
.touchevents a.is-touched .c-header-category-btn__icon:before {
    opacity: 0;
}
.c-header-category-btn__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    transition: background-position 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/jp/assets/img/icon/arrow_right_bw.svg) no-repeat;
    background-position: -12px 0;
    background-size: 24px 12px;
}
.no-touchevents a:hover .c-header-category-btn__icon:after,
.touchevents a.is-touched .c-header-category-btn__icon:after {
    background-position: 0 0;
}
.c-header-link1 {
    display: flex;
    flex-wrap: wrap;
}
.c-header-link1.is-small li {
    padding-left: 24px;
}
.c-header-link1.is-small li:before {
    top: 22px;
    left: 8px;
}
.c-header-link1.is-small a {
    height: 53px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
}
.c-header-link1.is-2col li {
    width: calc(50% - 6px);
}
.c-header-link1.is-2col li:nth-child(2n) {
    margin-left: 12px;
}
.c-header-link1 li {
    position: relative;
    padding-left: 32px;
    width: 100%;
}
.c-header-link1 li:before {
    content: "";
    display: flex;
    position: absolute;
    top: 28px;
    left: 13px;
    margin-right: 8px;
    border-bottom: 1px solid #0a9bde;
    border-left: 1px solid #0a9bde;
    min-width: 6px;
    height: 6px;
}
.c-header-link1 li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8f0f2;
    height: 65px;
    transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    letter-spacing: normal;
    color: #343434;
    font-size: 18px;
    line-height: 1.66667;
}
.no-touchevents .c-header-link1 li a:hover,
.touchevents .c-header-link1 li a.is-touched {
    color: #0a9bde;
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .c-header-link1 li a {
        font-size: 1.6vw;
    }
}
.c-header-link1 li a span span {
    display: inline-block;
}
@media (min-width: 1024px) {
    .p-header-sp {
        display: none;
    }
}
.p-header-sp__head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .p-header-sp__head {
        min-width: 1024px;
    }
}
.p-header-sp__line {
    height: 5px;
    -webkit-animation: loop-gradient 8s ease infinite;
    animation: loop-gradient 8s ease infinite;
    background: linear-gradient(90deg, #07c5ba 0, #0abdcd 20%, #1592d6 60%, #1b81dd 80%, #07c5ba);
    background-size: 200% auto;
}
@keyframes loop-gradient {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: -200% 0;
    }
}
.p-header-sp__fix {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
}
.p-header-sp__floating {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none;
}
.is-header-sp-active .p-header-sp__floating {
    opacity: 1;
    pointer-events: auto;
}
.p-header-sp__inner {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}
.p-header-sp__logo {
    position: relative;
    padding: 0 25px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .p-header-sp__logo:after {
        content: "";
        opacity: 0;
        position: absolute;
        z-index: 1;
        bottom: -1px;
        left: 0;
        width: 202px;
        height: 1px;
        transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        background-color: #e8f0f2;
    }
    html:not(.no-sidenav) .p-header-sp__logo:after {
        opacity: 1;
    }
}
.p-header-sp__logo a {
    display: flex;
    align-items: center;
    height: 61px;
    pointer-events: auto;
}
.is-sp-scrolled .p-header-sp__logo a.is-floating {
    pointer-events: none;
}
.is-header-sp-active .p-header-sp__logo a.is-floating {
    pointer-events: auto;
}
.p-header-sp__logo img {
    width: auto;
    height: 34px;
}
.p-header-sp__trigger {
    position: absolute;
    z-index: 500;
    top: 5px;
    right: 0;
    transition: top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.is-sp-scrolled .p-header-sp__trigger {
    top: 0;
}
.is-header-sp-active .p-header-sp__trigger {
    top: 5px;
}
.p-header-sp__menu {
    opacity: 0;
    position: fixed;
    z-index: 400;
    top: 66px;
    left: 0;
    width: 100%;
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none;
}
.is-header-sp-active .p-header-sp__menu {
    opacity: 1;
    pointer-events: auto;
}
.p-header-sp-menu__inner {
    overflow: scroll;
    height: calc(100vh - 66px);
}
.p-header-sp-menu__item {
    position: relative;
    background-color: #fff;
}
.p-header-sp-menu__item:not(.no-border) {
    border-top: 1px solid #e8f0f2;
}
.p-header-sp-menu__bg {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}
.is-header-sp-active .p-header-sp-menu__bg {
    opacity: 1;
    pointer-events: auto;
}
.p-header-sp-category-head {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 25px;
    width: 100%;
    height: 75px;
    cursor: pointer;
    background-color: #fff;
}
.p-header-sp-category-head:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.is-active .p-header-sp-category-head:before {
    opacity: 1;
}
.p-header-sp-category-head__txt {
    position: relative;
    transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    letter-spacing: 0.08em;
    font-size: 16px;
    font-weight: 700;
    line-height: 32, 40;
}
.is-active .p-header-sp-category-head__txt {
    color: #fff;
}
.p-header-sp-category-head__icon {
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.p-header-sp-category-head__icon,
.p-header-sp-category-head__icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: auto;
    border-radius: 12.5px;
    width: 25px;
    height: 25px;
}
.p-header-sp-category-head__icon span {
    transition: background-color 0.4s cubic-bezier(0.77, 0, 0.275, 1);
    background-color: hsla(0, 0%, 100%, 0);
}
.is-active .p-header-sp-category-head__icon span {
    background-color: #fff;
}
.p-header-sp-category-head__icon span:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
    width: 12px;
    height: 2px;
    transition: background-color 0.4s cubic-bezier(0.77, 0, 0.275, 1);
    background-color: #fff;
}
.is-active .p-header-sp-category-head__icon span:before {
    background-color: #0a9bde;
}
.p-header-sp-category-head__icon span:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
    width: 12px;
    height: 2px;
    transition: background-color 0.4s cubic-bezier(0.77, 0, 0.275, 1),
        -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.275, 1);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.275, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.275, 1);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.275, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.275, 1),
        -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.275, 1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #fff;
}
.is-active .p-header-sp-category-head__icon span:after {
    -webkit-transform: rotate(90deg) scaleX(0);
    transform: rotate(90deg) scaleX(0);
    background-color: #0a9bde;
}
@media (max-width: 1023.98px) {
    .p-header-sp-category-body {
        display: none;
    }
}
.p-header-sp-menu2__item {
    height: 75px;
}
.p-header-sp-menu3 {
    display: flex;
}
.p-header-sp-menu3__item {
    width: 100%;
    height: 126px;
}
.c-header-sp-trigger {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 75px;
    height: 61px;
    transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.is-sp-scrolled .c-header-sp-trigger {
    height: 51px;
}
.is-header-sp-active .c-header-sp-trigger {
    height: 61px;
}
.c-header-sp-trigger:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: inherit;
    height: inherit;
    transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.is-sp-scrolled .c-header-sp-trigger:before {
    opacity: 1;
}
.is-header-sp-active .c-header-sp-trigger:before {
    opacity: 0;
}
.c-header-sp-trigger span {
    position: relative;
    width: 25px;
    height: 2px;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.4s cubic-bezier(0.23, 1, 0.32, 1),
        margin 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
        background-color 0.4s cubic-bezier(0.23, 1, 0.32, 1), margin 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
        background-color 0.4s cubic-bezier(0.23, 1, 0.32, 1), margin 0.4s cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #0a9bde;
}
.is-sp-scrolled .c-header-sp-trigger span {
    background-color: #fff;
}
.is-header-sp-active .c-header-sp-trigger span {
    background-color: #0a9bde;
}
.c-header-sp-trigger span:first-child {
    margin-bottom: 8px;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.is-sp-scrolled .c-header-sp-trigger span:first-child {
    margin-bottom: 7px;
}
.is-header-sp-active .c-header-sp-trigger span:first-child {
    margin-bottom: 8px;
}
.c-header-sp-trigger span:nth-child(3) {
    margin-top: 8px;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.is-sp-scrolled .c-header-sp-trigger span:nth-child(3) {
    margin-top: 7px;
}
.is-header-sp-active .c-header-sp-trigger span:nth-child(3) {
    margin-top: 8px;
}
.is-header-sp-active .c-header-sp-trigger span:first-child {
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
}
.is-header-sp-active .c-header-sp-trigger span:nth-child(2) {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.is-header-sp-active .c-header-sp-trigger span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
    transform: rotate(-45deg) translate(7px, -7px);
}
.c-header-sp-category-btn + .c-header-sp-category-btn {
    border-top: 1px solid #cfd9e4;
}
.c-header-sp-category-btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px 0 50px;
    height: 65px;
    background-color: #e8ebef;
    text-decoration: none;
    letter-spacing: 0.08em;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.33333;
}
.c-header-sp-category-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 10px;
    border-radius: 50%;
    min-width: 25px;
    height: 25px;
    background: #fff;
}
.c-header-sp-category-btn__icon:before {
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: inherit;
    height: inherit;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.no-touchevents a:hover .c-header-sp-category-btn__icon:before,
.touchevents a.is-touched .c-header-sp-category-btn__icon:before {
    opacity: 0;
}
.c-header-sp-category-btn__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    transition: background-position 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/jp/assets/img/icon/arrow_right_bw.svg) no-repeat;
    background-position: -12px 0;
    background-size: 24px 12px;
}
.no-touchevents a:hover .c-header-sp-category-btn__icon:after,
.touchevents a.is-touched .c-header-sp-category-btn__icon:after {
    background-position: 0 0;
}
.c-header-sp-link1 {
    background-color: #f3f6f8;
}
.c-header-sp-link1 li {
    margin-left: 75px;
}
.c-header-sp-link1 li:not(:first-child) {
    border-top: 1px solid #cfd9e4;
}
.c-header-sp-link1 a {
    display: flex;
    align-items: center;
    height: 50px;
    transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    letter-spacing: 0.08em;
    color: #343434;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.53846;
}
@media (max-width: 1023.98px) {
    .c-header-sp-link1 a:before {
        content: "";
        display: flex;
        position: relative;
        top: -2px;
        margin-right: 8px;
        border-bottom: 1px solid #0a9bde;
        border-left: 1px solid #0a9bde;
        min-width: 7px;
        height: 7px;
    }
}
.no-touchevents .c-header-sp-link1 a:hover,
.touchevents .c-header-sp-link1 a.is-touched {
    color: #0a9bde;
}
.c-header-sp-chat a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 55px 0 50px;
    height: 60px;
    text-decoration: none;
    line-height: 1.33333;
}
.c-header-sp-chat__balloon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10.5px;
    min-width: 110px;
    height: 21px;
    background-color: #f2b711;
    color: #fff;
    font-size: 11px;
    line-height: 1;
}
.c-header-sp-chat__txt {
    position: relative;
    top: -1px;
    margin-left: 10px;
    font-size: 15px;
}
.c-header-sp-chat__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 9px;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1023.98px) {
    .c-header-sp-chat__icon {
        right: 26px;
        min-width: 25px;
        height: 25px;
    }
}
.c-header-sp-chat__icon:after,
.c-header-sp-chat__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(/jp/assets/img/icon/external_link_wb.svg) no-repeat;
}
.c-header-sp-chat__icon:before {
    border-radius: inherit;
    min-width: 20px;
    height: 20px;
    background-position: 0 0;
    background-size: 40px 20px;
}
@media (max-width: 1023.98px) {
    .c-header-sp-chat__icon:before {
        min-width: 25px;
        height: 25px;
        background-position: 0 0;
        background-size: 50px 25px;
    }
}
.c-header-sp-chat__icon:after {
    opacity: 1;
    border-radius: inherit;
    min-width: 20px;
    height: 20px;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-position: -20px 0;
    background-size: 40px 20px;
}
@media (max-width: 1023.98px) {
    .c-header-sp-chat__icon:after {
        min-width: 25px;
        height: 25px;
        background-position: -25px 0;
        background-size: 50px 25px;
    }
}
.no-touchevents a:hover .c-header-sp-chat__icon:after,
.touchevents a.is-touched .c-header-sp-chat__icon:after {
    opacity: 0;
}
@media (min-width: 768px) {
    .p-footer {
        min-width: 1024px;
    }
}
.p-footer__outer {
    margin: 0 auto;
    max-width: 1260px;
}
@media (min-width: 768px) {
    .p-footer__inner {
        margin: 0 10px;
    }
}
@media (max-width: 767.98px) {
    .p-footer__inner {
        margin: 0 25px;
    }
}
.p-footer__wrap1 {
    background-color: #262b2f;
}
.is-sitemap .p-footer__wrap1 {
    border-radius: 12px;
}
.p-footer__wrap2 {
    background: url(/jp/assets/img/footer/bg_lg.png) no-repeat;
}
@media (min-width: 768px) {
    .p-footer__wrap2 {
        background-position: bottom;
        background-size: 100% auto;
    }
}
@media (max-width: 767.98px) {
    .p-footer__wrap2 {
        background: url(/jp/assets/img/footer/bg_sm.png) no-repeat;
        background-position: bottom;
        background-size: cover;
    }
}
.is-sitemap .p-footer__wrap2 {
    background: none;
}
@media (min-width: 768px) {
    .p-footer-head {
        display: flex;
        justify-content: space-between;
        padding: 90px 0 46px;
    }
}
@media (max-width: 767.98px) {
    .p-footer-head {
        padding: 55px 0 36px;
    }
}
@media (min-width: 768px) {
    .p-footer-head__logo {
        width: 237px;
    }
}
@media (max-width: 767.98px) {
    .p-footer-head__logo {
        margin: 0 auto;
        width: 186px;
    }
}
.p-footer-head__logo a {
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.no-touchevents .p-footer-head__logo a:hover,
.touchevents .p-footer-head__logo a.is-touched {
    opacity: 0.6;
}
.p-footer-head__logo img {
    width: 100%;
    height: auto;
}
@media (max-width: 767.98px) {
    .p-footer-head__btn {
        display: flex;
        justify-content: center;
        margin: 28px auto 0;
    }
}
@media (min-width: 768px) {
    .p-footer-group1 {
        padding: 48px 0 42px;
    }
}
@media (min-width: 768px) {
    .p-footer-group1,
    .p-footer-group2 {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #30363b;
    }
    .p-footer-group2 {
        padding: 48px 0 70px;
    }
}
.p-footer-group3 {
    display: flex;
    width: 100%;
}
@media (min-width: 768px) {
    .p-footer-group3 {
        padding: 48px 0;
    }
    .p-footer-group3__item {
        width: calc(20% - 19.2px);
    }
    .p-footer-group3__item + .p-footer-group3__item {
        margin-left: 24px;
    }
}
@media (max-width: 767.98px) {
    .p-footer-group3 {
        flex-wrap: wrap;
        justify-content: center;
        padding: 40px 0;
    }
    .p-footer-group3__item {
        width: calc(50% - 7.5px);
    }
    .p-footer-group3__item:nth-child(2n) {
        margin-left: 15px;
    }
    .p-footer-group3__item:nth-child(n + 3) {
        margin-top: 15px;
    }
}
.p-footer-group4 {
    border-top: 1px solid rgba(225, 234, 237, 0.2);
}
@media (min-width: 768px) {
    .p-footer-group4 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0 30px;
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .p-footer-group4 {
        padding: 20px 0 25px;
        border-top-width: 2px;
    }
}
@media (min-width: 768px) {
    .p-footer-category-head {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .p-footer-category-head {
        display: flex;
        align-items: center;
        position: relative;
        padding: 0 15px;
        border-top: 1px solid #30363b;
        height: 58px;
        cursor: pointer;
    }
    .p-footer-category-head:before {
        content: "";
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: inherit;
        transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
    }
    .is-active .p-footer-category-head:before {
        opacity: 1;
        transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
}
@media (max-width: 767.98px) {
    .p-footer-category-head__txt {
        position: relative;
        letter-spacing: 0.08em;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 26, 40;
    }
}
@media (max-width: 767.98px) {
    .p-footer-category-head__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-left: auto;
        border-radius: 12.5px;
        width: 25px;
        height: 25px;
        background-color: #fff;
    }
    .p-footer-category-head__icon:after,
    .p-footer-category-head__icon:before {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: calc(50% - 6px);
        width: 12px;
        height: 2px;
        background-color: #0a9bde;
    }
    .p-footer-category-head__icon:after {
        transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.275, 1);
        transition: transform 0.4s cubic-bezier(0.77, 0, 0.275, 1);
        transition: transform 0.4s cubic-bezier(0.77, 0, 0.275, 1),
            -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.275, 1);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .is-active .p-footer-category-head__icon:after {
        -webkit-transform: rotate(90deg) scaleX(0);
        transform: rotate(90deg) scaleX(0);
    }
}
@media (min-width: 768px) {
    .p-footer-category-body {
        display: block !important;
    }
}
@media (max-width: 767.98px) {
    .p-footer-category-body {
        display: none;
    }
}
@media (min-width: 768px) {
    .p-footer-block1 > * + * {
        margin-top: 12px;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .p-footer-block1 {
        margin-left: 5px;
    }
}
@media (max-width: 767.98px) {
    .p-footer-block1 {
        border-bottom: 1px solid #30363b;
    }
}
@media (min-width: 768px) {
    .p-footer-block2 > * + * {
        margin-top: 15px;
    }
}
@media (max-width: 767.98px) {
    .p-footer-block2 {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 40px 0 50px;
    }
    .p-footer-block2 > * + * {
        margin-top: 20px;
    }
}
.c-footer-category-btn a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
@media (min-width: 768px) {
    .c-footer-category-btn a {
        display: inline-flex;
        align-items: center;
        position: relative;
        padding-right: 31px;
        transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        font-size: 18px;
    }
    .no-touchevents .c-footer-category-btn a:hover,
    .touchevents .c-footer-category-btn a.is-touched {
        color: #0a9bde;
    }
    .no-touchevents .c-footer-category-btn a:hover:after,
    .touchevents .c-footer-category-btn a.is-touched:after {
        opacity: 1;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .c-footer-category-btn a {
        font-size: 1.42vw;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .c-footer-category-btn a {
        font-size: 14.5px;
    }
}
@media (max-width: 767.98px) {
    .c-footer-category-btn a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        border-top: 1px solid #30363b;
        height: 55px;
        font-size: 13px;
    }
}
.c-footer-category-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 10px;
    border-radius: 50%;
    min-width: 21px;
    height: 21px;
    background-color: #fff;
}
@media (min-width: 768px) {
    .c-footer-category-btn__icon:before {
        content: "";
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: inherit;
        min-width: inherit;
        height: inherit;
        transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
    }
    a:hover .c-footer-category-btn__icon:before {
        opacity: 1;
    }
}
.c-footer-category-btn__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 12px;
    height: 12px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/jp/assets/img/icon/arrow_right_wb.svg) no-repeat;
    background-position: -12px 0;
    background-size: 24px 12px;
}
@media (min-width: 768px) {
    .c-footer-category-btn__icon:after {
        transition: background-position 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    a:hover .c-footer-category-btn__icon:after {
        background-position: 0 0;
    }
}
@media (max-width: 767.98px) {
    .c-footer-category-btn:not(.is-keep) .c-footer-category-btn__icon {
        position: relative;
        left: -1px;
        background-color: transparent;
    }
    .c-footer-category-btn:not(.is-keep) .c-footer-category-btn__icon:after {
        background-position: 0 0;
    }
    .c-footer-category-btn.is-keep .c-footer-category-btn__icon {
        min-width: 25px;
        height: 25px;
    }
}
@media (min-width: 768px) {
    .c-footer-link1 {
        position: relative;
        margin-top: 15px;
        margin-left: 8px;
    }
    .c-footer-link1:before {
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% - 2.6em);
        background-color: #515559;
    }
}
@media (min-width: 768px) {
    .c-footer-link1 li {
        position: relative;
        padding-left: 20px;
    }
    .c-footer-link1 li + li {
        margin-top: 6px;
    }
    .c-footer-link1 li:before {
        content: "";
        position: absolute;
        top: 15px;
        left: 0;
        width: 8px;
        height: 1px;
        background-color: #515559;
    }
    .c-footer-link1 li:last-of-type:after {
        content: "";
        position: absolute;
        top: -1.5em;
        left: 0;
        width: 1px;
        height: 2.5em;
        background-color: #515559;
    }
    .c-footer-link1 li._line2:before {
        top: 12px;
    }
    .c-footer-link1 li._line2:after {
        top: calc(-1.5em - 3px);
    }
}
@media (max-width: 767.98px) {
    .c-footer-link1 li {
        margin-left: 25px;
        border-top: 1px solid #30363b;
    }
}
.c-footer-link1 a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
@media (min-width: 768px) {
    .c-footer-link1 a {
        display: inline-block;
        transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        font-size: 15px;
    }
    .no-touchevents .c-footer-link1 a:hover,
    .touchevents .c-footer-link1 a.is-touched {
        color: #0a9bde;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .c-footer-link1 a {
        font-size: 1.22vw;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .c-footer-link1 a {
        font-size: 12.5px;
    }
}
@media (max-width: 767.98px) {
    .c-footer-link1 a {
        display: flex;
        align-items: center;
        padding: 0 10px 0 15px;
        height: 50px;
        font-size: 12px;
        line-height: 1.66667;
    }
    .c-footer-link1 a:before {
        content: "";
        display: flex;
        position: relative;
        top: -2px;
        margin-right: 8px;
        border-bottom: 1px solid #515559;
        border-left: 1px solid #515559;
        min-width: 7px;
        height: 7px;
    }
}
@media (min-width: 768px) {
    .c-footer-link2 {
        margin-top: 12px;
    }
}
@media (max-width: 767.98px) {
    .c-footer-link2 li {
        margin-left: 25px;
    }
}
.c-footer-link2 a {
    display: inline-flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.08em;
    color: #fff;
    font-weight: 400;
}
@media (min-width: 768px) {
    .c-footer-link2 a {
        transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        font-size: 14px;
        line-height: 2.14286;
    }
    .no-touchevents .c-footer-link2 a:hover,
    .touchevents .c-footer-link2 a.is-touched {
        color: #0a9bde;
    }
}
@media (max-width: 767.98px) {
    .c-footer-link2 a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 18px;
        padding-left: 15px;
        border-top: 1px solid #30363b;
        height: 50px;
        font-size: 11px;
        line-height: 2.72727;
    }
}
.c-footer-link2__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 21px;
    height: 21px;
}
@media (min-width: 768px) {
    .c-footer-link2__icon {
        left: -1px;
    }
}
.c-footer-link2__icon span {
    display: flex;
    position: relative;
    width: 21px;
    height: 21px;
    -webkit-transform: translate(7px, 10px);
    transform: translate(7px, 10px);
}
@media (min-width: 768px) {
    .c-footer-link2__icon span {
        transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
            -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    a:hover .c-footer-link2__icon span {
        -webkit-transform: translate(12px, 10px);
        transform: translate(12px, 10px);
    }
    a:hover .c-footer-link2__icon span:after,
    a:hover .c-footer-link2__icon span:before {
        border-color: #0a9bde;
    }
}
.c-footer-link2__icon span:before {
    content: "";
    display: flex;
    border-top: 2px solid #fff;
    width: 8px;
    height: 2px;
}
@media (min-width: 768px) {
    .c-footer-link2__icon span:before {
        transition: border-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
}
@media (max-width: 767.98px) {
    .c-footer-link2__icon span:before {
        width: 9px;
    }
}
.c-footer-link2__icon span:after {
    content: "";
    display: flex;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 7px;
    height: 7px;
    -webkit-transform: translate(2px, 1px) rotate(135deg);
    transform: translate(2px, 1px) rotate(135deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
@media (min-width: 768px) {
    .c-footer-link2__icon span:after {
        transition: border-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
}
@media (max-width: 767.98px) {
    .c-footer-link2__icon span:after {
        width: 8px;
        height: 8px;
    }
}
.c-footer-link3 {
    display: flex;
}
@media (min-width: 768px) {
    .c-footer-link3 {
        align-items: center;
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .c-footer-link3 {
        flex-wrap: wrap;
    }
}
.c-footer-link3 li {
    position: relative;
}
@media (min-width: 768px) {
    .c-footer-link3 li {
        line-height: 1.25;
    }
    .c-footer-link3 li:not(:first-child) {
        padding-left: 1.93548%;
    }
    .c-footer-link3 li:not(:first-child):before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 5px;
        left: 0;
        width: 2px;
        height: 14px;
        background-color: rgba(225, 234, 237, 0.2);
    }
    .c-footer-link3 li:not(:last-child) {
        padding-right: 1.93548%;
    }
}
@media (max-width: 767.98px) {
    .c-footer-link3 li {
        width: 50%;
        text-align: center;
    }
    .c-footer-link3 li:nth-child(odd):before {
        content: "";
        display: inline-block;
        position: absolute;
        top: calc(50% - 2px);
        right: 0;
        width: 1px;
        height: 10px;
        background-color: rgba(225, 234, 237, 0.5);
    }
    .c-footer-link3 li:nth-child(n + 3) {
        margin-top: 5px;
    }
}
.c-footer-link3 a {
    display: inline-flex;
    position: relative;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    letter-spacing: 0.12em;
    color: #fff;
    font-weight: 700;
}
@media (min-width: 768px) {
    .c-footer-link3 a {
        padding-right: 17px;
        white-space: nowrap;
        font-size: 12px;
        line-height: 1.25;
    }
}
@media (max-width: 767.98px) {
    .c-footer-link3 a {
        padding-right: 15px;
        text-align: center;
        font-size: 11px;
        line-height: 1.27273;
    }
}
.no-touchevents .c-footer-link3 a:hover,
.touchevents .c-footer-link3 a.is-touched {
    opacity: 0.6;
}
.c-footer-link3 a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 12px;
    height: 12px;
    background: url(/jp/assets/img/icon/external_link_icon_w.svg) no-repeat 50%;
    background-size: 12px;
    color: #fff;
}
@media (min-width: 768px) {
    .c-footer-link3 a:after {
        top: 2px;
    }
}
@media (max-width: 767.98px) {
    .c-footer-link3 a:after {
        bottom: 2px;
        width: 10px;
        height: 10px;
        background-size: 10px;
    }
}
.c-footer-link4 {
    margin-top: 12px;
}
.c-footer-link4__item + .c-footer-link4__item {
    margin-top: 10px;
}
.c-footer-link4__head {
    letter-spacing: 0.08em;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 14, 30;
}
.c-footer-link4__body ul {
    display: flex;
    margin-top: 0;
}
.c-footer-link4__body ul li {
    position: relative;
}
.c-footer-link4__body ul li + li {
    margin-left: 10px;
    padding-left: 15px;
}
.c-footer-link4__body ul li + li:before {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    left: 0;
    width: 1px;
    height: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: hsla(0, 0%, 100%, 0.2);
}
.c-footer-card-btn a {
    display: block;
    position: relative;
    padding: 0 10px;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    color: #343434;
    font-weight: 400;
}
@media (min-width: 768px) {
    .c-footer-card-btn a {
        border-radius: 10px;
        height: 120px;
        box-shadow: 0 55px 30px -50px rgba(10, 155, 222, 0.4);
        font-size: 12px;
        line-height: 1.5;
    }
}
@media (max-width: 767.98px) {
    .c-footer-card-btn a {
        border-radius: 5px;
        height: 95px;
        box-shadow: 0 25px 15px -20px rgba(10, 155, 222, 0.4);
        font-size: 10px;
        line-height: 1.4;
    }
}
.no-touchevents .c-footer-card-btn a:hover,
.touchevents .c-footer-card-btn a.is-touched {
    opacity: 0.6;
}
.c-footer-card-btn a:before {
    content: "";
    position: absolute;
    background: url(/jp/assets/img/icon/external_link_icon.svg) no-repeat;
}
@media (min-width: 768px) {
    .c-footer-card-btn a:before {
        right: 9px;
        bottom: 9px;
        width: 12px;
        height: 12px;
        background-size: 12px;
    }
}
@media (max-width: 767.98px) {
    .c-footer-card-btn a:before {
        right: 6px;
        bottom: 6px;
        width: 10px;
        height: 10px;
        background-size: 10px;
    }
}
.c-footer-card-btn__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .c-footer-card-btn__logo {
        padding-top: 15px;
        height: 60px;
    }
}
@media (max-width: 767.98px) {
    .c-footer-card-btn__logo {
        padding-top: 15px;
        height: 45px;
    }
}
@media (min-width: 768px) {
    ._kintone .c-footer-card-btn__logo img {
        width: 144px;
    }
    ._office .c-footer-card-btn__logo img {
        width: 170px;
    }
    ._garoon .c-footer-card-btn__logo img {
        width: 131px;
    }
    ._mailwise .c-footer-card-btn__logo img {
        width: 143px;
    }
    ._cybozu .c-footer-card-btn__logo img {
        margin-top: 8px;
        width: 129px;
    }
}
@media (max-width: 767.98px) {
    ._kintone .c-footer-card-btn__logo img {
        width: 97px;
    }
    ._office .c-footer-card-btn__logo img {
        width: 114px;
    }
    ._garoon .c-footer-card-btn__logo img {
        width: 88px;
    }
    ._mailwise .c-footer-card-btn__logo img {
        width: 96px;
    }
    ._cybozu .c-footer-card-btn__logo img {
        margin-top: 8px;
        width: 86px;
    }
}
.c-footer-card-btn__txt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    height: 3em;
}
.c-footer-card-btn__txt span span {
    display: inline-block;
}
.c-footer-copyright {
    letter-spacing: 0.08em;
    color: #fff;
    font-weight: 700;
}
@media (min-width: 768px) {
    .c-footer-copyright {
        white-space: nowrap;
        font-size: 10px;
        line-height: 4;
    }
}
@media (max-width: 767.98px) {
    .c-footer-copyright {
        margin-top: 30px;
        text-align: center;
        font-size: 12px;
        line-height: 1.66667;
    }
}
.c-footer-btn-contact a,
.c-footer-btn-login a,
.c-footer-btn-service a,
.c-footer-btn-trial a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 26px;
    width: 250px;
    height: 52px;
    transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
    text-decoration: none;
    letter-spacing: 0.02em;
    color: #0a9bde;
    font-weight: 700;
    line-height: 2.0625;
}
@media (max-width: 767.98px) {
    .c-footer-btn-contact a,
    .c-footer-btn-login a,
    .c-footer-btn-service a,
    .c-footer-btn-trial a {
        width: 270px;
    }
}
.c-footer-btn-contact a span,
.c-footer-btn-login a span,
.c-footer-btn-service a span,
.c-footer-btn-trial a span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: inherit;
    width: inherit;
    height: inherit;
}
.c-footer-btn-login a {
    background-color: #fff;
    color: #0a9bde;
}
.no-touchevents .c-footer-btn-login a:hover,
.touchevents .c-footer-btn-login a.is-touched {
    background-color: #0a9bde;
    color: #fff;
}
.no-touchevents .c-footer-btn-login a:hover span:after,
.touchevents .c-footer-btn-login a.is-touched span:after {
    opacity: 1;
}
.c-footer-btn-login a span {
    padding-right: 5px;
}
.c-footer-btn-login a span:after,
.c-footer-btn-login a span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/jp/assets/img/footer/login_icon_wb.svg) no-repeat;
    background-size: 56px 28px;
}
.c-footer-btn-login a span:before {
    background-position: -28px 0;
}
.c-footer-btn-login a span:after {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-position: 0 0;
}
.c-footer-btn-contact a {
    background-color: #fff;
    color: #0a9bde;
}
.no-touchevents .c-footer-btn-contact a:hover,
.touchevents .c-footer-btn-contact a.is-touched {
    background-color: #0a9bde;
    color: #fff;
}
.no-touchevents .c-footer-btn-contact a:hover span:after,
.touchevents .c-footer-btn-contact a.is-touched span:after {
    opacity: 1;
}
.c-footer-btn-contact a span {
    padding-right: 5px;
}
.c-footer-btn-contact a span:after,
.c-footer-btn-contact a span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/jp/assets/img/footer/contact_icon_wb.svg) no-repeat;
    background-size: 56px 28px;
}
.c-footer-btn-contact a span:before {
    background-position: -28px 0;
}
.c-footer-btn-contact a span:after {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-position: 0 0;
}
.c-footer-btn-service a {
    background-color: #0a9bde;
    color: #fff;
}
.no-touchevents .c-footer-btn-service a:hover,
.touchevents .c-footer-btn-service a.is-touched {
    background-color: #fff;
    color: #0a9bde;
}
.no-touchevents .c-footer-btn-service a:hover span:after,
.touchevents .c-footer-btn-service a.is-touched span:after {
    opacity: 1;
}
.c-footer-btn-service a span {
    padding-right: 5px;
}
.c-footer-btn-service a span:after,
.c-footer-btn-service a span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/jp/assets/img/footer/service_login_icon_bw.svg) no-repeat;
    background-size: 56px 28px;
}
.c-footer-btn-service a span:before {
    background-position: -28px 0;
}
.c-footer-btn-service a span:after {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-position: 0 0;
}
.c-footer-btn-trial a {
    position: relative;
    color: #fff;
}
.c-footer-btn-trial a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    width: inherit;
    height: inherit;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, #1de2e9 0, #00acae);
}
.no-touchevents .c-footer-btn-trial a:hover,
.touchevents .c-footer-btn-trial a.is-touched {
    color: #01b1c3;
}
.no-touchevents .c-footer-btn-trial a:hover:before,
.touchevents .c-footer-btn-trial a.is-touched:before {
    opacity: 0;
}
.no-touchevents .c-footer-btn-trial a:hover span:after,
.touchevents .c-footer-btn-trial a.is-touched span:after {
    opacity: 1;
}
.c-footer-btn-trial a span {
    padding-right: 5px;
}
.c-footer-btn-trial a span:after,
.c-footer-btn-trial a span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/jp/assets/img/footer/free_trial_icon_gw.svg) no-repeat;
    background-size: 56px 28px;
}
.c-footer-btn-trial a span:before {
    background-position: -28px 0;
}
.c-footer-btn-trial a span:after {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-position: 0 0;
}
.p-sitemap {
    position: fixed;
    z-index: 600;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.is-sitemap-active .p-sitemap {
    pointer-events: auto;
}
@media (max-width: 1023.98px) {
    .p-sitemap {
        display: none;
    }
}
.p-sitemap__bg {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: url(/jp/assets/img/footer/bg_lg.png) no-repeat;
    background-size: cover;
}
.is-sitemap-active .p-sitemap__bg {
    opacity: 1;
}
.p-sitemap__outer {
    overflow-y: auto;
    opacity: 0;
    position: relative;
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
}
.is-sitemap-active .p-sitemap__outer {
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.16s,
        -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.16s;
    transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.16s,
        transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.16s;
    transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.16s,
        transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.16s,
        -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.16s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.p-sitemap__inner {
    padding: 10px;
    height: 100vh;
}
.p-sitemap-head {
    padding-top: 80px;
}
.p-sitemap-head + .p-footer-group1 {
    padding-top: 0;
    border-top: none;
}
.p-sitemap-head__close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #fff;
}
.p-sitemap-head__close:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    width: inherit;
    height: inherit;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.no-touchevents .p-sitemap-head__close:hover:before,
.touchevents .p-sitemap-head__close.is-touched:before {
    opacity: 1;
}
.no-touchevents .p-sitemap-head__close:hover span:after,
.no-touchevents .p-sitemap-head__close:hover span:before,
.touchevents .p-sitemap-head__close.is-touched span:after,
.touchevents .p-sitemap-head__close.is-touched span:before {
    background-color: #fff;
}
.p-sitemap-head__close span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.p-sitemap-head__close span:after,
.p-sitemap-head__close span:before {
    content: "";
    display: flex;
    width: 28px;
    height: 2px;
    transition: background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #0a9bde;
}
.p-sitemap-head__close span:after {
    -webkit-transform: rotate(90deg) translateX(-2px);
    transform: rotate(90deg) translateX(-2px);
}
@media (min-width: 768px) {
    .l-wrapper {
        display: flex;
    }
}
@media (min-width: 768px) {
    .l-main {
        overflow: hidden;
        flex: 1;
        order: 2;
        position: relative;
        border-left: 1px solid #e8f0f2;
        width: 78.75%;
        background: url(/jp/assets/img/common/bg_dot.png);
    }
    .l-main:after {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        width: 1px;
        height: 100%;
        background-color: #e8f0f2;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .l-main {
        width: 822px;
    }
}
@media (max-width: 767.98px) {
    .l-main {
        background: url(/jp/assets/img/common/bg_dot.png);
        background-size: 20px;
    }
}
.is-IE .l-main,
.p-mv-secondary {
    overflow: hidden;
}
@media (min-width: 768px) {
    .p-mv-secondary {
        display: flex;
        align-items: center;
        height: 388px;
        background: url(/jp/assets/img/common/bg_mv_lg.jpg) no-repeat 50%;
        background-size: cover;
    }
}
@media (max-width: 767.98px) {
    .p-mv-secondary {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 25px 0;
        height: 430px;
        background: url(/jp/assets/img/common/bg_mv_sm_secondary.jpg) no-repeat 50%;
        background-size: cover;
    }
}
@media (min-width: 768px) {
    .p-mv-secondary__head {
        margin-left: 9.70018%;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .p-mv-secondary__head {
        margin-left: 4.85009%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .p-mv-secondary__head {
        margin-left: 55px;
    }
}
.p-mv-secondary__illust {
    position: relative;
}
@media (min-width: 768px) {
    .p-mv-secondary__illust {
        margin-right: 3.52734%;
        margin-left: 6.17284%;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .p-mv-secondary__illust {
        margin-left: 4.40917%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .p-mv-secondary__illust {
        margin-left: 20px;
    }
}
.p-mv-secondary__illust img {
    position: relative;
}
.p-mv-tertiary {
    display: flex;
    align-items: center;
}
@media (min-width: 768px) {
    .p-mv-tertiary {
        height: 300px;
        background: url(/jp/assets/img/common/bg_mv_lg.jpg) no-repeat 50%;
        background-size: cover;
    }
}
@media (max-width: 767.98px) {
    .p-mv-tertiary {
        height: 230px;
        background: url(/jp/assets/img/common/bg_mv_sm_tertiary.jpg) no-repeat 50%;
        background-size: cover;
    }
}
@media (min-width: 768px) {
    .p-mv-tertiary__head {
        margin-left: 9.70018%;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .p-mv-tertiary__head {
        margin-left: 4.85009%;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .p-mv-tertiary__head {
        margin-left: 55px;
    }
}
@media (max-width: 767.98px) {
    .p-mv-tertiary__head {
        padding: 0 25px;
    }
}
@media (min-width: 768px) {
    .p-mv-other {
        height: 300px;
        background: url(/jp/assets/img/common/bg_mv_lg_wide.jpg) no-repeat 50%;
        background-size: cover;
    }
}
@media (max-width: 767.98px) {
    .p-mv-other {
        height: 230px;
        background: url(/jp/assets/img/common/bg_mv_sm_tertiary.jpg) no-repeat 50%;
        background-size: cover;
    }
}
@media (min-width: 768px) {
    .p-mv-other__outer {
        margin: 0 auto;
        max-width: 1000px;
        max-width: 1044px;
        height: inherit;
    }
}
@media (max-width: 767.98px) {
    .p-mv-other__outer {
        padding: 0 25px;
        height: inherit;
    }
}
.p-mv-other__inner {
    display: flex;
    align-items: center;
    height: inherit;
}
@media (min-width: 768px) {
    .p-mv-other__inner {
        margin: 0 10px;
    }
}
@media (max-width: 767.98px) {
    .p-mv-other__inner {
        margin: 0 25px;
    }
}
@media (min-width: 768px) {
    .p-sec {
        padding: 70px 0 60px;
    }
    .p-sec._first {
        padding-top: 100px;
    }
    .p-sec:last-of-type {
        padding-bottom: 140px;
    }
    .p-sec._adjust {
        padding-top: 30px;
    }
}
@media (max-width: 767.98px) {
    .p-sec + .p-sec {
        margin-top: 60px;
    }
    .p-sec._first,
    .p-sec._sm_first {
        padding-top: 50px;
    }
    .p-sec:last-of-type {
        padding-bottom: 60px;
    }
    .p-sec._adjust {
        margin-top: 70px;
    }
}
@media (min-width: 768px) {
    .p-sec__outer {
        margin: -70px auto 0;
        padding-top: 70px;
        max-width: 1000px;
    }
}
@media (max-width: 767.98px) {
    .p-sec__outer {
        margin: 0 25px;
    }
}
.p-sec__head {
    position: relative;
}
@media (min-width: 768px) {
    .p-sec__head + .p-sec__body,
    .p-sec__head + .p-sec__group {
        margin-top: 50px;
    }
}
@media (max-width: 767.98px) {
    .p-sec__head + .p-sec__body,
    .p-sec__head + .p-sec__group {
        margin-top: 30px;
    }
}
.p-sec__lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.66667;
}
@media (min-width: 768px) {
    .p-sec__lead {
        margin: 25px 20px 0;
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .p-sec__lead {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.64286;
    }
}
@media (min-width: 768px) {
    .p-sec__sub {
        margin: 30px 20px 0;
    }
}
@media (max-width: 767.98px) {
    .p-sec__sub {
        margin-top: 25px;
        font-size: 14px;
        line-height: 1.64286;
    }
}
.p-sec__attention {
    margin-top: 40px;
}
@media (max-width: 767.98px) {
    .p-sec__attention {
        margin-top: 25px;
    }
}
.p-sec__kana {
    position: absolute;
    right: 0;
    bottom: -35px;
    font-weight: 400;
}
@media (max-width: 767.98px) {
    .p-sec__kana {
        bottom: -30px;
        font-size: 13px;
    }
}
.p-sec__group + .p-sec__group {
    margin-top: 70px;
}
@media (max-width: 767.98px) {
    .p-sec__group + .p-sec__group {
        margin-top: 40px;
    }
}
.p-sec__body {
    background-color: #f3f6f8;
}
@media (min-width: 768px) {
    .p-sec__body {
        padding: 55px 6% 70px;
        border-radius: 12px;
    }
    .p-sec__body.is-block65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .p-sec__body.is-block65-2 {
        padding-top: 65px;
        padding-bottom: 55px;
    }
    .p-sec__body.is-block65-3 {
        padding-top: 55px;
        padding-bottom: 65px;
    }
    .p-sec__body.is-block55 {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}
@media (max-width: 767.98px) {
    .p-sec__body {
        padding: 35px 25px;
        border-radius: 6px;
    }
    .p-sec__body.is-block65 {
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .p-sec__body.is-block65-2 {
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .p-sec__body.is-block65-3 {
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .p-sec__body.is-block55 {
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .p-sec__body.is-sm-pb50 {
        padding-bottom: 50px;
    }
    .p-sec__body.is-sm-mt40 {
        margin-top: 40px;
    }
    .p-sec__body.is-sm-fit {
        margin-right: -25px;
        margin-left: -25px;
        border-radius: 0;
    }
}
.p-sec__fullbody {
    background-color: #f3f6f8;
}
@media (min-width: 768px) {
    .p-sec__fullbody {
        position: relative;
        margin-top: 40px;
        padding: 60px 0;
    }
}
@media (min-width: 768px) and (min-width: 1024px) and (max-width: 1300px) {
    .p-sec__fullbody {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) {
    .p-sec__fullbody:after,
    .p-sec__fullbody:before {
        content: "";
        position: absolute;
        top: 0;
        width: calc(50vw - 50% - 148px);
        height: 100%;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        background-color: #f3f6f8;
    }
}
@media (min-width: 768px) and (min-width: 1024px) and (max-width: 1440px) {
    .p-sec__fullbody:after,
    .p-sec__fullbody:before {
        width: 100vw;
    }
}
@media (min-width: 768px) {
    .p-sec__fullbody:before {
        left: 0;
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    .p-sec__fullbody:after {
        right: 0;
        -webkit-transform-origin: right top;
        transform-origin: right top;
    }
}
@media (max-width: 767.98px) {
    .p-sec__fullbody {
        margin: 30px -25px 0;
        padding: 30px 25px 40px;
    }
}
.p-sec__fullbody.no-bg {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}
@media (min-width: 768px) {
    .p-sec__fullbody.no-bg:after,
    .p-sec__fullbody.no-bg:before {
        display: none;
    }
}
.p-sec__note {
    margin-top: 25px;
}
@media (min-width: 768px) {
    .p-sec__note {
        display: flex;
        justify-content: center;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .p-sec__note.is-adjustment {
        margin-bottom: -10px;
    }
}
.p-sec__bottom {
    margin-top: 30px;
}
@media (max-width: 767.98px) {
    .p-sec__bottom {
        margin-top: 25px;
    }
}
.p-secin__item + .p-secin__item {
    margin-top: 55px;
}
@media (max-width: 767.98px) {
    .p-secin__item + .p-secin__item {
        margin-top: 45px;
    }
}
.p-secin__btn {
    margin-top: 40px;
}
@media (max-width: 767.98px) {
    .p-secin__btn a {
        margin-right: auto;
        margin-left: auto;
    }
}
.p-inbox.has-anchor {
    margin-top: -70px;
    padding-top: 70px;
}
.p-inbox__head {
    text-align: center;
}
@media (min-width: 768px) {
    .p-inbox__head + .p-inbox__body,
    .p-inbox__head + .p-inbox__fullbody {
        margin-top: 25px;
    }
}
@media (max-width: 767.98px) {
    .p-inbox__head + .p-inbox__body,
    .p-inbox__head + .p-inbox__fullbody {
        margin-top: 15px;
    }
}
.p-inbox__lead {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    text-align: left;
}
@media (max-width: 767.98px) {
    .p-inbox__lead {
        margin-top: 10px;
        font-size: 13px;
        line-height: 1.61538;
    }
}
.p-inbox__body {
    position: relative;
}
@media (min-width: 768px) {
    .p-inbox__body {
        padding: 35px 55px 56px;
    }
    .p-inbox__body.is-pct-top {
        padding-top: 45px;
    }
    .p-inbox__body.is-txt-only {
        padding-bottom: 38px;
    }
}
@media (max-width: 767.98px) {
    .p-inbox__body {
        padding: 25px 25px 35px;
    }
    .p-inbox__body.is-txt-only {
        padding-bottom: 25px;
    }
    .p-inbox__body.is-pct-top {
        padding-top: 30px;
    }
    .p-inbox__body p:not([class]) {
        font-size: 13px;
        line-height: 26, 42;
    }
}
.p-inbox__body.is-fit {
    padding: 0;
}
.p-inbox__body.no-bg:before,
.p-inbox__body.no-shadow:after {
    display: none;
}
.p-inbox__body:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
@media (max-width: 767.98px) {
    .p-inbox__body:before {
        border-radius: 6px;
    }
}
.is-IE .p-inbox__body:before {
    box-shadow: 0 50px 50px -50px rgba(10, 155, 222, 0.2);
}
.p-inbox__body:after {
    content: "";
    opacity: 0.2;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 50%;
    border-radius: 10px;
    width: 82%;
    height: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0a9bde;
    -webkit-filter: blur(20px);
    filter: blur(20px);
}
.is-IE .p-inbox__body:after {
    display: none;
}
@media (min-width: 430px) and (max-width: 1024px) {
    .p-inbox__body._sm_shadow430:after {
        max-width: 352.6px;
    }
}
.p-inbox__body > * {
    position: relative;
    z-index: 2;
}
.p-inbox__body ._mt-1em {
    margin-top: 1em;
}
.p-inbox__item + .p-inbox__item {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e8f0f2;
}
.p-inbox__btn {
    margin-top: 30px;
}
@media (max-width: 767.98px) {
    .p-inbox__btn {
        margin-top: 20px;
    }
    .p-inbox__btn a {
        margin-right: auto;
        margin-left: auto;
    }
}
.p-inbox__note {
    margin-top: 10px;
}
.p-inbox__note2 {
    margin-top: 20px;
}
@media (max-width: 767.98px) {
    .p-inbox__note2 {
        margin-top: 12px;
    }
}
.l-sidenav {
    position: relative;
}
@media (min-width: 768px) {
    .l-sidenav {
        align-self: flex-start;
        order: 1;
        width: 19.86111%;
        max-width: 286px;
        background-color: #fff;
    }
    .l-sidenav.is-sticky {
        position: sticky;
        top: 125px;
        transition: top 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023.98px) {
    .l-sidenav.is-sticky {
        top: 66px;
    }
}
@media (min-width: 768px) {
    .is-scrolled .l-sidenav.is-sticky {
        top: 75px;
    }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023.98px) {
    .is-sp-scrolled .l-sidenav.is-sticky {
        top: 0;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .l-sidenav {
        width: 202px;
    }
}
@media (max-width: 767.98px) {
    .l-sidenav {
        display: none;
    }
}
.p-sidenav__inner {
    overflow: auto;
    padding-top: 80px;
    padding-right: 13.51351%;
}
.p-sidenav__inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
}
.is-overflow-scroll .p-sidenav__inner {
    height: calc(100vh - 125px);
}
.is-scrolled .is-overflow-scroll .p-sidenav__inner {
    height: calc(100vh - 75px);
}
.p-sidenav__item + .p-sidenav__item {
    margin-top: 40px;
}
.c-sidenav-category-btn {
    position: relative;
}
.is-current-category .c-sidenav-category-btn {
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.c-sidenav-category-btn:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 10.13514%;
    border-bottom: 1px solid #e8f0f2;
    width: 89.86486%;
}
.is-current-category .c-sidenav-category-btn:before {
    display: none;
}
.c-sidenav-category-btn:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 10.13514%;
    border-bottom: 1px solid #0a9bde;
    width: 32px;
}
.is-current-category .c-sidenav-category-btn:after {
    display: none;
}
.c-sidenav-category-btn.is-small:after {
    width: 24px;
}
.c-sidenav-category-btn.is-small a {
    padding-top: 21px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.c-sidenav-category-btn.is-disabled {
    pointer-events: none;
}
.c-sidenav-category-btn.is-disabled .c-sidenav-category-btn__icon {
    display: none;
}
@media (min-width: 768px) and (max-width: 1100px) {
    .c-sidenav-category-btn._adjust_br .c-sidenav-category-btn__txt br {
        display: none;
    }
}
.c-sidenav-category-btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 29px;
    padding-bottom: 28px;
    padding-left: 10.13514%;
    text-decoration: none;
    color: #0a9bde;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}
.is-current-category .c-sidenav-category-btn a {
    padding-right: 12px;
    color: #fff;
}
@media (min-width: 768px) and (max-width: 1100px) {
    .c-sidenav-category-btn a {
        font-size: 17px;
    }
}
.c-sidenav-category-btn__txt span {
    display: inline-block;
}
.c-sidenav-category-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 7px;
    border-radius: 50%;
    min-width: 21px;
    height: 21px;
}
.is-current-category .c-sidenav-category-btn__icon {
    display: none;
}
.c-sidenav-category-btn__icon:before {
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: inherit;
    height: inherit;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.no-touchevents a:hover .c-sidenav-category-btn__icon:before,
.touchevents a.is-touched .c-sidenav-category-btn__icon:before {
    opacity: 0;
}
.c-sidenav-category-btn__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    transition: background-position 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/jp/assets/img/icon/arrow_right_bw.svg) no-repeat;
    background-position: -10px 0;
    background-size: 20px 10px;
}
.no-touchevents a:hover .c-sidenav-category-btn__icon:after,
.touchevents a.is-touched .c-sidenav-category-btn__icon:after {
    background-position: 0 0;
}
.c-sidenav-link1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10.13514%;
}
.c-sidenav-link1 li {
    position: relative;
    padding-left: 32px;
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1100px) {
    .c-sidenav-link1 li {
        padding-left: 28px;
    }
}
.c-sidenav-link1 li.is-current-link:before {
    display: none;
}
.c-sidenav-link1 li.is-current-link:after {
    opacity: 1;
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.c-sidenav-link1 li.is-current-link a {
    border-bottom: none;
    color: #fff;
}
.no-touchevents .c-sidenav-link1 li.is-current-link a:hover,
.touchevents .c-sidenav-link1 li.is-current-link a.is-touched {
    color: #fff;
}
.c-sidenav-link1 li:before {
    content: "";
    display: flex;
    position: absolute;
    z-index: 1;
    top: 27px;
    left: 13px;
    margin-right: 8px;
    border-bottom: 1px solid #0a9bde;
    border-left: 1px solid #0a9bde;
    min-width: 6px;
    height: 6px;
}
.c-sidenav-link1 li:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: -1px;
    left: -14.0625%;
    width: 114.0625%;
    height: 100%;
    transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #f3f6f8;
}
.c-sidenav-link1 li.is-scroll-current:after {
    opacity: 1;
}
.c-sidenav-link1 li.is-scroll-current-before a,
.c-sidenav-link1 li.is-scroll-current a {
    border-color: transparent;
}
.c-sidenav-link1 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 22px 0 21px;
    border-bottom: 1px solid #e8f0f2;
    transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-decoration: none;
    letter-spacing: normal;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
}
.no-touchevents .c-sidenav-link1 li a:hover,
.touchevents .c-sidenav-link1 li a.is-touched {
    color: #0a9bde;
}
@media (min-width: 768px) and (max-width: 1100px) {
    .c-sidenav-link1 li a {
        font-size: 13px;
    }
}
.c-sidenav-link1__txt span {
    display: inline-block;
}
.c-sidenav-link1__txt._pr_em1 {
    padding-right: 1em;
}
.c-sidenav-link1__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 7px;
    border-radius: 50%;
    min-width: 21px;
    height: 21px;
}
.is-current-category .c-sidenav-link1__icon,
.is-current-link .c-sidenav-link1__icon {
    display: none;
}
.c-sidenav-link1__icon:before {
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: inherit;
    height: inherit;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, #2ccbe8 0, #0a9bde);
}
.no-touchevents a:hover .c-sidenav-link1__icon:before,
.touchevents a.is-touched .c-sidenav-link1__icon:before {
    opacity: 0;
}
.c-sidenav-link1__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    transition: background-position 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/jp/assets/img/icon/arrow_right_bw.svg) no-repeat;
    background-position: -10px 0;
    background-size: 20px 10px;
}
.no-touchevents a:hover .c-sidenav-link1__icon:after,
.touchevents a.is-touched .c-sidenav-link1__icon:after {
    background-position: 0 0;
}
.c-sidenav-chat {
    margin-left: 10.13514%;
}
.c-sidenav-chat a {
    display: flex;
    position: relative;
    padding: 15px 0 14px;
    border: 4px solid #e8f0f2;
    border-radius: 8px;
    background-color: #fff;
    text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1140px) {
    .c-sidenav-chat a {
        padding: 13px 0 11px;
    }
}
.c-sidenav-chat__balloon {
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
    left: calc(50% - 4px);
    border-radius: 11px;
    width: 128px;
    height: 22px;
    background-color: #f2b711;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
.c-sidenav-chat__balloon,
.c-sidenav-chat__balloon:before {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.c-sidenav-chat__balloon:before {
    content: "";
    bottom: -4px;
    left: 50%;
    border-color: #f2b711 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    width: 0;
    height: 0;
}
.c-sidenav-chat__txt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 8px;
    width: 100%;
    font-size: 15px;
    line-height: 1;
}
@media (min-width: 1140px) and (max-width: 1300px) {
    .c-sidenav-chat__txt {
        padding-right: 12px;
        font-size: 1.2vw;
    }
}
@media (min-width: 768px) and (max-width: 1140px) {
    .c-sidenav-chat__txt {
        flex-direction: column;
        font-size: 14px;
        line-height: 1.3;
    }
}
.c-sidenav-chat__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 9px;
    border-radius: 50%;
    min-width: 22px;
    height: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .c-sidenav-chat__icon {
        right: 25px;
        min-width: 25px;
        height: 25px;
    }
}
.c-sidenav-chat__icon:after,
.c-sidenav-chat__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(/jp/assets/img/icon/external_link_wb.svg) no-repeat;
}
.c-sidenav-chat__icon:before {
    border-radius: inherit;
    min-width: 22px;
    height: 22px;
    background-position: 0 0;
    background-size: 44px 22px;
}
@media (max-width: 767.98px) {
    .c-sidenav-chat__icon:before {
        min-width: 25px;
        height: 25px;
        background-position: 0 0;
        background-size: 50px 25px;
    }
}
.c-sidenav-chat__icon:after {
    opacity: 1;
    border-radius: inherit;
    min-width: 22px;
    height: 22px;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-position: -22px 0;
    background-size: 44px 22px;
}
@media (max-width: 767.98px) {
    .c-sidenav-chat__icon:after {
        min-width: 25px;
        height: 25px;
        background-position: -25px 0;
        background-size: 50px 25px;
    }
}
.no-touchevents a:hover .c-sidenav-chat__icon:after,
.touchevents a.is-touched .c-sidenav-chat__icon:after {
    opacity: 0;
}
.c-sidenav-terms1 {
    padding: 6.25%;
    background-color: #f3f6f8;
}
.c-sidenav-terms1__inner {
    border-radius: 6px;
    background-color: #fff;
}
.c-sidenav-terms1__item {
    margin-right: 10.76233%;
    margin-left: 17.93722%;
}
.c-sidenav-terms1__item + .c-sidenav-terms1__item {
    border-top: 1px solid #ecf3f5;
}
.c-sidenav-terms1__item a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 22px 28px 21px 0;
    text-decoration: none;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 1.42857;
}
@media (min-width: 1024px) and (max-width: 1180px) {
    .c-sidenav-terms1__item a {
        font-size: 1.12vw;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .c-sidenav-terms1__item a {
        font-size: 12px;
    }
    .c-sidenav-terms1__item a br {
        display: none;
    }
}
.c-sidenav-terms1__item a small {
    margin-left: 2px;
    font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1180px) {
    .c-sidenav-terms1__item a small {
        font-size: 9px;
    }
}
.c-sidenav-terms1__bottom {
    border-top: 1px solid #ecf3f5;
}
.c-sidenav-terms1__bottom a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 22px 50px 21px 10.76233%;
    text-decoration: none;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 1.42857;
}
@media (min-width: 1024px) and (max-width: 1180px) {
    .c-sidenav-terms1__bottom a {
        font-size: 1.12vw;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .c-sidenav-terms1__bottom a {
        font-size: 12px;
    }
}
.c-sidenav-terms1__txt {
    width: 100%;
}
.c-sidenav-terms1__txt span {
    position: relative;
}
.c-sidenav-terms1__txt span:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -14px;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background-color: #0a9bde;
}
.c-sidenav-terms1__icon-dl {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 50%;
    min-width: 22px;
    height: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/jp/assets/img/icon/dl_icon_wb.svg) no-repeat;
    background-color: #fff;
    background-position: 0 0;
    background-size: 44px 22px;
}
.c-sidenav-terms1__icon-dl:after {
    content: "";
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 22px;
    height: 22px;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/jp/assets/img/icon/dl_icon_wb.svg) no-repeat;
    background-position: -22px 0;
    background-size: 44px 22px;
}
.no-touchevents a:hover .c-sidenav-terms1__icon-dl:after,
.touchevents a.is-touched .c-sidenav-terms1__icon-dl:after {
    opacity: 0;
}
.c-sidenav-terms1__icon-external {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 10.76233%;
    border-radius: 50%;
    min-width: 22px;
    height: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/jp/assets/img/icon/external_link_wb.svg) no-repeat;
    background-position: 0 0;
    background-size: 44px 22px;
}
.c-sidenav-terms1__icon-external:after {
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    min-width: 22px;
    height: 22px;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: url(/jp/assets/img/icon/external_link_wb.svg) no-repeat;
    background-position: -22px 0;
    background-size: 44px 22px;
}
.no-touchevents a:hover .c-sidenav-terms1__icon-external:after,
.touchevents a.is-touched .c-sidenav-terms1__icon-external:after {
    opacity: 0;
}
.c-sidenav-terms2 {
    margin-left: 15.625%;
}
.c-sidenav-terms2__head {
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 1.5;
}
.c-sidenav-terms2__body {
    margin-top: 15px;
    padding: 15px 0;
    border-radius: 6px;
    background-color: #f3f6f8;
}
.c-sidenav-terms2__list li {
    margin-right: 8.37209%;
    margin-left: 13.02326%;
    line-height: 1.4;
}
.c-sidenav-terms2__list li + li {
    border-top: 1px solid #fff;
}
.c-sidenav-terms2__list a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 28px 14px 0;
    text-decoration: none;
    font-size: 12px;
}
.c-sidenav-terms2__list a small {
    margin-left: 2px;
    font-size: 10px;
}
.c-sidenav-terms2__txt {
    width: 100%;
}
.c-sidenav-terms2__txt span {
    position: relative;
}
.c-sidenav-terms2__txt span:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -10px;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background-color: #0a9bde;
}
.c-sidenav-terms2__icon-dl {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 50%;
    min-width: 22px;
    height: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/jp/assets/img/icon/dl_icon_wb.svg) no-repeat;
    background-color: #fff;
    background-position: 0 0;
    background-size: 44px 22px;
}
.c-sidenav-terms2__icon-dl:after {
    content: "";
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 22px;
    height: 22px;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/jp/assets/img/icon/dl_icon_wb.svg) no-repeat;
    background-position: -22px 0;
    background-size: 44px 22px;
}
.no-touchevents a:hover .c-sidenav-terms2__icon-dl:after,
.touchevents a.is-touched .c-sidenav-terms2__icon-dl:after {
    opacity: 0;
}
.l-breadcrumb {
    background-color: #f3f6f8;
}
@media (min-width: 768px) {
    .l-breadcrumb {
        border-bottom: 2px solid #fff;
    }
}
.l-breadcrumb__inner {
    overflow: auto;
}
.l-breadcrumb__inner ol {
    display: inline-flex;
    align-items: center;
    padding: 0 50px;
    height: 64px;
    white-space: nowrap;
}
@media (max-width: 767.98px) {
    .l-breadcrumb__inner ol {
        padding: 0 25px;
        height: 60px;
    }
}
.l-breadcrumb__inner ol:after {
    content: "";
}
.l-breadcrumb__inner ol li {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -1px;
    line-height: 1.36364;
}
.l-breadcrumb__inner ol li + li {
    margin-left: 13px;
    padding-left: 20px;
}
@media (max-width: 767.98px) {
    .l-breadcrumb__inner ol li + li {
        margin-left: 8px;
        padding-left: 14px;
    }
}
.l-breadcrumb__inner ol li + li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    border-right: 1px solid #343434;
    border-bottom: 1px solid #343434;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (max-width: 767.98px) {
    .l-breadcrumb__inner ol li + li:before {
        top: 5px;
        width: 5px;
        height: 5px;
    }
}
.is-IE .l-breadcrumb__inner ol li:last-child {
    padding-right: 50px;
}
@media (max-width: 767.98px) {
    .is-IE .l-breadcrumb__inner ol li:last-child {
        padding-right: 25px;
    }
}
.l-breadcrumb__inner ol a {
    transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    letter-spacing: 0.08em;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
}
@media (max-width: 767.98px) {
    .l-breadcrumb__inner ol a {
        font-size: 11px;
    }
}
.no-touchevents .l-breadcrumb__inner ol a:hover,
.touchevents .l-breadcrumb__inner ol a.is-touched {
    color: #0a9bde;
}
.l-breadcrumb__inner ol a.is-current {
    pointer-events: none;
    color: #0a9bde;
    font-weight: 700;
}
@media print {
    *,
    :after,
    :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
