@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap";
@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

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
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

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

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

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    font-size: 62.5%;
    width: 100%;
    background: #fff;
    box-sizing: border-box
}

body {
    color: #000;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.4rem;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
    position: relative
}

img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto
}

a {
    color: #000;
    text-decoration: none
}

.wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 91px;
    overflow-x: scroll
}

@media print, only screen and (max-width:1024px) {
    .wrap {
        padding-top: 50px
    }
}

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

main {
    overflow-x: scroll;
    min-width: 1024px
}

@media only screen and (max-width:415px) {
    main {
        min-width: auto
    }
}

.c-btn {
    display: block;
    background-color: #ffd740;
    width: 100%;
    max-width: 361px;
    min-height: 73px;
    position: relative;
    -webkit-transform: translateX(18px) skewX(-18deg);
    -ms-transform: translateX(18px) skewX(-18deg);
    transform: translateX(18px) skewX(-18deg);
    z-index: 10
}

@media only screen and (max-width:415px) {
    .c-btn {
        max-width: 235px;
        min-height: 49px;
        -webkit-transform: translateX(13px) skewX(-18deg);
        -ms-transform: translateX(13px) skewX(-18deg);
        transform: translateX(13px) skewX(-18deg)
    }
}

.c-btn:after {
    content: "";
    position: absolute;
    background-color: #fcb62f;
    top: 0;
    left: 0;
    height: 100%;
    width: 35%;
    z-index: 20;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.c-btn:hover:after {
    width: 100%
}

.c-btn span {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    -webkit-transform: translateY(-50%) skewX(18deg);
    -ms-transform: translateY(-50%) skewX(18deg);
    transform: translateY(-50%) skewX(18deg);
    padding-left: 48px;
    top: 50%;
    left: 38px;
    margin: auto;
    z-index: 30
}

@media only screen and (max-width:415px) {
    .c-btn span {
        font-size: 1.2rem;
        padding-left: 29px;
        left: 25px
    }
}

.c-btn span:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 16px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../../assets/images/icon_mail.svg);
    background-size: cover
}

@media only screen and (max-width:415px) {
    .c-btn span:after {
        width: 16px;
        height: 11px
    }
}

.c-btn--w {
    box-shadow: 6px 6px 0 0 #fff
}

@media only screen and (max-width:415px) {
    .c-btn--w {
        box-shadow: 5px 5px 0 0 #fff
    }
}

.c-btn--b {
    margin: 0 auto;
    -webkit-transform: translateX(0) skewX(-18deg);
    -ms-transform: translateX(0) skewX(-18deg);
    transform: translateX(0) skewX(-18deg);
    box-shadow: 6px 6px 0 0 #006cab
}

@media only screen and (max-width:415px) {
    .c-btn--b {
        box-shadow: 6px 6px 0 0 #006cab;
        margin: 0 auto;
        -webkit-transform: translateX(10px) skewX(-18deg);
        -ms-transform: translateX(10px) skewX(-18deg);
        transform: translateX(10px) skewX(-18deg);
        min-height: 73px;
        max-width: 317px
    }

    .c-btn--b:after {
        background-color: #ffd740;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        right: 1px;
        left: auto;
        width: 100vw;
        box-shadow: 6px 6px 0 0 #006cab
    }

    .c-btn--b span {
        font-size: 1.8rem;
        padding-left: 31px;
        -webkit-transform: translate(-50%, -50%) skewX(18deg);
        -ms-transform: translate(-50%, -50%) skewX(18deg);
        transform: translate(-50%, -50%) skewX(18deg);
        left: 50%;
        width: -webkit-fit-content;
        width: fit-content
    }

    .c-btn--b span:after {
        width: 24px;
        height: 16px;
        top: 3px
    }
}

.c-btn--a {
    position: absolute;
    left: 0;
    bottom: -95px
}

@media only screen and (max-width:415px) {
    .c-btn--a {
        margin: 0 auto;
        -webkit-transform: translateX(10px) skewX(-18deg);
        -ms-transform: translateX(10px) skewX(-18deg);
        transform: translateX(10px) skewX(-18deg);
        min-height: 73px;
        max-width: 361px;
        bottom: -105px
    }

    .c-btn--a:after {
        background-color: #ffd740;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        right: 1px;
        left: auto;
        width: 100vw
    }

    .c-btn--a span {
        font-size: 1.8rem;
        padding-left: 31px;
        -webkit-transform: translate(-50%, -50%) skewX(18deg);
        -ms-transform: translate(-50%, -50%) skewX(18deg);
        transform: translate(-50%, -50%) skewX(18deg);
        left: 50%;
        width: -webkit-fit-content;
        width: fit-content
    }

    .c-btn--a span:after {
        width: 24px;
        height: 16px;
        top: 3px
    }
}

.c-headline {
    font-weight: 900;
    font-size: 3.7rem;
    line-height: 1.24;
    margin: 0;
    letter-spacing: .036em;
    text-align: center
}

@media only screen and (max-width:415px) {
    .c-headline {
        font-size: 2rem;
        letter-spacing: .19em;
        line-height: 1.45
    }
}

.c-headline span {
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 1.5;
    display: inline-block;
    letter-spacing: .118em;
    margin-bottom: 10px
}

@media only screen and (max-width:415px) {
    .c-headline span {
        font-size: 1.2rem;
        margin-bottom: 0
    }
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100
}

.h-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 20px 20px;
    background-color: #fff
}

@media print, only screen and (max-width:1024px) {
    .h-inner {
        position: relative;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 0 0 20px;
        min-height: 50px
    }
}

.h-logo {
    max-width: 120px;
    margin: 0
}

@media print, only screen and (max-width:1024px) {
    .h-logo {
        max-width: 77px;
        margin-right: 16px
    }
}

.h-catch {
    display: none;
    margin: 0
}

@media print, only screen and (max-width:1024px) {
    .h-catch {
        display: block;
        font-size: 1.1rem;
        line-height: 1.54;
        font-weight: 700
    }

    .h-catch span {
        display: inline-block;
        font-size: 1rem;
        line-height: 1.44;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
        position: relative;
        left: -5px;
        top: 2px
    }
}

.h-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media print, only screen and (max-width:1024px) {
    .h-nav {
        position: absolute;
        top: 0;
        right: 0
    }
}

.h-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print, only screen and (max-width:1024px) {
    .h-nav__list {
        display: none
    }
}

.h-nav__item {
    margin-right: 24px
}

.h-nav__link {
    font-size: 1.4rem;
    font-weight: 700;
    position: relative
}

.h-nav__link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #00acea;
    bottom: -15px;
    right: 0;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.h-nav__link:hover:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.h-nav__btn {
    position: relative
}

.h-nav__btn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 54px 11px 0 0;
    border-color: #fff transparent transparent;
    top: -1px;
    left: 0;
    z-index: 1
}

@media print, only screen and (max-width:1024px) {
    .h-nav__btn:after {
        border-width: 51px 14px 0 0;
        left: 0
    }
}

.h-nav__btn:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 16px;
    top: 0;
    bottom: 0;
    background-image: url(../../assets/images/icon_mail.svg);
    margin: auto;
    background-size: cover;
    left: 32px;
    z-index: 10
}

@media print, only screen and (max-width:1024px) {
    .h-nav__btn:before {
        width: 23px;
        height: 15px;
        left: 30px
    }
}

.h-nav__btn a {
    padding: 17px 31px 18px 66px;
    background-color: #ffd740;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700
}

@media print, only screen and (max-width:1024px) {
    .h-nav__btn a {
        padding: 25px 38px
    }
}

.h-nav__btn a:after {
    content: "";
    position: absolute;
    background-color: #fcb62f;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.h-nav__btn a:hover:after {
    width: 100%
}

.h-nav__btn span {
    position: relative;
    z-index: 10
}

@media print, only screen and (max-width:1024px) {
    .h-nav__btn span {
        display: none
    }
}

footer {
    background-color: #008bc9;
    position: relative;
    padding: 25px 27px 22px;
    min-width: 1024px;
    box-sizing: border-box;
    overflow-x: clip
}

@media only screen and (max-width:415px) {
    footer {
        padding: 16px 0 25px;
        min-width: auto
    }
}

.f-head {
    height: 160px;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 0;
    top: 0;
    z-index: 10
}

@media only screen and (max-width:415px) {
    .f-head {
        height: 112px
    }
}

.f-head:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 960px 115px;
    border-color: transparent transparent #009bda
}

@media only screen and (max-width:415px) {
    .f-head:after {
        border-width: 0 50vw 31px
    }
}

.f-head:before {
    content: "";
    position: absolute;
    top: 115px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background-color: #009bda
}

@media only screen and (max-width:415px) {
    .f-head:before {
        top: 31px
    }
}

.f-logo {
    max-width: 164px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 20;
    bottom: 33px
}

@media only screen and (max-width:415px) {
    .f-logo {
        max-width: 134px;
        bottom: 32px
    }
}

.f-inner {
    max-width: 1024px;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #009bda;
    padding-bottom: 15px;
    position: relative;
    z-index: 10
}

@media only screen and (max-width:415px) {
    .f-inner {
        display: block;
        border-bottom: none;
        padding-bottom: 0
    }
}

.f-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width:415px) {
    .f-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.f-item {
    position: relative;
    padding-right: 10px;
    margin-right: 10px
}

@media only screen and (max-width:415px) {
    .f-item {
        width: 50%;
        padding: 8px 0;
        box-sizing: border-box;
        margin: 0;
        border-top: 1px solid #009bda;
        text-align: center
    }

    .f-item:nth-of-type(2n) {
        border-left: 1px solid #009bda
    }

    .f-item:nth-last-child(-n+2) {
        border-bottom: 1px solid #009bda
    }
}

.f-item:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #fff;
    top: 4px;
    right: 0
}

@media only screen and (max-width:415px) {
    .f-item:after {
        right: -5px;
        display: none
    }
}

.f-item:last-of-type:after {
    display: none
}

.f-link {
    line-height: 1;
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    font-size: 1.2rem;
    letter-spacing: .028em;
    color: #fff
}

.f-link:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.f-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:415px) {
    .f-sns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px
    }
}

.f-sns__item {
    max-width: 46px;
    margin-left: 15px
}

@media only screen and (max-width:415px) {
    .f-sns__item {
        margin: 0 7px
    }
}

.f-sns__item:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

address {
    color: #fff;
    font-style: normal;
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    font-size: 1.2rem;
    letter-spacing: .028em;
    text-align: center;
    position: relative;
    z-index: 10
}

@media only screen and (max-width:415px) {
    address {
        font-size: 1rem;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
        letter-spacing: .021em
    }
}

.hero__wrap {
    padding-top: 795px;
    position: relative;
    overflow: clip;
    z-index: 10;
    background-color: #00acea
}

@media only screen and (max-width:415px) {
    .hero__wrap {
        padding-top: 290px
    }
}

.hero__wrap:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: -1
}

.hero__video video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%
}

.hero__video:after {
    content: "";
    position: absolute;
    width: 14%;
    height: 100%;
    background-color: #00acea;
    z-index: 1;
    top: 0;
    left: 0
}

@media only screen and (max-width:415px) {
    .hero__video:after {
        width: 22%
    }
}

.hero__video:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 796px 396px 0 0;
    border-color: #00acea transparent transparent;
    z-index: 10;
    top: -1px;
    left: calc(14% - 1px)
}

@media only screen and (max-width:415px) {
    .hero__video:before {
        border-width: 290px 143px 0 0;
        left: calc(22% - 1px)
    }
}

.hero__inner {
    position: absolute;
    max-width: 1648px;
    padding: 0 28px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:415px) {
    .hero__inner {
        padding: 0 4.26vw;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        top: 40px
    }
}

.hero__detail {
    max-width: 535px
}

.hero__suppl {
    font-size: 1.9rem;
    margin: 0;
    font-weight: 700;
    color: #fff
}

@media only screen and (max-width:415px) {
    .hero__suppl {
        font-size: 1.2rem
    }
}

.hero__catch {
    font-size: 5.6rem;
    margin: 0 0 15px;
    letter-spacing: .05em;
    line-height: 1.48;
    font-weight: 900;
    color: #fff
}

@media only screen and (max-width:415px) {
    .hero__catch {
        font-size: 3rem;
        line-height: 1.5;
        margin: 0 0 6px;
        letter-spacing: .268em
    }
}

.hero__txt {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.84;
    margin: 0 0 47px;
    color: #fff;
    letter-spacing: .058em
}

@media only screen and (max-width:415px) {
    .hero__txt {
        font-size: 1.2rem;
        margin: 0 0 18px;
        line-height: 1.5
    }
}

.hero__ttl {
    margin: 0;
    position: absolute;
    z-index: 10;
    bottom: -1px;
    width: 100%;
    left: 0
}

@media only screen and (max-width:415px) {
    .hero__ttl {
        display: none
    }
}

.hero__ttl img {
    max-width: auto;
    width: 100%
}

.hero__img {
    max-width: 512px;
    width: 45%
}

@media only screen and (max-width:415px) {
    .hero__img {
        display: none
    }
}

.explain__wrap {
    background-color: #2cc3f8;
    padding: 50px 20px 0;
    overflow-x: clip
}

@media only screen and (max-width:415px) {
    .explain__wrap {
        padding: 42px 4vw 40px
    }
}

.explain__txt {
    font-size: 1.7rem;
    margin: 0 0 15px;
    line-height: .017em;
    line-height: 1.7;
    text-align: center;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:415px) {
    .explain__txt {
        display: block;
        text-align: center;
        font-size: 1.4rem;
        line-height: 1.42;
        line-height: initial;
        margin-bottom: 18px
    }
}

.explain__txt:last-of-type {
    margin-bottom: 0
}

.explain__txt span {
    font-weight: 700;
    font-size: 2.7rem;
    letter-spacing: .019em;
    border-bottom: 1px solid #000;
    display: inline-block
}

@media only screen and (max-width:415px) {
    .explain__txt span {
        font-size: 1.4rem;
        line-height: 1.42;
        padding-bottom: 2px
    }
}

.program__wrap {
    position: relative;
    padding: 194px 0 224px;
    overflow: clip
}

@media only screen and (max-width:415px) {
    .program__wrap {
        padding: 77px 0 55px
    }
}

.program__wrap:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 960px 0;
    border-color: #2cc3f8 transparent transparent;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width:415px) {
    .program__wrap:after {
        border-width: 31px 50vw 0
    }
}

.program__ttl {
    max-width: 1630px;
    padding: 0 28px;
    position: absolute;
    top: 53px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10
}

@media only screen and (max-width:415px) {
    .program__ttl {
        text-align: center;
        top: 13px
    }
}

.program__ttl img {
    width: 390px
}

@media only screen and (max-width:415px) {
    .program__ttl img {
        width: 156px
    }
}

.program__list {
    max-width: 1291px;
    padding: 0 28px;
    margin: 166px auto 0
}

@media only screen and (max-width:415px) {
    .program__list {
        margin: 32px auto 0;
        padding: 0
    }
}

.program__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 300px
}

@media only screen and (max-width:415px) {
    .program__item {
        margin: 18px 0 0;
        padding-top: 313px
    }
}

.program__item:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse
}

@media only screen and (max-width:415px) {
    .program__item:nth-of-type(2n) {
        text-align: right
    }
}

.program__item:last-of-type {
    margin-bottom: 0
}

.program__detail {
    max-width: 528px;
    width: 50%
}

@media only screen and (max-width:415px) {
    .program__detail {
        margin: auto;
        padding: 0 4.26vw;
        width: 100%
    }
}

.program__suppl {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.47;
    margin: 0 0 5px;
    color: #0288d1
}

@media only screen and (max-width:415px) {
    .program__suppl {
        font-size: 1.4rem;
        line-height: 1.42;
        margin-bottom: 3px
    }
}

.program__heading {
    margin: 0 0 10px;
    font-weight: 900;
    font-size: 3rem;
    line-height: 1.53;
    letter-spacing: .029em
}

@media only screen and (max-width:415px) {
    .program__heading {
        font-size: 2rem;
        line-height: 1.7;
        letter-spacing: .009em
    }
}

.program__txt {
    margin: 0;
    color: #324148;
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    line-height: 2.14;
    letter-spacing: .032em;
    font-size: 1.4rem
}

@media only screen and (max-width:415px) {
    .program__txt {
        letter-spacing: 0;
        text-align: left
    }
}

.program__img {
    width: 59.7vw;
    position: absolute;
    top: 90%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    min-width: 880px;
    max-width: 1075px;
    z-index: -1
}

@media only screen and (max-width:415px) {
    .program__img {
        width: -webkit-max-content;
        width: max-content;
        top: 0;
        min-width: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        z-index: 1;
        height: 353px;
        left: auto;
        right: 0px
    }

    .program__img img {
        max-width: auto;
        width: auto;
        height: 80%
    }
}

.program__img--02 {
    left: auto;
    right: 50%;
    top: 60%;
    max-width: 971px;
    min-width: 799px
}

@media only screen and (max-width:415px) {
    .program__img--02 {
        right: auto;
        left: 0px;
        top: 0;
        min-width: auto
    }
}

.program__img--03 {
    top: 40%;
    max-width: 1013px;
    min-width: 834px
}

@media only screen and (max-width:415px) {
    .program__img--03 {
        top: 0;
        min-width: auto
    }
}

.recruit__wrap {
    padding-top: 136px;
    position: relative;
    overflow-x: clip
}

@media only screen and (max-width:415px) {
    .recruit__wrap {
        padding-top: 31px
    }
}

.recruit__wrap:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 960px 136px;
    border-color: transparent transparent #2cc3f8;
    top: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width:415px) {
    .recruit__wrap:after {
        border-width: 0 50vw 32px
    }
}

.recruit__inner {
    padding: 0 28px 77px;
    background-color: #2cc3f8
}

@media only screen and (max-width:415px) {
    .recruit__inner {
        padding: 35px 4vw 32px
    }
}

.recruit__ttl {
    max-width: 1630px;
    padding: 0 28px;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10
}

@media only screen and (max-width:415px) {
    .recruit__ttl {
        text-align: center;
        top: 4px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.recruit__ttl img {
    width: 480px
}

@media only screen and (max-width:415px) {
    .recruit__ttl img {
        width: 189px
    }
}

.recruit__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1024px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px auto 55px
}

@media only screen and (max-width:415px) {
    .recruit__list {
        margin: 32px auto 24px;
        max-width: 500px;
        display: block
    }
}

.recruit__item {
    width: calc((100% - 28px)/2);
    background-color: #fff;
    padding: 47px 36px 60px;
    box-sizing: border-box;
    box-shadow: 10px 9px 0 0 #90dfff;
    position: relative;
    text-align: center
}

@media only screen and (max-width:415px) {
    .recruit__item {
        width: 100%;
        box-shadow: initial;
        margin-bottom: 12px;
        padding: 60px 15px 30px
    }
}

.recruit__item:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 38px 0 0;
    border-color: #2cc3f8 transparent transparent;
    z-index: 1;
    left: 10px;
    top: 9px
}

@media only screen and (max-width:415px) {
    .recruit__item:after {
        left: 13px;
        top: 16px
    }
}

.recruit__img {
    max-width: 385px;
    margin: 0 auto 30px
}

@media only screen and (max-width:415px) {
    .recruit__img {
        max-width: 283px;
        margin-bottom: 11px
    }
}

.recruit__cat {
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.47;
    color: #0288d1;
    margin: 0
}

@media only screen and (max-width:415px) {
    .recruit__cat {
        font-size: 1.4rem;
        margin-bottom: 4px
    }
}

.recruit__headline {
    font-weight: 900;
    font-size: 2.3rem;
    line-height: 1.47;
    margin: 0 0 18px;
    letter-spacing: .066em
}

@media only screen and (max-width:415px) {
    .recruit__headline {
        font-size: 1.9rem;
        line-height: 1.5;
        margin-bottom: 10px
    }
}

.recruit__txt {
    margin: 0;
    font-size: 1.4rem;
    color: #324148;
    line-height: 2.14;
    letter-spacing: .032em;
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif
}

@media only screen and (max-width:415px) {
    .recruit__txt {
        text-align: left;
        line-height: 1.85;
        letter-spacing: .002em
    }
}

.recruit__and {
    margin: 0 auto 43px;
    max-width: 245px
}

@media only screen and (max-width:415px) {
    .recruit__and {
        max-width: 156px;
        margin: 0 auto 23px
    }
}

.recruit__subItem {
    background-color: #fff;
    width: calc((100% - 54px)/3);
    padding: 34px 30px 66px;
    box-sizing: border-box;
    text-align: center;
    position: relative
}

@media only screen and (max-width:415px) {
    .recruit__subItem {
        width: 100%;
        padding: 26px 16px 32px;
        margin-bottom: 12px
    }

    .recruit__subItem:last-of-type {
        margin-bottom: 0
    }
}

.recruit__subItem:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 38px 0 0;
    border-color: #2cc3f8 transparent transparent;
    z-index: 1;
    left: 10px;
    top: 9px
}

@media only screen and (max-width:415px) {
    .recruit__subItem:after {
        top: 10px
    }
}

.recruit__subTxt {
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    font-size: 1.2rem;
    color: #324148;
    line-height: 2.16;
    margin: 0
}

@media only screen and (max-width:415px) {
    .recruit__subTxt {
        text-align: left
    }
}

.cta__wrap {
    padding: 80px 20px 55px;
    background-color: #00acea;
    text-align: center;
    overflow-x: clip
}

@media only screen and (max-width:415px) {
    .cta__wrap {
        padding: 32px 4vw 41px
    }
}

.cta__ttl {
    font-size: 3.7rem;
    color: #fff;
    letter-spacing: .037em;
    font-weight: 900;
    margin: 0 0 10px;
    line-height: 1.24
}

@media only screen and (max-width:415px) {
    .cta__ttl {
        font-size: 1.9rem;
        line-height: 1.57;
        margin: 0 0 12px;
        letter-spacing: .086em
    }
}

.cta__txt {
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
    color: #fff;
    line-height: 2.14;
    margin: 0 0 35px;
    letter-spacing: .032em
}

@media only screen and (max-width:415px) {
    .cta__txt {
        line-height: 2;
        margin: 0 0 20px;
        letter-spacing: .02em
    }
}

.partner__wrap {
    padding: 89px 20px 195px;
    background-color: #2cc3f8;
    overflow-x: clip
}

@media only screen and (max-width:415px) {
    .partner__wrap {
        padding: 32px 4vw 48px
    }
}

.partner__list {
    max-width: 1024px;
    margin: 54px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:415px) {
    .partner__list {
        margin-top: 32px;
        max-width: 500px;
        display: block
    }
}

.partner__item {
    background-color: #fff;
    width: calc((100% - 54px)/3);
    padding: 45px 30px 40px;
    box-sizing: border-box;
    text-align: center
}

@media only screen and (max-width:415px) {
    .partner__item {
        width: 100%;
        padding: 30px 16px;
        margin-bottom: 12px
    }

    .partner__item:last-of-type {
        margin-bottom: 0
    }
}

.partner__img {
    max-width: 252px;
    margin: 0 auto 19px
}

@media only screen and (max-width:415px) {
    .partner__img {
        margin-bottom: 12px
    }
}

.partner__ttl {
    font-weight: 900;
    font-size: 2.3rem;
    line-height: 1.47;
    letter-spacing: .026em;
    margin: 0 0 18px
}

@media only screen and (max-width:415px) {
    .partner__ttl {
        font-size: 2rem;
        line-height: 1.5;
        letter-spacing: .009em;
        margin: 0 0 10px
    }
}

.partner__txt {
    margin: 0;
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    font-size: 1.2rem;
    line-height: 2.16;
    letter-spacing: -.032em;
    color: #324148
}

@media only screen and (max-width:415px) {
    .partner__txt {
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.85;
        letter-spacing: .002em
    }
}

.flow__wrap {
    padding-top: 113px;
    background-color: #2cc3f8;
    position: relative;
    overflow-x: clip
}

@media only screen and (max-width:415px) {
    .flow__wrap {
        padding-top: 31px
    }
}

.flow__wrap:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 51vw 113px;
    border-color: transparent transparent #fff;
    top: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width:415px) {
    .flow__wrap:after {
        border-width: 0 50vw 32px;
        top: -1px
    }
}

.flow__inner {
    padding: 32px 20px 125px;
    background-color: #fff
}

@media only screen and (max-width:415px) {
    .flow__inner {
        padding: 31px 4vw
    }
}

.flow__ttl {
    max-width: 1630px;
    padding: 0 28px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10
}

@media only screen and (max-width:415px) {
    .flow__ttl {
        text-align: center;
        top: 7px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.flow__ttl img {
    width: 177px
}

@media only screen and (max-width:415px) {
    .flow__ttl img {
        width: 69px
    }
}

.flow__list {
    max-width: 912px;
    margin: 86px auto 0
}

@media only screen and (max-width:415px) {
    .flow__list {
        margin-top: 66px;
        max-width: 500px
    }
}

.flow__item {
    padding: 32px 0 48px 148px;
    position: relative;
    margin-bottom: 80px;
    z-index: 10
}

@media only screen and (max-width:415px) {
    .flow__item {
        margin-bottom: 46px;
        border: 1px solid #000;
        padding: 16px 16px 34px
    }
}

.flow__item:after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 200vw;
    border: #000 1px solid;
    top: 0;
    left: -13px;
    -webkit-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    transform: skewX(-13deg)
}

@media only screen and (max-width:415px) {
    .flow__item:after {
        display: none
    }
}

.flow__item:first-of-type {
    margin-bottom: 100px;
    padding-bottom: 68px
}

@media only screen and (max-width:415px) {
    .flow__item:first-of-type {
        margin-bottom: 46px;
        padding-bottom: 139px
    }
}

.flow__item:last-of-type {
    margin-bottom: 0
}

.flow__num {
    position: absolute;
    top: 2px;
    left: 10px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 1;
    height: 26px
}

@media only screen and (max-width:415px) {
    .flow__num {
        height: 22px;
        top: 1px;
        left: 0
    }
}

.flow__num img {
    max-width: -webkit-fit-content;
    max-width: fit-content;
    height: 100%
}

.flow__detail {
    position: relative
}

.flow__icon {
    max-width: 111px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 9px
}

@media only screen and (max-width:415px) {
    .flow__icon {
        position: initial;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin: 0 auto
    }
}

.flow__heading {
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 1.47;
    margin: 0 0 5px;
    letter-spacing: .026em
}

@media only screen and (max-width:415px) {
    .flow__heading {
        font-size: 2rem;
        margin-bottom: 10px;
        line-height: 1.5;
        letter-spacing: .009em;
        text-align: center
    }
}

.flow__txt {
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
    line-height: 1.78;
    letter-spacing: .032em;
    margin: 0;
    color: #324148
}

@media only screen and (max-width:415px) {
    .flow__txt {
        letter-spacing: .002em
    }
}

.case__wrap {
    background-color: #91dcfb;
    padding: 200px 30px 74px;
    position: relative;
    overflow-x: clip
}

@media only screen and (max-width:415px) {
    .case__wrap {
        padding: 63px 4.26vw 23px
    }
}

.case__wrap:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 113px 960px 0;
    border-color: #fff transparent transparent;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width:415px) {
    .case__wrap:after {
        border-width: 31px 50vw 0
    }
}

.case__list {
    margin: 94px auto 52px;
    max-width: 1024px
}

@media only screen and (max-width:415px) {
    .case__list {
        margin: 32px auto;
        max-width: 500px
    }
}

.case__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 118px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse
}

@media only screen and (max-width:415px) {
    .case__item {
        display: block;
        margin-bottom: 42px
    }
}

.case__item:last-of-type {
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row
}

.case__item:last-of-type .case__img {
    box-shadow: -27px 35px 0 0 #5dcef9;
    margin-left: 0;
    margin-right: 20px
}

@media only screen and (max-width:415px) {
    .case__item:last-of-type .case__img {
        box-shadow: none;
        margin: 0 auto 16px
    }
}

.case__detail {
    max-width: 487px
}

@media only screen and (max-width:415px) {
    .case__detail {
        max-width: 500px
    }
}

.case__img {
    max-width: 489px;
    margin-left: 20px;
    box-shadow: 29px 23px 0 0 #5dcef9
}

@media only screen and (max-width:415px) {
    .case__img {
        box-shadow: none;
        margin: 0 auto 16px;
        max-width: 500px
    }
}

.case__name {
    margin: 0 0 5px;
    color: #0288d1;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.47
}

@media only screen and (max-width:415px) {
    .case__name {
        font-size: 1.4rem;
        line-height: 1.42;
        margin: 0 0 3px
    }
}

.case__heading {
    font-size: 3rem;
    line-height: 1.53;
    letter-spacing: .07em;
    font-weight: 900;
    margin: 0 0 18px
}

@media only screen and (max-width:415px) {
    .case__heading {
        font-size: 2rem;
        line-height: 1.7;
        letter-spacing: .009em;
        margin-bottom: 10px
    }
}

.case__txt {
    color: #324148;
    font-size: 1.4rem;
    line-height: 2.14;
    letter-spacing: .032em;
    margin: 0
}

@media only screen and (max-width:415px) {
    .case__txt {
        letter-spacing: .002em
    }
}

.case__and {
    max-width: 248px;
    margin: 0 auto 24px
}

@media only screen and (max-width:415px) {
    .case__and {
        max-width: 161px;
        margin: 0 auto 20px
    }
}

.case__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1024px;
    margin: auto
}

@media only screen and (max-width:415px) {
    .case__gallery {
        max-width: 500px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.case__galleryItem {
    width: calc(100%/6)
}

@media only screen and (max-width:415px) {
    .case__galleryItem {
        width: calc((100% - 3px)/2);
        margin-bottom: 3px
    }
}

.case__ttl {
    max-width: 1630px;
    padding: 0 28px;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10
}

@media only screen and (max-width:415px) {
    .case__ttl {
        text-align: center;
        top: 23px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.case__ttl img {
    width: 340px
}

@media only screen and (max-width:415px) {
    .case__ttl img {
        width: 136px
    }
}

.faq__wrap {
    background-color: #2cc3f8;
    padding: 166px 27px 91px;
    position: relative;
    overflow-x: clip
}

@media only screen and (max-width:415px) {
    .faq__wrap {
        padding: 71px 4.26vw 26px
    }
}

.faq__wrap:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 113px 960px 0;
    border-color: #00acea transparent transparent;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

@media only screen and (max-width:415px) {
    .faq__wrap:after {
        border-width: 31px 50vw 0;
        border-color: #91dcfb transparent transparent
    }
}

.faq__list {
    margin: 58px auto 0;
    max-width: 1024px
}

@media only screen and (max-width:415px) {
    .faq__list {
        margin: 32px auto 0;
        max-width: 500px
    }
}

.faq__item {
    background-color: #fff;
    border: 1px solid #000;
    position: relative;
    padding: 32px;
    box-sizing: border-box;
    margin-bottom: 12px
}

@media only screen and (max-width:415px) {
    .faq__item {
        padding: 24px 16px
    }
}

.faq__item:last-of-type {
    margin-bottom: 0
}

.faq__item:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 22px 0 0;
    border-color: #2cc3f8 transparent transparent;
    top: 10px;
    left: 10px;
    z-index: 1
}

@media only screen and (max-width:415px) {
    .faq__item:after {
        top: 4px;
        left: 4px
    }
}

.faq__heading {
    font-size: 2rem;
    margin: 0 0 5px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: .07em
}

@media only screen and (max-width:415px) {
    .faq__heading {
        font-size: 1.6rem;
        margin: 0 0 10px
    }
}

.faq__txt {
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    margin: 0;
    line-height: 2.14;
    letter-spacing: .032em;
    color: #324148
}

@media only screen and (max-width:415px) {
    .faq__txt {
        letter-spacing: .002em
    }
}

.faq__ttl {
    max-width: 1630px;
    padding: 0 28px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10
}

@media only screen and (max-width:415px) {
    .faq__ttl {
        text-align: center;
        top: 32px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.faq__ttl img {
    width: 155px
}

@media only screen and (max-width:415px) {
    .faq__ttl img {
        width: 62px
    }
}

.contact__wrap {
    padding: 206px 27px 242px;
    position: relative;
    overflow-x: clip
}

@media only screen and (max-width:415px) {
    .contact__wrap {
        padding: 84px 4.26vw 160px
    }
}

.contact__wrap:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 101px 960px 0;
    border-color: #2cc3f8 transparent transparent;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

@media only screen and (max-width:415px) {
    .contact__wrap:after {
        border-width: 31px 50vw 0;
        border-color: #2cc3f8 transparent transparent
    }
}

.contact__txt {
    margin: 21px 0 0;
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    color: #324148;
    line-height: 2.14;
    letter-spacing: .032em;
    text-align: center
}

@media only screen and (max-width:415px) {
    .contact__txt {
        margin-top: 12px;
        line-height: 1.85;
        text-align: left;
        letter-spacing: .002em
    }
}

.contact__ttl {
    max-width: 1630px;
    padding: 0 28px;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10
}

@media only screen and (max-width:415px) {
    .contact__ttl {
        text-align: center;
        top: 28px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.contact__ttl img {
    width: 283px
}

@media only screen and (max-width:415px) {
    .contact__ttl img {
        width: 112px
    }
}

.u-hidden {
    display: none !important
}

@media only screen and (max-width:415px) {
    .u-hidden--sp {
        display: none !important
    }
}

@media print, only screen and (min-width:416px) {
    .u-hidden--pc {
        display: none !important
    }
}

.u-left {
    text-align: left
}

@media print, only screen and (min-width:416px) {
    .u-left--pc {
        text-align: left
    }
}

@media only screen and (max-width:415px) {
    .u-left--sp {
        text-align: left
    }
}

.u-center {
    text-align: center
}

@media print, only screen and (min-width:416px) {
    .u-center--pc {
        text-align: center
    }
}

@media only screen and (max-width:415px) {
    .u-center--sp {
        text-align: center
    }
}

.u-right {
    text-align: right
}

@media print, only screen and (min-width:416px) {
    .u-right--pc {
        text-align: right
    }
}

@media only screen and (max-width:415px) {
    .u-right--sp {
        text-align: right
    }
}

.u-mb-0 {
    margin-bottom: 0
}

.u-mt-0 {
    margin-top: 0
}

.u-ml-0 {
    margin-left: 0
}

.u-mr-0 {
    margin-right: 0
}

@media only screen and (max-width:415px) {
    .u-mb-0--sp {
        margin-bottom: 0
    }

    .u-mt-0--sp {
        margin-top: 0
    }

    .u-ml-0--sp {
        margin-left: 0
    }

    .u-mr-0--sp {
        margin-right: 0
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-0--pc {
        margin-bottom: 0
    }

    .u-mt-0--pc {
        margin-top: 0
    }

    .u-ml-0--pc {
        margin-left: 0
    }

    .u-mr-0--pc {
        margin-right: 0
    }
}

.u-mb-1 {
    margin-bottom: 1px
}

.u-mt-1 {
    margin-top: 1px
}

.u-ml-1 {
    margin-left: 1px
}

.u-mr-1 {
    margin-right: 1px
}

@media only screen and (max-width:415px) {
    .u-mb-1--sp {
        margin-bottom: 1px
    }

    .u-mt-1--sp {
        margin-top: 1px
    }

    .u-ml-1--sp {
        margin-left: 1px
    }

    .u-mr-1--sp {
        margin-right: 1px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-1--pc {
        margin-bottom: 1px
    }

    .u-mt-1--pc {
        margin-top: 1px
    }

    .u-ml-1--pc {
        margin-left: 1px
    }

    .u-mr-1--pc {
        margin-right: 1px
    }
}

.u-mb-2 {
    margin-bottom: 2px
}

.u-mt-2 {
    margin-top: 2px
}

.u-ml-2 {
    margin-left: 2px
}

.u-mr-2 {
    margin-right: 2px
}

@media only screen and (max-width:415px) {
    .u-mb-2--sp {
        margin-bottom: 2px
    }

    .u-mt-2--sp {
        margin-top: 2px
    }

    .u-ml-2--sp {
        margin-left: 2px
    }

    .u-mr-2--sp {
        margin-right: 2px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-2--pc {
        margin-bottom: 2px
    }

    .u-mt-2--pc {
        margin-top: 2px
    }

    .u-ml-2--pc {
        margin-left: 2px
    }

    .u-mr-2--pc {
        margin-right: 2px
    }
}

.u-mb-3 {
    margin-bottom: 3px
}

.u-mt-3 {
    margin-top: 3px
}

.u-ml-3 {
    margin-left: 3px
}

.u-mr-3 {
    margin-right: 3px
}

@media only screen and (max-width:415px) {
    .u-mb-3--sp {
        margin-bottom: 3px
    }

    .u-mt-3--sp {
        margin-top: 3px
    }

    .u-ml-3--sp {
        margin-left: 3px
    }

    .u-mr-3--sp {
        margin-right: 3px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-3--pc {
        margin-bottom: 3px
    }

    .u-mt-3--pc {
        margin-top: 3px
    }

    .u-ml-3--pc {
        margin-left: 3px
    }

    .u-mr-3--pc {
        margin-right: 3px
    }
}

.u-mb-4 {
    margin-bottom: 4px
}

.u-mt-4 {
    margin-top: 4px
}

.u-ml-4 {
    margin-left: 4px
}

.u-mr-4 {
    margin-right: 4px
}

@media only screen and (max-width:415px) {
    .u-mb-4--sp {
        margin-bottom: 4px
    }

    .u-mt-4--sp {
        margin-top: 4px
    }

    .u-ml-4--sp {
        margin-left: 4px
    }

    .u-mr-4--sp {
        margin-right: 4px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-4--pc {
        margin-bottom: 4px
    }

    .u-mt-4--pc {
        margin-top: 4px
    }

    .u-ml-4--pc {
        margin-left: 4px
    }

    .u-mr-4--pc {
        margin-right: 4px
    }
}

.u-mb-5 {
    margin-bottom: 5px
}

.u-mt-5 {
    margin-top: 5px
}

.u-ml-5 {
    margin-left: 5px
}

.u-mr-5 {
    margin-right: 5px
}

@media only screen and (max-width:415px) {
    .u-mb-5--sp {
        margin-bottom: 5px
    }

    .u-mt-5--sp {
        margin-top: 5px
    }

    .u-ml-5--sp {
        margin-left: 5px
    }

    .u-mr-5--sp {
        margin-right: 5px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-5--pc {
        margin-bottom: 5px
    }

    .u-mt-5--pc {
        margin-top: 5px
    }

    .u-ml-5--pc {
        margin-left: 5px
    }

    .u-mr-5--pc {
        margin-right: 5px
    }
}

.u-mb-6 {
    margin-bottom: 6px
}

.u-mt-6 {
    margin-top: 6px
}

.u-ml-6 {
    margin-left: 6px
}

.u-mr-6 {
    margin-right: 6px
}

@media only screen and (max-width:415px) {
    .u-mb-6--sp {
        margin-bottom: 6px
    }

    .u-mt-6--sp {
        margin-top: 6px
    }

    .u-ml-6--sp {
        margin-left: 6px
    }

    .u-mr-6--sp {
        margin-right: 6px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-6--pc {
        margin-bottom: 6px
    }

    .u-mt-6--pc {
        margin-top: 6px
    }

    .u-ml-6--pc {
        margin-left: 6px
    }

    .u-mr-6--pc {
        margin-right: 6px
    }
}

.u-mb-7 {
    margin-bottom: 7px
}

.u-mt-7 {
    margin-top: 7px
}

.u-ml-7 {
    margin-left: 7px
}

.u-mr-7 {
    margin-right: 7px
}

@media only screen and (max-width:415px) {
    .u-mb-7--sp {
        margin-bottom: 7px
    }

    .u-mt-7--sp {
        margin-top: 7px
    }

    .u-ml-7--sp {
        margin-left: 7px
    }

    .u-mr-7--sp {
        margin-right: 7px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-7--pc {
        margin-bottom: 7px
    }

    .u-mt-7--pc {
        margin-top: 7px
    }

    .u-ml-7--pc {
        margin-left: 7px
    }

    .u-mr-7--pc {
        margin-right: 7px
    }
}

.u-mb-8 {
    margin-bottom: 8px
}

.u-mt-8 {
    margin-top: 8px
}

.u-ml-8 {
    margin-left: 8px
}

.u-mr-8 {
    margin-right: 8px
}

@media only screen and (max-width:415px) {
    .u-mb-8--sp {
        margin-bottom: 8px
    }

    .u-mt-8--sp {
        margin-top: 8px
    }

    .u-ml-8--sp {
        margin-left: 8px
    }

    .u-mr-8--sp {
        margin-right: 8px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-8--pc {
        margin-bottom: 8px
    }

    .u-mt-8--pc {
        margin-top: 8px
    }

    .u-ml-8--pc {
        margin-left: 8px
    }

    .u-mr-8--pc {
        margin-right: 8px
    }
}

.u-mb-9 {
    margin-bottom: 9px
}

.u-mt-9 {
    margin-top: 9px
}

.u-ml-9 {
    margin-left: 9px
}

.u-mr-9 {
    margin-right: 9px
}

@media only screen and (max-width:415px) {
    .u-mb-9--sp {
        margin-bottom: 9px
    }

    .u-mt-9--sp {
        margin-top: 9px
    }

    .u-ml-9--sp {
        margin-left: 9px
    }

    .u-mr-9--sp {
        margin-right: 9px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-9--pc {
        margin-bottom: 9px
    }

    .u-mt-9--pc {
        margin-top: 9px
    }

    .u-ml-9--pc {
        margin-left: 9px
    }

    .u-mr-9--pc {
        margin-right: 9px
    }
}

.u-mb-10 {
    margin-bottom: 10px
}

.u-mt-10 {
    margin-top: 10px
}

.u-ml-10 {
    margin-left: 10px
}

.u-mr-10 {
    margin-right: 10px
}

@media only screen and (max-width:415px) {
    .u-mb-10--sp {
        margin-bottom: 10px
    }

    .u-mt-10--sp {
        margin-top: 10px
    }

    .u-ml-10--sp {
        margin-left: 10px
    }

    .u-mr-10--sp {
        margin-right: 10px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-10--pc {
        margin-bottom: 10px
    }

    .u-mt-10--pc {
        margin-top: 10px
    }

    .u-ml-10--pc {
        margin-left: 10px
    }

    .u-mr-10--pc {
        margin-right: 10px
    }
}

.u-mb-11 {
    margin-bottom: 11px
}

.u-mt-11 {
    margin-top: 11px
}

.u-ml-11 {
    margin-left: 11px
}

.u-mr-11 {
    margin-right: 11px
}

@media only screen and (max-width:415px) {
    .u-mb-11--sp {
        margin-bottom: 11px
    }

    .u-mt-11--sp {
        margin-top: 11px
    }

    .u-ml-11--sp {
        margin-left: 11px
    }

    .u-mr-11--sp {
        margin-right: 11px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-11--pc {
        margin-bottom: 11px
    }

    .u-mt-11--pc {
        margin-top: 11px
    }

    .u-ml-11--pc {
        margin-left: 11px
    }

    .u-mr-11--pc {
        margin-right: 11px
    }
}

.u-mb-12 {
    margin-bottom: 12px
}

.u-mt-12 {
    margin-top: 12px
}

.u-ml-12 {
    margin-left: 12px
}

.u-mr-12 {
    margin-right: 12px
}

@media only screen and (max-width:415px) {
    .u-mb-12--sp {
        margin-bottom: 12px
    }

    .u-mt-12--sp {
        margin-top: 12px
    }

    .u-ml-12--sp {
        margin-left: 12px
    }

    .u-mr-12--sp {
        margin-right: 12px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-12--pc {
        margin-bottom: 12px
    }

    .u-mt-12--pc {
        margin-top: 12px
    }

    .u-ml-12--pc {
        margin-left: 12px
    }

    .u-mr-12--pc {
        margin-right: 12px
    }
}

.u-mb-13 {
    margin-bottom: 13px
}

.u-mt-13 {
    margin-top: 13px
}

.u-ml-13 {
    margin-left: 13px
}

.u-mr-13 {
    margin-right: 13px
}

@media only screen and (max-width:415px) {
    .u-mb-13--sp {
        margin-bottom: 13px
    }

    .u-mt-13--sp {
        margin-top: 13px
    }

    .u-ml-13--sp {
        margin-left: 13px
    }

    .u-mr-13--sp {
        margin-right: 13px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-13--pc {
        margin-bottom: 13px
    }

    .u-mt-13--pc {
        margin-top: 13px
    }

    .u-ml-13--pc {
        margin-left: 13px
    }

    .u-mr-13--pc {
        margin-right: 13px
    }
}

.u-mb-14 {
    margin-bottom: 14px
}

.u-mt-14 {
    margin-top: 14px
}

.u-ml-14 {
    margin-left: 14px
}

.u-mr-14 {
    margin-right: 14px
}

@media only screen and (max-width:415px) {
    .u-mb-14--sp {
        margin-bottom: 14px
    }

    .u-mt-14--sp {
        margin-top: 14px
    }

    .u-ml-14--sp {
        margin-left: 14px
    }

    .u-mr-14--sp {
        margin-right: 14px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-14--pc {
        margin-bottom: 14px
    }

    .u-mt-14--pc {
        margin-top: 14px
    }

    .u-ml-14--pc {
        margin-left: 14px
    }

    .u-mr-14--pc {
        margin-right: 14px
    }
}

.u-mb-15 {
    margin-bottom: 15px
}

.u-mt-15 {
    margin-top: 15px
}

.u-ml-15 {
    margin-left: 15px
}

.u-mr-15 {
    margin-right: 15px
}

@media only screen and (max-width:415px) {
    .u-mb-15--sp {
        margin-bottom: 15px
    }

    .u-mt-15--sp {
        margin-top: 15px
    }

    .u-ml-15--sp {
        margin-left: 15px
    }

    .u-mr-15--sp {
        margin-right: 15px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-15--pc {
        margin-bottom: 15px
    }

    .u-mt-15--pc {
        margin-top: 15px
    }

    .u-ml-15--pc {
        margin-left: 15px
    }

    .u-mr-15--pc {
        margin-right: 15px
    }
}

.u-mb-16 {
    margin-bottom: 16px
}

.u-mt-16 {
    margin-top: 16px
}

.u-ml-16 {
    margin-left: 16px
}

.u-mr-16 {
    margin-right: 16px
}

@media only screen and (max-width:415px) {
    .u-mb-16--sp {
        margin-bottom: 16px
    }

    .u-mt-16--sp {
        margin-top: 16px
    }

    .u-ml-16--sp {
        margin-left: 16px
    }

    .u-mr-16--sp {
        margin-right: 16px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-16--pc {
        margin-bottom: 16px
    }

    .u-mt-16--pc {
        margin-top: 16px
    }

    .u-ml-16--pc {
        margin-left: 16px
    }

    .u-mr-16--pc {
        margin-right: 16px
    }
}

.u-mb-17 {
    margin-bottom: 17px
}

.u-mt-17 {
    margin-top: 17px
}

.u-ml-17 {
    margin-left: 17px
}

.u-mr-17 {
    margin-right: 17px
}

@media only screen and (max-width:415px) {
    .u-mb-17--sp {
        margin-bottom: 17px
    }

    .u-mt-17--sp {
        margin-top: 17px
    }

    .u-ml-17--sp {
        margin-left: 17px
    }

    .u-mr-17--sp {
        margin-right: 17px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-17--pc {
        margin-bottom: 17px
    }

    .u-mt-17--pc {
        margin-top: 17px
    }

    .u-ml-17--pc {
        margin-left: 17px
    }

    .u-mr-17--pc {
        margin-right: 17px
    }
}

.u-mb-18 {
    margin-bottom: 18px
}

.u-mt-18 {
    margin-top: 18px
}

.u-ml-18 {
    margin-left: 18px
}

.u-mr-18 {
    margin-right: 18px
}

@media only screen and (max-width:415px) {
    .u-mb-18--sp {
        margin-bottom: 18px
    }

    .u-mt-18--sp {
        margin-top: 18px
    }

    .u-ml-18--sp {
        margin-left: 18px
    }

    .u-mr-18--sp {
        margin-right: 18px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-18--pc {
        margin-bottom: 18px
    }

    .u-mt-18--pc {
        margin-top: 18px
    }

    .u-ml-18--pc {
        margin-left: 18px
    }

    .u-mr-18--pc {
        margin-right: 18px
    }
}

.u-mb-19 {
    margin-bottom: 19px
}

.u-mt-19 {
    margin-top: 19px
}

.u-ml-19 {
    margin-left: 19px
}

.u-mr-19 {
    margin-right: 19px
}

@media only screen and (max-width:415px) {
    .u-mb-19--sp {
        margin-bottom: 19px
    }

    .u-mt-19--sp {
        margin-top: 19px
    }

    .u-ml-19--sp {
        margin-left: 19px
    }

    .u-mr-19--sp {
        margin-right: 19px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-19--pc {
        margin-bottom: 19px
    }

    .u-mt-19--pc {
        margin-top: 19px
    }

    .u-ml-19--pc {
        margin-left: 19px
    }

    .u-mr-19--pc {
        margin-right: 19px
    }
}

.u-mb-20 {
    margin-bottom: 20px
}

.u-mt-20 {
    margin-top: 20px
}

.u-ml-20 {
    margin-left: 20px
}

.u-mr-20 {
    margin-right: 20px
}

@media only screen and (max-width:415px) {
    .u-mb-20--sp {
        margin-bottom: 20px
    }

    .u-mt-20--sp {
        margin-top: 20px
    }

    .u-ml-20--sp {
        margin-left: 20px
    }

    .u-mr-20--sp {
        margin-right: 20px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-20--pc {
        margin-bottom: 20px
    }

    .u-mt-20--pc {
        margin-top: 20px
    }

    .u-ml-20--pc {
        margin-left: 20px
    }

    .u-mr-20--pc {
        margin-right: 20px
    }
}

.u-mb-25 {
    margin-bottom: 25px
}

.u-mt-25 {
    margin-top: 25px
}

.u-ml-25 {
    margin-left: 25px
}

.u-mr-25 {
    margin-right: 25px
}

@media only screen and (max-width:415px) {
    .u-mb-25--sp {
        margin-bottom: 25px
    }

    .u-mt-25--sp {
        margin-top: 25px
    }

    .u-ml-25--sp {
        margin-left: 25px
    }

    .u-mr-25--sp {
        margin-right: 25px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-25--pc {
        margin-bottom: 25px
    }

    .u-mt-25--pc {
        margin-top: 25px
    }

    .u-ml-25--pc {
        margin-left: 25px
    }

    .u-mr-25--pc {
        margin-right: 25px
    }
}

.u-mb-28 {
    margin-bottom: 28px
}

.u-mt-28 {
    margin-top: 28px
}

.u-ml-28 {
    margin-left: 28px
}

.u-mr-28 {
    margin-right: 28px
}

@media only screen and (max-width:415px) {
    .u-mb-28--sp {
        margin-bottom: 28px
    }

    .u-mt-28--sp {
        margin-top: 28px
    }

    .u-ml-28--sp {
        margin-left: 28px
    }

    .u-mr-28--sp {
        margin-right: 28px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-28--pc {
        margin-bottom: 28px
    }

    .u-mt-28--pc {
        margin-top: 28px
    }

    .u-ml-28--pc {
        margin-left: 28px
    }

    .u-mr-28--pc {
        margin-right: 28px
    }
}

.u-mb-30 {
    margin-bottom: 30px
}

.u-mt-30 {
    margin-top: 30px
}

.u-ml-30 {
    margin-left: 30px
}

.u-mr-30 {
    margin-right: 30px
}

@media only screen and (max-width:415px) {
    .u-mb-30--sp {
        margin-bottom: 30px
    }

    .u-mt-30--sp {
        margin-top: 30px
    }

    .u-ml-30--sp {
        margin-left: 30px
    }

    .u-mr-30--sp {
        margin-right: 30px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-30--pc {
        margin-bottom: 30px
    }

    .u-mt-30--pc {
        margin-top: 30px
    }

    .u-ml-30--pc {
        margin-left: 30px
    }

    .u-mr-30--pc {
        margin-right: 30px
    }
}

.u-mb-35 {
    margin-bottom: 35px
}

.u-mt-35 {
    margin-top: 35px
}

.u-ml-35 {
    margin-left: 35px
}

.u-mr-35 {
    margin-right: 35px
}

@media only screen and (max-width:415px) {
    .u-mb-35--sp {
        margin-bottom: 35px
    }

    .u-mt-35--sp {
        margin-top: 35px
    }

    .u-ml-35--sp {
        margin-left: 35px
    }

    .u-mr-35--sp {
        margin-right: 35px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-35--pc {
        margin-bottom: 35px
    }

    .u-mt-35--pc {
        margin-top: 35px
    }

    .u-ml-35--pc {
        margin-left: 35px
    }

    .u-mr-35--pc {
        margin-right: 35px
    }
}

.u-mb-40 {
    margin-bottom: 40px
}

.u-mt-40 {
    margin-top: 40px
}

.u-ml-40 {
    margin-left: 40px
}

.u-mr-40 {
    margin-right: 40px
}

@media only screen and (max-width:415px) {
    .u-mb-40--sp {
        margin-bottom: 40px
    }

    .u-mt-40--sp {
        margin-top: 40px
    }

    .u-ml-40--sp {
        margin-left: 40px
    }

    .u-mr-40--sp {
        margin-right: 40px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-40--pc {
        margin-bottom: 40px
    }

    .u-mt-40--pc {
        margin-top: 40px
    }

    .u-ml-40--pc {
        margin-left: 40px
    }

    .u-mr-40--pc {
        margin-right: 40px
    }
}

.u-mb-45 {
    margin-bottom: 45px
}

.u-mt-45 {
    margin-top: 45px
}

.u-ml-45 {
    margin-left: 45px
}

.u-mr-45 {
    margin-right: 45px
}

@media only screen and (max-width:415px) {
    .u-mb-45--sp {
        margin-bottom: 45px
    }

    .u-mt-45--sp {
        margin-top: 45px
    }

    .u-ml-45--sp {
        margin-left: 45px
    }

    .u-mr-45--sp {
        margin-right: 45px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-45--pc {
        margin-bottom: 45px
    }

    .u-mt-45--pc {
        margin-top: 45px
    }

    .u-ml-45--pc {
        margin-left: 45px
    }

    .u-mr-45--pc {
        margin-right: 45px
    }
}

.u-mb-50 {
    margin-bottom: 50px
}

.u-mt-50 {
    margin-top: 50px
}

.u-ml-50 {
    margin-left: 50px
}

.u-mr-50 {
    margin-right: 50px
}

@media only screen and (max-width:415px) {
    .u-mb-50--sp {
        margin-bottom: 50px
    }

    .u-mt-50--sp {
        margin-top: 50px
    }

    .u-ml-50--sp {
        margin-left: 50px
    }

    .u-mr-50--sp {
        margin-right: 50px
    }
}

@media print, only screen and (min-width:416px) {
    .u-mb-50--pc {
        margin-bottom: 50px
    }

    .u-mt-50--pc {
        margin-top: 50px
    }

    .u-ml-50--pc {
        margin-left: 50px
    }

    .u-mr-50--pc {
        margin-right: 50px
    }
}

.u-m-0 {
    margin: 0 auto
}

.u-clearfix:after {
    content: "";
    display: block;
    clear: both
}

/*# sourceMappingURL=app.css.map */

@media only screen and (max-width: 415px) {
    .c-btn:after {
        display: none;
    }
    .hero__video video {
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-height: 100%;
        min-width: 100%
    }
}