@charset "UTF-8";

@font-face {
    font-family: 'DIN';
    src: url("../fonts/D-DIN-Bold.woff") format("woff");
    font-weight: 700;
}

@font-face {
    font-family: 'DIN';
    src: url("../fonts/D-DIN.woff") format("woff");
    font-weight: 400;
}

/*------------------------------------------

	reset

------------------------------------------*/
* {
    font-style: normal;
}

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

html {
    font-style: normal;
    text-align: left;
    font-size: 15px;
    line-height: 1.9;
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 14px;
    }
}


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
}

body * {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
}

table {
    font-size: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    font-size: 1em;
    border: 0;
}

ol,
ul {
    font-size: 1em;
    list-style: none;
}

caption,
th {
    font-size: 1em;
    text-align: left;
}

q:after,
q:before {
    font-size: 1em;
    content: '';
}

abbr,
acronym {
    border: 0;
    font-size: 1em;
}

small {
    font-size: .8em;
}

large {
    font-size: 1.2em;
}

th {
    font-weight: 100;
}

img {
    vertical-align: bottom;
}

button {
    border: 0;
    background-color: transparent;
}

button:focus {
    outline: 0;
}

:placeholder-shown {
    color: #9da0a4;
}

::-webkit-input-placeholder {
    color: #9da0a4;
}

:-moz-placeholder {
    color: #9da0a4;
    opacity: 1;
}

::-moz-placeholder {
    color: #9da0a4;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #9da0a4;
}

a {
    color: inherit;
    text-decoration: none;
}

.clr::after {
    content: '';
    display: block;
    clear: both;
}

/*------------------------------------------

	common

------------------------------------------*/
/* body.top>*:not(#loader) {
    -webkit-animation: fadeIn 3s ease;
    animation: fadeIn 3s ease;
} */

body:not(.top) {
    -webkit-animation: fadeIn 1s ease;
    animation: fadeIn 1s ease;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.sub h1 {
    line-height: 1.3;
    color: #222;
    font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
    .sub h1 {
        font-size: 36px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .sub h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

.sub h2 {
    line-height: 1.3;
    color: #222;
    font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
    .sub h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .sub h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.sub h3 {
    line-height: 1.3;
    color: #222;
    font-weight: 400;
    border-left: 3px solid #a2d827;
}

@media print,
screen and (min-width: 768px) {
    .sub h3 {
        font-size: 27px;
        padding-left: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .sub h3 {
        font-size: 19px;
        padding-left: 15px;
        margin-bottom: 15px;
    }
}

.sub h4 {
    line-height: 1.3;
    color: #222;
    font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
    .sub h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .sub h4 {
        font-size: 17px;
        margin-bottom: 15px;
    }
}

.sub .link-blank {
    position: relative;
    padding-right: 20px;
}

.sub .link-blank:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../images/icon-blank.svg") left top/12px 10px no-repeat;
    width: 12px;
    height: 10px;
    bottom: 2px;
    right: 0;
}

.sub .link-blank span {
    -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sub .link-blank:hover span {
    border-bottom: 1px solid #0e7fe8;
}

.sub .link-pdf {
    position: relative;
    padding-right: 20px;
}

.sub .link-pdf:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../images/icon-pdf.png") left top/14px 14px no-repeat;
    width: 14px;
    height: 14px;
    bottom: 1px;
    right: 0;
}

.sub .link-pdf span {
    -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sub .link-pdf:hover span {
    border-bottom: 1px solid #0e7fe8;
}

.sub .link-hover {
    -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sub .link-hover:hover {
    border-bottom: 1px solid #0e7fe8;
}

.sub [class^="link-"] {
    color: #0e7fe8;
}

.text-small {
    font-size: 12px;
    color: #555;
}

.text-mediuem {
    font-size: 15px;
}

.text-large {
    font-size: 17px;
}

.text-main {
    line-height: 1.9;
}

.text-headline {
    line-height: 1.6;
}

.text-button {
    line-height: 1.3;
}

@media print,
screen and (min-width: 768px) {
    .pcOnly {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .pcOnly {
        display: none !important;
    }
}

@media print,
screen and (min-width: 768px) {
    .spOnly {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .spOnly {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .scroll-prevent {
        position: fixed;
        z-index: -1;
        width: 100%;
        height: 100%;
    }
}

main {
    display: block;
}

@media print,
screen and (min-width: 768px) {
    main {
        margin-bottom: 130px;
    }
}

@media only screen and (max-width: 767px) {
    main {
        margin-bottom: 76px;
    }
}


body {
    overscroll-behavior-y: none;
    position: relative;
}

@media print,
screen and (min-width: 768px) {
    body:not(.top) .is-fixed~main {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    body:not(.top) .is-fixed~main {
        margin-top: 55px;
    }
}

@media print,
screen and (min-width: 768px) {
    body:not(.top) main {
        margin-top: 110px;
    }
}

@media only screen and (max-width: 767px) {
    body:not(.top) main {
        margin-top: 55px;
    }
}

.btn>* {
    display: block;
    max-width: 280px;
    width: 100%;
    height: 60px;
    margin: auto;
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 767px) {
    .btn>* {
        max-width: 250px;
        height: 50px;
        line-height: 50px;
    }
}

.btn>* span {
    position: absolute;
    display: block;
    line-height: 60px;
    width: 100%;
    height: 100%;
    top: 0;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .btn>* span {
        height: 50px;
        line-height: 50px;
    }
}

.btn>* span::before,
.btn>* span::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn>* span::before {
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(#003e8f), to(#2d61a6));
    background: linear-gradient(to right, #003e8f, #2d61a6);
}

.btn>* span::after {
    z-index: -2;
    background: -webkit-gradient(linear, left top, right top, from(#2a88e0), to(#0068ee));
    background: linear-gradient(to right, #2a88e0, #0068ee);
}

.btn>*:hover span::before,
.btn>*:hover span::after {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0) rotate(0.1deg);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0) rotate(0.1deg);
    -webkit-box-shadow: 0 0 20px 0px rgba(46, 152, 229, 0.5);
    box-shadow: 0 0 20px 0px rgba(46, 152, 229, 0.5);
}

.btn>*:hover span::before {
    opacity: 0;
}

.hover {
    display: block;
    height: 100%;
    position: relative;
}

.hover::before {
    -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    background-color: #000;
}

.hover:hover::before {
    opacity: .1;
}

.pagetop {
    position: fixed;
    z-index: 9;
}

@media print,
screen and (min-width: 768px) {
    .pagetop {
        right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .pagetop {
        right: 10px;
    }
}

.pagetop a {
    display: block;
    border-radius: 50%;
    -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 50px;
    height: 50px;
}

@media print,
screen and (min-width: 768px) {
    .pagetop a:hover {
        background-color: #142c4b;
    }
}

@media print,
screen and (min-width: 768px) {
    .pagetop a:hover .cls-2 {
        fill: #fff;
    }
}

.pagetop a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.inline-link {
    color: #0e7fe8;
    -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    border-bottom: 1px solid #0e7fe8;
    padding: 0 4px;
}

.inline-link:hover {
    border-bottom: none;
}

/*------------------------------------------

	下層ページ

------------------------------------------*/
@media print,
screen and (min-width: 768px) {
    .sub-container {
        width: 900px;
        margin: auto;
    }
}

@media only screen and (max-width: 767px) {
    .sub-container {
        width: 100%;
    }
}

.sub .sub-headline {
    margin-bottom: 20px;
    background-color: #f2f6fb;
}

@media print,
screen and (min-width: 768px) {
    .sub .sub-headline {
        height: 325px;
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .sub .sub-headline {
        height: 200px;
        margin-bottom: 30px;
    }
}

.sub .sub-headline .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-color: #f2f6fb;
}

.sub .sub-headline h1 {
    text-align: center;
}

@media print,
screen and (min-width: 768px) {
    .sub .sub-headline h1 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .sub .sub-headline h1 {
        margin-top: 55px;
    }
}

.sub .sub-mainvisual {
    position: relative;
    letter-spacing: 0;
}

@media print,
screen and (min-width: 768px) {
    .sub .sub-mainvisual {
        min-width: 1024px;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .sub .sub-mainvisual {
        margin-bottom: 30px;
    }
}

.sub .sub-mainvisual::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
}

@media print,
screen and (min-width: 768px) {
    .sub .sub-mainvisual::before {
        background: url("../images/sub-bg.svg") left top/cover no-repeat;
        top: -25.3%;
        min-height: 923px;
        min-width: 623px;
        width: 45.6076135%;
        padding-top: 67.5704989%;
        height: 0;
        z-index: 2;
    }
}

@media only screen and (max-width: 767px) {
    .sub .sub-mainvisual::before {
        background: url("../images/sub-sp-bg.svg") left top/auto no-repeat;
        width: 110px;
        height: 160px;
        top: 100%;
        max-width: 200px;
    }
}

@media print,
screen and (min-width: 768px) {
    .sub .sub-mainvisual-inner {
        position: relative;
    }
}

@media print,
screen and (min-width: 768px) {

    .sub .sub-mainvisual-inner::before,
    .sub .sub-mainvisual-inner::after {
        content: '';
        position: absolute;
        display: block;
        top: -110px;
        width: 1px;
        background-color: #f2f6fa;
        z-index: 2;
    }
}

@media print,
screen and (min-width: 768px) {
    .sub .sub-mainvisual-inner::before {
        height: 100%;
    }
}

@media print,
screen and (min-width: 768px) {
    .sub .sub-mainvisual-inner::after {
        height: 110px;
        left: 45.6076135%;
    }
}

.sub .sub-mainvisual h1 {
    margin-bottom: 0;
}

.sub .sub-mainvisual h1>* {
    color: transparent;
    display: table;
    position: relative;
}

.sub .sub-mainvisual h1>*::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(100% + 60px);
    z-index: -1;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translateZ(0) skew(-45deg) scaleX(0);
    transform: translateZ(0) skew(-45deg) scaleX(0);
    background: #142c4b;
    left: -13px;
}

.sub .sub-mainvisual-title {
    color: #142c4b;
    font-family: 'DIN';
    font-weight: 400;
    line-height: 1;
    position: relative;
}

@media print,
screen and (min-width: 768px) {
    .sub .sub-mainvisual-title {
        font-size: 7vw;
        margin-bottom: 40px;
        left: -.4%;
    }
}

@media print,
screen and (min-width: 1600px) {
    .sub .sub-mainvisual-title {
        font-size: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .sub .sub-mainvisual-title {
        left: -2px;
        font-size: 40px;
        margin-bottom: 15px;
    }
}

.sub .sub-mainvisual-title-inner {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
}

@media print,
screen and (min-width: 768px) {
    .sub .sub-mainvisual-title-inner {
        position: absolute;
        top: calc(50% - 20px);
        left: 10vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 90vw;
        z-index: 5;
    }
}

@media only screen and (max-width: 767px) {
    .sub .sub-mainvisual-title-inner {
        width: 100%;
        padding: 0 15px;
        margin: 30px 0 10px;
    }
}

.sub .sub-mainvisual-subtitle {
    font-weight: bold;
    color: #a1abb7;
    line-height: 1.6;
    position: relative;
    line-height: 1;
}

@media print,
screen and (min-width: 768px) {
    .sub .sub-mainvisual-subtitle {
        font-size: 18px;
        top: -20px;
    }
}

@media only screen and (max-width: 767px) {
    .sub .sub-mainvisual-subtitle {
        font-size: 13px;
        top: -10px;
    }
}

.sub .sub-mainvisual-bg {
    width: 100%;
    height: auto;
    text-align: right;
    overflow: hidden;
    position: relative;
    background-color: #f1f6fc;
}

.sub .sub-mainvisual-bg::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3f6fb;
    -webkit-transform: translateZ(0) scaleX(0);
    transform: translateZ(0) scaleX(0);
}

.sub .sub-mainvisual-bg img {
    width: 100%;
    height: 100%;
    visibility: hidden;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
}

@media print,
screen and (min-width: 768px) {
    .sub .sub-mainvisual-bg img {
        min-height: 440px;
        min-width: 1366px;
    }
}

.sub .sub-mainvisual.shown h1>* {
    -webkit-transition: color 0s;
    transition: color 0s;
}

.sub .sub-mainvisual.shown h1>*::after {
    -webkit-animation: mask-slanted 0.6s;
    animation: mask-slanted 0.6s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sub .sub-mainvisual.shown .sub-mainvisual-title {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    color: #142c4b;
}

.sub .sub-mainvisual.shown .sub-mainvisual-subtitle {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    color: #a1abb7;
}

.sub .sub-mainvisual.shown .sub-mainvisual-bg::before {
    -webkit-animation: mask 1s;
    animation: mask 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: #fff;
}

.sub .sub-mainvisual.shown .sub-mainvisual-bg img {
    visibility: inherit;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: visibility 0s 0.6s, -webkit-transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.6s;
    -webkit-transition: visibility 0s 0.6s, -webkit-transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.6s;
    transition: visibility 0s 0.6s, transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.6s;
    transition: visibility 0s 0.6s, transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.6s, -webkit-transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.6s;
}

.sub-border {
    position: relative;
}

.sub-border::before {
    content: '';
    position: absolute;
    display: inline-block;
    border-top: 1px solid #d8d8d8;
    width: 100%;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media print,
screen and (min-width: 768px) {
    .sub-border::before {
        top: -80px;
    }
}

@media only screen and (max-width: 767px) {
    .sub-border::before {
        top: -40px;
    }
}

@-webkit-keyframes mask {
    0% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(0) translateZ(0);
        transform: scaleX(0) translateZ(0);
        -webkit-animation-timing-function: cubic-bezier(0.9, 0, 0.1, 1);
        animation-timing-function: cubic-bezier(0.9, 0, 0.1, 1);
    }

    0.0001% {
        -webkit-transform-origin: left;
        transform-origin: left;
    }

    50% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(1) translateZ(0);
        transform: scaleX(1) translateZ(0);
    }

    50.0001% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }

    100% {
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scaleX(0) translateZ(0);
        transform: scaleX(0) translateZ(0);
    }
}

@keyframes mask {
    0% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(0) translateZ(0);
        transform: scaleX(0) translateZ(0);
        -webkit-animation-timing-function: cubic-bezier(0.9, 0, 0.1, 1);
        animation-timing-function: cubic-bezier(0.9, 0, 0.1, 1);
    }

    0.0001% {
        -webkit-transform-origin: left;
        transform-origin: left;
    }

    50% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(1) translateZ(0);
        transform: scaleX(1) translateZ(0);
    }

    50.0001% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }

    100% {
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scaleX(0) translateZ(0);
        transform: scaleX(0) translateZ(0);
    }
}

@-webkit-keyframes mask-slanted {
    0% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: translateZ(0) skew(-45deg) scaleX(0);
        transform: translateZ(0) skew(-45deg) scaleX(0);
        -webkit-animation-timing-function: cubic-bezier(0.9, 0, 0.1, 1);
        animation-timing-function: cubic-bezier(0.9, 0, 0.1, 1);
    }

    0.0001% {
        -webkit-transform-origin: left;
        transform-origin: left;
    }

    50% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: translateZ(0) skew(-45deg) scaleX(1);
        transform: translateZ(0) skew(-45deg) scaleX(1);
    }

    50.0001% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }

    100% {
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: translateZ(0) skew(-45deg) scaleX(0);
        transform: translateZ(0) skew(-45deg) scaleX(0);
    }
}

@keyframes mask-slanted {
    0% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: translateZ(0) skew(-45deg) scaleX(0);
        transform: translateZ(0) skew(-45deg) scaleX(0);
        -webkit-animation-timing-function: cubic-bezier(0.9, 0, 0.1, 1);
        animation-timing-function: cubic-bezier(0.9, 0, 0.1, 1);
    }

    0.0001% {
        -webkit-transform-origin: left;
        transform-origin: left;
    }

    50% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: translateZ(0) skew(-45deg) scaleX(1);
        transform: translateZ(0) skew(-45deg) scaleX(1);
    }

    50.0001% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }

    100% {
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: translateZ(0) skew(-45deg) scaleX(0);
        transform: translateZ(0) skew(-45deg) scaleX(0);
    }
}

/*  solution
------------------------------------------*/
.solution-sub .sub-headline {
    background-color: #fff;
    margin-bottom: 0;
}

@media print,
screen and (min-width: 768px) {
    .solution-sub .sub-headline h1 {
        letter-spacing: 4px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-sub .sub-headline h1 {
        letter-spacing: 2px;
    }
}

.solution-sub .sub-headline h1 span {
    display: block;
    letter-spacing: 1px;
}

@media print,
screen and (min-width: 768px) {
    .solution-sub .sub-headline h1 span {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-sub .sub-headline h1 span {
        font-size: 15px;
        margin-bottom: 5px;
    }
}

.solution-sub .sub-headline .container {
    background-color: #fff;
}

.solution-sub .solution-mainvisual {
    position: relative;
    overflow: hidden;
}

@media print,
screen and (min-width: 768px) {
    .solution-sub .solution-mainvisual {
        min-width: 1024px;
        min-height: 510px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-sub .solution-mainvisual {
        max-height: 637px;
        min-height: 512px;
    }
}

.solution-sub .solution-mainvisual-image img {
    width: 100%;
}

.solution-sub .solution-mainvisual-contents {
    position: absolute;
}

@media print,
screen and (min-width: 768px) {
    .solution-sub .solution-mainvisual-contents {
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 8% 0 5%;
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .solution-sub .solution-mainvisual-contents {
        bottom: 5%;
        padding: 0 15px;
    }
}

.solution-sub .solution-mainvisual-contents h2 {
    color: #142c4b;
}

@media print,
screen and (min-width: 768px) and (max-width: 1100px) {
    .solution-sub .solution-mainvisual-contents h2 {
        font-size: 26px;
    }
}

.solution-sub .solution-title {
    color: #142c4b;
}

@media print,
screen and (min-width: 768px) {
    .solution-sub .solution-title {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-sub .solution-title {
        margin-bottom: 20px;
    }
}

.solution-sub .solution-title span {
    position: relative;
    border-bottom: 3px solid #a2d827;
    line-height: 2;
}

@media print,
screen and (min-width: 768px) {
    .solution-sub .solution-title span {
        padding-bottom: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-sub .solution-title span {
        padding-bottom: 6px;
    }
}

.solution-sub .anchorlink {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

@media print,
screen and (min-width: 768px) {
    .solution-sub .anchorlink {
        min-width: 1024px;
    }
}

.solution-sub .anchorlink-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 7;
}

@media print,
screen and (min-width: 768px) {
    .solution-sub .anchorlink-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 767px) {
    .solution-sub .anchorlink-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.solution-sub .anchorlink li {
    line-height: 1.6;
    text-align: center;
}

@media print,
screen and (min-width: 768px) {
    .solution-sub .anchorlink li {
        width: 50%;
        border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
    }
}

@media only screen and (max-width: 767px) {
    .solution-sub .anchorlink li {
        width: 100%;
    }
}

.solution-sub .anchorlink li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #777777;
    font-weight: bold;
    -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media print,
screen and (min-width: 768px) {
    .solution-sub .anchorlink li a {
        height: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-sub .anchorlink li a {
        height: 40px;
        font-size: 13px;
    }
}

.solution-sub .anchorlink li a svg {
    width: 16px;
    height: 12px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media print,
screen and (min-width: 768px) {
    .solution-sub .anchorlink li a svg {
        margin-right: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-sub .anchorlink li a svg {
        position: absolute;
        left: 20px;
    }
}

.solution-sub .anchorlink li a svg polygon {
    fill: #777777;
}

@media print,
screen and (min-width: 768px) {
    .solution-sub .anchorlink li a:hover {
        background-color: #f5f6f8;
    }
}

@media print,
screen and (min-width: 768px) {
    .solution-sub .anchorlink li+li {
        border-left: none;
    }
}

@media only screen and (max-width: 767px) {
    .solution-sub .anchorlink li+li {
        border-top: 1px solid #d8d8d8;
    }
}

@media only screen and (max-width: 767px) {
    .solution-sub .anchorlink .container {
        padding: 0;
    }
}

@media print,
screen and (min-width: 768px) {
    .solution-sub .anchorlink+section {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-sub .anchorlink+section {
        margin-top: 40px;
    }
}

@media print,
screen and (min-width: 768px) {
    .solution-number-list {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-number-list {
        margin-top: 20px;
    }
}

.solution-number-item {
    position: relative;
    counter-increment: num;
}

@media print,
screen and (min-width: 768px) {
    .solution-number-item {
        font-size: 15px;
        padding-left: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-number-item {
        font-size: 14px;
        padding-top: 35px;
    }
}

@media print,
screen and (min-width: 768px) {
    .solution-number-item:not(:last-of-type) {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-number-item:not(:last-of-type) {
        margin-bottom: 40px;
    }
}

.solution-number-item::before,
.solution-number-item::after {
    position: absolute;
    display: block;
}

.solution-number-item::before {
    content: counter(num, decimal-leading-zero);
    left: 0;
    color: #a2d827;
    font-family: 'DIN';
    line-height: 1.6;
    font-weight: 700;
    z-index: 2;
}

@media print,
screen and (min-width: 768px) {
    .solution-number-item::before {
        top: -18px;
        font-size: 40px;
        letter-spacing: 4px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-number-item::before {
        top: -11px;
        font-size: 22px;
        letter-spacing: 2px;
    }
}

.solution-number-item::after {
    content: "";
    background-color: #f1f9df;
    -webkit-transform: matrix(1, 0, -1, 1, 0, 0);
    transform: matrix(1, 0, -1, 1, 0, 0);
    z-index: 1;
}

@media print,
screen and (min-width: 768px) {
    .solution-number-item::after {
        width: 20px;
        height: 60px;
        top: -12px;
        left: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-number-item::after {
        width: 8px;
        height: 25px;
        top: -3px;
        left: 20px;
    }
}

@media print,
screen and (min-width: 768px) {
    .solution-number-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-number-image {
        margin-top: 20px;
    }
}

.solution-number-image h5 {
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

@media print,
screen and (min-width: 768px) {
    .solution-number-image h5 {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-number-image h5 {
        font-size: 17px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
}

.solution-number-image h5::before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 80px;
    background-color: #142c4b;
    left: 0;
    bottom: -1px;
}

.solution-number-image div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media only screen and (max-width: 767px) {
    .solution-number-image div figure {
        text-align: center;
    }
}

.solution-number-image div figure img {
    max-width: 100%;
}

@media print,
screen and (min-width: 768px) {
    .solution-number-image div+div {
        margin-right: 30px;
        width: 338px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media only screen and (max-width: 767px) {
    .solution-number-image div+div {
        margin-top: 15px;
    }
}

.solution-number-image div ul {
    padding-left: 20px;
}

.solution-number-image div ul li {
    list-style-type: disc;
}

@media print,
screen and (min-width: 768px) {
    .solution-number-image+.solution-number-image {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-number-image+.solution-number-image {
        margin-top: 30px;
    }
}

@media print,
screen and (min-width: 768px) {
    .solution-number-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-number-group {
        margin-top: 40px;
    }
}

@media print,
screen and (min-width: 768px) {
    .solution-number-group div {
        width: calc(50% - 25px);
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-number-group div {
        margin-bottom: 30px;
    }
}

.solution-number-group div strong {
    display: block;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

@media print,
screen and (min-width: 768px) {
    .solution-number-group div strong {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-number-group div strong {
        font-size: 17px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
}

.solution-number-group div strong::before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 80px;
    background-color: #142c4b;
    left: 0;
    bottom: -1px;
}

@media print,
screen and (min-width: 768px) {
    .solution-number-group div p {
        font-size: 15px;
    }
}

.solution-number-group div b {
    display: block;
    font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
    .solution-number-group div b {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-number-group div b {
        margin-bottom: 5px;
    }
}

@media print,
screen and (min-width: 768px) {
    .solution-number-group div+div {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-number-group div+div {
        margin-top: 30px;
    }
}

.solution-number-group div:nth-of-type(2n+1) {
    margin-left: 0;
}

.solution-number-group div:nth-child(2n+1):nth-last-child(-n+2),
.solution-number-group div:nth-child(2n+1):nth-last-child(-n+2)~div {
    margin-bottom: 0;
}

.solution-number-group div ul {
    margin-top: 10px;
    padding-left: 20px;
}

.solution-number-group div li {
    list-style-type: disc;
}

.solution-number-block figure {
    text-align: center;
}

@media print,
screen and (min-width: 768px) {
    .solution-number-block figcaption {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-number-block figcaption {
        font-size: 12px;
        margin-top: 5px;
    }
}

@media print,
screen and (min-width: 768px) {
    .solution-number-block.col-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media print,
screen and (min-width: 768px) {
    .solution-number-block.col-2 div {
        width: 50%;
    }
}

@media print,
screen and (min-width: 768px) {
    .solution-number-block.col-2 div+div {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-number-block.col-2 div+div {
        margin-top: 20px;
    }
}

.security-mainvisual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f2f4f6;
}

@media print,
screen and (min-width: 768px) {
    .security-mainvisual {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 1024px;
    }
}

@media only screen and (max-width: 767px) {
    .security-mainvisual {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media print,
screen and (min-width: 768px) {
    .security-mainvisual-image {
        width: 50%;
        min-width: 512px;
    }
}

@media only screen and (max-width: 767px) {
    .security-mainvisual-image {
        width: 100%;
    }
}

.security-mainvisual-image img {
    width: 100%;
}

@media print,
screen and (min-width: 768px) {
    .security-mainvisual-contents {
        width: 50%;
        min-width: 512px;
        padding: 0 9vw 0 5.85vw;
    }
}

@media only screen and (max-width: 767px) {
    .security-mainvisual-contents {
        padding: 30px 15px 40px;
    }
}

@media print,
screen and (min-width: 768px) and (max-width: 1200px) {
    .security-mainvisual-contents h2 {
        font-size: 25px;
    }
}

@media print,
screen and (min-width: 768px) {
    .security-mainvisual+section {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .security-mainvisual+section {
        margin-top: 40px;
    }
}

.solutionlink {
    background-color: #eff3f6;
}

@media print,
screen and (min-width: 768px) {
    .solutionlink {
        min-width: 1024px;
        padding: 90px 0 100px;
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .solutionlink {
        padding: 40px 0 60px;
        margin-top: 40px;
    }
}

.solutionlink-title {
    font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
    .solutionlink-title {
        font-size: 20px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .solutionlink-title {
        font-size: 17px;
        margin-bottom: 20px;
    }
}

.solutionlink-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

@media print,
screen and (min-width: 768px) {
    .solutionlink-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.solutionlink-list li {
    background-color: #fff;
}

@media print,
screen and (min-width: 768px) {
    .solutionlink-list li {
        width: calc(50% - 10px);
        max-width: 550px;
        margin-top: 20px;
        -webkit-transition: -webkit-transform 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media only screen and (max-width: 767px) {
    .solutionlink-list li {
        width: 100%;
    }
}

@media print,
screen and (min-width: 768px) {
    .solutionlink-list li:hover {
        -webkit-transform: translateY(-0.35rem);
        transform: translateY(-0.35rem);
        -webkit-box-shadow: 0px 3px 20px 0px rgba(170, 170, 170, 0.35);
        box-shadow: 0px 3px 20px 0px rgba(170, 170, 170, 0.35);
    }
}

.solutionlink-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print,
screen and (min-width: 768px) {
    .solutionlink-list li img {
        height: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .solutionlink-list li img {
        height: 80px;
    }
}

@media print,
screen and (min-width: 768px) {
    .solutionlink-list li span {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .solutionlink-list li span {
        margin-left: 20px;
    }
}

.solutionlink-list li span>span {
    display: block;
    color: #777;
    margin-left: 0;
}

@media print,
screen and (min-width: 768px) {
    .solutionlink-list li span>span {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .solutionlink-list li span>span {
        font-size: 11px;
    }
}

@media print,
screen and (min-width: 768px) {
    .solutionlink-list li:first-child {
        margin-top: 0;
    }
}

@media print,
screen and (min-width: 768px) {
    .solutionlink-list li:nth-child(2) {
        margin-top: 0;
    }
}

@media print,
screen and (min-width: 768px) {
    .solutionlink-list li:nth-child(2n) {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .solutionlink-list li+li {
        margin-top: 15px;
    }
}

/*------------------------------------------------------------------------------

  Solution

------------------------------------------------------------------------------*/
.solution-number-note {
    position: relative;
    display: block;
    color: #777;
    letter-spacing: .06em;
    padding-left: 15px;
    font-size: 12px;
}

@media print,
screen and (min-width: 768px) {
    .solution-number-note {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .solution-number-note {
        margin-top: 5px;
    }
}

.solution-number-note::before {
    content: '\0203b';
    position: absolute;
    top: 0;
    left: 0;
}

@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    :root .solution-sub .solution-title span {
        padding-bottom: 0;
    }
}

@supports (-ms-ime-align: auto) {
    .solution-sub .solution-title span {
        padding-bottom: 0;
    }
}
