@keyframes hurueru1 {
    0% {transform: translate(0, 0)}
    25% {transform: translate(0, 2px)}
    50% {transform: translate(0, 0)}
    75% {transform: translate(0, 2px)}
    100% {transform: translate(0, 0)}
}
@keyframes hurueru2 {
    0% {transform: translate(0, 0)}
    25% {transform: translate(0, 4px)}
    50% {transform: translate(0, 0)}
    75% {transform: translate(0, 4px)}
    100% {transform: translate(0, 0)}
}
@keyframes hurueru3 {
    0% {transform: translate(0, 0)}
    25% {transform: translate(0, 6px)}
    50% {transform: translate(0, 0)}
    75% {transform: translate(0, 6px)}
    100% {transform: translate(0, 0)}
}
@keyframes hurueru4 {
    0% {transform: translate(0, 0)}
    25% {transform: translate(0, 5px)}
    50% {transform: translate(0, 0)}
    75% {transform: translate(0, 5px)}
    100% {transform: translate(0, 0)}
}

/* block head */
.block-head {
    margin: 0 auto 95px;
    position: relative;
    text-align: center;
    padding: 0 24px;
width: 100%;
}
.block-head h2 span {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1px;
}
.block-head p {
    color: var(--main-theme-color);
    font-family: "Lato", sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
}
.block-head.w h2 span,
.block-head.w p {
    color: #fff;
}
.block-head.b p {
    color: #002066;
}
.block-head h2 b.b {
    color: var(--main-theme-color);
    font-size: 82px;
    font-weight: 600;
}

@media screen and (max-width: 968px) {
    .block-head h2 span {
        font-size: 42px;
    }
    .block-head h2 b.b {
        font-size: 68px;
    }
    .block-head p {
        font-size: 26px;
    }
}
@media screen and (max-width: 768px) {
    .block-head {
        margin: 50px auto 50px;
    }
    .block-head h2 span {
        font-size: 24px;
    }
    .block-head h2 b.b {
        font-size: 48px;
    }
    .block-head p {
        font-size: 16px;
    }
}


/* mv */
.mv img {
    width: 100%;
    max-width: none;
}
/* .mv {
    position: relative;
}
.mv {
    background-image: url(../images/mv.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 75vw;
    max-height: 1500px;
}
.mv-material {
    position: absolute;
    animation: hurueru 1s  infinite cubic-bezier(0, 1, 0, 1);
}
.mv-material.type1 {
    left: 2%;
    top: 1%;
    animation: hurueru1 1.1s  infinite cubic-bezier(0, 1, 0, 1);
    animation-delay: 2.5s;
    width: 24%;
    max-width: 331px;
}
.mv-material.type2 {
    right: 5%;
    top: 8%;
    animation: hurueru2 1.5s  infinite cubic-bezier(0, 1, 0, 1);
    animation-delay: 1s;
    width: 24%;
    max-width: 340px;
}
.mv-material.type3 {
    right: 12%;
    bottom: 13%;
    animation: hurueru3 1.5s  infinite cubic-bezier(0, 1, 0, 1);
    animation-delay: 1.5s;
    width: 27%;
    max-width: 394px;
}
.mv-material.type4 {
    left: 0;
    top: 32%;
    animation: hurueru4 1.4s  infinite cubic-bezier(0, 1, 0, 1);
    animation-delay: 2s;
    width: 24%;
    max-width: 221px;
}
.mv-material.type5 {
    left: 10%;
    bottom: -5%;
    animation: hurueru1 1.3s  infinite cubic-bezier(0, 1, 0, 1);
    animation-delay: 3s;
    width: 24%;
    max-width: 394px;
}
.mv-material.type6 {
    left: 8%;
    bottom: 21%;
    animation: hurueru3 1.2s  infinite cubic-bezier(0, 1, 0, 1);
    animation-delay: 3.5s;
    width: 24%;
    max-width: 306px;
}
.mv-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
}
.mv-logo {
    margin: 0 0 35px;
}
.mv-txt {
    text-align: center;
}
.mv-txt p {
    font-family: "higure", sans-serif;
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 25px;
}
.mv-txt h1 {
    font-family: "higure", sans-serif;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.3em;
}
@media screen and (max-width: 1468px) {
    .mv-logo {
        margin: 0 auto 35px;
        width: 26vw;
    }
    .mv-txt p {
        font-size: 2.2vw;
    }
    .mv-txt h1 {
        font-size: 4vw;
    }
}
@media screen and (max-width: 1320px) {}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .mv {
        background-image: url(../images/mv-sp.png);
        height: 180vw;
    }
    .mv-logo {
        margin: 0 auto 5vw;
        width: 45vw;
    }
    .mv-txt p {
        margin: 0 0 2vw;
        font-size: 4vw;
    }
    .mv-txt h1 {
        font-size: 7vw;
    }
    .mv-material.type1 {
        left: 5%;
        width: 35%;
    }
    .mv-material.type2 {
        right: -1%;
        width: 37%;
        top: 11%;
    }
    .mv-material.type3 {
        right: -6%;
        bottom: 26%;
        width: 45%;
    }
    .mv-material.type4 {
        left: 0;
        top: 21%;
        width: 20%;
    }
    .mv-material.type5 {
        left: 18%;
        bottom: -8%;
        width: 40%;
    }
    .mv-material.type6 {
        width: 30%;
        bottom: 13%;
        left: 1%;
    }
}
@media screen and (max-width: 568px) {
    .mv-txt p {
        font-size: 4vw;
    }
    .mv-txt h1 {
        font-size: 7vw;
    }
}
@media screen and (max-width: 468px) {
    .mv-txt p {
        font-size: 4vw;
    }
    .mv-txt h1 {
        font-size: 6.5vw;
    }
} */

/* description */
.description {
    padding: 230px 0 200px;
}
.description-head {
    margin: 0 0 15px;
    text-align: center;
}
.description-head p {
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 20px;
}
.description-head h2 {
    font-size: 48px;
    font-weight: bold;
}
.description-head h2 span {
    font-size: 48px;
    font-weight: bold;
    position: relative;
}
.description-head h2 span::before {
    background: var(--main-theme-color);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 9px;
    margin: 0 auto 8px;
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    text-align: center;
    width: 9px;
}
.description-bar {
    margin: 0 0 75px;
    text-align: center;
}
.description-body {
    position: relative;
}
.description-image {
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: -20px;
    text-align: center;
    z-index: 3;
}
.description-scroll {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.description-scroll p {
    animation: infinity-scroll-left 30s infinite linear 0.5s both;
    color: #fff;
    font-size: 133px;
    font-weight: 900;
    letter-spacing: 2px;
    position: relative;
    text-shadow:1px 1px 0 var(--main-theme-color),-1px 1px 0 var(--main-theme-color),1px -1px 0 var(--main-theme-color),-1px -1px 0 var(--main-theme-color);
    white-space: nowrap;
}
.description-scroll p:not(:last-child) {
    margin-right: 20px;
}
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}
@media screen and (max-width: 968px) {
    .description-head p {
        font-size: 26px;
    }
    .description-head h2 {
        font-size: 42px;
    }
    .description-head h2 span {
        font-size: 42px;
    }
}
@media screen and (max-width: 768px) {
    .description {
        padding: 120px 0 60px;
    }
    .description-head p {
        font-size: 21px;
    }
    .description-head h2 {
        font-size: 32px;
    }
    .description-head h2 span {
        font-size: 32px;
    }
    .description-head h2 span::before {
        height: 4px;
        width: 4px;
    }
    .description-image {
        top: inherit;
        bottom: 35px;
        max-width: 120px;
    }
    .description-scroll p {
        font-size: 72px;
    }
    .description-bar {
        margin: 0 auto 55px;
        width: 65%;
    }
}

/* features */
.features-inner {
    margin: 0 auto;
    padding: 0 24px;
width: 100%;
    max-width: 1400px;
}
.features-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.features-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;
    width: 31%;
}
.features-item::before,
.features-item::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100px;
    width: 38px;
}
.features-item::before {
    background-image: url(../images/symbol-left.png);
}
.features-item::after {
    background-image: url(../images/symbol-right.png);
}
.features-item .in-text {
    margin: 0;
}
.features-item .in-text::after {
    background: url(../images/king.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 58px;
    position: absolute;
    right: 55px;
    top: -25px;
    width: 63px;
}
.features-item p {
    font-size: 27px;
    font-weight: 400;
    line-height: 1.3em;
}
.features-item div {
    color: var(--main-theme-color);
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 10px;
}
.features-item div span {
    color: var(--main-theme-color);
    font-weight: bold;
}
@media screen and (max-width: 968px) {
    .features-item p {
        font-size: 20px;
    }
    .features-item div {
        font-size: 20px;
    }
    .features-item .in-text::after {
        right: 45px;
    }
}
@media screen and (max-width: 768px) {
    .features-items {
        margin: 0 auto;
        width: 90%;
    }
    .features-item {
        margin: 0 auto;
        width: 100%;
        max-width: 350px;
    }
    .features-item:not(:last-child) {
        margin: 0 auto 65px;
    }
    .features-item::before,
    .features-item::after {
        height: 86px;
        width: 32px;
    }
    .features-item::before {
        margin-right: 10px;
    }
    .features-item::after {
        margin-left: 10px;
    }
    .features-item div {
        position: relative;
    }
    .features-item .in-text {
        width: 100%;
        max-width: 200px;
    }
    .features-item .in-text::after {
        right: -10px;
        top: -40px;
    }
}
@media screen and (max-width: 368px) {
    .features-items {
        margin: 0 auto;
        width: 90%;
    }
}

/* images */
.images-body,
.images-items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.images-body {
    overflow: hidden;
}
.images-items {
    margin-right: 25px;
}
.images-items.start {
    animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.images-item {
    width: 300px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .images-item {
        width: 150px;
    }
}

/* topics */
.topics {
    background: #F4F4F5;
    padding: 230px 0 200px;
}
.topics-inner {
    margin: 0 auto;
    padding: 0 24px;
width: 100%;
    max-width: 1100px;
}
.topics-item {
    padding-right: 45px;
    position: relative;
}
.topics-item:not(:last-child) {
    margin: 0 0 45px;
}
.topics-item a::after {
    background: url(../images/icon-arrows-r.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 23px;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    transition-duration: .3s;
    width: 26px;
}
.topics-item a:hover::after {
    transform: translateX(5px);
}
.topics-date {
    color: var(--main-theme-color);
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 8px;
}
.topics-ttl {
    font-size: 20px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topics-btn {
    margin: 100px 0 0;
}
.topics-btn a {
    background: var(--main-theme-color);
    border: 2px solid var(--main-theme-color);
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    text-align: center;
    transition-duration: .2s;
    width: 100%;
    max-width: 440px;
}
.topics-btn a::after {
    background: url(../images/icon-circle-arrow-w.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 30px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    transition-duration: .3s;
    width: 30px;
}
.topics-btn a:hover::after {
    transform: translateX(5px);
}
@media screen and (max-width: 968px) {
    .topics-btn a {
        font-size: 18px;
    }
    .topics-btn a::after {
        height: 25px;
        right: 25px;
        width: 25px;
    }
}
@media screen and (max-width: 768px) {
    .topics {
        padding: 120px 0;
    }
    .topics-date {
        font-size: 14px;
    }
    .topics-ttl {
        font-size: 15px;
        font-weight: 400;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: wrap;
    }
    .topics-btn {
        margin: 50px 0 0;
    }
    .topics-btn a {
        font-size: 16px;
        padding: 15px 0;
        width: 100%;
        max-width: 279px;
    }
    .topics-btn a::after {
        height: 20px;
        right: 20px;
        width: 20px;
    }
}

/* features main */
.features-main {
    background-image: url(../images/features-bg1.png), url(../images/features-bg2.png), url(../images/features-main-bg.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, right bottom, center;
    background-size: 45%, 20%, 1525px;
    padding: 230px 0 200px;
}
.features-main__inner {
    margin: 0 auto;
    padding: 0 24px;
width: 100%;
    max-width: 1100px;
}
.features-main__head .features-main__text {
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    margin: 50px 0 150px;
}
.features-main__items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.features-main__item {
    background: #fff;
    border: 3px solid var(--main-theme-color);
    border-radius: 24px;
    padding: 85px 25px 35px;
    position: relative;
    text-align: center;
    width: 31%;
}
.features-main__num {
    background: var(--main-theme-color);
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 48px;
    font-weight: bold;
    height: 88px;
    margin: auto;
    position: absolute;
    top: -44px;
    left: 0;
    right: 0;
    width: 88px;
}
.features-main__image h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 25px;
    background: #FFD844;
    border-radius: 35px;
    padding-bottom: 3px;
}
.features-main__image span {
    color: #D4161A;
}
.features-main__image span.blue {
    color: #0B84DC;
}
.features-main__txt {
    margin: 25px 0 0;
}
.features-main__txt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
}
.price {
    font-size: 22px;
    font-weight: 600;
}
.price span {
    margin-right: 10px;
    font-size: 16px;
}
.price-b {
    font-size: 24px;
    font-weight: 600;
    border-top: 2px solid #D4161A;
    border-bottom: 2px solid #D4161A;
    margin: 15px 0;
    padding: 10px 0;
}
.price-red {
    font-size: 24px;
    font-weight: 600;
    color: #D4161A;
}
@media screen and (max-width: 968px) {
    .features-main {
        background-image: url(../images/features-bg1.png), url(../images/features-bg2.png), url(../images/features-main-bg-sp.png);
        background-size: 60%, 28%, cover;
    }
    .features-main__item {
        padding: 65px 20px 30px;
        width: 100%;
    }
    .features-main__item:not(:last-child) {
        margin: 0 0 65px;
    }
    .features-main__num {
        font-size: 32px;
        height: 66px;
        top: -33px;
        width: 66px;
    }
    .features-main__image h3 {
        font-size: 24px;
    }
    .features-main__text p {
        font-size: 17px;
    }
}
@media screen and (max-width: 768px) {
    .features-main {
        background-size: 65%, 40%, cover;
        padding: 160px 0 200px;
    }
    .features-main__head .features-main__text {
        font-size: 15px;
        margin: 50px 0 80px;
    }
    .features-main__image h3 {
        font-size: 20px;
    }
}

/* about */
.about {
    background: #F4F4F5;
    position: relative;
    padding: 230px 0 200px;
}
.beginer-material {
    position: absolute;
}
.b1 {
    left: 0;
    top: 15%;
    z-index: 1;
}
.b2 {
    right: 0;
    bottom: 8%;
}

.b3 {
    left: 15%;
    top: 2%;
}
.b4 {
    right: 25%;
    top: 3%;
}
.b5 {
    left: 18%;
    top: 17%;
}
.b6 {
    right: 15%;
    top: 18%;
    z-index: 1;
}
.b7 {
    left: 25%;
    bottom: 29%;
    z-index: 1;
}
.b8 {
    right: 20%;
    bottom: 26%;
}
.b9 {
    left: 15%;
    bottom: 11%;
}
.b10 {
    right: 30%;
    bottom: 13%;
}
.b11 {
    left: 28%;
    bottom: -8%;
    z-index: 2;
}
.b12 {
    right: 23%;
    bottom: -4%;
    z-index: 1;
}


.about::before {
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1535px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.about-inner {
    margin: 0 auto;
    position: relative;
    padding: 0 24px;
width: 100%;
    max-width: 1100px;
}
.about-head .about-text {
    color: #121212;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7em;
    margin: 60px 0;
}
.about-items {
    margin: 0 0 145px;
}
.about-item {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 45px 35px;
}
.about-item:not(:last-child) {
    margin: 0 0 35px;
}
.about-item__num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
}
.about-item__num p {
    color: var(--main-theme-color);
    display: flex;
    align-items: flex-start;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 180px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: .8em;
    vertical-align: top;
}
.about-item:nth-child(even) .about-item__num p {
    color: #fff;
    text-shadow:1px 1px 0 var(--main-theme-color),-1px 1px 0 var(--main-theme-color),1px -1px 0 var(--main-theme-color),-1px -1px 0 var(--main-theme-color);
}
.about-item:nth-child(1) .about-item__num p {
    letter-spacing: -23px;
}
.about-item__num p span {
    color: var(--main-theme-color);
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1em;
    text-shadow: none;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    vertical-align: top;
}
.about-item__text {
    width: calc(100% - 250px);
}
.about-item__text h3 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 15px;
}
.about-item__text h3 span {
    color: var(--main-theme-color);
}
.about-item__text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7em;
}

.about-foot {
    text-align: center;
}
.about-foot h3 {
    font-size: 39px;
    font-weight: 600;
}
.about-foot h3 span {
    font-size: 59px;
}
.about-foot h3 span.dot {
    position: relative;
}
.about-foot h3 span.dot::before {
    background: var(--main-theme-color);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 9px;
    margin: 0 auto 8px;
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    text-align: center;
    width: 9px;
}
.about-foot h3 span.red {
    color: var(--main-theme-color);
}
.about-foot h3 span.black {
    color: #121212;
}
.about-bar {
    margin: 25px 0 0;
}
.about-logo {
    margin: 85px 0 0;
}
@media screen and (max-width: 1368px) {
    .about-inner {
        max-width: 850px;
    }
    .about-item {
        padding: 45px 25px 45px 10px;
    }
    .b1 {
        width: 150px;
        top: 5%;
    }
    .b2 {
        width: 200px;
        bottom: 12%;
    }
}
@media screen and (max-width: 968px) {
    .about::before {
        background-image: url(../images/about-bg-sp.png);
        background-size: cover;
    }
    .about {
        padding: 150px 0 200px;
    }
    .about-item {
        padding: 35px 25px;
    }
    .about-item__num {
        width: 150px;
    }
    .about-item__num p {
        font-size: 150px;
        line-height: .8em;
    }
    .about-item__num p span {
        font-size: 20px;
    }
    .about-item__text {
        width: calc(100% - 180px);
    }
    .about-item__text h3 {
        font-size: 26px;
    }
    .about-item__text p {
        font-size: 16px;
    }
    .about-foot h3 {
        font-size: 29px;
        width: 70%;
    }
    .about-foot h3 span {
        font-size: 39px;
    }
    .about-bar {
        margin: 25px 0 0;
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    .about {
        padding: 120px 0;
    }
    .about-head .about-text {
        font-size: 15px;
    }
    .beginer-material {
        z-index: 1;
    }
    .b1 {
        left: -4%;
        top: 8%;
        width: 90px;
    }
    .b2 {
        width: 134px;
        bottom: 9%;
    }
    .b3 {
        left: 15%;
        top: 1.5%;
        width: 9%;
    }
    .b4 {
        right: 29%;
        top: 6%;
        width: 8%;
    }
    .b5 {
        left: 6%;
        top: 29%;
        z-index: 9;
        width: 12%;
    }
    .b6 {
        right: 10%;
        top: 13%;
        z-index: 1;
        width: 5%;
    }
    .b7 {
        left: 18%;
        bottom: 0%;
        z-index: 1;
        width: 10%;
    }
    .b8 {
        right: 26%;
        bottom: 17.5%;
        width: 11%;
    }
    .b9 {
        left: 10%;
        bottom: inherit;
        top: 63.7%;
        width: 3%;
    }
    .b10 {
        right: 10%;
        bottom: inherit;
        top: 46.5%;
        width: 3%;
    }
    .b11 {
        right: 20%;
        left: inherit;
        bottom: -2.5%;
        z-index: 2;
        width: 18%;
    }
    .b12 {
        display: none;
    }
    .about-items {
        margin: 0 0 100px;
    }
    .about-item {
        padding: 30px 20px;
    }
    .about-item:not(:last-child) {
        margin: 0 0 65px;
    }
    .about-item__num {
        margin: 0 auto;
        width: 100px;
    }
    .about-item__num p {
        font-size: 100px;
        line-height: .8em;
    }
    .about-item__num p span {
        font-size: 12px;
    }
    .about-item:first-child .about-item__num p span {
        line-height: 2.3em;
    }
    .about-item__text {
        margin: 20px 0 0;
        width: 100%;
    }
    .about-item__text h3 {
        font-size: 20px;
    }
    .about-item__text p {
        font-size: 15px;
    }
    .about-foot h3 {
        font-size: 24px;
        text-align: left;
    }
    .about-foot h3 span {
        font-size: 28px;
    }
    .about-foot h3 span.dot::before {
        height: 4px;
        top: -3px;
        width: 4px;
    }
    .about-logo {
        margin: 35px auto 0;
        max-width: 171px;
    }
}
@media screen and (max-width: 468px) {
    .about-foot h3 {
        font-size: 18px;
    }
    .about-foot h3 span {
        font-size: 24px;
    }
}
.about-footer {
    margin: 0;
    position: relative;
}
/* flow */
.flow {
    padding: 230px 0 200px;
    position: relative;
}
.flow-catchcopy {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 142px;
    font-weight: 900;
    line-height: 1em;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-shadow:1px 1px 0 var(--main-theme-color),-1px 1px 0 var(--main-theme-color),1px -1px 0 var(--main-theme-color),-1px -1px 0 var(--main-theme-color);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
}
.flow-catchcopy.fixed {
    position: fixed;
}
.flow-inner {
    margin: 0 auto;
    padding: 0 24px;
width: 100%;
    max-width: 1100px;
}
.flow-lines {
    background: #BAC6C5;
    height: 2px;
    margin: 35px 0 65px;
    position: relative;
    width: 100%;
}
.flow-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
}
.flow-item {
    position: relative;
    text-align: center;
    width: 23%;
}
.flow-items.bottom .flow-item::before {
    border-style: solid;
    border-width: 0 17px 24px 17px;
    border-color: transparent transparent #F4F4F5 transparent;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: -24px;
    width: 0;
}
.flow-item__text {
    background: #F4F4F5;
    border-radius: 16px;
    padding: 25px;
    width: 100%;
}
.flow-item__num {
    color: var(--main-theme-color);
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 25px;
    padding: 0 0 10px;
    position: relative;
}
.flow-item__num::after {
    background: var(--main-theme-color);
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 16px;
}
.flow-item__ttl {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
}
.flow-item__txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: left;
}
.flow-link {
    margin: 20px 0 0;
    text-align: left;
}
.flow-link li:not(:last-child) {
    margin: 0 0 8px;
}
.flow-link li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}
.flow-link li a::before {
    background: url(../images/icon-arrow-r.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 15px;
    margin-right: 18px;
    transition-duration: .3s;
    width: 9px;
}
.flow-link li a:hover::before {
    transform: translateX(5px);
}
.flow-list {
    counter-reset: number 0;
    margin: 20px 0 0;
    text-align: left;
}
.flow-list li:not(:last-child) {
    margin: 0 0 6px;
}
.flow-list li {
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
}
.flow-list li::before {
    content: "";
    counter-increment: number 1;
    content: counter(number);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-right: 8px;
}
@media screen and (min-width: 968px) {
    .flow-lines span {
        background: #fff;
        border: 5px solid var(--main-theme-color);
        border-radius: 50%;
        display: block;
        height: 18px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 18px;
    }
    .flow-lines span:nth-child(1) {
        left: calc((24% / 2) - 9px);
    }
    .flow-lines span:nth-child(2) {
        left: calc((74% / 2) - 7px);
    }
    .flow-lines span:nth-child(3) {
        right: calc((74% / 2) - 7px);
    }
    .flow-lines span:nth-child(4) {
        right: calc((24% / 2) - 9px);
    }
}
@media screen and (max-width: 968px) {
    .flow-catchcopy {
        font-size: 117px;
        right: -18px;
        left: inherit;
    }
    .flow-body {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        position: relative;
    }
    .flow-lines {
        background: #BAC6C5;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        height: inherit;
        margin: 0;
        order: 1;
        width: 2px;
    }
    .flow-lines span {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .flow-lines span::before {
        display: none;
    }
    .flow-items.top {
        display: none;
    }
    .flow-items.bottom {
        order: 3;
        width: calc(100% - 48px);
    }
    .flow-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .flow-item:not(:last-child) {
        margin: 0 0 50px;
    }
    .flow-items.bottom .flow-item::before {
        border-width: 24px 17px 0 17px;
        border-color: #F4F4F5 transparent transparent transparent;
        left: -28px;
        right: inherit;
        top: 0;
        bottom: 0;
        transform: rotate(90deg);
    }
    .flow-items.bottom .flow-item::after {
        background: #fff;
        border: 5px solid var(--main-theme-color);
        border-radius: 50%;
        content: "";
        display: block;
        height: 8px;
        position: absolute;
        left: -56px;
        width: 8px;
    }
    .flow-item__image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 150px;
    }
    .flow-item__image img {
        height: 130px;
        object-fit: contain;
        width: 100%;
    }
    .flow-items.top .flow-item:nth-child(1) .flow-item__image img {
        height: 80px;
    }
    .flow-item__text {
        padding: 15px 15px 25px;
    }
    .flow-item__num {
        font-size: 23px;
        font-weight: 500;
        letter-spacing: 1px;
        margin: 0 0 15px;
        text-align: left;
    }
    .flow-item__num::after {
        right: inherit;
        left: 0;
        width: 16px;
    }
    .flow-item__ttl {
        font-size: 18px;
        text-align: left;
    }
    .flow-item__txt {
        font-size: 15px;
        font-weight: 300;
    }
}
@media screen and (max-width: 768px) {
    .flow {
        padding: 120px 0;
    }
    .flow-link li a {
        font-size: 15px;
        font-weight: 400;
    }
}
/* service */
.service {
    background: var(--main-theme-color);
    padding: 20px 0 0;
    position: relative;
}
.service-material {
    position: absolute;
}
.s1 {
    left: 0;
    top: 10%;
    width: 35%;
    max-width: 502px;
}
.s2 {
    margin: auto;
    right: 0;
    bottom: 0;
    top: 0;
    height: max-content;
}
.s3 {
    left: 0;
    bottom: 0;
    width: 60%;
    max-width: 399px;
    z-index: 1;
}
.service-inner {
    background-image: url(../images/service-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 1680px;
    padding: 230px 0 200px;
}
.service-head .service-text {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7em;
    margin: 60px 0;
}
.service-body {
    background: #fff;
    border-radius: 32px;
    margin: 0 auto;
    padding: 180px 0 150px;
    padding: 0 24px;
width: 100%;
    max-width: 1100px;
}
.service-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 90%;
    max-width: 940px;
}
.service-item {
    background: #fff;
    border: 4px solid var(--main-theme-color);
    border-radius: 24px;
    margin: 100px 0 0;
    padding: 45px 15px 25px;
    position: relative;
    text-align: center;
    width: 31%;
}
.service-item:nth-child(-n+3) {
    margin-top: 0;
}
.service-num {
    background: #fff;
    color: var(--main-theme-color);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 64px;
    font-weight: bold;
    margin: auto;
    padding: 0 25px;
    position: absolute;
    top: -39px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: max-content;
}
.service-item__image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 100%;
}
.service-item__text p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.6em;
}
@media screen and (max-width: 968px) {
    .service-inner {
        padding: 100px 0;
    }
    .service-item {
        width: 48%;
    }
    .service-item:nth-child(-n+3) {
        margin-top: 85px;
    }
    .service-item:nth-child(-n+2) {
        margin-top: 0;
    }
    .service-num {
        font-size: 60px;
    }
    .service-item__text p {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .service-inner {
        background-image: url(../images/service-bg-sp.png);
        background-size: cover;
    }
    .s1 {
        left: -3%;
        top: 9.5%;
        width: 38%;
    }
    .s2 {
        right: -3px;
        top: 10%;
        width: 16%;
    }
    .s3 {
        bottom: 2%;
        width: 62%;
    }
    .service-inner {
        padding: 120px 0 180px;
    }
    .service-head .service-text {
        font-size: 15px;
    }
    .service-body {
        border-radius: 16px;
        padding: 65px 0;
    }
    .service-items {
        width: 85%;
    }
    .service-item {
        width: 100%;
    }
    .service-item:nth-child(-n+2) {
        margin-top: 85px;
    }
    .service-item:first-child {
        margin-top: 0;
    }
}

/* items */
.items {
    background: #F4F4F5;
    background-image: url(../images/items-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 1690px;
    padding: 230px 0 200px;
}
.items-inner {
    margin: 0 auto;
    padding: 0 24px;
width: 100%;
    max-width: 1100px;
}
.items-head .items-text {
    color: #121212;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7em;
    margin: 60px 0;
}
.items-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.items-content {
    background: #fff;
    border-radius: 24px;
    height: 346px;
    margin: 35px 0 0;
    padding: 20px;
    width: 31%;
}
.items-content:nth-child(-n+3) {
    margin-top: 0;
}
.items-content.blank {
    background: none;
}
.items-content__image {
    text-align: center;
}
.items-content__ttl {
    color: var(--main-theme-color);
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px;
    text-align: center;
}
.items-content__txt {
    font-size: 12px;
    font-weight: 300;
}
.items-btns {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 100px 0 0;
}
.items-btn {
    width: 48%;
}
.items-btn a {
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 500;
    padding: 25px 0;
    position: relative;
    text-align: center;
    transition-duration: .2s;
}
.items-btn:first-child a {
    background: var(--main-theme-color);
    border: 2px solid var(--main-theme-color);
}
.items-btn:last-child a {
    background-color: #121212;
    border: 2px solid #121212;
}
.items-btn a span {
    color: #fff;
    font-style: italic;
    letter-spacing: 1px;
    margin-right: 5px;
}
.items-btn:nth-child(1) a:hover span {
    color: var(--main-theme-color);
}
.items-btn:nth-child(1) a:hover span {
    color: #121212;
}
.items-btn a::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 30px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    transition-duration: .3s;
    width: 30px;
}
.items-btn:first-child a::after {
    background-image: url(../images/icon-circle-arrow-w.svg);
}
.items-btn:last-child a::after {
    background-image: url(../images/icon-circle-arrow-b.svg);
}
.items-btn a:hover::after {
    transform: translateX(5px);
}
@media screen and (max-width: 968px) {
    .items-content {
        padding: 15px;
        width: 48%;
    }
    .items-content:nth-child(-n+3) {
        margin-top: 35px;
    }
    .items-content:nth-child(-n+2) {
        margin-top: 35px;
    }
    .items-content__ttl {
        font-size: 18px;
    }
    .items-btn a {
        font-size: 18px;
    }
    .items-btn a::after {
        height: 25px;
        right: 25px;
        width: 25px;
    }
}
@media screen and (max-width: 768px) {
    .items {
        background-image: url(../images/items-bg-sp.png);
        background-size: cover;
    }
    .items-head .items-text {
        display: none;
    }
    .items {
        padding: 120px 0;
    }
    .items-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 149px;
        width: 100%;
    }
    .items-content.blank {
        height: auto;
        padding: 0;
        text-align: center;
    }
    .items-content:first-child {
        margin-top: 0;
    }
    .items-content__image {
        margin: 0 auto;
        width: 150px;
    }
    .items-content__image {
        width: 100px;
    }
    .items-content.blank .items-content__image {
        width: 80%;
    }
    .items-content__text {
        width: calc(100% - 115px);
    }
    .items-content__ttl {
        font-size: 16px;
        text-align: left;
    }
    .items-content__txt {
        font-size: 10px;
    }
    .items-btn {
        width: 100%;
    }
    .items-btn:nth-child(1) {
        margin-bottom: 20px;
    }
    .items-btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        height: 56px;
        margin: 0 auto;
        width: 100%;
        max-width: 279px;
    }
    .items-btn a::after {
        height: 15px;
        right: 20px;
        width: 15px;
    }
}

/* worries */
.worries {
    background: url(../images/worries-bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 230px 0 200px;
}
.worries-inner {
    margin: 0 auto;
    padding: 0 24px;
width: 100%;
}
.worries-card {
    background: #fff;
    border-radius: 24px;
    margin: 0 auto;
    padding: 80px 25px;
    text-align: center;
    width: 100%;
    max-width: 1100px;
}
.worries-card h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 15px;
}
.worries-card h3::before,
.worries-card h3::after {
    background-color: #121212;
    content: "";
    display: block;
    height: 30px;
    width: 2px;
}
.worries-card h3::before {
    margin-right: 25px;
    transform: rotate(-25deg);
}
.worries-card h3::after {
    margin-left: 25px;
    transform: rotate(25deg);
}

.worries-card__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 35px 0 0;
}
.worries-card__image {
    width: 192px;
}
.worries-card__text {
    margin-left: 45px;
    width: 500px;
}
.worries-card__text h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 8px;
    text-align: left;
}
.worries-card__text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7em;
    text-align: left;
}
.worries-card__btn {
    margin: 25px 0 0;
}
.worries-card__btn a {
    background: #002066;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0;
    position: relative;
}
.worries-card__btn a::after {
    background-image: url(../images/icon-circle-arrow-bl.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 30px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    transition-duration: .3s;
    width: 30px;
}
.worries-card__btn a:hover::after {
    transform: translateX(5px);
}
@media screen and (max-width: 968px) {
    .worries {
        padding: 150px 0 100px;
    }
    .worries-card h3 {
        font-size: 26px;
    }
    .worries-card__image {
        width: 172px;
    }
    .worries-card__text {
        margin-left: 35px;
        width: 450px;
    }
    .worries-card__text h4 {
        font-size: 20px;
    }
    .worries-card__text p {
        font-size: 16px;
    }
    .worries-card__btn a {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .worries {
        background-image: url(../images/worries-bg-sp.jpg);
        background-position: center top -2px;
        padding: 120px 0;
    }
    .worries-card {
        padding: 50px 25px;
    }
    .worries-card h3 {
        align-items: flex-end;
        font-size: 16px;
    }
    .worries-card h3::before,
    .worries-card h3::after {
        height: 35px;
        width: 2px;
    }
    .worries-card__text h4 {
        font-size: 20px;
        margin: 0 0 12px;
        text-align: center;
    }
    .worries-card__text {
        margin-left: 0;
        margin-top: 25px;
        width: 100%;
    }
    .worries-card__btn a::after {
        height: 15px;
        right: 20px;
        width: 15px;
    }
}

/* last */
.last {
    padding: 230px 0 200px;
    text-align: center;
}
.last-head {
    margin: 0 0 65px;
}
.last-btns {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 24px;
width: 100%;
    max-width: 724px;
}
.last-btn {
    width: 48%;
}
.last-btn a {
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 25px 0;
    text-align: center;
    transition-duration: .2s;
}
.last-btn:first-child a {
    background: var(--main-theme-color);
    border: 2px solid var(--main-theme-color);
}
.last-btn:last-child a {
    background-color: #121212;
    border: 2px solid #121212;
}
.last-btn:first-child a:hover {
    background: #fff;
    color: var(--main-theme-color);
}
.last-btn:last-child a:hover {
    background-color: #fff;
    color: #121212;
}
.last-btn a span {
    color: #fff;
    letter-spacing: 1px;
    margin-right: 5px;
}
.last-btn:first-child a:hover span {
    color: var(--main-theme-color);
}
.last-btn:last-child a:hover span {
    color: #121212;
}
@media screen and (max-width: 968px) {
    .last-btn a {
        font-size: 18px;
    }
    .last-head {
        margin: 0 auto 45px;
        width: 80%;
    }
}
@media screen and (max-width: 768px) {
    .last {
        padding: 120px 0 0;
    }
    .last-head {
        margin: 0 auto 25px;
        max-width: 200px;
    }
    .last-btn {
        width: 100%;
    }
    .last-btn:nth-child(1) {
        margin: 0 0 20px;
    }
    .last-btn a {
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 56px;
        margin: 0 auto;
        width: 100%;
        max-width: 263px;
    }
}