@import url(https://fonts.googleapis.com/icon?family=Material+Icons);* {
    box-sizing: border-box
}

::after,::before {
    box-sizing: inherit
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0
}

main {
    display: block
}

blockquote,form,iframe,p,pre,table {
    margin: 0
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}

ol,ul {
    margin: 0;
    padding: 0;
    list-style: none
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid;
    margin: 0;
    clear: both;
    color: inherit
}

pre {
    font-family: monospace,monospace;
    font-size: inherit
}

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

b,strong {
    font-weight: bolder
}

code {
    font-family: monospace,monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    vertical-align: bottom
}

embed,iframe,object {
    border: 0;
    vertical-align: bottom
}

button,input,select,textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: 0 0;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}

[type=checkbox] {
    -webkit-appearance: checkbox;
    appearance: checkbox
}

[type=radio] {
    -webkit-appearance: radio;
    appearance: radio
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

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

[type=button][disabled],[type=reset][disabled],[type=submit][disabled],button[disabled] {
    cursor: default
}

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

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

select::-ms-expand {
    display: none
}

option {
    padding: 0
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

[type=search] {
    outline-offset: -2px
}

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

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption {
    text-align: left
}

td,th {
    vertical-align: top;
    padding: 0
}

th {
    text-align: left;
    font-weight: 700
}

[hidden] {
    display: none
}

.pc-only {
    display: none
}

.sp-only {
    display: inline-block
}

@media (min-width: 1001px) {
    .pc-only {
        display:inline-block
    }

    .sp-only {
        display: none
    }
}

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

html {
    font-size: 62.5%;
    line-height: 1.6;
    height: 100%
}

body {
    color: #222;
    background-color: #fff;
    font-size: 1.6rem;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 400;
    max-width: 100vw;
    min-width: 350px;
    width: 100%;
    overflow-x: hidden
}

::selection {
    background-color: rgba(34,34,34,.7);
    color: #fff
}

img,object,video {
    max-width: 100%;
    height: auto;
    border: none;
    display: block
}

a {
    color: #1ca9e3;
    text-decoration: underline;
    position: relative
}

a:hover {
    text-decoration: none
}

a:hover img {
    text-decoration: none;
    opacity: .8;
    transition: all .4s
}

a,button,input,label {
    transition: all .4s
}

.ff-01 {
    font-family: Quicksand,sans-serif;
}

.fw-b {
    font-weight: 700;
}

.l-header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(34,34,34,.25)
}

@media screen and (max-width: 1000px) {
    .l-header {
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0
    }
}

.l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 10px 50px;
    background-color: #fff
}

@media screen and (max-width: 1000px) {
    .l-header__inner {
        z-index:9;
        position: relative;
        max-width: 100%;
        width: 100%;
        padding: 0 0 0 12px
    }
}

@media screen and (max-width: 1000px) {
    .l-header h1 {
        z-index:8;
        position: relative
    }
}

.l-header__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #222;
    font-size: 2rem;
    font-weight: 400
}

@media screen and (max-width: 1000px) {
    .l-header__logo {
        font-size:1.4rem
    }
}

.l-header__logo img {
    width: 50px
}

@media screen and (max-width: 1000px) {
    .l-header__logo img {
        width:30px
    }
}

.l-header__nav {
    display: block
}

@media screen and (max-width: 1000px) {
    .l-header__nav {
        z-index:7;
        position: absolute;
        top: 50px;
        right: 0;
        padding: 30px 45px;
        background-color: #fff;
        transform: translateX(100%);
        transition: transform .5s
    }

    .is-menu-open .l-header__nav {
        transform: translateX(0);
        transition: transform .5s
    }
}

.l-header__nav-list {
    display: flex;
    align-items: center;
    gap: 16px
}

@media screen and (max-width: 1000px) {
    .l-header__nav-list {
        flex-direction:column
    }
}

.l-header__nav-list li {
    display: block;
    width: 100%
}

.l-header__nav-list a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #222;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap
}

@media screen and (max-width: 1000px) {
    .l-header__nav-list a {
        font-size:1.4rem
    }
}

.l-header__nav-list a span {
    font-weight: 400
}

.l-header__nav-list a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 8px;
    transform: translateY(-50%);
    background: url(../img/icon_arrow_header.svg) 0 0 no-repeat;
    background-size: 100% auto
}
.l-header__nav-list .l-header__nav-logo {
    display: flex;
    justify-content: center;
}
.l-header__nav-list .l-header__nav-logo a {
    width: 100px !important;
    padding-left: 0 !important;
}
@media screen and (max-width: 1000px) {
    .l-header__nav-list .l-header__nav-logo {
        justify-content: start;
    }
    .l-header__nav-list .l-header__nav-logo a {
        width: 80px !important;
    }
}
.l-header__nav-list .l-header__nav-logo a::before {
    content: none !important;
}

.l-header__menu {
    display: none
}

@media screen and (max-width: 1000px) {
    .l-header__menu {
        z-index:6;
        position: relative;
        display: block
    }
}

.l-header__btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 10px 10px 5px;
    text-decoration: none;
    background-color: #476CB1
}

.l-header__btn-line-wrap {
    position: relative;
    display: block;
    width: 100%;
    transition: transform .3s
}

.is-menu-open .l-header__btn-line-wrap {
    transform: translateX(4px);
    transition: transform .3s
}

.l-header__btn-line {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transform-origin: left;
    transition: transform .3s,opacity .3s
}

.l-header__btn-line:nth-of-type(1) {
    top: 0;
    left: 0
}

.is-menu-open .l-header__btn-line:nth-of-type(1) {
    transform: rotate(45deg) translate(-2px,-2px);
    transition: transform .3s,opacity .3s
}

.l-header__btn-line:nth-of-type(2) {
    top: 9px;
    left: 0
}

.is-menu-open .l-header__btn-line:nth-of-type(2) {
    opacity: 0;
    transition: transform .3s,opacity .3s
}

.l-header__btn-line:nth-of-type(3) {
    top: 18px;
    left: 0
}

.is-menu-open .l-header__btn-line:nth-of-type(3) {
    transform: rotate(-45deg);
    transition: transform .3s,opacity .3s
}

.l-header__btn-txt {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    text-align: center
}

.l-header__overlay {
    display: none
}

@media screen and (max-width: 1000px) {
    .l-header__overlay {
        z-index:1;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100vh;
        background-color: rgba(34,34,34,.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity .4s,visibility .4s
    }

    .is-menu-open .l-header__overlay {
        opacity: 1;
        visibility: visible;
        transition: opacity .4s,visibility .4s
    }
}

body {
    max-width: 100vw;
    min-width: 320px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ddd
}

@media screen and (min-width: 1001px) {
    body {
        position:relative!important;
        top: 0!important
    }
}

.l-body-main {
    flex: 1
}

.l-body-main--lv2 {
    display: flex;
    flex-direction: column
}

.l-footer {
    width: 100%;
    background: #222
}

@media screen and (max-width: 1000px) {
    .l-footer {
        padding-bottom:0
    }
}

.l-footer__inner {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 0 auto;
    padding: 20px 0 10px;
    color: #fff
}

@media screen and (max-width: 1000px) {
    .l-footer__inner {
        gap:5px;
        padding: 10px 12px
    }
}

.l-footer__logo {
    width: 30px
}

.l-footer__copy {
    font-size: 1rem;
    text-align: center
}

.c-block-slider {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 6px
}

.c-block-slider__slide {
    width: 100%;
    height: 100%;
    text-align: left;
    background-color: #fff;
    border-radius: 40px 0 0 0;
    box-shadow: 0 4px 4px 0 rgba(34,34,34,.25)
}

@media screen and (max-width: 1000px) {
    .c-block-slider__slide {
        max-width:100%;
        border-radius: 20px 0 0 0
    }
}

.c-block-slider__img {
    max-height: 200px;
    margin: 0 auto 8px
}

@media screen and (max-width: 1000px) {
    .c-block-slider__img {
        max-height:134px
    }
}

.c-block-slider__img img {
    height: 200px;
    margin: 0 auto
}

@media screen and (max-width: 1000px) {
    .c-block-slider__img img {
        max-height:134px
    }
}

.c-block-slider__txt-wrap {
    padding: 0 25px 20px
}

@media screen and (max-width: 1000px) {
    .c-block-slider__txt-wrap {
        padding:0 12px 10px
    }
}

.c-block-slider__name {
    margin-bottom: 5px;
    font-size: 2.8rem;
    font-weight: 700
}

@media screen and (max-width: 1000px) {
    .c-block-slider__name {
        margin-bottom:12px;
        font-size: 2rem;
        text-align: center
    }
}

.c-block-slider__txt-2 {
    font-size: 1.0rem;
    font-weight: 400
}

.c-block-slider__txt {
    font-size: 1.5rem;
    font-weight: 400
}

.c-block-slider__txt .ff-01 {
    font-weight: 700
}

@media screen and (max-width: 1000px) {
    .c-block-slider__txt {
        font-size:1.4rem
    }
}

.c-block-slider__next,.c-block-slider__prev {
    width: 50px;
    height: 50px
}

@media screen and (max-width: 1000px) {
    .c-block-slider__next,.c-block-slider__prev {
        width:40px;
        height: 40px
    }
}

.c-block-slider__next::after,.c-block-slider__prev::after {
    display: none
}

.c-block-slider__prev {
    left: 50%;
    margin-left: -16vw;
    transform: translateX(-50%);
    background: url(../img/icon_arrow_left.svg) 0 0 no-repeat;
    background-size: 100% auto;
    transition: opacity .3s
}

@media screen and (min-width: 768px) {
    .c-block-slider__prev:hover {
        opacity:.8;
        transition: opacity .3s
    }
}

@media screen and (max-width: 1440px) {
    .c-block-slider__prev {
        margin-left:-21vw
    }
}

@media screen and (max-width: 1000px) {
    .c-block-slider__prev {
        margin-left:-41vw
    }
}

.c-block-slider__next {
    right: auto;
    left: 50%;
    margin-left: 16vw;
    transform: translateX(-50%);
    background: url(../img/icon_arrow_right.svg) 0 0 no-repeat;
    background-size: 100% auto;
    transition: opacity .3s
}

@media screen and (min-width: 768px) {
    .c-block-slider__next:hover {
        opacity:.8;
        transition: opacity .3s
    }
}

@media screen and (max-width: 1440px) {
    .c-block-slider__next {
        margin-left:21vw
    }
}

@media screen and (max-width: 1000px) {
    .c-block-slider__next {
        margin-left:41vw
    }
}

.c-block-member {
    width: 100%
}

.c-block-member:first-of-type {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #bbb
}

@media screen and (max-width: 1000px) {
    .c-block-member:first-of-type {
        margin-bottom:20px;
        padding-bottom: 20px
    }
}

.c-block-member__inner {
    display: flex;
    gap: 20px
}

@media screen and (max-width: 1000px) {
    .c-block-member__inner {
        flex-direction:column
    }
}

.c-block-member__img {
    width: 240px
}

@media screen and (max-width: 1000px) {
    .c-block-member__img {
        width:250px;
        margin: 0 auto
    }
}

.c-block-member__txt {
    width: calc(100% - 260px);
    text-align: left;
    font-size: 1.5rem
}

@media screen and (max-width: 1000px) {
    .c-block-member__txt {
        width:100%;
        font-size: 1.4rem
    }
}

.c-block-service {
    width: 100%
}

.c-block-service:first-of-type {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #bbb
}

@media screen and (max-width: 1000px) {
    .c-block-service:first-of-type {
        margin-bottom:20px;
        padding-bottom: 20px
    }
}

.c-block-service__inner {
    display: flex;
    gap: 20px
}

@media screen and (max-width: 1000px) {
    .c-block-service__inner {
        flex-direction:column
    }
}

.c-block-service__img {
    width: 420px
}

@media screen and (max-width: 1000px) {
    .c-block-service__img {
        width:250px;
        margin: 0 auto
    }
}

.c-block-service__txt {
    width: calc(100% - 380px);
    text-align: left;
    font-size: 1.5rem
}

@media screen and (max-width: 1000px) {
    .c-block-service__txt {
        width:100%;
        font-size: 1.4rem
    }
}

.c-block-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 100px
}

@media screen and (max-width: 1000px) {
    .c-block-links {
        gap:16px
    }
}

.c-block-links__nav-next,.c-block-links__nav-prev {
    position: relative;
    color: #222;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: opacity .3s
}

.c-block-links__nav-next::before,.c-block-links__nav-prev::before {
    content: "";
    position: absolute;
    top: 3px;
    width: 9px;
    height: 16px
}

@media screen and (min-width: 768px) {
    .c-block-links__nav-next:hover,.c-block-links__nav-prev:hover {
        opacity:.8;
        transition: opacity .3s
    }
}

.c-block-links__nav-prev {
    padding-left: 15px
}

.c-block-links__nav-prev::before {
    left: 0;
    background: url(../img/icon_nav_prev.svg) 0 0 no-repeat;
    background-size: 100% auto
}

.c-block-links__nav-next {
    padding-right: 15px
}

.c-block-links__nav-next::before {
    right: 0;
    background: url(../img/icon_nav_next.svg) 0 0 no-repeat;
    background-size: 100% auto
}

.c-block-links__nav-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #222;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #222;
    border-radius: 5px;
    transition: color .3s,background-color .3s,border .3s
}

.c-block-links__nav-numbers.current {
    pointer-events: none;
    color: #fff;
    background-color: #476CB1;
    border: 1px solid #476CB1
}

@media screen and (min-width: 768px) {
    .c-block-links__nav-numbers:hover {
        color:#fff;
        background-color: #bbb;
        border: 1px solid #bbb;
        transition: color .3s,background-color .3s,border .3s
    }
}

.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 100px
}

@media screen and (max-width: 1000px) {
    .wp-pagenavi {
        gap:16px
    }
}

.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink {
    position: relative;
    color: #222;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: opacity .3s
}

.wp-pagenavi .nextpostslink::before,.wp-pagenavi .previouspostslink::before {
    content: "";
    position: absolute;
    top: 3px;
    width: 9px;
    height: 16px
}

@media screen and (min-width: 768px) {
    .wp-pagenavi .nextpostslink:hover,.wp-pagenavi .previouspostslink:hover {
        opacity:.8;
        transition: opacity .3s
    }
}

.wp-pagenavi .previouspostslink {
    padding-left: 15px
}

.wp-pagenavi .previouspostslink::before {
    left: 0;
    background: url(../img/icon_nav_prev.svg) 0 0 no-repeat;
    background-size: 100% auto
}

.wp-pagenavi .nextpostslink {
    padding-right: 15px
}

.wp-pagenavi .nextpostslink::before {
    right: 0;
    background: url(../img/icon_nav_next.svg) 0 0 no-repeat;
    background-size: 100% auto
}

.wp-pagenavi .page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #476CB1;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #476CB1;
    border-radius: 5px;
    transition: color .3s,background-color .3s,border .3s
}

@media screen and (min-width: 768px) {
    .wp-pagenavi .page:hover {
        color:#fff;
        background-color: #476CB1;
        border: 1px solid #476CB1;
        transition: color .3s,background-color .3s,border .3s
    }
}

.wp-pagenavi .current {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    pointer-events: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    background-color: #476CB1;
    border: 1px solid #476CB1;
    border-radius: 5px
}

.c-block-table {
    max-width: 900px;
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width: 1000px) {
    .c-block-table {
        padding:0 12px
    }
}

.c-block-table__note {
    color: #fff;
    margin-bottom: 5px;
    text-align: right;
    font-size: 1rem
}

@media screen and (max-width: 1000px) {
    .c-block-table__note {
        font-size:1rem
    }
}

.c-block-table__content {
    width: 100%;
    margin-bottom: 10px
}

@media screen and (max-width: 1000px) {
    .c-block-table__content {
        overflow-x:scroll
    }
}

.c-block-table__img {
    width: 900px
}

.c-block-table__img2 {
    display: block;
    margin: auto;
    max-width: 100%
}

.c-block-table__list {
    width: 100%;
    text-align: left;
    color: #fff
}

.c-block-table__item {
    margin-bottom: 2px;
    padding-left: 12px;
    text-indent: -12px;
    font-size: 1rem
}

.c-block-table__item:last-of-type {
    margin-bottom: 0
}

@media screen and (max-width: 1000px) {
    .c-block-table__item {
        padding-left:1.2rem;
        text-indent: -1.2rem;
        font-size: 1rem
    }
}

.c-sec {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 120px;
    background-color: #476CB1;
}

.c-sec#message {
    padding: 200px 0 120px;
}

@media screen and (max-width: 1000px) {
    .c-sec {
        padding: 40px 0 80px
    }
    .c-sec#message {
        padding: 80px 0 80px;
    }
}

.c-sec--lv2 {
    flex: 1;
    margin-top: 70px
}

@media screen and (max-width: 1000px) {
    .c-sec--lv2 {
        margin-top:50px
    }
}

.c-sec#message,.c-sec#service,.c-sec#example,.c-sec#company {
    background-color: #f5f5f5
}

.c-sec#news,.c-sec#achievements,.c-sec#about,.c-sec#contact {
    background-color: #fff
}

.c-sec__container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px
}

#achievements .c-sec__container {
    max-width: 100%;
}

@media screen and (max-width: 1000px) {
    .c-sec__container {
        padding:0 12px
    }
}

.c-sec__head {
    width: 100%;
    text-align: center
}

.c-sec__body {
    width: 100%;
}

.c-sec__body--flex-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-sec__img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
}

.c-sec__img-wrap img {
    width: 200px;
}

@media screen and (max-width: 1000px) {
    .c-sec__body--flex-layout {
        flex-direction: column;
        gap: 24px;
    }

    .c-sec__txt-wrap {
        order: 2;
    }

    .c-sec__img-wrap {
        order: 1;
        width: 120px;
    }

    .c-sec__img-wrap img {
        width: auto;
    }
}

.c-sec__body--article-list {
    margin-bottom: 40px;
}

.c-sec__flex-layout {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
    .c-sec__flex-layout {
        flex-direction: column;
        gap: 30px;
    }
}

.c-sec__article-wrap {
    width: calc((100% - 24px) / 2);
}

@media screen and (max-width: 1000px) {
    .c-sec__article-wrap {
        width: 100%;
    }
}

.c-sec__txt {
    margin-top: 24px;
    font-size: 1.8rem;
}

@media screen and (max-width: 1000px) {
    .c-sec__txt {
        margin-top: 16px;
        font-size: 1.4rem;
    }
}

.c-sec__logo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.c-sec__logo-item {
    max-width: 240px;
    height: 50px;
}

@media screen and (max-width: 1000px) {
    .c-sec__logo-list {
        gap: 12px;
    }

    .c-sec__logo-item {
        max-width: 180px;
        height: 30px;
    }
}

.c-sec__logo-item img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.c-sec__bg-wrap {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 130px;
    height: 130px
}

@media screen and (max-width: 1000px) {
    .c-sec__bg-wrap {
        width:60px;
        height: 60px
    }
}

.c-sec__bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0
}

#contact .c-sec__bg {
    display: none
}

#message .c-sec__bg:nth-of-type(1),
#service .c-sec__bg:nth-of-type(1),
#example .c-sec__bg:nth-of-type(1),
#company .c-sec__bg:nth-of-type(1) {
    border-style: solid;
    border-width: 0 0 130px 130px;
    border-color: transparent transparent #fff transparent
}

@media screen and (max-width: 1000px) {
    #message .c-sec__bg:nth-of-type(1),
    #service .c-sec__bg:nth-of-type(1),
    #example .c-sec__bg:nth-of-type(1),
    #company .c-sec__bg:nth-of-type(1) {
        border-width:0 0 60px 60px
    }
}

#news .c-sec__bg:nth-of-type(1),
#achievements .c-sec__bg:nth-of-type(1),
#about .c-sec__bg:nth-of-type(1) {
    border-style: solid;
    border-width: 0 0 130px 130px;
    border-color: transparent transparent #F5F5F5 transparent
}

@media screen and (max-width: 1000px) {
    #news .c-sec__bg:nth-of-type(1),
    #achievements .c-sec__bg:nth-of-type(1),
    #about .c-sec__bg:nth-of-type(1) {
        border-width:0 0 60px 60px
    }
}

#message .c-sec__bg:nth-of-type(2),
#service .c-sec__bg:nth-of-type(2),
#example .c-sec__bg:nth-of-type(2),
#company .c-sec__bg:nth-of-type(2) {
    border-style: solid;
    border-width: 0 0 113px 113px;
    border-color: transparent transparent #F5F5F5 transparent
}

@media screen and (max-width: 1000px) {
    #message .c-sec__bg:nth-of-type(2),
    #service .c-sec__bg:nth-of-type(2),
    #example .c-sec__bg:nth-of-type(2),
    #company .c-sec__bg:nth-of-type(2) {
        border-width:0 0 54px 54px
    }
}

#news .c-sec__bg:nth-of-type(2),
#achievements .c-sec__bg:nth-of-type(2),
#about .c-sec__bg:nth-of-type(2) {
    border-style: solid;
    border-width: 0 0 113px 113px;
    border-color: transparent transparent #fff transparent
}

@media screen and (max-width: 1000px) {
    #news .c-sec__bg:nth-of-type(2),
    #achievements .c-sec__bg:nth-of-type(2),
    #about .c-sec__bg:nth-of-type(2) {
        border-width:0 0 54px 54px
    }
}

#message .c-sec__bg:nth-of-type(3),
#service .c-sec__bg:nth-of-type(3),
#example .c-sec__bg:nth-of-type(3),
#company .c-sec__bg:nth-of-type(3) {
    border-style: solid;
    border-width: 0 0 96px 96px;
    border-color: transparent transparent #fff transparent
}

@media screen and (max-width: 1000px) {
    #message .c-sec__bg:nth-of-type(3),
    #service .c-sec__bg:nth-of-type(3),
    #example .c-sec__bg:nth-of-type(3),
    #company .c-sec__bg:nth-of-type(3) {
        border-width:0 0 48px 48px
    }
}

#news .c-sec__bg:nth-of-type(3),
#achievements .c-sec__bg:nth-of-type(3),
#about .c-sec__bg:nth-of-type(3) {
    border-style: solid;
    border-width: 0 0 96px 96px;
    border-color: transparent transparent #F5F5F5 transparent
}

@media screen and (max-width: 1000px) {
    #news .c-sec__bg:nth-of-type(3),
    #achievements .c-sec__bg:nth-of-type(3),
    #about .c-sec__bg:nth-of-type(3) {
        border-width:0 0 48px 48px
    }
}

.c-sec__lead {
    margin-bottom: 40px;
    font-size: 1.6rem
}

@media screen and (max-width: 1000px) {
    .c-sec__lead {
        margin-bottom:20px;
        text-align: left
    }
}

.c-sec__lead--comp {
    margin-bottom: 100px
}

@media screen and (max-width: 1000px) {
    .c-sec__lead--comp {
        margin-bottom:80px
    }
}

.c-table-01 {
    width: 100%;
    text-align: left
}

.c-table-01 tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd
}

@media screen and (max-width: 1000px) {
    .c-table-01 tr {
        padding-bottom:7px
    }
}

.c-table-01 tr:last-of-type {
    margin-bottom: 0
}

.c-table-01 th {
    width: 150px;
    font-size: 1.5rem;
    font-weight: 700
}

@media screen and (max-width: 1000px) {
    .c-table-01 th {
        width:71px
    }
}

.c-table-01 td {
    width: calc(100% - 150px);
    font-size: 1.5rem
}

@media screen and (max-width: 1000px) {
    .c-table-01 td {
        width:calc(100% - 71px);
        font-size: 1.4rem
    }
}

.c-table-01 td iframe {
    width: 500px;
    height: 227px
}

@media screen and (max-width: 1000px) {
    .c-table-01 td iframe {
        width:100%;
        height: 127px
    }
}

.c-card-01 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 30px;
    background-color: #fff;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
}

@media screen and (max-width: 1000px) {
    .c-card-01 {
        max-width:100%;
        width: auto;
        margin: 0 12px 40px;
        padding: 30px 10px
    }
}

#news .c-card-01 {
    margin-bottom: 40px;
    padding: 80px 80px
}

@media screen and (max-width: 1000px) {
    #news .c-card-01 {
        width:100%;
        margin: 0 0 40px;
        padding: 40px 25.5px
    }
}

#news .c-card-01--detail {
    margin-bottom: 100px;
    padding: 60px 100px 120px
}

@media screen and (max-width: 1000px) {
    #news .c-card-01--detail {
        margin:0 0 40px;
        padding: 40px 25.5px 80px
    }
}

.c-card-01__inner {
    z-index: 3;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px
}

.c-card-01__inner--detail {
    gap: 0
}

#service .c-card-01__inner {
    gap: 20px
}

@media screen and (max-width: 1000px) {
    .c-card-01__inner {
        gap:10px
    }

    .c-card-01__inner--detail {
        gap: 0
    }
}

.c-card-01__txt {
    font-size: 1.8rem
}

@media screen and (max-width: 1000px) {
    .c-card-01__txt {
        text-align:left;
        font-size: 1.4rem
    }
}

.c-card-01__bg-wrap {
    position: absolute;
    width: 60px;
    height: 60px
}

@media screen and (max-width: 1000px) {
    .c-card-01__bg-wrap {
        width:40px;
        height: 40px
    }
}

.c-card-01__bg-wrap--top {
    top: 0;
    left: 0
}

.c-card-01__bg-wrap--bottom {
    bottom: 0;
    right: 0
}

.c-card-01__bg {
    position: absolute;
    width: 0;
    height: 0
}

.c-card-01__bg-wrap--top .c-card-01__bg {
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #f5f5f5 transparent transparent transparent
}

@media screen and (max-width: 1000px) {
    .c-card-01__bg-wrap--top .c-card-01__bg {
        border-width:40px 40px 0 0
    }
}

.c-card-01__bg-wrap--top .c-card-01__bg:nth-of-type(2) {
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #fff transparent transparent transparent
}

@media screen and (max-width: 1000px) {
    .c-card-01__bg-wrap--top .c-card-01__bg:nth-of-type(2) {
        border-width:35px 35px 0 0
    }
}

.c-card-01__bg-wrap--top .c-card-01__bg:nth-of-type(3) {
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #f5f5f5 transparent transparent transparent
}

@media screen and (max-width: 1000px) {
    .c-card-01__bg-wrap--top .c-card-01__bg:nth-of-type(3) {
        border-width:30px 30px 0 0
    }
}

.c-card-01__bg-wrap--bottom .c-card-01__bg {
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent #f5f5f5 transparent
}

@media screen and (max-width: 1000px) {
    .c-card-01__bg-wrap--bottom .c-card-01__bg {
        border-width:0 0 40px 40px
    }
}

.c-card-01__bg-wrap--bottom .c-card-01__bg:nth-of-type(2) {
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #fff transparent
}

@media screen and (max-width: 1000px) {
    .c-card-01__bg-wrap--bottom .c-card-01__bg:nth-of-type(2) {
        border-width:0 0 35px 35px
    }
}

.c-card-01__bg-wrap--bottom .c-card-01__bg:nth-of-type(3) {
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #f5f5f5 transparent
}

@media screen and (max-width: 1000px) {
    .c-card-01__bg-wrap--bottom .c-card-01__bg:nth-of-type(3) {
        border-width:0 0 30px 30px
    }
}

.c-card-01__sub {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
}

.c-card-01__date {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left
}

@media screen and (max-width: 1000px) {
    .c-card-01__date {
        font-size: 1.4rem
    }
}

.c-card-01__cat {
    padding: 4px 10px;
    color: #476CB1;
    font-size: 1.2rem;
    line-height: 1;
    border: 1px solid #476CB1;
    border-radius: 5px;
}

@media screen and (max-width: 1000px) {
    .c-card-01__cat {
        padding: 3px 6px;
        font-size: 1rem;
    }
}


.c-card-02 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
    .c-card-02 {
        margin-bottom: 5px;
    }
}


.c-card-02:last-of-type {
    margin-bottom: 0;
}

.c-card-02__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px 40px 24px 24px;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #F5F5F5;
    border-radius: 5px;
    transition: color .3s,background-color .3s;
}

@media screen and (max-width: 1000px) {
    .c-card-02__inner {
        padding: 16px 30px 16px 16px;
    }
}

.c-card-02__inner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 7px;
    height: 12px;
    background: url(../img/icon_arrow_black.svg) 0 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (min-width: 1001px) {
    .c-card-02__inner:hover {
        color:#476CB1;
        background-color: #F5F5F5;
        transition: background-color .3s
    }
}

.c-card-02__sub {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.c-card-02__date {
    min-width: 120px;
    color: #222;
    font-size: 1.4rem;
    font-weight: 700;
}

@media screen and (max-width: 1000px) {
    .c-card-02__date {
        min-width: 105px;
        font-size:1.2rem
    }
}

.c-card-02__cat {
    padding: 4px 10px;
    color: #476CB1;
    font-size: 1.2rem;
    line-height: 1;
    border: 1px solid #476CB1;
    border-radius: 5px;
}

@media screen and (max-width: 1000px) {
    .c-card-02__cat {
        padding: 3px 6px;
        font-size: 1rem;
    }
}

.c-card-02__ttl {
    color: #222;
    font-size: 1.4rem;
}

@media screen and (max-width: 1000px) {
    .c-card-02__ttl {
        font-size:1.4rem
    }
}

.c-card-03 {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    text-decoration: none;
    color: #222;
    transition: background-color .3s;
}

.c-card-03:last-of-type {
    margin-bottom: 0;
}

.c-card-03::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 60px;
    font-size: 3rem;
    font-family: Quicksand,sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #476CB1;
    border-radius: 5px 0px;
}

@media screen and (max-width: 1000px) {
    .c-card-03 {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .c-card-03::before {
        width: 48px;
        padding: 5px 0;
        font-size: 2rem;
        border-radius: 5px 0px;
    }
}

.c-card-03--1::before {
    content: "1";
}

.c-card-03--2::before {
    content: "2";
}

.c-card-03--3::before {
    content: "3";
}

.c-card-03__img-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
}

@media screen and (max-width: 1000px) {
    .c-card-03__img-wrap {
        width: 100%;
        padding: 30px 0;
    }
}

.c-card-03__img {
    height: 180px;
    opacity: 1 !important;
    transform-origin: center;
    transition: transform .3s;
}

.c-card-03__text-wrap {
    padding: 36px;
}

@media screen and (max-width: 1000px) {
    .c-card-03__text-wrap {
        padding: 16px 16px 32px 16px;
    }
}

.c-card-03__ttl {
    margin-bottom: 10px;
    color: #222;
    font-size: 2rem;
    font-weight: 700;
    transition: color .3s;
}

@media screen and (max-width: 1000px) {
    .c-card-03__ttl {
        font-size: 1.8rem;
    }
}

.c-card-03__text {
    margin-bottom: 20px;
    font-size: 1.6rem;
}

@media screen and (max-width: 1000px) {
    .c-card-03__text {
        font-size: 1.4rem;
    }
}

.c-card-03__btn {
    position: relative;
    display: block;
    width: 240px;
    padding: 14px 16px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    background-color: #476CB1;
    border: 2px solid #476CB1;
    border-radius: 5px;
    transition: color .3s,background-color .3s
}

.c-card-03__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(../img/icon_target.svg) 0 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 1000px) {
    .c-card-03__btn {
        margin: 0 auto;
    }
}

@media screen and (min-width: 1001px) {
    .c-card-03:hover {
        background-color: #f5f5f5;
        transition: background-color .3s;
    }
    .c-card-03:hover .c-card-03__img {
        transform: scale(1.1);
        transition: transform .3s;
    }
    .c-card-03:hover .c-card-03__ttl {
        color: #476CB1;
        transition: color .3s;
    }
    .c-card-03:hover .c-card-03__btn {
        color:#476CB1;
        background-color: #fff;
        transition: color .3s,background-color .3s
    }
    .c-card-03:hover .c-card-03__btn::before {
        background: url(../img/icon_target_blue.svg) 0 0 no-repeat;
        background-size: 100% auto;
    }
}

.c-card-04-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px;
}

@media screen and (max-width: 1000px) {
    .c-card-04-wrap {
        flex-direction: column;
        gap: 40px;
    }
}

.c-card-04 {
    width: calc((100% - 48px) / 3);
    padding: 10px 10px 20px 10px;
    text-decoration: none;
    background-color: #f5f5f5;
    border-radius: 5px;
    transition: background-color .3s;
}

@media screen and (max-width: 1000px) {
    .c-card-04 {
        width: 100%;
        padding: 10px 10px 20px 10px;
        background-color: #fff;
    }
}

.c-card-04__imag-wrap {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .c-card-04__imag-wrap {
        margin-bottom: 10px;
    }
}

.c-card-04__imag-wrap img {
    opacity: 1 !important;
    transform-origin: center;
    transition: transform .3s;
}

.c-card-04__tag-wrap {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
}

.c-card-04__tag {
    padding: 4px 10px;
    color: #476CB1;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #476CB1;
    border-radius: 5px;
}

@media screen and (max-width: 1000px) {
    .c-card-04__tag {
        padding: 3px 6px;
        font-size: 1rem;
    }
}

.c-card-04__text-wrap {
    margin-bottom: 20px;
    color: #222;
}

@media screen and (max-width: 1000px) {
    .c-card-04__text-wrap {
        margin-bottom: 20px;
    }
}

.c-card-04__ttl {
    margin-bottom: 10px;
    color: #222;
    font-size: 2rem;
    text-decoration: underline;
    text-decoration-color: #222;
    text-underline-offset: 3px;
    transition: color .3s, text-decoration-color .3s;
}

@media screen and (max-width: 1000px) {
    .c-card-04__ttl {
        margin-bottom: 10px;
        font-size: 1.8rem;
    }
}

.c-card-04__text {
    font-size: 1.6rem;
}

@media screen and (max-width: 1000px) {
    .c-card-04__text {
        font-size: 1.4rem;
    }
}

.c-card-04__btn {
    position: relative;
    display: block;
    width: 240px;
    padding: 14px 16px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    background-color: #476CB1;
    border: 2px solid #476CB1;
    border-radius: 5px;
    transition: color .3s,background-color .3s
}

.c-card-04__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(../img/icon_target.svg) 0 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 1000px) {
    .c-card-04__btn {
        margin: 0 auto;
    }
}

@media screen and (min-width: 1001px) {
    .c-card-04:hover {
        background-color: #fff;
        transition: background-color .3s;
    }
    .c-card-04:hover .c-card-04__imag-wrap img {
        transform: scale(1.1);
        transition: transform .3s;
    }
    .c-card-04:hover .c-card-04__ttl {
        color: #476CB1;
        text-decoration-color: #476CB1;
        transition: color .3s, text-decoration-color .3s;
    }
    .c-card-04:hover .c-card-04__btn {
        color:#476CB1;
        background-color: #fff;
        transition: color .3s,background-color .3s
    }
    .c-card-04:hover .c-card-04__btn::before {
        background: url(../img/icon_target_blue.svg) 0 0 no-repeat;
        background-size: 100% auto;
    }
}

.c-kv {
    z-index: 10;
    position: relative;
    width: 100%;
    margin: 0 auto 0;
    height: 830px;
    padding: 0 50px;
    background-color: #fff;
}

@media screen and (max-width: 1000px) {
    .c-kv {
        margin:50px 0 0;
        height: 152.666667vw;
    }
}

.c-kv__inner {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 1100px;
    width: 100%;
    height: 100%;
    transform: translateX(-50%)
}

.c-kv__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 514px;
}

.c-kv__img img {
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .c-kv__img {
        width: calc(351 / 375 * 100vw);
        height: calc(514 / 375 * 100vw);
    }

    .c-kv__img img {
        width: 100%;
    }
}

#lottie-container_01 {
    z-index: 2;
    position: absolute;
    bottom: 70px;
    right: -250px;
    width: 500px;
    height: auto;
animation: floatUpDown 8s ease-in-out infinite 0.5s;
}
#lottie-container_02 {
    z-index: 3;
    position: absolute;
    bottom: -250px;
    right: -50px;
    width: 600px;
    height: auto;
animation: floatUpDown 8s ease-in-out infinite;
}
#lottie-container_03 {
    z-index: 1;
    position: absolute;
    top: -50px;
    left: 60%;
    transform: translateX(-50%);
    width: 450px;
    height: auto;
animation: floatUpDownX 8s ease-in-out infinite 1s;
}

@media screen and (max-width: 1000px) {
    #lottie-container_01 {
    z-index: 2;
    position: absolute;
    top: calc(16 / 375 * 100vw);
    bottom: auto;
    right: calc(-12 / 375 * 100vw);
    width: calc(250 / 375 * 100vw);
    height: auto;
    animation: spFloatUpDown 8s ease-in-out infinite 0.5s;
    }
    #lottie-container_02 {
        z-index: 3;
        position: absolute;
        bottom: calc(86 / 375 * 100vw);
        right: calc(86 / 375 * 100vw);
        width: calc(270 / 375 * 100vw);
        height: auto;
    animation: spFloatUpDown 8s ease-in-out infinite;
    }
    #lottie-container_03 {
        z-index: 1;
        position: absolute;
        top: calc(-21 / 375 * 100vw);
        left: 30%;
        transform: translateX(-50%);
        width: calc(220 / 375 * 100vw);
        height: auto;
    animation: spFloatUpDownX 8s ease-in-out infinite 1s;
    }
}

.wave-container {
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}

.wave-wrap {
  position: absolute;
  bottom: 0;
  width: 200%;
  height: 100%;
  display: flex;
  animation: waveScroll 30s linear infinite;
}

.wave-wrap:nth-child(1) {
bottom: 0px;
}
.wave-wrap:nth-child(2) {
    bottom: 0px;
  animation-duration: 60s;
}

.wave {
  width: 50%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: 100% auto;
  background-position: bottom;
}

.wave-back {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 300" xmlns="http://www.w3.org/2000/svg"><path d="M0,180 C300,280 900,80 1200,180 L1200,300 L0,300 Z" fill="%23476CB1"/></svg>');
  opacity: 1;
}

.wave-front {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 200" xmlns="http://www.w3.org/2000/svg"><path d="M0,130 C300,230 900,30 1200,130 L1200,200 L0,200 Z" fill="%23F5F5F5"/></svg>');

  opacity: 1;
}

@media (max-width: 1000px) {
  .wave-container {
    bottom: -60px;
  }

  .wave-wrap {
    width: 4800px;
  }

  .wave-front {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 300" xmlns="http://www.w3.org/2000/svg"><path d="M0,180 C300,280 900,80 1200,180 L1200,300 L0,300 Z" fill="%23F5F5F5"/></svg>');
  }

  .wave {
    background-size: 100% auto;
    background-position: bottom;
  }
}

@keyframes waveScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes floatUpDown {
0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-20px);
}
100% {
    transform: translateY(0);
}
}

@keyframes floatUpDownX {
0% {
    transform: translate(-50%, 0);
}
50% {
    transform: translate(-50%, -20px);
}
100% {
    transform: translate(-50%, 0);
}
}
@keyframes spFloatUpDown {
0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-10px);
}
100% {
    transform: translateY(0);
}
}

@keyframes spFloatUpDownX {
0% {
    transform: translate(-50%, 0);
}
50% {
    transform: translate(-50%, -10px);
}
100% {
    transform: translate(-50%, 0);
}
}

.c-kv__text-wrap {
    position: absolute;
    left: 0;
    top: 240px;
    color: #222;
}

@media screen and (max-width: 1000px) {
    .c-kv__text-wrap {
        padding: 12px;
        top: calc(156 / 375 * 100vw);
        left: 12px;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 5px;
    }
}

.c-kv__main {
    font-size: 5.4rem;
    line-height: 1;
    font-weight: 500
}

@media screen and (max-width: 1000px) {
    .c-kv__main {
        display: inline-block;
        font-size: 6.466667vw;
    }
}

.c-kv__sub {
    margin-top: 20px;
    font-size: 2.4rem;
    font-weight: 400
}
.c-kv__sub .ff-01 {
    font-weight: 500;
}

@media screen and (max-width: 1000px) {
    .c-kv__sub {
        margin-top: 5px;
        font-size: 3.7333333333vw;
    }
}

.c-kv__btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    left: 0;
    bottom: 190px;
}

.c-kv__btn {
    display: block;
    width: 400px;
}

.c-kv__btn-inner {
    display: block;
    width: 100%;
    padding: 24px 40px 24px 24px;
    color: #fff;
    font-size: 1.4rem;
    text-align: left;
    text-decoration: none;
    background-color: #476CB1;
    border: 2px solid #476CB1;
    border-radius: 5px;
    transition: color .3s,background-color .3s
}

.c-kv__btn-inner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 7px;
    height: 12px;
    background: url(../img/icon_arrow_link.svg) 0 0 no-repeat;
    background-size: 100% auto;
}

.target .c-kv__btn-inner::before {
    width: 15px;
    height: 15px;
    background: url(../img/icon_target.svg) 0 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (min-width: 1001px) {
    .c-kv__btn-inner:hover {
        color:#476CB1;
        background-color: #fff;
        transition: color .3s,background-color .3s
    }
    .c-kv__btn-inner:hover::before {
        background: url(../img/icon_arrow_link_blue.svg) 0 0 no-repeat;
        background-size: 100% auto;
    }
    .target .c-kv__btn-inner:hover::before {
        background: url(../img/icon_target_blue.svg) 0 0 no-repeat;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 1000px) {
    .c-kv__btn-wrap {
        width: 100%;
        gap: calc(5 / 375 * 100vw);
        padding: 0 12px;
        right: calc(12 / 375 * 100vw);
        bottom: 0;
    }

    .c-kv__btn {
        width: 100%;
        /* width: calc(260 / 375 * 100vw); */
    }

    .c-kv__btn-inner {
        padding: calc(10 / 375 * 100vw) calc(24 / 375 * 100vw) calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
        font-size: calc(10 / 375 * 100vw);
        border: calc(2 / 375 * 100vw) solid #476CB1;
        border-radius: calc(5 / 375 * 100vw);
    }

    .c-kv__btn-inner::before {
        right: calc(8 / 375 * 100vw);
        width: calc(7/ 375 * 100vw);
        height: calc(12 / 375 * 100vw);
    }

    .target .c-kv__btn-inner::before {
        width: calc(15 / 375 * 100vw);
        height: calc(15 / 375 * 100vw);
    }
}

.c-form {
    width: 100%
}

.c-form__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-bottom: 60px
}

@media screen and (max-width: 1000px) {
    .c-form__container {
        margin-bottom:40px
    }
}

.c-form__item {
    display: block;
    width: 100%;
    text-align: left
}

.c-form__item select {
    position: relative;
    cursor: pointer;
    width: 350px;
    padding: 7px 20px;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    background-color: #fff;
    border: 1px solid #222;
    border-radius: 5px
}

.l-body-main--lv2 .c-form__item.privacy {
    display: none
}

.c-form__select {
    position: relative;
    display: inline-block
}

.c-form__select::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #222 transparent transparent transparent
}

@media screen and (max-width: 1000px) {
    .c-form__select::after {
        top:15px
    }
}

.l-body-main--lv2 .c-form__select::after {
    display: none
}

.c-form__label {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.5rem;
    font-weight: 700
}

@media screen and (max-width: 1000px) {
    .c-form__label {
        margin-bottom:10px;
        font-size: 1.4rem
    }
}

.c-form__label span {
    position: relative;
    display: inline-block;
    top: -2px;
    margin-left: 5px;
    padding: 0 5px;
    color: red;
    font-size: 1rem;
    font-weight: 700;
    border: 1px solid red;
    border-radius: 5px
}

@media screen and (max-width: 1000px) {
    .c-form__label span {
        margin-left:10px
    }
}

.c-form__input {
    display: block;
    width: 100%;
    padding: 4px 20px;
    background-color: #fff;
    border: 1px solid #222;
    border-radius: 5px
}

.c-form__input input {
    width: 100%
}

.c-form__input textarea {
    width: 100%
}

.c-form__input input::placeholder {
    color: #ddd;
    font-size: 1.4rem;
    font-weight: 400
}

@media screen and (max-width: 1000px) {
    .c-form__input input::placeholder {
        font-size:1.4rem
    }
}

.c-form__input textarea::placeholder {
    color: #ddd;
    font-size: 1.4rem;
    font-weight: 400
}

@media screen and (max-width: 1000px) {
    .c-form__input textarea::placeholder {
        font-size:1.4rem
    }
}

.c-form .wpcf7-radio {
    display: inline-block;
    margin-right: 60px
}

.c-form .wpcf7-radio label {
    position: relative;
    cursor: pointer
}

.c-form .wpcf7-radio input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px
}

.c-form__radio-input {
    display: inline-block;
    margin-right: 60px
}

.c-form__radio-input label {
    position: relative;
    cursor: pointer
}

.c-form__radio-input input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px
}

.c-form .wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding-left: 21px;
    font-size: 1.5rem;
    font-weight: 700
}

@media screen and (max-width: 1000px) {
    .c-form .wpcf7-radio .wpcf7-list-item-label {
        font-size:1.4rem
    }
}

.c-form .wpcf7-radio .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 1px solid #222;
    border-radius: 50%
}

.c-form .wpcf7-radio .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 4px;
    width: 5px;
    height: 5px;
    background-color: #222;
    border-radius: 50%;
    opacity: 0
}

.c-form__radio-txt {
    position: relative;
    display: inline-block;
    padding-left: 21px;
    font-size: 1.5rem;
    font-weight: 700
}

@media screen and (max-width: 1000px) {
    .c-form__radio-txt {
        font-size:1.4rem
    }
}

.c-form__radio-txt::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 1px solid #222;
    border-radius: 50%
}

.c-form__radio-txt::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 4px;
    width: 5px;
    height: 5px;
    background-color: #222;
    border-radius: 50%;
    opacity: 0
}

.c-form__check-input {
    display: inline-block;
    margin-right: 60px
}

@media screen and (max-width: 1000px) {
    .c-form__check-input {
        margin-right:20px
    }
}

.c-form__check-input label {
    position: relative;
    cursor: pointer
}

.c-form__check-input input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px
}

.consent-button {
    position: relative;
    display: inline-block;
    padding-left: 42px;
    font-size: 1.5rem;
    font-weight: 400
}

@media screen and (max-width: 1000px) {
    .consent-button {
        font-size:1.4rem
    }
}

.consent-button::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 22px;
    height: 18px;
    background: url(../img/icon_check_off.svg) 0 0 no-repeat;
    background-size: 18px 18px
}

.consent-button::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 22px;
    height: 18px;
    background: url(../img/icon_check_on.svg) 0 0 no-repeat;
    background-size: 22px 18px;
    opacity: 0
}

.consent-button.is-checked::after {
    opacity: 1;
}

.c-form__privacy-wrap {
    width: 100%;
    height: 300px;
    padding: 4px 20px;
    background-color: #fff;
    border: 1px solid #222;
    border-radius: 5px;
    overflow-y: auto
}

.c-form__privacy-txt {
    font-size: 1.4rem
}

.c-form__privacy-txt span {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700
}

.c-form__btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px
}

@media screen and (max-width: 1000px) {
    .c-form__btn-wrap {
        gap:11px
    }
}

.c-form__radio-input label input:checked~.c-form__radio-txt::after {
    opacity: 1
}

.wpcf7-radio label input:checked~.wpcf7-list-item-label::after {
    opacity: 1
}

.c-form__check-input label input:checked~.c-form__check-txt::after {
    opacity: 1
}

.c-btn-01 {
    display: block;
    width: 100%
}

.c-btn-01__btn {
    position: relative;
    display: block;
    width: 240px;
    margin: 0 auto;
    padding: 14px 16px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    background-color: #476CB1;
    border: 2px solid #476CB1;
    border-radius: 5px;
    transition: color .3s,background-color .3s
}

.c-btn-01__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 7px;
    height: 12px;
    background: url(../img/icon_arrow_link.svg) 0 0 no-repeat;
    background-size: 100% auto;
}

.target .c-btn-01__btn::before {
    width: 15px;
    height: 15px;
    background: url(../img/icon_target.svg) 0 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (min-width: 1001px) {
    .c-btn-01__btn:hover {
        color:#476CB1;
        background-color: #fff;
        transition: color .3s,background-color .3s
    }
    .c-btn-01__btn:hover::before {
        background: url(../img/icon_arrow_link_blue.svg) 0 0 no-repeat;
        background-size: 100% auto;
    }
    .target .c-btn-01__btn:hover::before {
        background: url(../img/icon_target_blue.svg) 0 0 no-repeat;
        background-size: 100% auto;
    }
}

.c-btn-02-wrap {
    position: relative;
    display: block;
    width: 240px;
    height: 46px;
    margin: 0 auto;
    color: #fff;
    background-color: #476CB1;
    border: 2px solid #476CB1;
    border-radius: 5px;
    transition: color .3s,background-color .3s
}

.c-btn-02 {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 240px;
    padding: 16px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    text-decoration: none;
}

.c-btn-02-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 7px;
    height: 12px;
    background: url(../img/icon_arrow_link.svg) 0 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 1000px) {
    .c-btn-02-wrap {
        max-width:280px;
        width: 100%
    }
}

@media screen and (min-width: 1001px) {
    .c-btn-02-wrap:hover {
        color:#476CB1;
        background-color: #fff;
        transition: color .3s,background-color .3s
    }
    .c-btn-02-wrap:hover::before {
        background: url(../img/icon_arrow_link_blue.svg) 0 0 no-repeat;
        background-size: 100% auto;
    }
}

.c-btn-02-wrap.is-disabled {
    pointer-events: none;
    opacity: .5
}

.c-ttl-01 {
    font-size: 3rem;
    font-weight: 700
}

@media screen and (max-width: 1000px) {
    .c-ttl-01 {
        font-size:2rem
    }
}

.c-ttl-sub {
    display: block;
    margin-bottom: -10px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #476CB1;
}

@media screen and (max-width: 1000px) {
    .c-ttl-sub {
        margin-bottom: -5px;
        font-size: 1.4rem;
    }
}

.c-ttl-02 {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    padding-left: 36px;
    text-align: center;
    font-size: 3rem;
    font-weight: 700
}

@media screen and (max-width: 1000px) {
    .c-ttl-02 {
        margin-bottom:40px;
        padding-left: 23px;
        font-size: 2rem
    }
}

.c-ttl-02 span {
    font-weight: 400
}

.c-ttl-02::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/icon_circles.svg) 0 0 no-repeat;
    background-size: 100% auto
}

@media screen and (max-width: 1000px) {
    .c-ttl-02::before {
        top:10px;
        width: 15px;
        height: 15px
    }
}

.c-ttl-03 {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 36px;
    font-size: 2rem;
    font-weight: 700;
    color: #222;
}

.c-ttl-03::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 17.75px;
    height: 20px;
    background: url(../img/icon_circles_sub.svg) 0 0 no-repeat;
    background-size: 100% auto
}

@media screen and (max-width: 1000px) {
    .c-ttl-03 {
        font-size: 1.6rem;
        padding-left: 24px;
    }

    .c-ttl-03::before {
        top: 7px;
        left: 5px;
        width: 12.425px;
        height: 14px;
    }
}

.breadcrumb {
    width: 100%;
    margin: 0 auto;
    padding: 7px 0;
    background-color: #fff
}

@media screen and (max-width: 1000px) {
    .breadcrumb {
        overflow: hidden;
    }
}

.breadcrumb__list {
    max-width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 52px;
    width: 100%;
    margin: 0 auto;
    padding: 0 100px
}

@media screen and (max-width: 1000px) {
    .breadcrumb__list {
        overflow-x: scroll;
        gap:19px;
        padding: 0 12px
    }
}

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

.breadcrumb__item:nth-of-type(2) {
    flex-shrink: 0;
}

.breadcrumb__item::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -27px;
    width: 6px;
    height: 8px;
    background: url(../img/icon_arrow_bread.svg) 0 0 no-repeat;
    background-size: 100% auto
}

@media screen and (max-width: 1000px) {
    .breadcrumb__item::after {
        top:11px;
        right: -12px
    }
}

.breadcrumb__item:last-of-type::after {
    display: none
}

.breadcrumb__txt {
    display: inline-block;
    color: #222;
    font-size: 1.2rem;
    transition: opacity .3s
}

@media screen and (max-width: 1000px) {
    .breadcrumb__txt {
        white-space: nowrap;
        font-size:1rem
    }
}

.breadcrumb__txt--home {
    position: relative;
    top: 2px;
    width: 14px;
    height: 16px;
    background: url(../img/icon_home.svg) 0 0 no-repeat;
    background-size: 100% auto
}

@media screen and (max-width: 1000px) {
    .breadcrumb__txt--home {
        top:3px
    }
}

@media screen and (min-width: 1001px) {
    .breadcrumb__txt:hover {
        opacity:.8;
        transition: opacity .3s
    }
}

.c-wysiwyg {
    width: 100%;
    text-align: left
}

.c-wysiwyg p {
    margin-bottom: 40px;
    font-size: 1.6rem
}

@media screen and (max-width: 1000px) {
    .c-wysiwyg p {
        margin-bottom:20px;
        font-size: 1.4rem
    }
}

.c-wysiwyg img {
    margin-bottom: 40px
}

@media screen and (max-width: 1000px) {
    .c-wysiwyg img {
        margin-bottom:20px
    }
}

.c-wysiwyg h1 {
    margin-bottom: 40px;
    font-size: 3rem;
    font-weight: 700
}

@media screen and (max-width: 1000px) {
    .c-wysiwyg h1 {
        margin-bottom:20px;
        font-size: 2.4rem
    }
}

.c-wysiwyg h2 {
    margin-bottom: 40px;
    font-size: 2.6rem;
    font-weight: 700
}

@media screen and (max-width: 1000px) {
    .c-wysiwyg h2 {
        margin-bottom:20px;
        font-size: 2rem
    }
}

.c-wysiwyg h3 {
    margin-bottom: 40px;
    font-size: 2rem;
    font-weight: 700
}

@media screen and (max-width: 1000px) {
    .c-wysiwyg h3 {
        margin-bottom:20px;
        font-size: 1.6rem
    }
}

.c-wysiwyg h4 {
    margin-bottom: 40px;
    font-size: 1.8rem;
    font-weight: 700
}

@media screen and (max-width: 1000px) {
    .c-wysiwyg h4 {
        margin-bottom:20px;
        font-size: 1.4rem
    }
}

.c-wysiwyg h5 {
    margin-bottom: 40px;
    font-size: 1.8rem
}

@media screen and (max-width: 1000px) {
    .c-wysiwyg h5 {
        margin-bottom:20px;
        font-size: 1.4rem
    }
}

.c-wysiwyg h6 {
    margin-bottom: 40px;
    font-size: 1.8rem
}

@media screen and (max-width: 1000px) {
    .c-wysiwyg h6 {
        margin-bottom:20px;
        font-size: 1.4rem
    }
}

.c-wysiwyg>:last-child {
    margin-bottom: 0!important
}

.c-wysiwyg sup {
    vertical-align: super;
    font-size: smaller
}

.c-wysiwyg sub {
    vertical-align: sub;
    font-size: smaller
}

.c-wysiwyg i,.c-wysiwyg strong {
    font-weight: 700
}

.c-wysiwyg em {
    font-style: italic
}

.c-wysiwyg a {
    text-decoration: underline
}

.c-wysiwyg ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 2em;
    list-style-type: disc
}

.c-wysiwyg ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 2em;
    list-style-type: decimal
}

.c-wysiwyg li {
    display: list-item;
    text-align: -webkit-match-parent
}

.c-wysiwyg blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 1em;
    background-color: #f5f5f5
}

.c-wysiwyg blockquote p {
    margin-bottom: 0
}

.c-wysiwyg pre {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px
}

.c-wysiwyg del {
    text-decoration: line-through
}

.c-wysiwyg hr {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    border: none;
    border-top: 1px dashed #bbb
}

@media screen and (max-width: 1000px) {
    .c-wysiwyg hr {
        margin-top:20px;
        margin-bottom: 20px
    }
}

.c-wysiwyg code {
    padding: .1em .4em;
    background-color: #eee;
    word-break: break-all;
    font-family: SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace
}

.c-wysiwyg .aligncenter {
    display: block;
    margin: 1rem auto;
    max-width: 100%
}

.c-wysiwyg .alignright {
    float: right;
    margin-top: .5rem;
    margin-left: 1rem;
    max-width: 100%
}

.c-wysiwyg .alignleft {
    float: left;
    margin-top: .5rem;
    margin-right: 1rem;
    max-width: 100%
}

.c-wysiwyg .wp-caption {
    max-width: 100%;
    text-align: left
}

.c-wysiwyg .wp-caption img {
    width: 100%
}

.c-wysiwyg .wp-caption-text {
    display: block;
    margin: 0;
    padding: .5em 1rem 0;
    color: #bbb;
    text-align: left;
    font-size: .875em
}

.c-wysiwyg table {
    margin-top: 1em;
    margin-bottom: 1em;
    border-top: 1px solid #222;
    border-right: 1px solid #222
}

.c-wysiwyg table td,.c-wysiwyg table th {
    padding: .5em;
    border-bottom: 1px solid #222;
    border-left: 1px solid #222;
    word-break: break-all
}

.c-wysiwyg table th {
    background-color: #f5f5f5
}

@media screen and (max-width: 1000px) {
    .c-wysiwyg iframe {
        width: 100%;
    }
}

.c-loading {
    z-index: 9999;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    transition: all 1s
}

.c-loading.is-loaded {
    opacity: 0;
    visibility: hidden
}

.c-loading__logo {
    position: relative;
    width: 315px;
    margin: 40vh auto
}

@media screen and (max-width: 1000px) {
    .c-loading__logo {
        width:200px
    }
}

.c-loading__logo::before {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    transform: skewX(-10deg);
    animation: loadingAnimation .8s linear 0s
}

@keyframes loadingAnimation {
    0% {
        opacity: 0;
        left: -60%
    }

    50% {
        opacity: 0;
        left: -60%
    }

    51% {
        left: -60%
    }

    100% {
        left: 120%
    }
}

.js-fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    will-change: opacity, transform;
}


.js-fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

span.wpcf7-spinner {
    display: none;
}
