@charset "UTF-8";
@media screen and (max-width: 400px) {
    .pc-only {
        display: none
    }

    .spmini-only {
        display: block !important
    }
}

@media screen and (max-width: 999px) {
    .pc-only, .spmini-only {
        display: none
    }
}

@media screen and (min-width: 1200px) {
    .sp-only, .spmini-only {
        display: none
    }
}

.font-open-sans, #sec09 .step-list li .number, #sec08 .service-list .service:before, #sec08 .list1 li:before {
    font-family: Open Sans, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100
}

.hover-effect, .btn, #sec-form .form-ctrl button, button {
    transition: all .4s ease
}

.hover-effect:hover, .btn:hover, #sec-form .form-ctrl button:hover, button:hover {
    filter: grayscale(.4) contrast(1.6)
}

html {
    color: #262626;
    font-family: Noto Sans JP, sans-serif;
    font-size: 14px;
    font-weight: 500;
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding-top: 80px;
    width: 100%;
    height: 100%;
    text-align: center
}

@media screen and (max-width: 999px) {
    body {
        padding-top: 60px
    }
}

main {
    overflow-x: hidden;
    overflow-y: hidden
}

* {
    box-sizing: border-box
}

h1, h2, h3, h4, h5 {
    margin: 0
}

picture {
    display: block
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

button {
    cursor: pointer
}

.content-wrapper-base, #sec03 .inner-content-wrapper, .content-wrapper, body.page-thanks #thanks, .content-max-wrapper {
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width: 999px) {
    .content-wrapper-base, #sec03 .inner-content-wrapper, .content-wrapper, body.page-thanks #thanks, .content-max-wrapper {
        max-width: 100%
    }
}

@media screen and (max-width: 1199px) {
    .content-wrapper-base, #sec03 .inner-content-wrapper, .content-wrapper, body.page-thanks #thanks, .content-max-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

.content-max-wrapper {
    max-width: 1100px
}

.content-wrapper, body.page-thanks #thanks {
    max-width: 990px
}

.flex-box {
    display: flex;
    list-style: none;
    padding: 0
}

.flex-box.col3 {
    gap: 40px
}

.flex-box.center {
    justify-content: center
}

.marker {
    position: relative;
    display: inline-block
}

.marker:before {
    position: absolute;
    content: "";
    left: -.1em;
    right: -.1em;
    bottom: 0;
    background: #ffed89;
    height: .7em;
    z-index: -1
}

.upper-dot {
    position: relative;
    display: inline-block
}

.upper-dot:after {
    position: absolute;
    content: "・";
    top: -1em;
    left: 50%;
    transform: translate(-50%)
}

.btn, #sec-form .form-ctrl button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f40;
    color: #fff;
    border-radius: 26px;
    width: 280px;
    height: 52px;
    font-size: 16px;
    font-weight: 700;
    text-indent: -1em;
    text-decoration: none;
    box-shadow: 0 3px 10px #0000001a
}

.btn:after, #sec-form .form-ctrl button:after {
    position: absolute;
    top: 50%;
    right: 25px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
    background: url(../assets/img/arrow-down.svg) no-repeat;
    background-size: contain;
    transform: translateY(-40%)
}

#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    height: 80px
}

@media screen and (max-width: 999px) {
    #site-header {
        height: 60px
    }
}

#site-header .content-max-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%
}

@media screen and (max-width: 999px) {
    #site-header h1 {
        height: 23px
    }
}

#site-header h1 img {
    width: 300px;
    height: auto
}

@media screen and (max-width: 999px) {
    #site-header h1 img {
        height: 23px;
        width: auto;
        vertical-align: top
    }
}

#mv .main {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    height: 580px
}

@media screen and (max-width: 999px) {
    #mv .main {
        height: 460px
    }
}

#mv .main .content-max-wrapper {
    text-align: left
}

#mv .main h2 {
    color: #f4f4f4;
    margin-bottom: .5em;
    font-size: 20px;
    font-weight: 900
}

@media screen and (max-width: 999px) {
    #mv .main h2 {
        font-size: 14.32px
    }
}

#mv .main h2 span {
    display: block
}

#mv .main h2 span:lang(en) {
    font-weight: 400
}

#mv .main h3 {
    margin-bottom: .75em;
    font-size: 43px;
    font-weight: 900;
    letter-spacing: .08em
}

@media screen and (max-width: 999px) {
    #mv .main h3 {
        font-size: 23.45px
    }
}

#mv .main h3 .line2 {
    font-size: 56.74px
}

@media screen and (max-width: 999px) {
    #mv .main h3 .line2 {
        font-size: 36px
    }
}

#mv .main h3 .line2 small {
    font-size: 43.65px
}

@media screen and (max-width: 999px) {
    #mv .main h3 .line2 small {
        font-size: 24px
    }
}

#mv .main h3 span {
    display: block
}

#mv .main p {
    font-size: 20px;
    line-height: 1.75em
}

@media screen and (max-width: 999px) {
    #mv .main p {
        font-size: 13px
    }
}

#mv .main .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

#mv .main .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width: 999px) {
    #mv .main .bg img {
        object-position: top right
    }
}

#mv .cta {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background: #2a388b
}

@media screen and (max-width: 999px) {
    #mv .cta {
        height: 80px
    }
}

#sec01 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f4f4f4;
    height: 415px;
    overflow: initial
}

@media screen and (max-width: 999px) {
    #sec01 {
        height: auto;
        padding: 40px 0
    }
}

#sec01:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 60px solid #F4F4F4;
    border-left: 260px solid transparent;
    border-right: 260px solid transparent;
    transform: translate(-50%, 100%);
    z-index: -1
}

@media screen and (max-width: 999px) {
    #sec01:after {
        border-top: 30px solid #F4F4F4;
        border-left: 112.5px solid transparent;
        border-right: 112.5px solid transparent
    }
}

#sec01 h2 {
    color: #626262;
    font-size: 30px;
    font-weight: 700
}

@media screen and (max-width: 999px) {
    #sec01 h2 {
        font-size: 24px
    }
}

#sec01 p {
    margin-bottom: 1.5em;
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width: 999px) {
    #sec01 p {
        font-size: 16px
    }
}

#sec01 ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    color: #626262;
    margin: 0;
    padding: 0
}

@media screen and (max-width: 999px) {
    #sec01 ul {
        gap: 18px
    }
}

#sec01 ul li {
    width: 150px;
    padding: 0 7.5px
}

@media screen and (max-width: 999px) {
    #sec01 ul li {
        width: calc((100vw - 36px - 36px) / 3);
        padding: 0
    }
}

#sec01 ul li img {
    width: 125px;
    height: auto;
    margin-bottom: 14px
}

@media screen and (max-width: 999px) {
    #sec01 ul li img {
        width: calc(100% - 14px)
    }
}

#sec01 ul li p {
    margin: 0;
    font-size: 14px
}

#sec01 ul li p b {
    font-weight: 900
}

@media screen and (max-width: 999px) {
    #sec01 ul li p {
        font-size: 12px
    }
}

#sec02 {
    padding-top: 100px
}

@media screen and (max-width: 999px) {
    #sec02 {
        padding-top: 70px
    }
}

#sec02 h2 {
    margin-bottom: 1.5em;
    font-size: 30px;
    font-weight: 700
}

@media screen and (max-width: 999px) {
    #sec02 h2 {
        line-height: 1.75em;
        font-size: 20px
    }
}

@media screen and (max-width: 999px) and (max-width: 999px) {
    #sec02 h2 .marker {
        font-size: 24px
    }
}

#sec02 ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 0 50px;
    padding: 0
}

@media screen and (max-width: 999px) {
    #sec02 ul {
        flex-wrap: wrap
    }
}

#sec02 ul li {
    background: #2a388b;
    color: #fff;
    font-size: 20px;
    padding: 10px 12px
}

#sec02 ul li:nth-of-type(2) {
    width: 200px
}

@media screen and (max-width: 999px) {
    #sec02 ul li {
        width: calc((100% - 10px) / 2);
        font-size: 14px
    }

    #sec02 ul li:nth-of-type(2) {
        width: calc((100% - 10px) / 2)
    }
}

#sec02 h3 {
    font-size: 54px
}

#sec02 h3 b {
    color: #f40
}

@media screen and (max-width: 999px) {
    #sec02 h3 {
        font-size: 36px
    }
}

#sec02 img {
    width: 100%;
    height: auto
}

#sec02 img.humans {
    max-width: 1000px
}

#sec02 picture.bg {
    position: relative;
    display: block;
    margin-top: -100px;
    z-index: -1
}

@media screen and (max-width: 999px) {
    #sec02 picture.bg {
        margin: -80px -10px 0;
        width: calc(100% + 20px)
    }
}

#sec02 picture.bg img {
    width: 100%;
    height: auto
}

#sec02 .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 270px;
    gap: .75em
}

@media screen and (max-width: 999px) {
    #sec02 .text-wrapper {
        height: auto;
        margin: 26px 0
    }
}

#sec02 p {
    margin: 0;
    font-weight: 900
}

#sec02 p.text1 {
    font-size: 36px
}

@media screen and (max-width: 999px) {
    #sec02 p.text1 {
        font-size: 20px
    }
}

#sec02 p.text2 {
    color: #f40;
    font-size: 54px
}

@media screen and (max-width: 999px) {
    #sec02 p.text2 {
        font-size: 26px
    }
}

#sec03 .sec03_1 {
    background: #2a388b;
    color: #fff;
    padding: 78px 0
}

@media screen and (max-width: 999px) {
    #sec03 .sec03_1 {
        padding: 40px 0
    }
}

#sec03 .inner-content-wrapper {
    max-width: 930px
}

@media screen and (max-width: 999px) {
    #sec03 .inner-content-wrapper {
        padding: 0
    }
}

#sec03 h2 {
    position: relative;
    background: #fff;
    color: #2a388b;
    padding: 30px;
    font-size: 36px;
    font-weight: 700;
    text-align: center
}

@media screen and (max-width: 999px) {
    #sec03 h2 {
        padding: 10px;
        font-size: 24px
    }
}

#sec03 h2:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    border-top: 25px solid #FFF;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    width: 0;
    height: 0;
    transform: translate(-50%, 100%)
}

#sec03 h2 small {
    display: block;
    color: #3b74c9;
    font-size: 14px;
    font-weight: 500
}

#sec03 p.heading1 {
    margin: 1.5em 0;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.65em
}

#sec03 p.heading1 span {
    color: #ffed89
}

@media screen and (max-width: 999px) {
    #sec03 p.heading1 {
        font-size: 24px
    }
}

#sec03 ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 30px 0 0;
    padding: 0
}

@media screen and (max-width: 999px) {
    #sec03 ul {
        flex-direction: column;
        width: 240px;
        margin: 30px auto 0
    }
}

#sec03 ul li {
    font-size: 20px;
    background: #fff;
    padding: 18px 20px
}

#sec03 ul li span {
    display: block;
    line-height: 1.5em
}

#sec03 ul li span:lang(ja) {
    color: #2a388b
}

#sec03 ul li span:lang(en) {
    color: #a3a3a3
}

@media screen and (max-width: 999px) {
    #sec03 ul li {
        width: 100%;
        padding: 6px 20px;
        font-size: 12px
    }
}

#sec03 p.text1 {
    margin-top: .5em;
    font-size: 30px
}

@media screen and (max-width: 999px) {
    #sec03 p.text1 {
        font-size: 22px
    }
}

#sec03 img {
    max-width: 100%
}

#sec03 p.text2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.75em
}

@media screen and (max-width: 999px) {
    #sec03 p.text2 {
        font-size: 16px;
        margin-bottom: 0
    }
}

#sec03 .sec03_2 {
    background: #f4f4f4;
    padding: 78px 0
}

@media screen and (max-width: 999px) {
    #sec03 .sec03_2 {
        padding: 40px 0
    }
}

#sec03 .list {
    display: flex;
    flex-direction: column;
    gap: 125px
}

@media screen and (max-width: 999px) {
    #sec03 .list {
        gap: 100px
    }
}

#sec03 .list .list-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px
}

@media screen and (max-width: 999px) {
    #sec03 .list .list-item {
        flex-direction: column
    }
}

#sec03 .list .list-item:last-of-type .separator {
    display: none
}

#sec03 .list .list-item .separator {
    position: relative;
    width: 65px;
    height: 65px
}

#sec03 .list .list-item .separator:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: #d9d9d9;
    width: 3px;
    height: 100%
}

#sec03 .list .list-item .separator:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #d9d9d9;
    width: 100%;
    height: 3px
}

@media screen and (max-width: 999px) {
    #sec03 .list .list-item .separator {
        width: 36px;
        height: 36px
    }

    #sec03 .list .list-item .separator:before {
        width: 2px
    }

    #sec03 .list .list-item .separator:after {
        height: 2px
    }
}

#sec03 .list .list-item .content {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 30px
}

@media screen and (max-width: 1199px) {
    #sec03 .list .list-item .content {
        gap: 20px
    }
}

#sec03 .list .list-item .content h3 {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #2a388b;
    font-size: 36px;
    font-weight: 700
}

#sec03 .list .list-item .content h3 span:lang(en) {
    background: #fff;
    color: #a3a3a3;
    font-size: 26px;
    font-weight: 400;
    padding: 10px
}

@media screen and (max-width: 1199px) {
    #sec03 .list .list-item .content h3 {
        font-size: 30px
    }

    #sec03 .list .list-item .content h3 span:lang(en) {
        font-size: 20px
    }
}

@media screen and (max-width: 999px) {
    #sec03 .list .list-item .content h3 {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        width: 100%;
        font-size: 24px
    }

    #sec03 .list .list-item .content h3 span:lang(en) {
        font-size: 18px;
        padding: 7.34px
    }
}

#sec03 .list .list-item .content ol {
    list-style-position: inside;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color: #626262;
    line-height: 1.75em
}

@media screen and (max-width: 1199px) {
    #sec03 .list .list-item .content ol {
        font-size: 18px
    }
}

@media screen and (max-width: 999px) {
    #sec03 .list .list-item .content ol {
        font-size: 14px;
        text-indent: -1.25em;
        padding-left: 1.25em
    }
}

#sec03 .list .list-item .content p {
    line-height: 1.5em;
    margin: 0
}

#sec03 .list .list-item .content p.text1 {
    font-size: 20px;
    font-weight: 700
}

#sec03 .list .list-item .content p.text1.blue {
    color: #3b74c9;
    font-size: 24px
}

@media screen and (max-width: 1199px) {
    #sec03 .list .list-item .content p.text1.blue {
        font-size: 20px
    }
}

@media screen and (max-width: 999px) {
    #sec03 .list .list-item .content p.text1.blue {
        font-size: 16px
    }
}

@media screen and (max-width: 1199px) {
    #sec03 .list .list-item .content p.text1 {
        font-size: 16px
    }
}

@media screen and (max-width: 999px) {
    #sec03 .list .list-item .content p.text1 {
        font-size: 14px
    }
}

#sec03 .list .list-item .content p.text2 {
    font-size: 18px
}

@media screen and (max-width: 1199px) {
    #sec03 .list .list-item .content p.text2 {
        font-size: 16px
    }
}

@media screen and (max-width: 999px) {
    #sec03 .list .list-item .content p.text2 {
        width: 100%;
        font-size: 13px
    }
}

#sec03 .list .list-item .icon {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: 10px solid #3B74C9;
    border-radius: 190px;
    width: 380px;
    min-width: 380px;
    max-width: 380px;
    height: 380px
}

@media screen and (max-width: 1199px) {
    #sec03 .list .list-item .icon {
        border-radius: 165px;
        min-width: 330px;
        width: 330px;
        max-width: 330px;
        height: 330px
    }
}

@media screen and (max-width: 999px) {
    #sec03 .list .list-item .icon {
        border: 5px solid #3B74C9;
        width: 210px;
        min-width: 210px;
        max-width: 210px;
        height: 210px
    }
}

#sec03 .list .list-item .icon img {
    height: 65px;
    width: auto;
    margin-top: -20px
}

@media screen and (max-width: 999px) {
    #sec03 .list .list-item .icon img {
        height: 32px
    }
}

#sec03 .list .list-item .icon span {
    font-weight: 700
}

#sec03 .list .list-item .icon span:lang(en) {
    color: #2a388b;
    font-size: 36px;
    line-height: 1.2em
}

@media screen and (max-width: 1199px) {
    #sec03 .list .list-item .icon span:lang(en) {
        font-size: 30px
    }
}

@media screen and (max-width: 999px) {
    #sec03 .list .list-item .icon span:lang(en) {
        font-size: 21px
    }
}

#sec03 .list .list-item .icon span:lang(ja) {
    color: #626262;
    font-size: 24px
}

@media screen and (max-width: 1199px) {
    #sec03 .list .list-item .icon span:lang(ja) {
        font-size: 20px
    }
}

@media screen and (max-width: 999px) {
    #sec03 .list .list-item .icon span:lang(ja) {
        font-size: 14px
    }
}

#sec03 .list .list-item .icon .separator {
    position: absolute;
    bottom: 0;
    transform: translateY(100px)
}

@media screen and (max-width: 999px) {
    #sec03 .list .list-item .icon .separator {
        transform: translateY(70px)
    }
}

@media screen and (max-width: 999px) {
    #sec03 .list .list-item:nth-of-type(1) .content p.text2 {
        text-align: center
    }
}

#sec03 .list .list-item:nth-of-type(1) .icon .separator {
    transform: translateY(90px)
}

@media screen and (max-width: 999px) {
    #sec03 .list .list-item:nth-of-type(1) .icon .separator {
        transform: translateY(70px)
    }
}

#sec04 {
    position: relative;
    height: 590px
}

@media screen and (max-width: 999px) {
    #sec04 {
        height: auto;
        padding: 38px 0 0
    }
}

#sec04 .content-max-wrapper {
    max-width: 1060px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

#sec04 .content-inner-wrapper {
    display: flex;
    gap: 50px
}

@media screen and (max-width: 999px) {
    #sec04 .content-inner-wrapper {
        display: block
    }
}

#sec04 h2 {
    display: flex;
    align-items: flex-start;
    color: #fff;
    width: 150px
}

@media screen and (max-width: 999px) {
    #sec04 h2 {
        display: block;
        width: 100%;
        text-align: center
    }
}

#sec04 h2 span {
    writing-mode: vertical-rl
}

#sec04 h2 span:lang(en) {
    font-size: 52px;
    font-weight: 800
}

#sec04 h2 span:lang(ja) {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .1em
}

@media screen and (max-width: 999px) {
    #sec04 h2 span {
        display: block;
        writing-mode: horizontal-tb
    }

    #sec04 h2 span:lang(en) {
        font-size: 38px
    }

    #sec04 h2 span:lang(ja) {
        font-size: 17px
    }
}

#sec04 .text-wrapper {
    padding-top: 30px;
    text-align: left
}

#sec04 .text-wrapper p {
    color: #fff;
    font-size: 16px;
    line-height: 1.75em
}

#sec04 .text-wrapper p + p {
    margin-top: 2em
}

@media screen and (max-width: 999px) {
    #sec04 .text-wrapper {
        padding-bottom: 20px
    }
}

#sec04 picture.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

#sec04 picture.bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#sec04 img.bg {
    display: none
}

@media screen and (max-width: 999px) {
    #sec04 img.bg {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1
    }
}

@media screen and (max-width: 999px) {
    #sec04 {
        height: auto
    }

    #sec04 picture.bg {
        position: relative;
        display: block;
        z-index: 1
    }
}

#sec05 {
    position: relative;
    background: #f3f6fa;
    padding: 64px 0;
    z-index: 2
}

@media screen and (max-width: 999px) {
    #sec05 {
        padding: 38px 0
    }
}

#sec05:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 60px solid #F3F6FA;
    border-left: 260px solid transparent;
    border-right: 260px solid transparent;
    transform: translate(-50%, 100%);
    z-index: -1
}

@media screen and (max-width: 999px) {
    #sec05:after {
        border-top: 32px solid #F3F6FA;
        border-left: 133.5px solid transparent;
        border-right: 133.5px solid transparent
    }
}

#sec05 .content-max-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    max-width: 1200px
}

#sec05 h2 {
    background: #fff;
    padding: 25px 38px;
    width: 100%;
    max-width: 755px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 700
}

@media screen and (max-width: 999px) {
    #sec05 h2 {
        font-size: 27px
    }
}

#sec05 h2 b {
    position: relative;
    color: #f40;
    margin: 0 .1em;
    letter-spacing: .075em
}

#sec05 h2 b:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f40;
    width: 100%;
    height: .1em
}

#sec05 h2 span {
    font-size: 48px
}

@media screen and (max-width: 999px) {
    #sec05 h2 span {
        font-size: 36px
    }
}

#sec05 .img1 {
    max-width: 766px
}

#sec05 .role-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px
}

@media screen and (max-width: 999px) {
    #sec05 .role-list {
        flex-direction: column;
        width: 100%
    }
}

#sec05 .role-list .role {
    display: flex;
    align-items: center;
    gap: 45px;
    background: #fff;
    border-left: 8px solid #E0E8FC;
    width: calc((100% - 28px) / 2);
    height: 145px;
    padding: 20px
}

@media screen and (max-width: 999px) {
    #sec05 .role-list .role {
        display: block;
        width: 100%;
        height: auto;
        padding: 20px 30px
    }
}

#sec05 .role-list .role header {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 200px
}

@media screen and (max-width: 999px) {
    #sec05 .role-list .role header {
        gap: 5px;
        width: 100%;
        margin-bottom: 5px
    }
}

#sec05 .role-list .role header h3 {
    color: #2a388b;
    font-size: 26px;
    font-weight: 700
}

@media screen and (max-width: 999px) {
    #sec05 .role-list .role header h3 {
        font-size: 20px
    }
}

#sec05 .role-list .role header img {
    height: 51px;
    width: 60px;
    object-fit: contain;
    object-position: center
}

@media screen and (max-width: 999px) {
    #sec05 .role-list .role header img {
        height: 20px;
        width: 25px
    }
}

#sec05 .role-list .role ul {
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 1.75em
}

@media screen and (max-width: 999px) {
    #sec05 .role-list .role ul {
        padding-left: 1.75em
    }
}

#sec05 .role-list .role ul li {
    padding: 0
}

#sec06 {
    position: relative;
    background: linear-gradient(90deg, #e3e3e3, #f4f4f4);
    padding: 80px 0 42px;
    z-index: 1
}

@media screen and (max-width: 999px) {
    #sec06 {
        padding: 60px 0 42px
    }
}

#sec06 .content-wrapper, #sec06 body.page-thanks #thanks, body.page-thanks #sec06 #thanks {
    max-width: 770px
}

#sec06 h2 {
    width: 100%;
    max-width: 755px;
    margin: 0 auto 70px;
    font-size: 36px;
    font-weight: 700
}

#sec06 h2 b {
    position: relative;
    color: #f40;
    margin: 0 .1em;
    letter-spacing: .075em;
    font-weight: 900
}

#sec06 h2 span {
    font-size: 48px
}

@media screen and (max-width: 999px) {
    #sec06 h2 {
        font-size: 24px;
        line-height: 1.25em
    }

    #sec06 h2 span {
        font-size: 51px
    }

    #sec06 h2 span.sp-only {
        line-height: 1.25em;
        font-size: 20px
    }
}

#sec06 ul {
    list-style: none;
    display: flex;
    gap: 100px;
    max-width: 700px;
    margin: 0 auto;
    padding: 0
}

@media screen and (max-width: 999px) {
    #sec06 ul {
        flex-direction: column;
        gap: 30px
    }
}

#sec06 ul li {
    width: 300px
}

@media screen and (max-width: 999px) {
    #sec06 ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        width: 100%
    }
}

#sec06 ul li .text {
    position: relative;
    background: #fff;
    margin-bottom: 40px;
    padding: 22px 28px;
    font-size: 20px
}

#sec06 ul li .text b {
    font-weight: 900
}

#sec06 ul li .text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 25px solid #FFF;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: translate(-50%, 100%)
}

@media screen and (max-width: 999px) {
    #sec06 ul li .text {
        width: calc(100% - 149px);
        margin-bottom: 0;
        padding: 12px 15px;
        font-size: 15px
    }

    #sec06 ul li .text:after {
        bottom: auto;
        left: auto;
        top: 50%;
        right: 0;
        border-top: 14px solid transparent;
        border-left: 14px solid #FFF;
        border-bottom: 14px solid transparent;
        border-right: none;
        transform: translate(100%, -50%)
    }
}

#sec06 ul li img {
    max-width: 230px
}

@media screen and (max-width: 999px) {
    #sec06 ul li img {
        width: 125px;
        max-width: 125px
    }
}

@media screen and (max-width: 999px) {
    #sec06 ul li:nth-of-type(2n) .text {
        order: 2
    }

    #sec06 ul li:nth-of-type(2n) .text:after {
        left: 0;
        right: auto;
        border-top: 14px solid transparent;
        border-left: none;
        border-bottom: 14px solid transparent;
        border-right: 14px solid #FFF;
        transform: translate(-100%, -50%)
    }

    #sec06 ul li:nth-of-type(2n) img {
        order: 1
    }
}

#sec07 .h2-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2a388b;
    color: #fff;
    height: 120px;
    z-index: 2
}

@media screen and (max-width: 999px) {
    #sec07 .h2-wrapper {
        height: 105px
    }
}

#sec07 .h2-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 25px solid #2A388B;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: translate(-50%, 100%)
}

#sec07 h2 {
    font-size: 26px;
    font-weight: 900
}

#sec07 h2 b {
    font-size: 36px
}

@media screen and (max-width: 999px) {
    #sec07 h2 {
        font-size: 20px
    }

    #sec07 h2 b {
        font-size: 26px
    }
}

#sec07 .content-wrapper, #sec07 body.page-thanks #thanks, body.page-thanks #sec07 #thanks {
    position: relative;
    padding: 50px 0 0;
    max-width: 990px
}

#sec07 h3 {
    color: #2a388b;
    margin-bottom: 36px;
    font-size: 36px;
    font-weight: 900
}

#sec07 h3 b {
    color: #f40;
    font-weight: 900
}

@media screen and (max-width: 999px) {
    #sec07 h3 {
        margin-bottom: 18px;
        font-size: 24px
    }
}

#sec07 .voice-list {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-bottom: 80px
}

@media screen and (max-width: 999px) {
    #sec07 .voice-list {
        padding: 0 20px
    }
}

#sec07 .voice-list .voice {
    display: flex;
    align-items: center;
    gap: 36px;
    background: #f3f6fa;
    padding: 30px 50px
}

@media screen and (max-width: 999px) {
    #sec07 .voice-list .voice {
        flex-direction: column;
        gap: 20px;
        padding: 20px
    }
}

#sec07 .voice-list .voice:nth-of-type(2n) header {
    order: 2
}

#sec07 .voice-list .voice:nth-of-type(2n) ul {
    order: 1
}

@media screen and (max-width: 999px) {
    #sec07 .voice-list .voice:nth-of-type(2n) header {
        order: 1
    }

    #sec07 .voice-list .voice:nth-of-type(2n) ul {
        order: 2
    }
}

#sec07 .voice-list .voice header {
    width: 140px
}

#sec07 .voice-list .voice header img {
    margin-bottom: 15px
}

#sec07 .voice-list .voice header h4 {
    background: #3b74c9;
    color: #fff;
    padding: 3px 10px;
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width: 999px) {
    #sec07 .voice-list .voice header h4 {
        width: calc(100% - 30px);
        margin: 0 auto
    }
}

#sec07 .voice-list .voice ul {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: calc(100% - 176px);
    text-align: left;
    font-size: 16px;
    font-weight: 400
}

#sec07 .voice-list .voice ul li {
    line-height: 1.5em
}

@media screen and (max-width: 999px) {
    #sec07 .voice-list .voice ul {
        width: 100%;
        padding: 0 0 0 1em;
        font-size: 14px
    }
}

#sec08 {
    background: #f6f6f6;
    padding: 78px 0
}

@media screen and (max-width: 999px) {
    #sec08 {
        padding: 40px 0
    }
}

#sec08 .content-max-wrapper {
    max-width: 1100px
}

#sec08 .content-inner-wrapper {
    background: #fff;
    padding: 50px 55px
}

@media screen and (max-width: 999px) {
    #sec08 .content-inner-wrapper {
        padding: 30px 20px
    }
}

#sec08 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3b74c9;
    color: #fff;
    height: 120px;
    font-size: 36px;
    font-weight: 700
}

@media screen and (max-width: 999px) {
    #sec08 h2 {
        height: 100px;
        font-size: 24px
    }
}

#sec08 .logo {
    width: 335px;
    margin-bottom: 40px
}

@media screen and (max-width: 999px) {
    #sec08 .logo {
        width: 270px
    }
}

#sec08 .heading1 {
    margin-bottom: 40px
}

@media screen and (max-width: 999px) {
    #sec08 .heading1 {
        color: #626262;
        font-size: 20px
    }
}

#sec08 .text1, #sec08 .text2 {
    font-size: 18px;
    margin: 0 0 48px
}

@media screen and (max-width: 999px) {
    #sec08 .text1, #sec08 .text2 {
        font-size: 14px;
        text-align: left;
        line-height: 1.75em
    }
}

#sec08 .list1 {
    list-style: none;
    counter-reset: list1-cnt;
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 730px;
    margin: 50px auto;
    padding: 0
}

@media screen and (max-width: 999px) {
    #sec08 .list1 {
        justify-content: center;
        flex-wrap: wrap;
        max-width: 100%;
        margin: 0 auto
    }
}

#sec08 .list1 li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background: #f4f4f4;
    border-radius: 115px;
    min-width: 230px;
    width: 230px;
    min-height: 230px;
    height: 230px;
    font-size: 18px
}

@media screen and (max-width: 999px) {
    #sec08 .list1 li {
        gap: 10px;
        width: calc((100vw - 100px) / 2);
        min-width: calc((100vw - 100px) / 2);
        height: calc((100vw - 100px) / 2);
        min-height: calc((100vw - 100px) / 2)
    }
}

#sec08 .list1 li:before {
    counter-increment: list1-cnt;
    content: counter(list1-cnt, decimal-leading-zero);
    color: #2a388b;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 700
}

@media screen and (max-width: 999px) {
    #sec08 .list1 li:before {
        margin-top: -10px;
        font-size: 37px
    }
}

#sec08 .list1 li p {
    margin: -.75em 0 0
}

@media screen and (max-width: 999px) {
    #sec08 .list1 li p {
        font-size: 11px
    }
}

#sec08 .list1 li img {
    width: 60px
}

@media screen and (max-width: 999px) {
    #sec08 .list1 li img {
        width: 37px
    }
}

@media screen and (max-width: 999px) {
    #sec08 .list1 li:nth-of-type(3) {
        margin-top: -25px
    }
}

#sec08 .service-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-bottom: 80px;
    padding-top: 50px;
    counter-reset: service-list
}

@media screen and (max-width: 999px) {
    #sec08 .service-list {
        gap: 50px
    }
}

#sec08 .service-list .service {
    position: relative;
    display: flex;
    gap: 40px;
    background: #f4f4f4;
    padding: 50px
}

@media screen and (max-width: 999px) {
    #sec08 .service-list .service {
        flex-direction: column;
        padding: 30px 18px 20px
    }
}

#sec08 .service-list .service:before {
    position: absolute;
    top: 0;
    left: 40px;
    counter-increment: service-list;
    content: counter(service-list, decimal-leading-zero);
    color: #2a388b;
    font-size: 80px;
    font-weight: 700;
    transform: translateY(-50%)
}

@media screen and (max-width: 999px) {
    #sec08 .service-list .service:before {
        left: 20px;
        font-size: 46px
    }
}

#sec08 .service-list .service .text {
    color: #626262;
    width: calc(100% - 360px);
    text-align: left
}

@media screen and (max-width: 999px) {
    #sec08 .service-list .service .text {
        width: 100%
    }
}

#sec08 .service-list .service h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 0
}

@media screen and (max-width: 999px) {
    #sec08 .service-list .service h4 {
        font-size: 20px
    }
}

#sec08 .service-list .service p {
    font-size: 16px;
    font-weight: 400
}

@media screen and (max-width: 999px) {
    #sec08 .service-list .service p {
        font-size: 14px
    }
}

#sec08 .service-list .service ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px
}

@media screen and (max-width: 999px) {
    #sec08 .service-list .service ul {
        font-size: 13px;
        text-indent: -.5em;
        padding-left: 1em
    }
}

#sec08 .service-list .service ul li {
    position: relative;
    line-height: 1.75em
}

#sec08 .service-list .service ul li:before {
    content: "-";
    display: inline-block;
    color: #70c06d;
    margin: 0 .5em 0 0
}

#sec08 .service-list .service .img {
    width: 320px
}

@media screen and (max-width: 999px) {
    #sec08 .service-list .service .img {
        width: 100%
    }
}

#sec08 .service-list .service:nth-of-type(2n):before {
    left: auto;
    right: 40px
}

#sec08 .service-list .service:nth-of-type(2n) .text {
    order: 2
}

#sec08 .service-list .service:nth-of-type(2n) .img {
    order: 1
}

@media screen and (max-width: 999px) {
    #sec08 .service-list .service:nth-of-type(2n):before {
        right: 20px
    }

    #sec08 .service-list .service:nth-of-type(2n) .text {
        order: 1
    }

    #sec08 .service-list .service:nth-of-type(2n) .img {
        order: 2
    }
}

#sec08 .heading2, #sec08 .heading3 {
    color: #2a388b;
    margin-bottom: 48px;
    font-size: 30px;
    font-weight: 700
}

@media screen and (max-width: 999px) {
    #sec08 .heading2, #sec08 .heading3 {
        margin-bottom: 30px;
        font-size: 24px
    }
}

#sec08 .customer-list1 {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 40px 80px;
    margin: 0 0 50px;
    padding: 0 50px
}

@media screen and (max-width: 999px) {
    #sec08 .customer-list1 {
        flex-direction: column;
        padding: 0
    }
}

#sec08 .customer-list1 li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 400px;
    max-width: 400px;
    color: #626262
}

@media screen and (max-width: 999px) {
    #sec08 .customer-list1 li {
        width: 100%;
        text-align: left
    }
}

#sec08 .customer-list1 li h4, #sec08 .customer-list1 li h5 {
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width: 999px) {
    #sec08 .customer-list1 li h4, #sec08 .customer-list1 li h5 {
        font-size: 16px
    }
}

#sec08 .customer-list1 li p {
    color: #a8a8a8;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500
}

@media screen and (max-width: 999px) {
    #sec08 .customer-list1 li p {
        font-size: 14px
    }
}

#sec08 .customer-list2 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 50px;
    margin: 0 0 50px;
    padding: 0
}

@media screen and (max-width: 999px) {
    #sec08 .customer-list2 {
        gap: 14px;
        margin-bottom: 0
    }
}

#sec08 .customer-list2 img {
    height: 70px;
    width: auto
}

@media screen and (max-width: 999px) {
    #sec08 .customer-list2 img {
        height: 40px
    }
}

#sec09 {
    padding: 78px 0
}

@media screen and (max-width: 999px) {
    #sec09 {
        padding: 40px 0
    }
}

#sec09 .content-wrapper, #sec09 body.page-thanks #thanks, body.page-thanks #sec09 #thanks {
    max-width: 990px
}

#sec09 h2 {
    color: #2a388b;
    margin-bottom: 28px;
    font-size: 30px;
    font-weight: 700
}

@media screen and (max-width: 999px) {
    #sec09 h2 {
        font-size: 24px
    }
}

#sec09 .price {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #626262
}

#sec09 .price .label {
    background: #3b74c9;
    color: #fff;
    margin-right: .5em;
    padding: 8px 18px;
    font-size: 28px
}

#sec09 .price b {
    font-size: 36px;
    font-weight: 900
}

#sec09 .price .desc {
    font-size: 30px;
    font-weight: 700
}

@media screen and (max-width: 999px) {
    #sec09 .price .label {
        padding: 5px 10px;
        font-size: 16px
    }

    #sec09 .price b {
        font-size: 20px
    }

    #sec09 .price .desc {
        font-size: 16px
    }
}

#sec09 section + section {
    margin-top: 80px
}

#sec09 .text1 {
    font-size: 18px
}

@media screen and (max-width: 999px) {
    #sec09 .text1 {
        font-size: 14px
    }
}

#sec09 .step-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin: 38px 0 0;
    padding: 0;
    width: 100%;
    counter-reset: step-cnt
}

#sec09 .step-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    padding: 30px 50px;
    background: #f3f6fa;
    counter-increment: step-cnt
}

@media screen and (max-width: 999px) {
    #sec09 .step-list li {
        gap: 20px;
        padding: 16px 20px
    }
}

#sec09 .step-list li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 25px solid #2A388B;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: translate(-50%, 100%)
}

@media screen and (max-width: 999px) {
    #sec09 .step-list li:after {
        border-top: 12px solid #2A388B;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent
    }
}

#sec09 .step-list li:last-of-type:after {
    display: none
}

#sec09 .step-list li .number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    color: #2a388b;
    font-weight: 700
}

#sec09 .step-list li .number:before {
    content: "STEP";
    font-size: 22px
}

#sec09 .step-list li .number:after {
    content: counter(step-cnt);
    font-size: 80px;
    line-height: .8em
}

@media screen and (max-width: 999px) {
    #sec09 .step-list li .number:before {
        font-size: 14px
    }

    #sec09 .step-list li .number:after {
        font-size: 46px
    }
}

#sec09 .step-list li .text {
    font-size: 20px;
    font-weight: 700;
    text-align: left
}

@media screen and (max-width: 999px) {
    #sec09 .step-list li .text {
        font-size: 14px
    }
}

#sec-form .content-wrapper, #sec-form body.page-thanks #thanks, body.page-thanks #sec-form #thanks {
    max-width: 990px
}

#sec-form h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2a388b;
    color: #fff;
    height: 120px;
    font-size: 36px;
    font-weight: 700
}

@media screen and (max-width: 999px) {
    #sec-form h2 {
        height: 100px;
        font-size: 24px
    }
}

#sec-form p {
    margin: 50px 0;
    font-size: 18px
}

@media screen and (max-width: 999px) {
    #sec-form p {
        font-size: 14px
    }
}

#sec-form input[type=text], #sec-form input[type=email], #sec-form input[type=tel] {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 20px
}

#sec-form input[type=text]::placeholder, #sec-form input[type=email]::placeholder, #sec-form input[type=tel]::placeholder {
    color: #ccc
}

@media screen and (max-width: 999px) {
    #sec-form input[type=text], #sec-form input[type=email], #sec-form input[type=tel] {
        padding: 15px;
        font-size: 14px
    }
}

#sec-form .form-item {
    margin-bottom: 40px;
    text-align: left
}

#sec-form .form-item label {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700
}

#sec-form .form-item .inputs input {
    width: 100%
}

#sec-form .form-item .inputs.col2 {
    display: flex;
    gap: 20px
}

#sec-form .form-item .inputs.col2 input {
    max-width: calc((100% - 20px) / 2);
    width: 100%
}

@media screen and (max-width: 999px) {
    #sec-form .form-item .inputs.col2 {
        gap: 10px
    }

    #sec-form .form-item .inputs.col2 input {
        max-width: calc((100% - 10px) / 2)
    }
}

#sec-form .form-ctrl {
    display: flex;
    justify-content: center;
    margin-bottom: 80px
}

#sec-form .form-ctrl button {
    border: none
}

#sec-form .form-ctrl button:after {
    transform: rotate(-90deg);
    transform-origin: top
}

#footer-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease
}

#footer-bar.visible {
    opacity: 1;
    visibility: visible
}

#footer-bar .cta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px
}

#footer-bar .cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #fff;
    opacity: .5;
    z-index: 1
}

#footer-bar .cta a {
    position: relative;
    z-index: 2
}

#footer-bar #btn-top {
    position: absolute;
    right: 40px;
    bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c5c5c5;
    border-radius: 50px;
    width: 68px;
    height: 68px;
    z-index: 2
}

#footer-bar #btn-top img {
    width: 30px;
    transform: rotate(180deg)
}

@media screen and (max-width: 999px) {
    #footer-bar #btn-top {
        right: 20px;
        bottom: 80px;
        width: 50px;
        height: 50px
    }

    #footer-bar #btn-top img {
        width: 25px
    }
}

#site-footer {
    background: #FFF;
    color: #555;
    padding: 50px 0
}

#site-footer .content-wrapper, #site-footer body.page-thanks #thanks, body.page-thanks #site-footer #thanks {
    max-width: 240px
}

#site-footer a {
    color: inherit;
    text-decoration: none
}

#site-footer .logo {
    margin-bottom: 20px
}

#site-footer ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400
}

#site-footer ul li + li:before {
    content: "";
    border-left: 1px solid #FFF;
    width: 0;
    height: 16px;
    padding-right: 1.35em
}

.empty-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f4f4f4;
    color: #333;
    width: 100%;
    height: auto;
    padding: 100px 0
}

.yt {
    width: 100%;
    max-width: 930px;
    height: 523px
}

@media screen and (max-width: 999px) {
    .yt {
        width: calc(100vw - 40px);
        height: calc((100vw - 40px) * .5623655914)
    }
}

body.page-thanks #site-header {
    position: absolute
}

body.page-thanks #site-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

body.page-thanks #thanks {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: calc(100vh - 293px);
    padding-top: 40px
}

body.page-thanks #thanks h1 {
    margin-bottom: 1em;
    font-size: 30px;
    font-weight: 700
}

@media screen and (max-width: 999px) {
    body.page-thanks #thanks h1 {
        font-size: 20px
    }
}

body.page-thanks #thanks p {
    margin: 1em 0
}

body.page-thanks #thanks p + p {
    margin-top: 0
}
