@font-face {
    font-family: "Noto Sans JP";
    src: url(/fonts/NotoSansJP-Bold.woff2) format("woff2"), url(/fonts/NotoSansJP-Bold.woff) format("woff");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans JP";
    src: url(/fonts/NotoSansJP-Medium.woff2) format("woff2"), url(/fonts/NotoSansJP-Medium.woff) format("woff");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans JP";
    src: url(/fonts/NotoSansJP-Regular.woff2) format("woff2"), url(/fonts/NotoSansJP-Regular.woff) format("woff");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Titillium Web";
    src: url(/fonts/titillium-web-v15-latin-regular.woff2) format("woff2"), url(/fonts/titillium-web-v15-latin-regular.woff) format("woff");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: jost;
    src: url(/fonts/Jost-Medium.woff2) format("woff2"), url(/fonts/Jost-Medium.woff) format("woff");
    font-weight: 500;
    font-display: swap;
}
.mv {
    background: url(../images/top/mv.jpg) no-repeat top center;
    height: 751px;
    background-size: cover;
}
@media screen and (min-width: 414.99999999px) and (max-width: 992px) {
    .mv {
        height: 592px;
        overflow: hidden;
    }
}
@media screen and (max-width: 414px) {
    .mv {
        height: 304px;
        overflow: hidden;
    }
}
.mv h1 {
    color: #fff;
    font-size: 35px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 700;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 64px;
}
@media screen and (min-width: 414.99999999px) and (max-width: 992px) {
    .mv h1 {
        font-size: 30px;
        padding-left: 30px;
        height: 100%;
    }
}
@media screen and (max-width: 414px) {
    .mv h1 {
        height: 100%;
        font-size: 22px;
        text-align: center;
        padding-left: 0.5em;
        padding-right: 0.5em;
        justify-content: center;
    }
}
.mv .btns {
    display: flex;
}
.mv .btns a {
    height: 184px;
    width: 50%;
    display: flex;
    align-items: center;
    padding-top: 46px;
    flex-direction: column;
    position: relative;
}
@media screen and (min-width: 1800px) {
    .mv .btns a:nth-child(1) {
        padding-left: calc((100vw - 1080px) / 2);
    }
    .mv .btns a:nth-child(2) {
        padding-right: calc((100vw - 1080px) / 2);
    }
}
@media screen and (min-width: 415px) and (max-width: 992px) {
    .mv .btns a {
        height: 164px;
    }
}
@media screen and (max-width: 414px) {
    .mv .btns a {
        height: 107px;
        padding-top: 10px;
    }
}
.mv .btns a::after {
    content: url(../images/top/arrow-mvbtn.svg);
    position: absolute;
    bottom: 20px;
    z-index: 1;
    transition: all 0.1s ease-in;
    transform: translateY(0);
}
@media screen and (max-width: 992px) {
    .mv .btns a::after {
        position: absolute;
        bottom: 0;
        top: auto;
    }
}
.mv .btns a:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.83);
}
.mv .btns a:nth-child(1) span.overlay {
    background-color: #49b2e0;
    mix-blend-mode: multiply;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.1s ease-in;
    filter: brightness(1);
}
.mv .btns a:nth-child(1) span:nth-child(2) {
    color: #fff;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}
@media screen and (max-width: 540px) {
    .mv .btns a:nth-child(1) span:nth-child(2) {
        font-size: 12px;
    }
}
.mv .btns a:nth-child(1) img {
    max-width: 266px;
    height: auto;
    z-index: 1;
}
@media screen and (max-width: 540px) {
    .mv .btns a:nth-child(1) img {
        max-width: 80%;
        width: auto;
        height: 25px;
    }
}
@media screen and (max-width: 992px) {
    .mv .btns a:nth-child(1)::after {
        position: absolute;
        top: auto;
        bottom: 0;
    }
}
.mv .btns a:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.83);
}
.mv .btns a:nth-child(2) span.overlay {
    background-color: rgba(13, 50, 88, 0.9);
    mix-blend-mode: multiply;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.1s ease-in;
}
.mv .btns a:nth-child(2) span:nth-child(2) {
    color: #fff;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
}
@media screen and (max-width: 540px) {
    .mv .btns a:nth-child(2) span:nth-child(2) {
        font-size: 12px;
    }
}
.mv .btns a:nth-child(2) img {
    max-width: 264px;
    height: auto;
    z-index: 1;
    margin-top: 12px;
}
@media screen and (max-width: 540px) {
    .mv .btns a:nth-child(2) img {
        max-width: 80%;
        width: auto;
        height: 39px;
    }
}
.mv .btns a:hover span.overlay {
    filter: brightness(1.2);
}
.mv .btns a:hover::after {
    transform: translateY(5px);
}
main h2 {
    font-family: "Titillium Web";
    font-size: 42px;
    letter-spacing: 0.1em;
    color: #222;
    display: inline-block;
    position: relative;
    width: auto;
    padding-bottom: 17px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
}
@media screen and (min-width: 414.999999999px) and (max-width: 992px) {
    main h2 {
        font-size: 37px;
    }
}
@media screen and (max-width: 414px) {
    main h2 {
        font-size: 31px;
    }
}
main h2::after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #4863dd;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
main h2::before {
    content: "";
    background: url(../images/top/titlebg.svg) no-repeat left top;
    width: 36px;
    height: 36px;
    background-size: 100%;
    position: absolute;
    top: -8px;
    left: -20px;
    z-index: -1;
}
main p.subtitle {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.8;
}
@media screen and (max-width: 992px) {
    main p.subtitle {
        font-size: 22px;
    }
}
main .subtitle-bl {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    color: #19337c;
    margin-top: 10px;
    text-align: center;
}
main p.other {
    font-size: 16px;
    line-height: 2;
    text-align: left;
}
main section {
    padding: 80px 0;
}
@media screen and (max-width: 768px) {
    main section {
        padding: 40px 0;
    }
}
main #top01 {
    background: url(../images/top/bg01.jpg) no-repeat center;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    main #top01 .subtitle {
        padding: 0 30px;
    }
}
main #top01 .solution-item {
    margin-top: 22px;
    display: flex;
}
@media screen and (min-width: 993px) and (max-width: 1799.9999999999px) {
    main #top01 .solution-item {
        width: calc(100vw - 68px);
    }
}
@media screen and (min-width: 1800px) {
    main #top01 .solution-item {
        width: calc(100vw - 540px);
    }
}
main #top01 .solution-item.solution1 {
    position: relative;
}
main #top01 .solution-item.solution1 .bg01 {
    background: #49b2e0;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    position: absolute;
}
@media screen and (min-width: 651px) and (max-width: 992px) {
    main #top01 .solution-item.solution1 .bg01 {
        width: calc(100% - 30px);
    }
}
main #top01 .solution-item.solution1 .bg02 {
    background: rgba(255, 255, 255, 0.57);
    mix-blend-mode: multiply;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
@media screen and (min-width: 651px) and (max-width: 992px) {
    main #top01 .solution-item.solution1 .bg02 {
        width: calc(100% - 30px);
    }
}
@media screen and (max-width: 992px) {
    main #top01 .solution-item {
        width: 100%;
        position: relative;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 650px) {
    main #top01 .solution-item {
        margin-top: 11px;
    }
}
main #top01 .solution-item .solution-item-description {
    position: relative;
    z-index: 1;
    padding-top: 36px;
    width: 100%;
}
@media screen and (min-width: 1081px) {
    main #top01 .solution-item .solution-item-description {
        padding-left: calc((100vw - 1080px) / 2);
    }
}
@media screen and (min-width: 651px) and (max-width: 992px) {
    main #top01 .solution-item .solution-item-description {
        z-index: 0;
        padding-right: 0;
        width: 100%;
        border-radius: 0 5px 5px 0;
        padding-left: 30px;
    }
}
@media screen and (max-width: 650px) {
    main #top01 .solution-item .solution-item-description {
        z-index: 0;
        width: 100%;
        border-radius: 0;
        padding: 0 30px;
        padding-top: 38px;
    }
}
main #top01 .solution-item .solution-item-description h3 {
    text-align: center;
    margin-bottom: 46px;
}
@media screen and (min-width: 651px) and (max-width: 992px) {
    main #top01 .solution-item .solution-item-description h3 {
        padding-right: 33vw;
    }
}
@media screen and (max-width: 650px) {
    main #top01 .solution-item .solution-item-description h3 {
        margin-bottom: 0;
    }
}
main #top01 .solution-item .solution-item-description h3 span {
    color: #fff;
    font-size: 15px;
    display: block;
}
main #top01 .solution-item .solution-item-description h3 img {
    width: 295px;
    height: auto;
}
main #top01 .solution-item .solution-item-pic {
    z-index: 1;
    width: 342px;
    overflow: hidden;
    margin-left: auto;
}
main #top01 .solution-item .solution-item-pic img {
    height: 100%;
    width: auto;
    max-width: 9999px;
}
@media screen and (min-width: 651px) and (max-width: 992px) {
    main #top01 .solution-item .solution-item-pic {
        right: 30px;
        top: 0;
        width: 33vw;
        height: 41vw;
        overflow: hidden;
        position: absolute;
        border-radius: 0 5px 0 0;
    }
    main #top01 .solution-item .solution-item-pic img {
        position: absolute;
        width: auto;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
}
@media screen and (max-width: 650px) {
    main #top01 .solution-item .solution-item-pic {
        right: 0;
        top: 0;
        width: 100vw;
        height: 30vw;
        overflow: hidden;
        position: relative;
        border-radius: 0;
    }
    main #top01 .solution-item .solution-item-pic img {
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
}
main #top01 .solution-item .d-flex {
    justify-content: space-between;
    padding-right: 55px;
    align-items: center;
}
@media screen and (max-width: 992px) {
    main #top01 .solution-item .d-flex {
        flex-direction: column;
        padding: 30px;
    }
}
@media screen and (max-width: 650px) {
    main #top01 .solution-item .d-flex {
        flex-direction: column;
        padding: 0 0 30px 0;
    }
}
main #top01 .solution-item .d-flex .text {
    width: 70%;
    color: #fff;
    padding-right: 30px;
    height: 100%;
}
@media screen and (min-width: 651px) and (max-width: 992px) {
    main #top01 .solution-item .d-flex .text {
        padding-right: calc(33vw + 30px);
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    main #top01 .solution-item .d-flex .text {
        width: 100%;
    }
}
@media screen and (max-width: 650px) {
    main #top01 .solution-item .d-flex .text {
        padding-right: 0;
    }
}
main #top01 .solution-item .d-flex .text p.title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 22px;
}
main #top01 .solution-item .d-flex .text p.title + p {
    font-size: 14px;
    line-height: 2;
}
main #top01 .solution-item .d-flex .list {
    margin-right: auto;
}
@media screen and (max-width: 992px) {
    main #top01 .solution-item .d-flex .list ul {
        padding-left: 0;
    }
}
main #top01 .solution-item .d-flex .list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    padding-left: 60px;
}
main #top01 .solution-item .d-flex .list ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    position: relative;
}
main #top01 .solution-item .d-flex .list ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in;
}
main #top01 .solution-item .d-flex .list ul li a:hover {
    opacity: 0.8;
}
main #top01 .solution-item .d-flex .list ul li a:hover::after {
    width: 100%;
}
main #top01 .solution-item .d-flex .list ul li a::before {
    content: "";
    background: url(../images/top/listicon01.svg) no-repeat left center;
    width: 38px;
    height: 27px;
    background-size: contain;
    display: block;
    margin-right: 20px;
    transition: all 0.1s ease-in;
    transform: translateX(0);
    position: absolute;
    left: -60px;
}
main #top01 .solution-item .d-flex .list ul li a:hover::before {
    transform: translateX(10px);
}
main #top01 .solution-item.solution2 {
    margin-left: 68px;
    position: relative;
}
@media screen and (min-width: 1366px) {
    main #top01 .solution-item.solution2 {
        margin-left: auto;
    }
}
main #top01 .solution-item.solution2 .bg01 {
    background: url(../images/top/solution2-bg.jpg) no-repeat center;
    background-size: 100%;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    position: absolute;
}
@media screen and (min-width: 651px) and (max-width: 992px) {
    main #top01 .solution-item.solution2 .bg01 {
        width: calc(100% - 30px);
    }
}
main #top01 .solution-item.solution2 .bg02 {
    background: #0d3258;
    mix-blend-mode: multiply;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 30px;
}
@media screen and (min-width: 651px) and (max-width: 992px) {
    main #top01 .solution-item.solution2 .bg02 {
        width: calc(100% - 30px);
        margin-left: 30px;
    }
}
@media screen and (max-width: 650px) {
    main #top01 .solution-item.solution2 .bg02 {
        width: 100%;
        margin-left: 0;
    }
}
@media screen and (min-width: 651px) and (max-width: 992px) {
    main #top01 .solution-item.solution2 {
        flex-direction: column;
        margin-left: 0;
    }
    main #top01 .solution-item.solution2 .solution-item-pic {
        left: 30px;
        top: 0;
        right: auto;
        width: 33vw;
        height: 41vw;
        overflow: hidden;
        position: absolute;
        z-index: 1;
        border-radius: 5px 0 0 0;
    }
}
@media screen and (max-width: 650px) {
    main #top01 .solution-item.solution2 {
        flex-direction: column;
        margin-left: 0;
    }
    main #top01 .solution-item.solution2 .solution-item-pic {
        left: 0;
        top: 0;
        width: 100vw;
        height: 30vw;
        overflow: hidden;
        position: relative;
        z-index: 1;
        border-radius: 0;
    }
}
@media screen and (min-width: 1081px) {
    main #top01 .solution-item.solution2 .solution-item-description {
        padding-right: calc((100vw - 1080px - 30px) / 2);
        padding-left: 0;
    }
}
@media screen and (min-width: 650.9999999999px) and (max-width: 992px) {
    main #top01 .solution-item.solution2 .solution-item-description {
        z-index: 0;
        padding-left: calc(33vw + 30px);
        padding-right: 0;
        width: 100%;
        border-radius: 5px 0 0 0;
    }
    main #top01 .solution-item.solution2 .solution-item-description h3 {
        padding-right: 0;
    }
}
@media screen and (max-width: 650px) {
    main #top01 .solution-item.solution2 .solution-item-description {
        z-index: 0;
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        margin-left: 0;
        border-radius: 0;
    }
}
main #top01 .solution-item.solution2 .d-flex {
    justify-content: space-between;
    padding-left: 55px;
    padding-right: 0;
}
@media screen and (min-width: 651px) and (max-width: 992px) {
    main #top01 .solution-item.solution2 .d-flex {
        padding-left: 0;
        padding: 30px;
    }
}
@media screen and (max-width: 650px) {
    main #top01 .solution-item.solution2 .d-flex {
        padding: 30px 0;
        align-items: flex-start;
    }
}
main #top01 .solution-item.solution2 .d-flex .text {
    width: auto;
    color: #fff;
}
@media screen and (max-width: 992px) {
    main #top01 .solution-item.solution2 .d-flex .text {
        width: 100%;
        padding-right: 0;
    }
}
main #top01 .solution-item.solution2 .d-flex .list {
    margin-right: 0;
    margin-left: auto;
    padding-right: 10px;
}
@media screen and (max-width: 650px) {
    main #top01 .solution-item.solution2 .d-flex .list {
        margin-left: 0;
    }
}
main #top01 .solution-item.solution2 .d-flex .list ul li {
    padding-left: 60px;
}
main #top01 .solution-item.solution2 .d-flex .list ul li a {
    position: relative;
    position: relative;
}
main #top01 .solution-item.solution2 .d-flex .list ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in;
}
main #top01 .solution-item.solution2 .d-flex .list ul li a:hover {
    opacity: 0.8;
}
main #top01 .solution-item.solution2 .d-flex .list ul li a:hover::after {
    width: 100%;
}
main #top01 .solution-item.solution2 .d-flex .list ul li a::before {
    content: "";
    background: url(../images/top/listicon01.svg) no-repeat left center;
    width: 38px;
    height: 27px;
    background-size: contain;
    display: block;
    margin-right: 20px;
    transition: all 0.1s ease-in;
    transform: translateX(0);
    position: absolute;
    left: -60px;
}
main #top01 .solution-item.solution2 .d-flex .list ul li a:hover::before {
    transform: translateX(10px);
}
.strength-pic {
    margin: 60px auto;
    text-align: center;
}
.strength-flowbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 992px) {
    .strength-flowbox {
        flex-wrap: wrap;
    }
}
.strength-flowbox .arrow {
    padding: 0 10px;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 992px) {
    .strength-flowbox .arrow {
        width: 100%;
        text-align: center;
    }
    .strength-flowbox .arrow img {
        transform: rotate(90deg);
    }
}
.strength-flowbox div.after,
.strength-flowbox div.before {
    border-radius: 5px;
    width: 515px;
    padding: 35px 40px 40px;
    height: 420px;
}
@media screen and (max-width: 992px) {
    .strength-flowbox div.after,
    .strength-flowbox div.before {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 414px) {
    .strength-flowbox div.after,
    .strength-flowbox div.before {
        height: auto;
        padding: 20px;
    }
}
.strength-flowbox div.after h3,
.strength-flowbox div.before h3 {
    font-size: 22px;
    letter-spacing: 0.05em;
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 27px;
    text-align: center;
}
.strength-flowbox div.after h3::after,
.strength-flowbox div.before h3::after {
    content: "";
    display: block;
    width: 46px;
    height: 1px;
    background: #191919;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.strength-flowbox .before {
    background: #e2e2e2;
}
.strength-flowbox .before ul {
    padding-left: 0;
}
.strength-flowbox .before ul li {
    background: rgba(255, 255, 255, 0.52);
    padding: 12px 17px;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.strength-flowbox .before ul li::before {
    content: url(../images/top/listicon02.svg);
    margin-right: 13px;
}
.strength-flowbox .before ul li:not(:last-child) {
    margin-bottom: 6px;
}
.strength-flowbox .after {
    background: #19337c;
}
.strength-flowbox .after h3 {
    color: #fff;
}
.strength-flowbox .after h3::after {
    background: #fff !important;
}
.strength-flowbox .after ul {
    padding-left: 0;
}
.strength-flowbox .after ul li {
    background: rgba(255, 255, 255, 0.85);
    padding: 12px 17px;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.strength-flowbox .after ul li::before {
    content: url(../images/top/listicon03.svg);
    margin-right: 13px;
}
.strength-flowbox .after ul li:not(:last-child) {
    margin-bottom: 6px;
}
.strength-flowbox .after ul li strong {
    font-weight: 700;
    color: #19337c;
}
.top-concept {
    background: #fff;
    padding: 40px;
}
@media screen and (max-width: 768px) {
    .top-concept {
        padding: 20px;
    }
}
.top-concept h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 18px;
    display: inline-block;
    background: #d7f3fd;
    padding: 2px 10px;
}
@media screen and (max-width: 768px) {
    .top-concept h3 {
        font-size: 5.6vw;
    }
}
.top-concept p {
    line-height: 1.8;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}
.top-concept img {
    max-width: 100%;
}
#top01 p.other {
    text-align: center;
}
