* {
    box-sizing: border-box;
}

body {
    /*
    font-family: 'M PLUS Rounded 1c', sans-serif;
    */
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.6;
    color: #555;
    font-size: 16px;
    font-weight: 600;
    margin-top: 60px;
}

html {
    width: 100%;
    overflow-x: hidden;
}

a {
    color: #ff4f5f;
}

section {
    overflow: hidden;
    margin: auto
}

::placeholder {
    color: #ccc;
}

::placeholder:focus {
    color: #37d2e7;
}

.sp_only {
    display: none !important;
}

.c1 {
    color: #37d2e7;
    font-size: 125%;
    vertical-align: baseline;
}

.c2 {
    background-color: #dbfbff;
    font-size: 125%;
    vertical-align: baseline;
}

.c3 {
    font-size: 125%;
    vertical-align: baseline;
    position: relative;
    color: #37d2e7;
    display: inline-block;
}

.c3:after {
    content: "";
    position: absolute;
    border: solid 10px #dbfbff;
    display: block;
    width: 100%;
    height: 100%;
    bottom: 6px;
    z-index: -1;
    border-width: 0 0 10px 0;
}

[type=text]:focus {
    border: none !important;
    background-color: #dafbff;
}

.circle-text span {
    position: absolute;
    top: -55px;
    left: calc(50% - 15px);
    display: inline-block;
    width: 30px;
    height: 100px;
    transform-origin: center bottom;
    color: #37d2e7;
    font-size: 18px;
}

.circle-text span:nth-child(1) {
    transform: rotate(-30deg);
}

.circle-text span:nth-child(2) {
    transform: rotate(-10deg);
}

.circle-text span:nth-child(3) {
    transform: rotate(10deg);
}

.circle-text span:nth-child(4) {
    transform: rotate(30deg);
}


.wave_wrap {
    position: relative;
    overflow: unset;
    background-color: #e1fbff;
    padding-bottom: 200px !important;
    background: linear-gradient(0deg, #e1fbff 0%, #fff 40%, #fff 100%), url(../../images/bg.png);
    margin-bottom: 100px;
}

.wrap {
    width: 1232px;
    margin: 0 auto;
}

.wave {
    position: absolute;
    height: 158px;
    width: 100%;
    background: #e7fcff;
    bottom: 0;
}

.wave::before,
.wave::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100% 50%;
}

.wave::before {
    width: 55%;
    height: 109%;
    background-color: #fff;
    right: -1.5%;
    top: 60%;
}

.wave::after {
    width: 55%;
    height: 100%;
    background-color: #e7fcff;
    left: -1.5%;
    top: 40%;
}

/*--slick関連--*/
/*矢印*/
.slick-prev {
    width: 25px;
    height: 25px;
    margin: auto;
    text-align: center;
}

.slick-next {
    width: 25px;
    height: 25px;
    margin: auto;
    text-align: center;
}

.slick-prev:before {
    color: #b3b3b3;
    font-size: 30px;
    z-index: 3;
}

.slick-next:before {
    color: #b3b3b3;
    font-size: 30px;
}

.slider {
    visibility: hidden;
}

.slick-initialized {
    visibility: visible;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 0 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0;
    border-radius: 0.5rem;
    font-weight: bold;
    text-decoration: unset !important;
}

.btn:hover {
    text-decoration: unset !important;
}

.slick-arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 20px;
    height: 38px;
    color: transparent;
    z-index: 1;
    transition: opacity 0.5s;
    z-index: 1;
}

.slick-arrow:hover {
    opacity: 0.7;
}

/* 共通設定 */
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.slick-next::after,
.slick-prev::after {
    width: 26px;
    height: 26px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
}

/* next */
.slick-next {
    right: 26px;
}

.slick-next::after {
    right: 4px;
    transform: rotate(45deg);
}

/* prev */
.slick-prev {
    left: 26px;
}

.slick-prev::after {
    left: 4px;
    transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {

    .slick-next::after,
    .slick-prev::after {
        width: 10px;
        height: 10px;
    }

    .slick-next {
        right: 8px;
    }

    .slick-prev {
        left: 8px;
    }

    .slick-next::after {
        right: 2px;
    }
}

.link-anker {
    color: red;
}

/*--------------------------------*/


section h2 {
    padding-top: 100px;
    font-size: 58px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    color: #37d2e7;
    font-family: "Noto Sans Japanese";
}

.hero {
    height: 800px;
    background-position: center;
    background-size: cover;
    background-color: #37d2e7;
    background: linear-gradient(-45deg, #90f3ff99, #008c9ed4), url(../../images/72503856.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.hero .contents {
    margin: auto;
    width: 1232px;
    padding-top: 160px;
}

.hero .contents h1 {
    font-size: 47px;
    font-weight: bold;
    padding-bottom: 30px;
    padding-left: 40%;
    color: #fff;
    text-shadow: 2px 2px 0px #2e8a96;
    font-family: "Noto Sans Japanese";
}

.hero .contents p {
    font-size: 22px;
    padding-bottom: 60px;
    padding-left: 40%;
    color: #fff;
    text-shadow: 1px 1px 0px #2e8a96;
}

.hero .contents .trial-form {
    display: flex;
    padding-left: 40%;
}

.hero .contents .trial-form input {
    width: 550px;
    height: 70px;
    border-radius: 10px;
    font-size: 18px;
    padding-left: 30px;
    border: none;
}

.hero .contents .trial-form .btn-try {
    height: 70px;
    width: 230px;
    border-radius: 10px;
    background-color: #ff4f5f;
    margin-left: 10px;
    line-height: 70px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.hero .contents .trial-form .btn-try:hover {
    background-color: #fff;
    color: #ff4f5f;
    text-decoration: none;
}

.top-news {
    width: 100%;
    height: 60px;
    margin: auto;
    /*
    border-bottom: 3px solid #eeeeee;
    */
    background-color: #f5f5f5;
}

.top-news p {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 1232px;
    line-height: 3;
    text-align: end;
}

.top-news .contents .new {
    font-size: 112.5%;
    color: #37d2e7;
    padding-right: 10px;
}

.top-news .contents .day {
    font-size: 112.5%;
    color: #707070;
    padding-right: 10px;
}

.top-news .contents .title {
    font-size: 18px;
    color: #142646;
    padding-right: 10px;
    text-decoration: underline;
}

.top-news .contents .title:hover {
    color: #ff0000;
}

/*--------------------------------
    featur
--------------------------------*/

.featur {
    align-items: center;
    padding-bottom: 0px !important;
}

.featur h2 {}

.featur .featur-copy {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin: auto;
    padding: 35px 0 0px 0;
    margin-bottom: 100px;
}

.featur ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.featur li {
    width: 600px;
    /* border: 1px solid #37d2e7; */
    /* border-radius: 10px; */
    margin: 0;
    text-align: center;
    margin-bottom: 100px;
}

.featur li h3 {
    font-size: 28px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 10px;
}

.featur li .img {
    width: 430px;
    margin: auto;
    margin-bottom: 20px;
}

.featur li .feature-img {
    object-fit: cover;
    width: 420px;
    margin-top: 0px;
}

.featur li p {
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/*--------------------------------
    hero
--------------------------------*/
.hero-belt {
    overflow: hidden;
    width: 100%;
    height: 450px;
    margin: auto;
    display: flex;
    /* background-image: url(../../images/kv05.jpg); */
    background-color: #90f3ff99;
    background: linear-gradient(-45deg, #90f3ffe0, #008c9ee6), url(../../images/85244745.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-belt .mein * {
    vertical-align: baseline;
}

.hero-belt .mein {
    width: 745px;
    margin: auto;
}

.hero-belt .mein h3 {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #fff;
    font-family: "Noto Sans Japanese";
    text-shadow: 1px 1px 0px #2e8a96;
}

.hero-belt .mein p {
    font-size: 20px;
    padding-bottom: 30px;
    color: #fff;
    text-shadow: 1px 1px 0px #2e8a96;
}

.hero-belt .trial-form {
    display: flex;
}

.hero-belt .trial-form input {
    width: 440px;
    height: 50px;
    border-radius: 10px;
    font-size: 18px;
    padding-left: 10px;
    margin-right: 10px;
    border: none;
}

.hero-belt .trial-form .btn {
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    background-color: #ff4f5f;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding-top: 0 !important;
}

.hero-belt .trial-form .btn:hover {
    background-color: #fff;
    color: #ff4f5f;
    text-decoration: none;
}

.hero-belt .left-img {
    padding-right: 100px;
    display: inline-block;
    position: relative;
    width: 750px;
}

.hero-belt .left-img {
    position: relative;
}

.hero-belt .left-img .mac {
    height: 400px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: 30;
}

.hero-belt .left-img .iphone {
    height: 300px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: 50px;
}

.hero-belt .right-img {
    position: relative;
    width: 420px;
    padding-left: 45px;
}

.hero-belt .right-img .win {
    width: 400px;
}

.hero-belt .right-img .win3 {
    position: absolute;
    bottom: 10%;
    right: -10%;
}

.hero-belt .right-img .win2 {
    position: absolute;
    bottom: 25%;
    right: -20%;
}

.hero-belt .right-img .win1 {
    position: absolute;
    bottom: 40%;
    right: -30%;
}

/*--------------------------------
    merit
--------------------------------*/

.merit {
    padding-bottom: 100px;
}

.merit .merit-copy {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 120px;
}

.merit .merit-cards li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto 140px auto;
    height: 350px;
}

.merit .merit-cards .right {
    width: 580px;
    height: 350px;
    grid-column: 2;
    display: inline-block;
    position: relative;
}

.merit .merit-cards .left {
    width: 580px;
    height: 350px;
    margin-right: 72px;
    grid-column: 1;
    grid-row: 1;
    display: inline-block;
    position: relative;
}

.merit .merit-cards li h3 span.merit {
    font-size: 26px;
    text-align: left;
    color: #fff;
    padding: 0;
    line-height: 1;
    display: block;
    background-color: #37d2e7;
    width: fit-content;
    padding: 6px 4px 3px 4px;
    margin-bottom: 5px;
}

.merit .merit-cards li h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
}

.merit .merit-cards li p {
    font-size: 20px;
    padding-top: 30px;
    line-height: 1.75;
}

.merit .merit-cards li .merit-img {
    object-fit: cover;
    height: 400px;
}

.merit .merit-cards li .text {}

.merit .merit-cards li .btn {
    width: 260px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #37d2e7;
    background-color: #37d2e7;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.merit .merit-cards li .btn:hover {
    background-color: #fff;
    color: #37d2e7;
    text-decoration: none;
}

.merit .btn-function {
    margin: 80px auto auto auto;
    display: block;
    height: 60px;
    width: 500px;
    font-size: 125%;
    border-radius: 10px;
    background-color: #ff4f5f;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.merit .btn-function:hover {
    background-color: #fff;
    color: #ff4f5f;
    border: 1px solid #ff4f5f;
    padding-bottom: 1px;
    text-decoration: none;
}

/*--------------------------------
    flow
--------------------------------*/

.flow {
    width: 100%;
}

.flow a {
    text-decoration: underline;
}

.flow h2 {
    padding-bottom: 0px;
}

.flow .flow-copy {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 120px;
}

.flow .flow-cards {
    width: 1232px;
    margin: auto;
    margin-bottom: 100px;
    position: relative;
}

.flow li {
    display: flex;
    margin-bottom: 50px;
    position: relative;
    padding: 30px;
    border: solid 3px #37d2e7;
    border-radius: 25px;
}

.flow li .flow-img {
    width: 300px;
    object-fit: cover;
    margin-right: 60px;
}

.flow li .flow-name {
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 20px;
    vertical-align: baseline;
}

.flow .flow-cards .flow-no {
    font-size: 30px;
    color: #fff;
    vertical-align: baseline;
    margin-right: 11px;
    background-color: #37d2e7;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 0%;
    text-align: center;
    display: block;
    position: absolute;
    top: -30px;
    left: -30px;
    border-radius: 50%;
}

.flow li p {
    font-size: 22px;
}

.flow .btn {
    width: auto;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 30px;
    border: 1px solid #37d2e7;
    color: #fff;
    background-color: #37d2e7;
    text-align: center;
    font-size: 125%;
    bottom: 30px;
}

.flow .btn:hover {
    background-color: #F1FDFF;
    color: #37d2e7;
    text-decoration: none;
}

.flow li.arrow-down {
    position: relative;
    margin-bottom: 100px;
}

.flow li.arrow-down:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #ededed;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1.75em 3em;
    border-top-color: currentColor;
    border-bottom: 0;
    margin-left: 102px;
    bottom: -66px;
    position: absolute;
}

/*--------------------------------
    charge
--------------------------------*/

.charge {
    width: 100%;
    padding-bottom: 100px;
}

.charge h2 {}

.charge .charge-copy {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 120px;
}

.charge h3 {
    font-size: 32px;
    color: #fff;
    background-color: #707070;
    text-align: center;
    line-height: 80px;
}

.charge h1 {
    font-size: 38px;
    font-weight: bold;
    color: #707070;
}

.charge .plan-contents {
    padding: 40px 30px 30px 65px;
}

.charge .plan {
    background-color: #fff;
}

.charge .basic {
    width: 1030px;
    margin: auto;
    border: 1px solid #707070;
    margin-bottom: 50px;
    position: relative;
}

.charge .basic span {
    vertical-align: baseline;
    font-size: 40%;
    color: #FF0000;
}

.charge .basic .under {
    padding-top: 20px;
    display: flex;
}

.charge .option {
    width: 1030px;
    margin: auto;
    border: 1px solid #37d2e7;
    margin-bottom: 50px;
    position: relative;
}

.charge .option h3 {
    background-color: #37d2e7;
}

.charge .option h1 {
    color: #37d2e7;
}

.charge .option span {
    font-size: 75%;
    vertical-align: baseline;
    color: #707070;
}

.charge .option p {
    font-size: 18px;
}

.charge .option .under {
    display: flex;
    padding-top: 25px;
    padding-bottom: 70px;
}

.charge .option .under ul {
    list-style-type: disc;
    margin-left: 2em;
}

.charge .option .under li {
    font-size: 24px;
}

.charge .option .under .asterisk {
    font-size: 90%;
    margin: auto 0 0 auto;
}

.charge .option .under .btn-simple {
    text-align: right;
    color: #707070;
    border: #707070;
}

.charge .another {
    width: 1030px;
    margin: auto;
    border: 1px solid #ff4f5f;
    margin-bottom: 50px;
    position: relative;
}

.charge .another h3 {
    background-color: #ff4f5f;
}

.charge .another h1 {
    color: #ff4f5f;
}

.charge .another span {
    font-size: 75%;
    vertical-align: baseline;
    color: #707070;
}

.charge .another p {
    font-size: 20px;
    padding-top: 10px;
}

.charge .another li {
    padding-bottom: 50px;
}

.charge .btn {
    width: auto;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 20px;
    text-align: center;
    font-size: 20px;
}

.charge .basic .btn {
    background-color: #ff4f5f;
    color: #fff;
    border: 1px solid #ff4f5f;
}

.charge .basic .btn:hover {
    background-color: #fff0f4;
    color: #ff4f5f;
    border: 1px solid #fff;
}

.charge .another .btn {
    background-color: #ff4f5f;
    color: #fff;
    border: 1px solid #ff4f5f;
}

.charge .another .btn:hover {
    background-color: #fff0f4;
    color: #ff4f5f;
    border: 1px solid #fff;
}

.charge .option .btn {
    background-color: #37d2e7;
    border: 1px solid #37d2e7;
    color: #fff;
}

.charge .option .btn:hover {
    background-color: #fff;
    border: 1px solid #37d2e7;
    color: #37d2e7;
}

/*--------------------------------
    customer
--------------------------------*/

.customer {
    margin: 30px auto 100px auto;
}

.customer .customer-copy {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 120px;
}

.customer .slider {
    width: 1232px;
    margin: 50px auto 60px auto;
}

.customer .slick-inner .cst-voice {
    padding: 15px;
    width: 390px;
    border-radius: 0;
    background-color: #f5f5f5;
}

.customer .slick-inner .profile {
    display: flex;
}

.customer .slick-inner .profile .customer-img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    margin-right: 20px;
}

.customer .slick-inner .profile p {
    font-size: 20px;
    font-weight: normal;
}

.customer .slick-inner .profile h1 {
    font-size: 24px;
}

.customer .slick-inner .copy {
    max-width: 360px;
}

.customer .slick-inner .copy h1 {
    font-size: 26px;
    padding-top: 15px;
    padding-bottom: 20px;
    font-family: "Noto Sans Japanese";
    font-weight: bold;
}

.customer .slick-inner .copy p {
    font-size: 20px;
    width: 360px;
}

.customer .slick-prev {
    left: -50px;
}

.customer .slick-next {
    right: -30px;
}

.customer .slick-dots {
    bottom: -40px;
}

/*--------------------------------
    faq
--------------------------------*/

.faq {
    width: 1232px;
    margin-bottom: 100px;
}

.faq .wrap {
    width: 1000px;
    margin: 0 auto;
}

.faq h2 {}

.faq .faq-copy {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 120px;
}

.faq .q-title {
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px 0px;
    position: relative;
    margin-bottom: 10px;
}

.faq .q-title:after {
    content: "＋";
    position: absolute;
    right: 1em;
    top: 0;
    padding: 10px;
    font-size: 30px;
    cursor: pointer;
}

.faq .q-title.open:after {
    content: "ー";
}

.faq .q-title .q:before {
    content: "Q.";
    display: inline-block;
    color: #37d2e7;
    width: 1em;
    text-align: left;
}

.faq .q-title .q {
    padding-left: 3em;
    text-indent: -1em;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.faq .faq-box {
    width: 100%;
    padding: 30px;
    padding-left: 5.5em;
}

.faq .faq-box p {
    font-size: 20px;
}

.faq .faq-box p span {
    display: block;
    padding: 5px 0 20px 0;
    font-size: 16px;
}