@charset "UTF-8";

.front__plan__table-wrapper--mb > div,
.front__plan__table-wrapper--pc > div{
    min-width: 590px;
    position: relative;
}
.blur{
    display: block;
    background: rgba(255, 255, 255, 0.05);
    height: calc(100% + 10px);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 3;

    width: 54%;
    max-width: 480px;
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------------
 Styles
-------------------- */
html {
    font-size: 62.5%;
}

@font-face {
    font-family: YuGothicMedium;
  src: local(Yu Gothic Medium);
}

body {
    color: #000;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-size: 1.4rem;
    line-break: normal;
    line-height: 1.6;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

p {
    overflow-wrap: break-word;
}

header,
footer,
main,
nav,
section {
    display: block;
}

button {
    cursor: pointer;
}

address {
    font-style: normal;
}

[tabindex="-1"]:focus {
    outline: 0;
}

/* --------------------
 Utils
-------------------- */
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display: none !important;
    }
}
/* --------------------
 Layout
-------------------- */
.layout {
    animation: fadeInPage 0.3s linear 0.1s;
    animation-fill-mode: backwards;
    opacity: 1;
    overflow: hidden;
}

.layout.is-loaded {
    animation: none;
}

/* --------------------
 Animation
-------------------- */
@keyframes fadeInPage {
    0% {
        opacity: 0.01;
    }

    100% {
        opacity: 1;
    }
}
/* --------------------
 Header
-------------------- */
.header {
    background-color: #fff;
    height: 55px;
    left: 0;
    position: fixed;
    right: 0;
    top: 29px;
    z-index: 99;
}

@media (max-width: 768px) {
    .header {
        top: 0;
    }
}

.header:after {
    bottom: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
    content: "";
    display: block;
    height: 10px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
    z-index: 1;
}

.header-container {
    height: 100%;
    padding: 0;
    position: relative;
}

@media (min-width: 992px) {
    .header-container {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        gap: 30px;
        justify-content: space-between;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.header__logo {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    margin: 0;
    padding: 6px 0 0 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 992px) {
    .header__logo {
        background-color: transparent;
        display: block;
        flex-grow: 0;
        flex-shrink: 0;
        height: auto;
        padding-left: 0;
        width: auto;
    }
}

.header__logo img {
    width: 260px;
}

@media (min-width: 992px) {
    .header__logo img {
        width: 230px;
    }
}

.header__nav {
    background-color: #fff;
    bottom: auto;
    height: 100dvh;
    left: 0;
    padding: 55px 0 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (max-width: 991px) {
    .header__nav {
        overflow: hidden;
        transform: translateY(-100%);
    }

    .header__nav.initialized {
        transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    }

    .header__nav.is-active {
        transform: translateY(0);
    }

    .header__nav.opened {
        overflow-y: auto;
    }
}

@media (min-width: 992px) {
    .header__nav {
        align-items: center;
        background-color: transparent;
        bottom: auto;
        display: flex;
        flex-flow: row nowrap;
        flex-grow: 1;
        flex-shrink: 1;
        height: auto;
        justify-content: space-between;
        left: auto;
        padding: 0;
        position: static;
        right: auto;
        top: auto;
    }
}

.header__nav__sitemenu {
    margin: 0;
}

@media (min-width: 992px) {
    .header__nav__sitemenu {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        gap: 20px;
        justify-content: flex-start;
    }
}

.header__nav__sitemenu__item {
    border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 992px) {
    .header__nav__sitemenu__item {
        border-bottom: none;
    }
}

.header__nav__sitemenu__item a {
    color: inherit;
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 992px) {
    .header__nav__sitemenu__item a {
        font-size: 1.2rem;
        padding: 0;
    }
}

@media (min-width: 1240px) {
    .header__nav__sitemenu__item a {
        font-size: 1.3rem;
    }
}

.header__nav__sitemenu__item a:focus {
    color: #0FABAE;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__sitemenu__item a:hover {
        color: #0FABAE;
    }
}

.header__nav__menu {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 0;
    justify-content: flex-start;
    margin: 0;
}

@media (min-width: 992px) {
    .header__nav__menu {
        align-items: center;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
}

.header__nav__menu__item {
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    padding: 0;
    width: 50%;
}

@media (max-width: 991px) {
    .header__nav__menu__item:nth-child(even) {
        border-right: none;
    }
}

@media (min-width: 992px) {
    .header__nav__menu__item {
        border-bottom: none;
        padding: 0 14px;
        width: auto;
    }

    .header__nav__menu__item:first-child {
        padding-left: 0;
    }

    .header__nav__menu__item:last-child {
        border-right: none;
        padding-right: 0;
    }
}

.header__nav__menu__item a {
    color: #005BAC;
    display: block;
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 992px) {
    .header__nav__menu__item a {
        font-size: 1.2rem;
        padding: 0;
    }
}

@media (min-width: 1240px) {
    .header__nav__menu__item a {
        font-size: 1.3rem;
    }
}

.header__nav__menu__item a:focus {
    color: #0083f9;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__menu__item a:hover {
        color: #0083f9;
    }
}

.header__burger {
    -webkit-appearance: none;
    appearance: none;
    background: #0fabae;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: block;
    height: 55px;
    margin: 0;
    outline: none;
    padding: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    z-index: 10001;
}

@media (min-width: 992px) {
    .header__burger {
        display: none;
    }
}

.header__burger__bar {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 2px;
    left: 50%;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    transition: 0.2s;
    width: 25px;
}

.header__burger__bar:after, .header__burger__bar:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    right: 0;
    transform: translateZ(0);
    transform-origin: 0% 50%;
    transition: 0.2s;
    width: 25px;
}

.header__burger__bar:before {
    top: -6px;
}

.header__burger__bar:after {
    top: 6px;
}

.header__burger.is-active .header__burger__bar {
    background: none;
}

.header__burger.is-active .header__burger__bar:after, .header__burger.is-active .header__burger__bar:before {
    background: #fff;
}

.header__burger.is-active .header__burger__bar:before {
    transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.header__burger.is-active .header__burger__bar:after {
    transform: translateX(4px) translateY(3px) rotate(-45deg);
}

.header__burger:not(.is-active):focus .header__burger__bar:before {
    transform: translateY(-2px);
}

.header__burger:not(.is-active):focus .header__burger__bar:after {
    transform: translateY(2px);
}

@media (hover: hover) and (pointer: fine) {
    .header__burger:not(.is-active):hover .header__burger__bar:before {
        transform: translateY(-2px);
    }

    .header__burger:not(.is-active):hover .header__burger__bar:after {
        transform: translateY(2px);
    }
}

/* --------------------
 Front
-------------------- */
.front {
    padding: 55px 0 0;
}

.front__hero {
    background-image: url(/assets/img/security/net-de-shindan/front-hero-bg.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 1210px 146px;
    padding: 48px 0 60px;
}

@media (min-width: 768px) {
    .front__hero {
        padding-bottom: 90px;
        padding-top: 90px;
    }
}

.front__hero-container {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 0 40px;
    justify-content: stretch;
    margin: 0 auto;
    max-width: 960px;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.front__hero-container .front__hero__main{
    position: relative;
    z-index: 11;
}

.front__hero-container .sec_icon{
    width: 132px;
    position: absolute;
    top: -50px;
    right: -90px;
    z-index: 12;
}

.front__hero-container .sec_icon img{
    width: 100%;
}

@media (max-width: 1020px) {
    .front__hero-container .sec_icon{
        right: -10px;
    }
}

@media (max-width: 768px) {
    .front__hero-container .sec_icon{
        top: -30px;
        right: 50%;
        margin-right: -280px;
    }
}

@media (max-width: 500px) {
    .front__hero-container .sec_icon{
        margin-right: 0;
        right: 10px;
        top: -20px;
    }
}

@media (min-width: 768px) {
    .front__hero-container {
        align-items: flex-end;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 768px) {
    .front__hero__main {
        width: 50%;
        padding-right: 100px;
    }
}

@media (min-width: 1020px) {
    .front__hero__main {
        width: auto;
        padding-right: 0;
    }
}

.front__hero__main__title {
    display: none;
}

@media (min-width: 768px) {
    .front__hero__main__title {
        display: block;
        margin: 0 0 40px;
        text-align: center;
    }
}

.front__hero__main__subtitle {
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
    transform: translateX(10px);
}

@media (max-width: 500px) {
    .front__hero__main__subtitle {
        max-width: 360px;
        margin: 0 auto 40px;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .front__hero__main__subtitle {
        margin-bottom: 50px;
        transform: none;
    }
}

.front__hero__main__subtitle img {
    width: 260px;
}

@media (max-width: 500px) {
    .front__hero__main__subtitle img {
        width: 240px;
    }
}

@media (max-width: 450px) {
    .front__hero__main__subtitle img {
        width: 210px;
    }
}


@media (min-width: 768px) {
    .front__hero__main__subtitle img {
        width: 348px;
    }
}

.front__hero__main__action {
    display: none;
}

@media (min-width: 768px) {
    .front__hero__main__action {
        display: block;
    }
}

.front__hero__main__action a {
    align-items: center;
    background-color: #FAB22F;
    color: #282828;
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.6rem;
    height: 44px;
    justify-content: center;
    letter-spacing: 0.18em;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 230px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.front__hero__main__action a:before {
    background-color: #FACC2F;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.2s ease 0s;
    width: 100%;
    z-index: 0;
}

.front__hero__main__action a:after {
    background-image: url(/assets/img/security/net-de-shindan/icon-white-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    margin: auto 0;
    position: absolute;
    right: 20px;
    top: 0;
    width: 16px;
    z-index: 1;
}

.front__hero__main__action a span {
    display: block;
    position: relative;
    z-index: 1;
}

.front__hero__main__action a:focus:before {
    transform: translateX(0);
}

@media (hover: hover) and (pointer: fine) {
    .front__hero__main__action a:hover:before {
        transform: translateX(0);
    }
}

.front__hero__fig {
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .front__hero__fig {
        margin-bottom: 0;
        padding: 0 0 20px;
        text-align: center;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .front__hero__fig {
        width: auto;
    }
}

.front__hero__fig img {
    transform: translateX(24px);
    width: 300px;
}

@media (min-width: 992px) {
    .front__hero__fig img {
        transform: translateX(-20px);
        width: 480px;
    }
}

@media (min-width: 768px) {
    .front__hero__action {
        display: none;
    }
}

.front__hero__action a {
    align-items: center;
    background-color: #FAB22F;
    color: #282828;
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.8rem;
    height: 50px;
    justify-content: center;
    letter-spacing: 0.18em;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 270px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.front__hero__action a:before {
    background-color: #FACC2F;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.2s ease 0s;
    width: 100%;
    z-index: 0;
}

.front__hero__action a:after {
    background-image: url(/assets/img/security/net-de-shindan/icon-white-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    margin: auto 0;
    position: absolute;
    right: 20px;
    top: 0;
    width: 16px;
}

.front__hero__action a span {
    display: block;
    position: relative;
    z-index: 1;
}

.front__hero__action a:focus:before {
    transform: translateX(0);
}

@media (hover: hover) and (pointer: fine) {
    .front__hero__action a:hover:before {
        transform: translateX(0);
    }
}

.front__overview {
    background-color: #f7f7f7;
    overflow: hidden;
    padding: 30px 0 25px;
    position: relative;
}

@media (min-width: 768px) {
    .front__overview {
        padding-bottom: 40px;
        padding-top: 50px;
    }
}

.front__overview:before {
    background-image: url(/assets/img/security/net-de-shindan/front-overview-bg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 25px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 768px) {
    .front__overview:before {
        bottom: 210px;
    }
}

.front__overview-container {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__overview-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.front__overview__title {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .front__overview__title {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .front__overview__title img {
        height: 22px;
        width: auto;
    }
}

.front__overview__content {
    margin: 0 -10px 30px;
}

@media (min-width: 768px) {
    .front__overview__content {
        margin-left: 0;
        margin-right: 0;
    }
}

.front__overview__content p {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
    margin: 0 0 2em;
    text-align: center;
}

@media (min-width: 768px) {
    .front__overview__content p {
        font-size: 1.6rem;
    }
}

.front__overview__content p .small {
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .front__overview__content p .small {
        font-size: 1.6rem;
    }
}

.front__overview__content p:last-child {
    margin-bottom: 0;
}

.front__overview__content p em {
    background-color: #0fb2ae;
    -webkit-clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
    clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
    color: #fff;
    display: block;
    font-size: 3.2rem;
    font-style: inherit;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin: 0.25em auto;
    padding: 0 0.5em 0.05em;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .front__overview__content p em {
        font-size: 4.8rem;
    }
}

.front__overview__msg__title {
    margin: 0 auto 30px;
    max-width: 700px;
    text-align: center;
}

.front__overview__msg__title img {
    margin: 0 0 -3px;
}

@media (max-width: 767px) {
    .front__overview__msg__title img {
        height: 36px;
        width: auto;
    }
}

.front__overview__msg__title em {
    color: #fff;
    display: block;
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6;
    padding: 10px 0;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .front__overview__msg__title em {
        font-size: 2.8rem;
        line-height: 1.4;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

.front__overview__msg__title em:before, .front__overview__msg__title em:after {
    background-color: #0fb2ae;
    bottom: auto;
    -webkit-clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
    clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
}

.front__overview__msg__title em:before {
    top: 0;
}

.front__overview__msg__title em:after {
    bottom: 0;
}

.front__overview__msg__fig {
    margin: 0 auto 40px;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .front__overview__msg__fig {
        margin-bottom: 30px;
    }
}

.front__overview__msg__fig:before {
    background-image: url(/assets/img/security/net-de-shindan/front-overview-deco-mb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -50px;
    content: "";
    display: block;
    height: 214px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 342px;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__overview__msg__fig:before {
        background-image: url(/assets/img/security/net-de-shindan/front-overview-deco-1.svg);
        bottom: 30px;
        height: 178px;
        left: -250px;
        margin: 0;
        right: auto;
        width: 354px;
    }
}

.front__overview__msg__fig:after {
    background-image: url(/assets/img/security/net-de-shindan/front-overview-deco-2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 30px;
    content: "";
    display: none;
    height: 160px;
    left: auto;
    position: absolute;
    right: -250px;
    top: auto;
    width: 384px;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__overview__msg__fig:after {
        display: block;
    }
}

.front__overview__msg__content {
    background-color: #ad2518;
    color: #fff;
    margin: 0 -30px;
    padding: 20px 10px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__overview__msg__content {
        margin-left: auto;
        margin-right: auto;
        padding: 0 0 0 10px;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.front__overview__msg__content p {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .front__overview__msg__content p {
        font-size: 2.1rem;
    }
}

.front__detail {
    padding: 40px 0 40px;
}

@media (min-width: 768px) {
    .front__detail {
        padding-top: 50px;
    }
}

.front__detail-container {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 30px;
}

@media (min-width: 768px) {
    .front__detail-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.front__detail__flx {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 10px 0;
    justify-content: stretch;
    margin: 0 auto 40px;
    max-width: 1060px;
    padding: 0 30px;
}

@media (min-width: 768px) {
    .front__detail__flx {
        align-items: center;
        flex-direction: row;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.front__detail__flx__main {
    width: auto;
}

@media (min-width: 768px) {
    .front__detail__flx__main {
        flex-grow: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 992px) {
    .front__detail__flx__main {
        width: calc(50% - 20px);
    }
}

@media (min-width: 992px) {
    .front__detail__flx__main-inner {
        margin: 0 0 0 auto;
        max-width: 430px;
    }
}

.front__detail__flx__main__title {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .front__detail__flx__main__title {
        font-size: 2.3rem;
    }
}

.front__detail__flx__main__title em {
    display: block;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    padding: 0.025em 0 0;
    transform: translateX(-3px);
}

@media (min-width: 768px) {
    .front__detail__flx__main__title em {
        font-size: 3.8rem;
    }
}

@media (min-width: 992px) {
    .front__detail__flx__main__title em {
        font-size: 4.2rem;
    }
}

.front__detail__flx__fig {
    padding: 0;
    text-align: center;
    width: 320px;
}

@media (min-width: 768px) {
    .front__detail__flx__fig {
        flex-grow: 1;
        flex-shrink: 1;
        padding-left: 20px;
        text-align: right;
        width: auto;
    }
}

@media (min-width: 992px) {
    .front__detail__flx__fig {
        padding-left: 0;
        width: 50%;
    }
}

.front__detail__list {
    align-items: stretch;
    display: flex;
    flex-flow: column wrap;
    gap: 20px;
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

@media (min-width: 768px) {
    .front__detail__list {
        align-items: flex-start;
        flex-direction: row;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.front__detail__list li {
    align-items: center;
    background-color: #f7f7f7;
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.3rem;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0;
    padding: 18px 10px;
    position: relative;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .front__detail__list li {
        border-left: 10px solid #fff;
        font-size: 1.4rem;
        height: 50px;
        padding: 0;
        width: calc(50% - 10px);
    }
}

.front__detail__list li:before {
    background-image: url(/assets/img/security/net-de-shindan/icon-red-alert.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -9px;
    width: 22px;
}

@media (min-width: 768px) {
    .front__detail__list li:before {
        bottom: 0;
        height: 28px;
        left: -16px;
        right: auto;
        top: 0;
        width: 32px;
    }
}

.front__detail__note {
    margin: 0 0 45px;
    padding: 0 0 25px;
    position: relative;
}

.front__detail__note:after {
    background-color: #f7f7f7;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 100px;
}

.front__detail__note p {
    color: #233447;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .front__detail__note p {
        font-size: 2.1rem;
    }
}

.front__detail__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 20px 15px;
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .front__detail__item-wrapper {
        flex-wrap: nowrap;
        gap: 30px;
    }
}

.front__detail__item {
    background-color: #f7f7f7;
    padding: 25px 0 20px;
    position: relative;
    width: calc(50% - 10px);
}

@media (min-width: 768px) {
    .front__detail__item {
        padding: 40px 0 30px;
        width: calc(25% - 22.5px);
    }
}

.front__detail__item:before {
    background-image: url(/assets/img/security/net-de-shindan/icon-red-fire.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 26px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -15px;
    width: 18px;
}

.front__detail__item__title {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .front__detail__item__title {
        margin-bottom: 25px;
    }
}

.front__detail__item__title__ja {
    color: #233447;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .front__detail__item__title__ja {
        font-size: 2.8rem;
    }
}

.front__detail__item__title__en {
    color: #9aa3ad;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .front__detail__item__title__en {
        font-size: 1.2rem;
    }
}

.front__detail__item__icon {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .front__detail__item__icon {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .front__detail__item__icon img {
        height: 34px;
        width: auto;
    }
}

.front__detail__item__content p {
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .front__detail__item__content p {
        font-size: 1.6rem;
    }
}

.front__detail__risk {
    margin: 0 -20px;
}

@media (min-width: 768px) {
    .front__detail__risk {
        margin-left: 0;
        margin-right: 0;
    }
}

.front__detail__risk__title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .front__detail__risk__title {
        font-size: 2.4rem;
    }
}

.front__detail__risk__title em {
    align-items: center;
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    font-size: 2.9rem;
    font-style: normal;
    font-weight: 700;
    justify-content: stretch;
    line-height: 1.2;
    margin: 0 auto 10px;
    width: 300px;
}

@media (min-width: 768px) {
    .front__detail__risk__title em {
        align-items: flex-start;
        flex-direction: row;
        font-size: 3.6rem;
        justify-content: center;
        margin-bottom: 20px;
        max-width: 732px;
        width: auto;
    }
}

.front__detail__risk__title em .small {
    font-size: 2.3rem;
}

@media (min-width: 768px) {
    .front__detail__risk__title em .small {
        font-size: 2.8rem;
    }
}

.front__detail__risk__title em > span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .front__detail__risk__title em > span {
        margin-left: 0;
        margin-right: 0;
    }
}

.front__detail__risk__title em > span:nth-child(1) {
    background-image: url(/assets/img/security/net-de-shindan/front-detail-risk-title-bg-1.svg);
    height: 47px;
    letter-spacing: 0.12em;
    padding: 0.125em 0.85em 0 0;
    text-align: right;
    transform: translateX(-13px);
    width: 300px;
}

@media (min-width: 768px) {
    .front__detail__risk__title em > span:nth-child(1) {
        height: 56px;
        margin-right: -9px;
        padding-right: 0.65em;
        transform: none;
        width: 360px;
    }
}

.front__detail__risk__title em > span:nth-child(2) {
    background-image: url(/assets/img/security/net-de-shindan/front-detail-risk-title-bg-2.svg);
    height: 46px;
    letter-spacing: 0.14em;
    padding: 0.125em 0 0 1em;
    text-align: left;
    transform: translateX(13px);
    width: 300px;
}

@media (min-width: 768px) {
    .front__detail__risk__title em > span:nth-child(2) {
        height: 56px;
        margin-left: -9px;
        margin-top: 7px;
        transform: none;
        width: 366px;
    }
}

.front__detail__risk__list {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    max-width: 660px;
    padding: 0;
}

.front__detail__risk__list > li {
    background-color: #f7f7f7;
    border-radius: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 0;
    padding: 0.5em 1em;
    text-align: center;
}

@media (min-width: 768px) {
    .front__detail__risk__list > li {
        font-size: 1.4rem;
    }
}

.front__trouble {
    background-color: #f7f7f7;
    margin: 0 0 5px;
    padding: 30px 0 0;
}

@media (min-width: 768px) {
    .front__trouble {
        margin-bottom: 0;
        padding-top: 50px;
    }
}

.front__trouble-container {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 30px;
}

@media (min-width: 768px) {
    .front__trouble-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.front__trouble__title {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 2;
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .front__trouble__title {
        font-size: 2.4rem;
        margin-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .front__trouble__title {
        margin-bottom: 20px;
        text-align: left;
    }
}

.front__trouble__title em {
    background-color: #0fb2ae;
    color: #fff;
    display: block;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto;
    padding: 0.05em 0.1em;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .front__trouble__title em {
        display: inline-block;
        font-size: 4.2rem;
        margin: 0 0.25em 0 0;
        vertical-align: middle;
        width: auto;
    }
}

@media (min-width: 992px) {
    .front__trouble__title em {
        font-size: 4.8rem;
    }
}

.front__trouble__title span {
    vertical-align: middle;
}

.front__trouble__list {
    list-style: none;
    margin: 0 auto;
    max-width: 400px;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .front__trouble__list {
        max-width: 770px;
    }
}

@media (min-width: 992px) {
    .front__trouble__list {
        max-width: none;
    }
}

.front__trouble__list:after {
    background-image: url(/assets/img/security/net-de-shindan/front-trouble-fig.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 126px;
    margin: 0 auto;
    width: 196px;
}

.front__trouble__list > li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.05));
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 15px;
    padding: 0.65em 1.25em 0 1.25em;
    white-space: nowrap;
    width: auto;
}

@media (min-width: 768px) {
    .front__trouble__list > li {
        bottom: auto;
        left: auto;
        margin-bottom: 0;
        position: absolute;
        right: auto;
        top: auto;
    }
}

.front__trouble__list > li span {
    display: block;
    letter-spacing: 0.02em;
    position: relative;
}

.front__trouble__list > li:nth-child(1) {
    background-image: url(/assets/img/security/net-de-shindan/front-trouble-balloon-1-mb.svg);
    height: 76px;
    margin-left: auto;
    margin-right: auto;
    width: 254px;
}

@media (min-width: 768px) {
    .front__trouble__list > li:nth-child(1) {
        background-image: url(/assets/img/security/net-de-shindan/front-trouble-balloon-1.svg);
        bottom: 30px;
        height: 75px;
        left: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .front__trouble__list > li:nth-child(1) {
        left: 55px;
    }
}

.front__trouble__list > li:nth-child(2) {
    background-image: url(/assets/img/security/net-de-shindan/front-trouble-balloon-2-mb.svg);
    height: 76px;
    margin-left: auto;
    margin-right: auto;
    width: 312px;
}

@media (min-width: 768px) {
    .front__trouble__list > li:nth-child(2) {
        background-image: url(/assets/img/security/net-de-shindan/front-trouble-balloon-2.svg);
        bottom: 130px;
        height: 75px;
        left: 40px;
        margin-left: 0;
        margin-right: 0;
        width: 310px;
    }
}

@media (min-width: 992px) {
    .front__trouble__list > li:nth-child(2) {
        bottom: 175px;
        left: calc(50% - 40px);
    }
}

@media (min-width: 1240px) {
    .front__trouble__list > li:nth-child(2) {
        bottom: 150px;
    }
}

.front__trouble__list > li:nth-child(3) {
    background-image: url(/assets/img/security/net-de-shindan/front-trouble-balloon-4-mb.svg);
    height: 52px;
    margin-left: auto;
    width: 250px;
}

@media (min-width: 768px) {
    .front__trouble__list > li:nth-child(3) {
        background-image: url(/assets/img/security/net-de-shindan/front-trouble-balloon-4-mb.svg);
        bottom: 40px;
        left: calc(50% + 120px);
        margin-left: 0;
    }
}

.front__trouble__list > li:nth-child(4) {
    background-image: url(/assets/img/security/net-de-shindan/front-trouble-balloon-3-mb.svg);
    height: 76px;
    margin-left: 20px;
    width: 208px;
}

@media (min-width: 768px) {
    .front__trouble__list > li:nth-child(4) {
        background-image: url(/assets/img/security/net-de-shindan/front-trouble-balloon-3.svg);
        bottom: 100px;
        height: 75px;
        margin-left: 0;
        right: 90px;
        width: 207px;
    }
}

@media (min-width: 992px) {
    .front__trouble__list > li:nth-child(4) {
        right: 0;
    }
}

@media (min-width: 1240px) {
    .front__trouble__list > li:nth-child(4) {
        bottom: 120px;
        right: -60px;
    }
}

.front__service {
    padding: 60px 0 60px;
    position: relative;
}

@media (min-width: 768px) {
    .front__service {
        padding-top: 70px;
    }
}

.front__service:after {
    background-color: #fff;
    bottom: -24px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 42px;
    z-index: 1;
}

.front__service-container {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 30px;
}

@media (min-width: 768px) {
    .front__service-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.front__service__flx {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 50px 0;
    justify-content: stretch;
    margin: 0 auto 20px;
    max-width: 1060px;
    padding: 0 30px;
}

@media (min-width: 768px) {
    .front__service__flx {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 80px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.front__service__flx__logo {
    padding: 0;
    text-align: center;
    width: auto;
}

@media (min-width: 768px) {
    .front__service__flx__logo {
        padding-right: 40px;
        text-align: left;
        width: 50%;
    }
}

.front__service__flx__logo img {
    width: 299px;
}

@media (min-width: 768px) {
    .front__service__flx__logo img {
        max-width: 365px;
        width: 100%;
    }
}

.front__service__flx__main {
    width: auto;
}

@media (min-width: 768px) {
    .front__service__flx__main {
        width: 50%;
    }
}

.front__service__flx__main-inner {
    margin: 0;
}

@media (min-width: 768px) {
    .front__service__flx__main-inner {
        margin-left: auto;
        max-width: 430px;
    }
}

.front__service__flx__main__title {
    color: #282828;
    font-size: 1.7rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin: 0 -10px;
}

@media (min-width: 768px) {
    .front__service__flx__main__title {
        margin-left: 0;
        margin-right: 0;
    }
}

.front__service__flx__main__title em {
    color: inherit;
    display: block;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.3;
    margin: 0;
}

@media (min-width: 768px) {
    .front__service__flx__main__title em {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .front__service__flx__main__title em {
        font-size: 4rem;
    }
}

@media (min-width: 1240px) {
    .front__service__flx__main__title em {
        font-size: 4.2rem;
    }
}

.front__service__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: column wrap;
    gap: 20px;
    justify-content: stretch;
}

@media (min-width: 768px) {
    .front__service__item-wrapper {
        flex-direction: row;
        gap: 30px 20px;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .front__service__item-wrapper {
        column-gap: 45px;
    }
}

.front__service__item {
    background-color: #f7f7f7;
    padding: 30px 0 25px;
    position: relative;
}

@media (min-width: 768px) {
    .front__service__item {
        padding: 40px 0 30px;
        width: calc(33.33333% - 13.33333px);
    }
}

@media (min-width: 992px) {
    .front__service__item {
        width: calc(33.33333% - 30px);
    }
}

.front__service__item__title {
    color: #233447;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin: 0 0 25px;
    text-align: center;
}

@media (min-width: 768px) {
    .front__service__item__title {
        font-size: 2.4rem;
    }
}

@media (min-width: 992px) {
    .front__service__item__title {
        font-size: 2.8rem;
    }
}

.front__service__item__icon {
    margin: 0 0 30px;
    text-align: center;
}

.front__service__item__content p {
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

.front__action {
    padding: 40px 0 10px;
    position: relative;
}

@media (min-width: 768px) {
    .front__action {
        padding-top: 60px;
    }
}

.front__action:before {
    background-color: #0fabae;
    bottom: 150px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 768px) {
    .front__action:before {
        bottom: 138px;
    }
}

.front__action-container {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__action-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.front__action__fig {
    margin: 0 0 20px;
    text-align: center;
}

.front__action__button {
    margin: 0 0 10px;
}

.front__action__button a {
    align-items: center;
    background-color: #FAB22F;
    border: 4px solid #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.9rem;
    font-weight: 700;
    height: 56px;
    justify-content: center;
    letter-spacing: 0.18em;
    line-height: 1.2;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 0.1em;
    position: relative;
    text-decoration: none;
    width: 270px;
}

@media (min-width: 768px) {
    .front__action__button a {
        font-size: 2.9rem;
        height: 80px;
        width: 400px;
    }
}

.front__action__button a:before {
    background-color: #FACC2F;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.2s ease 0s;
    width: 100%;
    z-index: 0;
}

.front__action__button a:after {
    background-image: url(/assets/img/security/net-de-shindan/icon-white-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    margin: auto 0;
    position: absolute;
    right: 30px;
    top: 0;
    width: 7px;
}

.front__action__button a span {
    display: block;
    position: relative;
    z-index: 1;
}

.front__action__button a:focus:before {
    transform: translateX(0);
}

@media (hover: hover) and (pointer: fine) {
    .front__action__button a:hover:before {
        transform: translateX(0);
    }
}

.front__action__action {
    text-align: center;
}

.front__action__action a {
    color: inherit;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    margin: 0 auto;
    padding: 0 25px 0.5em 0;
    position: relative;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

.front__action__action a:before {
    background-image: url(/assets/img/security/net-de-shindan/icon-black-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 16px;
}

.front__action__action a:after {
    background-color: #0fabae;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    transition: width 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 0;
    z-index: 0;
}

.front__action__action a:focus:after {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .front__action__action a:hover:after {
        width: 100%;
    }
}

.front__feature {
    margin: 20px 0 0;
    padding: 5px 0 70px;
    position: relative;
}

@media (min-width: 768px) {
    .front__feature {
        margin-top: 40px;
        padding-top: 30px;
    }
}

.front__feature:before {
    background-image: url(/assets/img/security/net-de-shindan/front-feature-text.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 60px;
    left: 0;
    margin: 0 auto;
    max-width: 400px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

@media (min-width: 768px) {
    .front__feature:before {
        height: 160px;
        max-width: none;
    }
}

.front__feature-container {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__feature-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.front__feature__title {
    color: #233447;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 50px;
    text-align: center;
}

.front__feature__title em {
    display: block;
    font-size: 4.2rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.2;
    margin: 0;
}

.front__feature__item {
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0;
    margin: 0 auto 70px;
    padding: 50px 20px 15px;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .front__feature__item {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        height: 150px;
        justify-content: center;
        padding: 0 40px;
    }
}

.front__feature__item:before {
    background-color: #000;
    bottom: -30px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 13px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 15px;
}

@media (min-width: 768px) {
    .front__feature__item:before {
        bottom: -14px;
    }
}

.front__feature__item:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    margin: auto;
}

@media (min-width: 768px) {
    .front__feature__item:after {
        bottom: auto;
        left: auto;
        position: absolute;
        right: auto;
        top: auto;
    }
}

.front__feature__item:last-child {
    margin-bottom: 0;
}

.front__feature__item:last-child:before {
    display: none;
}

.front__feature__item__number {
    align-items: center;
    background-color: #0fbfae;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    bottom: auto;
    display: flex;
    flex-flow: row nowrap;
    height: 60px;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -30px;
    width: 60px;
}

@media (min-width: 768px) {
    .front__feature__item__number {
        bottom: 0;
        left: -30px;
        right: auto;
        top: 0;
    }
}

.front__feature__item__content {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .front__feature__item__content {
        margin-bottom: 0;
    }
}

.front__feature__item__content p {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 768px) {
    .front__feature__item__content p {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    .front__feature__item__content p {
        font-size: 2.4rem;
    }
}

@media (min-width: 768px) {
    .front__feature__item:nth-child(1) {
        width: 555px;
    }
}

.front__feature__item:nth-child(1):after {
    background-image: url(/assets/img/security/net-de-shindan/front-feature-icon-1.svg);
    height: 100px;
    width: 124px;
}

@media (min-width: 768px) {
    .front__feature__item:nth-child(1):after {
        bottom: 0;
        right: -70px;
        top: 0;
    }
}

@media (min-width: 768px) {
    .front__feature__item:nth-child(2) {
        margin-right: 0;
        padding-left: 370px;
        width: 680px;
    }
}

@media (min-width: 992px) {
    .front__feature__item:nth-child(2) {
        width: 855px;
    }
}

.front__feature__item:nth-child(2):after {
    background-image: url(/assets/img/security/net-de-shindan/front-feature-icon-2.webp);
    height: 176px;
    width: 245px;
}

@media (min-width: 768px) {
    .front__feature__item:nth-child(2):after {
        height: 219px;
        left: 65px;
        top: -20px;
        width: 306px;
    }
}

@media (min-width: 768px) {
    .front__feature__item:nth-child(3) {
        width: 555px;
    }
}

.front__feature__item:nth-child(3):after {
    background-image: url(/assets/img/security/net-de-shindan/front-feature-icon-3.svg);
    bottom: 0;
    height: 40px;
    right: -85px;
    top: 0;
    width: 122px;
}

@media (min-width: 768px) {
    .front__feature__item:nth-child(4) {
        margin-right: 0;
        padding-right: 280px;
        width: 680px;
    }
}

@media (min-width: 992px) {
    .front__feature__item:nth-child(4) {
        width: 855px;
    }
}

.front__feature__item:nth-child(4):after {
    background-image: url(/assets/img/security/net-de-shindan/front-feature-icon-4.svg);
    height: 135px;
    width: 186px;
}

@media (min-width: 768px) {
    .front__feature__item:nth-child(4):after {
        height: 168px;
        right: 40px;
        top: 20px;
        width: 232px;
    }
}

@media (min-width: 768px) {
    .front__feature__item:nth-child(5) {
        padding-right: 230px;
        width: 555px;
    }
}

.front__feature__item:nth-child(5):after {
    background-image: url(/assets/img/security/net-de-shindan/front-feature-icon-5.webp);
    height: 106px;
    width: 202px;
}

@media (min-width: 768px) {
    .front__feature__item:nth-child(5):after {
        bottom: 0;
        right: 20px;
        top: 0;
    }
}

.front__guide {
    background-color: #f7f7f7;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .front__guide {
        background-color: transparent;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.front__guide:after {
    background-color: #f7f7f7;
    bottom: -24px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 42px;
    z-index: 1;
}

.front__guide-container {
    overflow: hidden;
}

.front__guide-container-inner {
    margin: 0 auto;
    max-width: 730px;
    padding: 50px 0 150px;
    position: relative;
}

@media (min-width: 768px) {
    .front__guide-container-inner {
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .front__guide-container-inner {
        max-width: 950px;
        padding-top: 80px;
    }
}

@media (min-width: 1240px) {
    .front__guide-container-inner {
        max-width: 1000px;
    }
}

.front__guide-container-inner:before {
    background-color: #f7f7f7;
    border-top-right-radius: 84px;
    bottom: 0;
    content: "";
    display: none;
    left: -20vw;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
}

@media (min-width: 768px) {
    .front__guide-container-inner:before {
        display: block;
    }
}

@media (min-width: 992px) {
    .front__guide-container-inner:before {
        left: min(500px - 50vw, -20px);
    }
}

.front__guide-container-inner:after {
    background-image: url(/assets/img/security/net-de-shindan/front-guide-fig-1.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -5px;
    content: "";
    display: block;
    height: 128px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 171px;
    z-index: 0;
}

@media (min-width: 768px) {
    .front__guide-container-inner:after {
        height: 153px;
        margin: 0;
        right: auto;
        width: 206px;
    }
}

@media (min-width: 992px) {
    .front__guide-container-inner:after {
        height: 255px;
        width: 342px;
    }
}

@media (min-width: 1240px) {
    .front__guide-container-inner:after {
        left: 50px;
    }
}

.front__guide__main {
    margin: 0;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__guide__main {
        padding-left: 220px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .front__guide__main {
        margin-left: auto;
        padding-left: 30px;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.front__guide__main__title {
    color: #1e1e1e;
    font-size: 2.3rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin: 0 auto 30px;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .front__guide__main__title {
        font-size: 2.8rem;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .front__guide__main__title {
        font-size: 3.4rem;
        margin-bottom: 40px;
    }
}

.front__guide__main__title em {
    display: block;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.3;
    margin: 0;
    position: relative;
}

@media (min-width: 768px) {
    .front__guide__main__title em {
        font-size: 3.8rem;
    }
}

@media (min-width: 992px) {
    .front__guide__main__title em {
        font-size: 4.2rem;
    }
}

.front__guide__main__title em:after {
    background-image: url(/assets/img/security/net-de-shindan/front-guide-title-deco.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 5px;
    content: "";
    display: block;
    height: 33px;
    left: auto;
    position: absolute;
    right: -30px;
    width: 43px;
    z-index: 0;
}

@media (min-width: 768px) {
    .front__guide__main__title em:after {
        bottom: 0;
        height: 47px;
        right: -38px;
        width: 61px;
    }
}

@media (min-width: 992px) {
    .front__guide__main__title em:after {
        height: 66px;
        right: -60px;
        width: 86px;
    }
}

.front__guide__main__content p {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 1.7;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .front__guide__main__content p {
        font-size: 1.6rem;
        text-align: left;
    }
}

.front__plan {
    margin: 60px 0 0;
    padding: 0 0 50px;
    position: relative;
}

@media (min-width: 768px) {
    .front__plan {
        margin-top: 80px;
        padding-bottom: 80px;
    }
}

.front__plan:after {
    background-color: #fff;
    bottom: -24px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 42px;
    z-index: 1;
}

.front__plan-container {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 30px;
}

@media (min-width: 768px) {
    .front__plan-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.front__plan__title {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .front__plan__title {
        font-size: 4.2rem;
    }
}

.front__plan__title img {
    bottom: 1px;
    height: 28px;
    position: absolute;
    right: -25px;
    width: auto;
}

@media (min-width: 768px) {
    .front__plan__title img {
        bottom: 2px;
        height: 38px;
        right: -35px;
    }
}

.front__plan__price {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .front__plan__price {
        display: none;
    }
}

@media (max-width: 767px) {
    .front__plan__price img {
        width: 170px;
    }
}

.front__plan__note {
    margin: 0 0 20px;
    padding: 0 20px;
    position: relative;
}

@media (min-width: 768px) {
    .front__plan__note {
        display: none;
    }
}

.front__plan__note:before, .front__plan__note:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: auto;
    margin: auto;
    position: absolute;
    right: auto;
    top: 0;
    width: 12px;
}

.front__plan__note:before {
    background-image: url(/assets/img/security/net-de-shindan/icon-green-double-angle-left.svg);
    left: 0;
}

.front__plan__note:after {
    background-image: url(/assets/img/security/net-de-shindan/icon-green-double-angle-right.svg);
    right: 0;
}

.front__plan__note p {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    margin: 0;
    text-align: center;
}

.front__plan__content {
    margin: 0 auto 30px;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .front__plan__content {
        margin-bottom: 60px;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
}

.front__plan__content p {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 1.7;
    margin: 0;
}

@media (min-width: 768px) {
    .front__plan__content p {
        font-size: 1.6rem;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .front__plan__table-wrapper--mb {
        overflow-x: auto;
        padding: 1px;
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    .front__plan__table-wrapper--mb {
        display: none;
    }
}

.front__plan__table-wrapper--pc {
    display: none;
}

@media (min-width: 768px) {
    .front__plan__table-wrapper--pc {
        display: block;
    }
}

.front__plan__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

@media (min-width: 768px) {
    .front__plan__table {
        table-layout: fixed;
    }
}

.front__plan__table > thead > tr > th {
    background-color: #0FABAE;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
    min-width: 150px;
    padding: 20px 5px;
    text-align: center;
    width: auto;
}

@media (min-width: 768px) {
    .front__plan__table > thead > tr > th {
        font-size: 1.8rem;
        min-width: auto;
    }
}

.front__plan__table > thead > tr > th:last-child {
    border-right-color: #0FABAE;
}

.front__plan__table > thead > tr > td {
    border: none;
    min-width: 140px;
    width: 140px;
}

@media (min-width: 992px) {
    .front__plan__table > thead > tr > td {
        min-width: auto;
        width: 180px;
    }
}

.front__plan__table > tbody > tr > th, .front__plan__table > tbody > tr > td {
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    color: #1e1e1e;
    padding: 20px 5px;
    text-align: center;
    vertical-align: middle;
}

.front__plan__table > tbody > tr > th:last-child, .front__plan__table > tbody > tr > td:last-child {
    border-right: 1px solid #e0e0e0;
}

.front__plan__table > tbody > tr > th {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 10px 25px;
    text-align: left;
}

@media (min-width: 768px) {
    .front__plan__table > tbody > tr > th {
        font-size: 1.3rem;
        padding: 20px 5px;
        text-align: center;
    }
}

.front__plan__table > tbody > tr > th .small {
    font-size: 1rem;
    font-weight: 400;
}

@media (min-width: 768px) {
    .front__plan__table > tbody > tr > th .small {
        font-size: 1.3rem;
    }
}

.front__plan__table > tbody > tr > td {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding: 10px 5px;
    text-align: center;
}

@media (min-width: 768px) {
    .front__plan__table > tbody > tr > td {
        font-size: 1.3rem;
        padding: 20px 5px;
    }
}

.front__plan__table > tbody > tr:nth-child(odd) > th, .front__plan__table > tbody > tr:nth-child(odd) > td {
    background-color: #f7f7f7;
}

.front__plan__table > tbody > tr:first-child > th, .front__plan__table > tbody > tr:first-child > td {
    border-top: 1px solid #e0e0e0;
}

.front__plan__table .number {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0 0.1em 0 0;
}

@media (min-width: 768px) {
    .front__plan__table .number {
        font-size: 2.3rem;
    }
}

.front__plan__table b {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

@media (min-width: 768px) {
    .front__plan__table b {
        font-size: 1.4rem;
    }
}

.front__plan__table__discount {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 0 0 30px;
    position: relative;
}

@media (min-width: 768px) {
    .front__plan__table__discount {
        padding-bottom: 40px;
    }
}

.front__plan__table__discount__before {
    color: #aaaaaa;
    line-height: 1.2;
    padding: 0 20px 0 0;
    position: relative;
}

.front__plan__table__discount__before:after {
    background-color: #aaaaaa;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    display: block;
    height: 8px;
    left: auto;
    margin: auto;
    position: absolute;
    right: 6px;
    top: 5px;
    width: 7px;
}

.front__plan__table__discount__after {
    background-color: #FA412F;
    color: #fff;
    line-height: 1.05;
    padding: 0 0.75em 0.3em 0.85em;
}

.front__plan__table__discount__after .number {
    font-size: 2.6rem !important;
}

@media (min-width: 768px) {
    .front__plan__table__discount__after .number {
        font-size: 3.6rem !important;
    }
}

.front__plan__table__discount__text {
    background-color: #0fabae;
    bottom: 0;
    color: #fff;
    font-size: 1rem;
    left: 50%;
    letter-spacing: 0.12em;
    line-height: 1.2;
    padding: 0.25em 1em;
    position: absolute;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .front__plan__table__discount__text {
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .front__plan__table__circle img {
        width: 13px;
    }
}

.front__plan__table__tag__list {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 5px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .front__plan__table__tag__list {
        gap: 6px;
    }
}

.front__plan__table__tag__list > li {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 0.8rem;
    line-height: 1.2;
    padding: 0.25em 0.5em;
}

@media (min-width: 768px) {
    .front__plan__table__tag__list > li {
        font-size: 1.2rem;
    }
}

.front__plan__table__tag__text {
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    margin: 5px 0 0;
}

@media (min-width: 768px) {
    .front__plan__table__tag__text {
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {
    .front__plan__table__tag--a {
        margin: 0 auto;
        max-width: 90px;
        position: relative;
    }

    .front__plan__table__tag--a .front__plan__table__tag__list {
        justify-content: flex-start;
    }

    .front__plan__table__tag--a .front__plan__table__tag__text {
        bottom: 0;
        position: absolute;
        right: 0;
    }
}

@media (max-width: 767px) {
    .front__plan__table__tag--b {
        margin: 0 auto;
        max-width: 100px;
    }
}

@media (max-width: 767px) and (min-width: 768px) {
    .front__plan__table__tag--b {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .front__plan__table__tag--b .front__plan__table__tag__list {
        justify-content: space-between;
    }

    .front__plan__table__tag--b .front__plan__table__tag__list > li {
        flex-grow: 1;
    }
}

.front__faq {
    background-color: #f7f7f7;
    margin: 30px 0 0;
    padding: 30px 0 50px;
}

@media (min-width: 768px) {
    .front__faq {
        margin-top: 60px;
        padding-bottom: 70px;
    }
}

.front__faq-container {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 30px;
}

@media (min-width: 768px) {
    .front__faq-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.front__faq__title {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 30px;
    text-align: center;
}

.front__faq__item {
    background-color: #fff;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.05);
    margin: 0 0 30px;
    padding: 20px;
}

@media (min-width: 768px) {
    .front__faq__item {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .front__faq__item {
        padding-left: 50px;
    }
}

.front__faq__item:last-child {
    margin-bottom: 0;
}

.front__faq__item__title {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin: 0 0 20px;
    padding: 0 0 0 25px;
    position: relative;
}

@media (min-width: 768px) {
    .front__faq__item__title {
        font-size: 1.9rem;
        margin-bottom: 30px;
        padding-left: 40px;
    }
}

.front__faq__item__title:before {
    background-image: url(/assets/img/security/net-de-shindan/front-faq-icon-q.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 19px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 12px;
}

@media (min-width: 768px) {
    .front__faq__item__title:before {
        height: 38px;
        top: 0;
        width: 24px;
    }
}

.front__faq__item__content p {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .front__faq__item__content p {
        font-size: 1.4rem;
    }
}

.front__faq__item__content p:last-child {
    margin-bottom: 0;
}

.front__faq__item__content p a {
    color: #0FABAE;
    text-decoration: none;
}

.front__faq__item__content p a:focus {
    -webkit-text-decoration: underlinev;
    text-decoration: underlinev;
}

@media (hover: hover) and (pointer: fine) {
    .front__faq__item__content p a:hover {
        -webkit-text-decoration: underlinev;
        text-decoration: underlinev;
    }
}

@media (min-width: 768px) {
    .front__menu {
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
    }
}

.front__menu__item {
    background-color: #0fbfae;
}

@media (min-width: 768px) {
    .front__menu__item {
        width: 33.3333333333%;
    }
}

.front__menu__item:nth-child(2) {
    background-color: #0fb9ae;
}

.front__menu__item:nth-child(3) {
    background-color: #0fb2ae;
}

.front__menu__item__link {
    color: #fff;
    display: block;
    padding: 20px 20px 20px 70px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

@media (min-width: 768px) {
    .front__menu__item__link {
        align-items: stretch;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        padding: 80px 10px 110px;
    }
}

.front__menu__item__link:before {
    background-color: #0fabae;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: width 0.2s ease 0s;
    width: 0;
}

.front__menu__item__link__icon {
    left: 20px;
    margin: 0;
    position: absolute;
    top: 25px;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__menu__item__link__icon {
        bottom: auto;
        left: auto;
        margin-bottom: 30px;
        position: relative;
        right: auto;
        text-align: center;
        top: auto;
    }
}

.front__menu__item__link__icon img {
    width: 32px;
}

@media (max-width: 767px) {
    .front__menu__item__link__icon img {
        transform: scale(1.1);
        transform-origin: left center;
    }
}

.front__menu__item__link__title {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.8;
    margin: 0px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__menu__item__link__title {
        font-size: 2rem;
        margin-bottom: 20px;
        text-align: center;
    }
}

.front__menu__item__link__content {
    position: relative;
    z-index: 1;
}

.front__menu__item__link__content p {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
    margin: 0;
}

@media (min-width: 768px) {
    .front__menu__item__link__content p {
        font-size: 1.5rem;
        line-height: 26px;
        text-align: center;
    }
}

.front__menu__item__link:focus:before {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .front__menu__item__link:hover:before {
        width: 100%;
    }
}

/* --------------------
 Footer
-------------------- */
.footer {
    background-color: #3a3a3a;
    padding: 0 0 20px;
}

@media (min-width: 992px) {
    .footer {
        padding-top: 70px;
    }
}

.footer-container {
    margin: 0 auto;
    max-width: 1160px;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .footer-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.footer__mbnav {
    list-style: none;
    margin: 0 -30px;
    padding: 0;
}

@media (min-width: 992px) {
    .footer__mbnav {
        display: none;
    }
}

.footer__mbnav > li {
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0;
}

.footer__mbnav > li:last-child {
    border-bottom: 1px solid #fff;
}

.footer__mbnav > li a {
    color: #fff;
    display: block;
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 20px 30px;
    text-decoration: none;
}

.footer__menu {
    align-items: stretch;
    display: none;
    flex-flow: row nowrap;
    gap: 30px;
    justify-content: flex-end;
    list-style: none;
    margin: 0 0 70px;
    padding: 0;
}

@media (min-width: 992px) {
    .footer__menu {
        display: flex;
    }
}

.footer__menu > li {
    margin: 0;
    padding: 0;
    width: calc(20% - 24px);
}

.footer__menu__title {
    color: #d6d6d6;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 25px;
}

.footer__menu__list {
    border-left: 1px solid #fff;
    list-style: none;
    margin: 0 0 30px;
    padding: 0 10px 0 16px;
}

.footer__menu__list:last-child {
    margin-bottom: 0;
}

.footer__menu__list > li {
    margin: 0 0 10px;
}

.footer__menu__list > li:last-child {
    margin-bottom: 0;
}

.footer__menu__list > li > a {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.4;
    text-decoration: none;
}

@media (min-width: 768px) {
    .footer__menu__list > li > a {
        font-size: 1.2rem;
    }
}

.footer__menu__list > li > a:focus {
    text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
    .footer__menu__list > li > a:hover {
        text-decoration: underline;
    }
}

.footer__submenu {
    margin: 0 -30px 30px;
}

@media (min-width: 992px) {
    .footer__submenu {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        gap: 45px;
        justify-content: space-between;
        margin: 0 auto 30px;
        max-width: 1050px;
    }
}

.footer__submenu__list {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 0;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

@media (min-width: 992px) {
    .footer__submenu__list {
        flex-grow: 1;
        flex-shrink: 1;
        flex-wrap: nowrap;
        gap: 15px;
        margin: 0;
        order: 2;
    }
}

.footer__submenu__list > li {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 50%;
}

@media (max-width: 991px) {
    .footer__submenu__list > li:nth-child(even) {
        border-right: none;
    }

    .footer__submenu__list > li:last-child {
        border-right: none;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .footer__submenu__list > li {
        border-bottom: none;
        border-right: none;
        width: auto;
    }
}

.footer__submenu__list > li a {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
    padding: 15px 10px;
    text-decoration: none;
}

@media (min-width: 992px) {
    .footer__submenu__list > li a {
        padding: 0;
    }
}

.footer__submenu__list > li a:focus {
    text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
    .footer__submenu__list > li a:hover {
        text-decoration: underline;
    }
}

.footer__submenu__sns {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 0;
    gap: 10px;
    justify-content: center;
    list-style: none;
    margin: 0 0 30px;
    order: 1;
    padding: 0;
}

@media (min-width: 992px) {
    .footer__submenu__sns {
        margin-bottom: 0;
    }
}

.footer__submenu__sns > li {
    margin: 0;
    padding: 0;
}

.footer__submenu__sns > li a {
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.footer__submenu__sns > li a:focus {
    opacity: 0.6;
}

@media (hover: hover) and (pointer: fine) {
    .footer__submenu__sns > li a:hover {
        opacity: 0.6;
    }
}

.footer__submenu__logo {
    margin: 0 auto;
    width: 220px;
}

@media (min-width: 992px) {
    .footer__submenu__logo {
        flex-grow: 0;
        margin: 0;
        max-width: 220px;
        order: 3;
        width: auto;
    }
}

.footer__copyright {
    color: #fff;
    display: block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: center;
}

@media (min-width: 992px) {
    .footer__copyright {
        font-size: 1.2rem;
    }
}

.gmo_footer{ 
    max-width: 1130px;
    margin: 0 auto;
}