@charset "UTF-8";

html {
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    background: #fff;
    color: #000;
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, meiryo, メイリオ, sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%
}

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

table {
    border-collapse: collapse
}

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

a,
a:hover {
    transition: all .2s ease
}

::-moz-selection {
    background-color: #e9f1f5;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #e9f1f5;
    color: #000;
    text-shadow: none
}

.legacy-ie {
    background: #eee;
    left: 0;
    padding: 100px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000
}

.legacy-ie a {
    text-decoration: none
}

.noscript {
    left: 0;
    padding: 100px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000
}

li,
ul {
    list-style-type: none
}

h2 {
    font-size: 24px;
    text-align: center
}

/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    word-break: normal
}

*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    margin: 0;
    padding: 0
}

hr {
    color: inherit;
    height: 0;
    overflow: visible
}

details,
main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

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

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

pre {
    font-size: 1em
}

b,
strong {
    font-weight: bolder
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

input {
    border-radius: 0
}

[disabled] {
    cursor: default
}

[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
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    color: inherit;
    cursor: pointer
}

[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-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-width: 0
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

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

select::-ms-value {
    color: currentColor
}

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

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

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true] {
    cursor: default
}

.l-page {
    width: 100%
}

@media screen and (min-width:992px) {
    .l-form-page {
        display: flex
    }
}

.l-form-page__main {
    position: relative
}

@media screen and (min-width:992px) {
    .l-form-page__main {
        max-width: 75%;
        width: 75%
    }
}

.l-form-page__side {
    background-color: #d9d9d9;
    height: 100vh;
    opacity: 0;
    overflow: scroll;
    padding: 32px 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(100%);
    transition: all .4s ease;
    transition: all .4s;
    visibility: hidden;
    width: 100%;
    z-index: 999
}

@media screen and (min-width:992px) {
    .l-form-page__side {
        align-items: center;
        display: flex;
        justify-content: center;
        max-width: 25%;
        opacity: 1;
        transform: none;
        visibility: visible;
        width: 25%
    }
}

.l-form-page__side.is-open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.l-form-page .inquiry-form {
    margin: 0 auto;
    width: 320px
}

.l-form-page .inquiry-form__inner {
    padding: 24px
}

.l-form-page .inquiry-form__title {
    position: relative;
    text-align: center
}

.l-form-page .inquiry-form__title .close-button {
    background-color: #f7f7f7;
    border-radius: 10px;
    height: 32px;
    left: 0;
    position: absolute;
    top: calc(50% - 16px);
    width: 32px
}

@media screen and (min-width:992px) {
    .l-form-page .inquiry-form__title .close-button {
        display: none
    }
}

.l-form-page .inquiry-form__title .close-button:before {
    border-bottom: 2px solid #a2a2a2;
    border-right: 2px solid #a2a2a2;
    content: "";
    height: 8px;
    left: calc(50% - 2px);
    position: absolute;
    top: calc(50% - 4px);
    transform: rotate(135deg);
    width: 8px
}

.l-form-page .inquiry-form__title .text {
    font-size: 16px;
    line-height: 1;
    text-align: center
}

@media screen and (min-width:992px) {
    .l-form-page .inquiry-form__title .text {
        font-size: 18px
    }
}

.l-form-page .inquiry-form__body,
.l-form-page .inquiry-form__body .form-block+.form-block {
    margin-top: 16px
}

.l-form-page .inquiry-form__body .form-label {
    display: block;
    font-weight: 700;
    padding-left: 16px
}

.l-form-page .inquiry-form__body .form-input,
.l-form-page .inquiry-form__body .form-select select {
    background: #fff;
    margin-top: 4px;
    padding: 16px;
    width: 100%
}

.l-form-page .inquiry-form__body .form-select {
    position: relative
}

.l-form-page .inquiry-form__body .form-select:after {
    border-bottom: 1px solid #a2a2a2;
    border-right: 1px solid #a2a2a2;
    content: "";
    height: 8px;
    position: absolute;
    right: 16px;
    top: calc(50% - 4px);
    transform: rotate(45deg);
    width: 8px
}

.l-form-page .inquiry-form__body .form-select select {
    width: 100%
}

.l-form-page .inquiry-form__body .form-note {
    color: #a2a2a2;
    font-size: 10px
}

.l-form-page .inquiry-form__body .form-note a {
    text-decoration: underline
}

.l-form-page .inquiry-form__body .form-button {
    background: #00a0e3;
    border-radius: 10px;
    color: #fff;
    display: block;
    margin-top: 32px;
    padding: 16px 32px;
    width: 100%
}

.l-form-page__cta {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: hsla(0, 0%, 100%, .1);
    bottom: 0;
    left: 0;
    padding: 8px 0;
    position: fixed;
    width: 100%
}

@media screen and (min-width:992px) {
    .l-form-page__cta {
        display: none
    }
}

.l-form-page__cta .cta-button {
    background: #00a0e3;
    border-radius: 10px;
    color: #fff;
    display: block;
    margin-top: 32px;
    padding: 16px 32px;
    text-align: center;
    width: 100%
}

@media screen and (min-width:992px) {
    .l-form-page .l-header {
        max-width: 75%;
        position: fixed;
        width: 75%
    }
}

@media screen and (min-width:768px) {
    #header {
        height: auto
    }
}

#header .l-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 380px
}

@media screen and (min-width:768px) {
    #header .l-header {
        height: auto
    }
}

#header .l-header img {
    height: auto;
    max-width: 300px;
    width: 94vw
}

@media screen and (min-width:768px) {
    #header .l-header img {
        max-width: 860px
    }
}

#header02 {
    height: 548px
}

@media screen and (min-width:768px) {
    #header02 {
        height: auto
    }
}

#header02 .l-header {
    align-items: center;
    display: flex;
    height: 390px;
    justify-content: center
}

@media screen and (min-width:768px) {
    #header02 .l-header {
        height: auto
    }
}

#header02 .l-header img {
    height: auto;
    max-width: 300px;
    width: 94vw
}

@media screen and (min-width:768px) {
    #header02 .l-header img {
        max-width: 860px
    }
}

#header02 .p-cta {
    display: flex;
    flex-direction: column;
    height: 148px;
    justify-content: center
}

@media screen and (min-width:768px) {
    #header02 .p-cta {
        flex-direction: row;
        height: auto
    }
}

.l-header {
    background: #00a0e3;
    background-image: linear-gradient(180deg, rgba(0, 160, 233, 0) 80.21%, #00a0e9), url(../img/common/bg.png);
    background-repeat: repeat;
    padding: 4px 0 16px 0;
    position: relative;
    transition: all .2s ease;
    width: 100%;
    z-index: 100
}

@media screen and (min-width:768px) {
    .l-header {
        background-image: url(../img/common/bg.png);
        padding-bottom: 16px;
        padding-top: 56px
    }
}

@media screen and (min-width:992px) {
    .l-header {
        padding-bottom: 16px;
        padding-top: 56px
    }
}

.fixed-button {
    bottom: 0;
    display: none;
    margin-bottom: 24px;
    position: fixed;
    width: 100%;
    z-index: 99
}

@media screen and (min-width:768px) {
    .fixed-button {
        margin-bottom: 30px
    }
}

.fixed-button__list {
    -moz-column-gap: 6px;
    column-gap: 6px;
    display: flex;
    justify-content: center;
    padding-left: 4%;
    padding-right: 4%
}

.fixed-button__item {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .16)
}

.l-footer {
    background-color: #00a0e3;
    margin-top: 40px;
    padding-bottom: 100px;
    padding-top: 32px;
    text-align: center
}

@media screen and (min-width:768px) {
    .l-footer {
        padding-bottom: 109px
    }
}

.l-footer>ul {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    justify-content: center;
    row-gap: 16px
}

@media screen and (min-width:768px) {
    .l-footer>ul {
        -moz-column-gap: 80px;
        column-gap: 80px;
        flex-direction: row
    }
}

.l-footer>ul li a {
    color: #fff
}

.l-footer__copyright {
    background-color: #00a0e3;
    color: #fff;
    font-size: 12px;
    margin-top: 22px;
    text-align: center
}

@media screen and (min-width:768px) {
    .l-footer__copyright {
        margin-top: 16px
    }
}

.l-footer__copyright .sp {
    display: block
}

@media screen and (min-width:768px) {
    .l-footer__copyright .sp {
        display: none
    }
}

.l-footer__copyright .md {
    display: none
}

@media screen and (min-width:768px) {
    .l-footer__copyright .md {
        display: block
    }
}

.p-container {
    padding-left: 16px;
    padding-right: 16px
}

@media screen and (min-width:768px) {
    .p-container {
        margin: 0 auto;
        max-width: 680px;
        padding-left: 0;
        padding-right: 0
    }
}

.header_note {
    color: #a2a2a2;
    font-size: 11px;
    font-weight: 400;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.p-cta {
    padding-top: 8px;
    text-align: center
}

@media screen and (min-width:768px) {
    .p-cta {
        padding-top: 16px
    }
}

.p-cta .p-cta-lead {
    background-color: #e9f1f5;
    border-radius: 10px;
    margin-bottom: 8px;
    padding: 16px
}

@media screen and (min-width:768px) {
    .p-cta .p-cta-lead {
        margin-bottom: 16px
    }

    .p-cta .p-cta__container {
        -moz-column-gap: 5%;
        column-gap: 5%;
        display: flex
    }

    .p-cta .p-cta__left {
        padding-top: 24px;
        text-align: left;
        width: 50%
    }
}

.p-cta .p-cta__left img {
    width: 198px
}

@media screen and (min-width:768px) {
    .p-cta .p-cta__left img {
        width: 283px
    }
}

.p-cta .p-cta__left p {
    font-size: clamp(12px, 1.614530777vw, 16px);
    margin-top: 4px
}

@media screen and (min-width:768px) {
    .p-cta .p-cta__right {
        width: 50%
    }
}

.p-cta .p-cta__right .p-text img {
    width: 240px
}

@media screen and (min-width:768px) {
    .p-cta .p-cta__right .p-text img {
        width: 337px
    }
}

.p-cta02 {
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center
}

@media screen and (min-width:768px) {
    .p-cta02 {
        -moz-column-gap: 5%;
        column-gap: 5%;
        display: flex;
        padding-bottom: 24px;
        padding-top: 24px
    }

    .p-cta02 .p-cta__left {
        padding-top: 16px;
        text-align: left;
        width: 50%
    }
}

.p-cta02 .p-cta__left img {
    width: 220px
}

@media screen and (min-width:768px) {
    .p-cta02 .p-cta__left img {
        width: 300px
    }
}

.p-cta02 .p-cta__left p {
    font-size: clamp(12px, 1.614530777vw, 16px);
    margin-top: 4px
}

@media screen and (min-width:768px) {
    .p-cta02 .p-cta__right {
        width: 50%
    }
}

.p-cta02 .p-cta__right .text img {
    width: 240px
}

@media screen and (min-width:768px) {
    .p-cta02 .p-cta__right .text img {
        width: 337px
    }
}

.p-flow__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4
}

.p-flow__title span {
    background-color: #00a0e3;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 24px;
    line-height: 1.8;
    margin-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    width: 76px
}

.p-flow__text {
    margin-top: 8px
}

.p-flow .p-flow-detail {
    -moz-column-gap: 12px;
    column-gap: 12px;
    display: flex;
    justify-content: space-between
}

.p-flow .p-flow-detail .p-flow-detail__image {
    flex-shrink: 0;
    width: 94px
}

.p-flow__list {
    border-bottom: 3px solid #e9f1f5;
    padding-bottom: 20px;
    padding-top: 22px;
    position: relative
}

.p-flow__list:not(:last-child):after,
.p-flow__list:not(:last-child):before {
    content: "";
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%)
}

.p-flow__list:not(:last-child):before {
    border: 48px solid transparent;
    border-top: 24px solid #e9f1f5
}

.p-flow__list:not(:last-child):after {
    border: 48px solid transparent;
    border-top: 24px solid #fff;
    margin-top: -3px
}

.p-flow__list:last-child {
    border-bottom: 0
}

.c-menu-icon {
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 300
}

@media screen and (min-width:992px) {
    .c-menu-icon {
        display: none
    }
}

.c-menu-icon__wrap {
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 20px
}

.c-menu-icon__wrap>span {
    background-color: #00a0e3;
    height: 1px;
    left: 0;
    position: absolute;
    transition: .2s ease-out;
    width: 100%
}

.c-menu-icon__wrap>span:first-child {
    top: 14px
}

.c-menu-icon__wrap>span:nth-child(2) {
    top: 20px
}

.c-menu-icon__wrap>span:nth-child(3) {
    top: 26px
}

.c-menu-icon.is-open .c-menu-icon__wrap>span {
    background-color: #00a0e3
}

.c-menu-icon.is-open .c-menu-icon__wrap>span:first-child {
    transform: translateY(6px) rotate(-45deg)
}

.c-menu-icon.is-open .c-menu-icon__wrap>span:nth-child(2) {
    transform: scaleX(0)
}

.c-menu-icon.is-open .c-menu-icon__wrap>span:nth-child(3) {
    transform: translateY(-6px) rotate(45deg)
}

.c-button {
    align-items: center;
    border-radius: 100px;
    display: block;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 58px;
    justify-content: center;
    transition: all .2s;
    width: 256px
}

.c-button,
.c-button--outlined,
.c-button:hover {
    background: #fff;
    color: #00a0e3
}

.c-button--outlined:hover {
    background-color: #00a0e3;
    color: #fff
}

.c-button--rounded {
    border-radius: 100vh
}

.c-button-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media screen and (min-width:768px) {
    .c-button-wrapper .c-button {
        margin: 0 8px
    }
}

.c-app__contents {
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex;
    justify-content: center
}

@media screen and (min-width:768px) {
    .c-app__contents {
        padding: 0
    }
}

.c-app__contents img {
    flex-shrink: 0
}

.c-tab {
    display: block;
    margin: 14px auto 0;
    width: 100%
}

@media screen and (min-width:992px) {
    .c-tab {
        display: none
    }
}

.c-tab__button {
    -moz-column-gap: 4px;
    column-gap: 4px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0
}

.c-tab__button>li {
    align-items: center;
    background-color: #d9d9d9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #a2a2a2;
    cursor: pointer;
    display: flex;
    font-size: clamp(12px, 3.2941176471vw, 14px);
    font-weight: 700;
    justify-content: center;
    padding: 1em 0;
    text-align: center;
    width: 50%
}

.c-tab__button>li.is-active {
    background-color: #fff;
    border-top: 5px solid #00a0e3;
    color: #00a0e3;
    cursor: auto
}

.c-tab__content>div {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    display: none;
    height: 836px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    z-index: 2
}

@media screen and (min-width:554px) {
    .c-tab__content>div {
        padding-left: 24px;
        padding-right: 24px
    }
}

.c-tab__content>div.is-show {
    display: block
}

.c-section-title {
    border-bottom: 1px solid #a2a2a2;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 16px
}

@media screen and (min-width:425px) {
    .u-hide-up-xs {
        display: none !important
    }
}

@media screen and (min-width:554px) {
    .u-hide-up-sm {
        display: none !important
    }
}

@media screen and (min-width:768px) {
    .u-hide-up-md {
        display: none !important
    }
}

@media screen and (min-width:992px) {
    .u-hide-up-lg {
        display: none !important
    }
}

@media screen and (min-width:1200px) {
    .u-hide-up-xl {
        display: none !important
    }
}

@media screen and (max-width:424px) {
    .u-hide-down-xs {
        display: none !important
    }
}

@media screen and (max-width:553px) {
    .u-hide-down-sm {
        display: none !important
    }
}

@media screen and (max-width:767px) {
    .u-hide-down-md {
        display: none !important
    }
}

@media screen and (max-width:991px) {
    .u-hide-down-lg {
        display: none !important
    }
}

@media screen and (max-width:1199px) {
    .u-hide-down-xl {
        display: none !important
    }
}

.page-front .js-fadeIn {
    opacity: 0;
    transform: translateY(40px);
    transition: transform .6s ease .2s, opacity 1s ease .2s
}

.page-front .js-fadeIn.is-active {
    opacity: 1;
    transform: translate(0)
}

.page-front .anchor {
    padding-bottom: 8px;
    text-align: center
}

@media screen and (min-width:768px) {
    .page-front .anchor {
        padding-bottom: 16px
    }
}

.page-front .anchor .anchor-button {
    width: 100%
}

.page-front .anchor svg {
    flex-shrink: 0;
    height: 6px;
    margin-left: 8px;
    width: 12px
}

@media screen and (min-width:768px) {
    .page-front .anchor svg {
        height: 8px;
        width: 14px
    }
}

.page-front .overview {
    background-color: #00a0e3;
    color: #fff;
    padding-top: 24px
}

@media screen and (min-width:992px) {
    .page-front .overview {
        padding-top: 40px
    }
}

.page-front .overview__slider {
    margin: 32px auto 0;
    max-width: 860px
}

.page-front .overview__slider .swiper-wrapper {
    transition-timing-function: linear
}

.page-front .overview__slider .swiper-slide img {
    height: auto;
    width: 100%
}

.page-front .overview__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 24px
}

@media screen and (min-width:768px) {
    .page-front .overview__container {
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 48px
    }
}

.page-front .overview__content h3 {
    font-size: 20px;
    position: relative;
    text-align: center
}

.page-front .overview__content h3:before {
    background-color: #f6df35;
    bottom: -10px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transform: translate(-50%);
    width: 50px
}

@media screen and (min-width:768px) {
    .page-front .overview__content h3:before {
        left: 25px
    }

    .page-front .overview__content h3 {
        text-align: left
    }
}

.page-front .overview__content p {
    font-size: 14px;
    font-weight: 700;
    margin-top: 24px;
    text-align: center;
}

@media screen and (min-width:768px) {
    .page-front .overview__content p {
        max-width: 340px;
        text-align: left;
    }
}

.page-front .overview__image {
    margin-top: 36px;
    max-width: 266px
}

@media screen and (min-width:768px) {
    .page-front .overview__image {
        margin-top: 0
    }
}

.page-front .supervise {
    padding: 32px 0
}

@media screen and (min-width:768px) {
    .page-front .supervise {
        padding: 64px 0
    }
}

.page-front .supervise p {
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px
}

.page-front .supervise .supervise__list {
    display: grid;
    gap: 8px 14px;
    grid-template-columns: repeat(2, 1fr)
}

@media screen and (min-width:768px) {
    .page-front .supervise .supervise__list {
        -moz-column-gap: 8px;
        column-gap: 8px;
        grid-template-columns: repeat(4, 1fr);
        padding-top: 16px
    }
}

.page-front .supervise .supervise__list .supervise__item img {
    height: auto;
    width: auto
}

.page-front .video {
    background-color: #00a0e3;
    padding: 24px 0
}

@media screen and (min-width:768px) {
    .page-front .video {
        padding: 48px 0
    }
}

.page-front .video .video__inner {
    margin: 16px auto 0;
    text-align: center
}

@media screen and (min-width:768px) {
    .page-front .video .video__inner {
        margin-top: 20px
    }
}

.page-front .video .video__inner .movie {
    background-color: #fff;
    border-radius: 10px;
    height: auto;
    max-width: 560px;
    width: 100%
}

.page-front .video .video-button {
    margin-top: 16px
}

.page-front .service {
    background: #00a0e3;
    background-image: url(../img/common/bg.png);
    padding-top: 12px
}

.page-front .service .service__image {
    margin: 0 auto;
    max-height: 330px;
    max-width: 374px;
    width: 100%
}

.page-front .banner {
    padding: 24px 0;
    text-align: center
}

@media screen and (min-width:768px) {
    .page-front .banner .banner__image {
        padding-left: 100px;
        padding-right: 100px
    }
}

.page-front .flow {
    background-color: #e9f1f5;
    padding-bottom: 40px;
    padding-top: 32px
}

@media screen and (min-width:768px) {
    .page-front .flow {
        padding-top: 44px
    }
}

.page-front .flow .flow__note {
    font-size: 12px;
    margin-top: 4px
}

@media screen and (min-width:768px) {
    .page-front .flow .flow__note {
        text-align: center
    }
}

.page-front .flow .flow-contents {
    display: none;
    margin-top: 21px
}

@media screen and (min-width:992px) {
    .page-front .flow .flow-contents {
        display: block
    }
}

.page-front .flow .flow-contents__list {
    -moz-column-gap: 28px;
    column-gap: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.page-front .flow .flow-contents__header {
    background-color: #00a0e3;
    border-radius: 10px;
    padding-bottom: 16px;
    padding-top: 16px;
    text-align: center
}

.page-front .flow .flow-contents__header .flow-contents__title {
    color: #fff;
    font-size: 20px
}

.page-front .flow .flow-contents__body {
    background-color: #fff;
    border-radius: 10px;
    height: 824px;
    margin-top: 4px;
    padding: 16px 16px 0
}

.page-front .flow .note {
    color: #a2a2a2;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4
}

.page-front .faq {
    padding-bottom: 40px;
    padding-top: 32px
}

@media screen and (min-width:768px) {
    .page-front .faq {
        padding-top: 40px
    }
}

.page-front .faq .accordion {
    list-style: none;
    margin: 24px auto 0;
    width: 100%
}

.page-front .faq .accordion .accordion__title {
    border-bottom: 1px solid #00a0e3;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 56px 8px 16px;
    position: relative;
    transition: all .5s ease
}

@media screen and (min-width:768px) {
    .page-front .faq .accordion .accordion__title {
        padding: 8px 56px 8px 16px
    }
}

.page-front .faq .accordion .accordion__title:after {
    border-right: 2px solid #00a0e3;
    border-top: 2px solid #00a0e3;
    content: "";
    height: 10px;
    position: absolute;
    right: 4px;
    top: 40%;
    transform: rotate(135deg);
    transition: all .3s;
    width: 10px
}

.page-front .faq .accordion .accordion__title:before {
    color: #00a0e3;
    content: "Q.";
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    margin-right: 12px
}

.page-front .faq .accordion .accordion__title.is-close:after {
    transform: rotate(315deg)
}

.page-front .faq .accordion .accordion__content {
    display: none;
    font-size: 16px;
    padding: 8px 0 0
}

.page-front .faq .accordion .accordion__content a {
    border-bottom: 1px solid #000
}

.page-front .sns .sns-container {
    background-color: #00a0e3;
    border-radius: 10px;
    height: 169px;
    margin: 0 auto;
    max-width: 343px;
    padding-top: 18px
}

@media screen and (min-width:768px) {
    .page-front .sns .sns-container {
        align-items: center;
        -moz-column-gap: 20px;
        column-gap: 20px;
        display: flex;
        height: 88px;
        justify-content: center;
        max-width: 680px;
        padding-top: 0
    }
}

.page-front .sns .sns__box {
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    height: 61px;
    justify-content: center;
    margin: 16px auto 0;
    width: 254px
}

@media screen and (min-width:768px) {
    .page-front .sns .sns__box {
        margin: 0
    }
}

.page-front .sns .sns__box>ul {
    align-items: center;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: flex;
    justify-content: center
}

.page-front .caution {
    padding-bottom: 40px;
    padding-top: 32px
}

@media screen and (min-width:768px) {
    .page-front .caution .caution__container {
        margin-top: 26px
    }
}

.page-front .caution .caution__container .title {
    color: #a2a2a2;
    font-size: 16px;
    font-weight: 400;
    margin-top: 24px
}

@media screen and (min-width:768px) {
    .page-front .caution .caution__container .title {
        margin-top: 40px
    }
}

.page-front .caution .caution__container p {
    color: #a2a2a2;
    font-size: 16px;
    font-weight: 400
}

.page-front .caution .caution__container p+p {
    margin-top: 26px
}

.page-front .contact {
    padding-bottom: 40px;
    padding-top: 32px
}

.page-front .contact .contact-button__wrapper {
    display: grid;
    margin-top: 24px;
    row-gap: 8px
}

@media screen and (min-width:768px) {
    .page-front .contact .contact-button__wrapper {
        -moz-column-gap: 12px;
        column-gap: 12px;
        grid-template-columns: repeat(2, 1fr)
    }
}

.page-front .contact .contact-button__wrapper .contact-button {
    align-items: center;
    border: 1px solid #00a0e3;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    text-align: center
}

.page-front .contact .contact-button__wrapper .contact-button span {
    margin-bottom: 10px
}

.page-front .contact .contact-button__wrapper .contact-button>a {
    border-bottom: 1px solid #00a0e3;
    color: #00a0e3;
    font-size: 13px
}

.page-front .contact .contact-button__wrapper .contact-button>a+a {
    margin-top: 10px
}


.l-header p {
    background: #fff;
    color: #00a0e3;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5; /* 24px */
    padding:12px 33px;
    border-radius: 8.35px;
    text-align: center;
    width:679px;
}

.header_pricing_link {
    color:#fff;
    font-size: 16px;
    margin:0 0 1em;
    text-align: center;
    border-bottom: 1px solid #fff;
    line-height: 120%;
    /* font-weight: 400;s */
}
.faq_pricing_link {
    color:#00A0E3;
    border-bottom: 1px solid #00A0E3 !important;
}

@media screen and (max-width:767px) {
    .l-header p {
        width:288px;
        font-size: 14px;
        padding:8px 0;
    }
    .l-header p span {
        display:block;
    }
    .header_pricing_link {
        font-size: 14px;
    }
}
.btn_pricing {
    width: max(40%, 230px);
    margin: 16px auto 0;
}
.cta-point-image-pc {
    display: block;
    margin: 0 auto;
}