/*  --------------------------------------
    基本設定
    --------------------------------------  */
img {
    height: auto;
    width: auto;
}

@media (max-width: 500px) {
    .mobile_off {
        display: none !important;
    }
}
@media (min-width: 501px) {
    .mobile_on {
        display: none !important;
    }
}

@media (max-width: 400px) {
    .mobile_off.w400 {
        display: none !important;
    }
}
@media (min-width: 401px) {
    .mobile_on.w400 {
        display: none !important;
    }
}

/*  --------------------------------------
    ヘッダー
    --------------------------------------  */
/* ※standard.cssを上書き変更 */
div.header {
    background-color: rgb(101, 220, 188);
    border-bottom: 2px solid rgb(125, 239, 209);
}
a .icon::before {
    background: #fff;
}
.header .button {
    color: #fff;
}
.main_visual .logo {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 35%;
    max-width: 17.5rem;
}
.main_visual .catchphrase {
    color: #56c4a7;
    color: #4472c4;
    color: #e68d33;
    color: #fc937b;
    text-shadow: 5px 6px 6px rgba(255, 255, 255, 1.0);
}
.main_visual .catchphrase > span {
    display: inline-block;
}
.main_visual .catchphrase .row1 {
    font-size: 1.8rem;
    padding: 0.5rem 0;
}
/*
.main_visual .catchphrase .row2 {
}
*/
.main_visual .catchphrase .row3 {
    padding-left: 6.0rem;
}
@media (max-width: 800px) {
    .main_visual .catchphrase .row1 {
        font-size: 1.3rem;
    }
    .main_visual .catchphrase .row2,
    .main_visual .catchphrase .row3 {
        font-size: 2.0rem;
        padding-top: 0.5rem;
    }
}
.page_menu {
    background-color: rgb(101, 220, 188);
}
.page_menu .button {
    color: #fff;
}

/* メニュー */
.opener_bar {
    background-color: #fff
}
.menu {
    background-color: #65dcbc;
}
.menu .button {
    color: #fff;
}

/*  --------------------------------------
    メインビジュアル
    --------------------------------------  */
.main_visual_img {
    height: 100%;
    width: 40.0rem;
    position: absolute;
    right: 5.0rem;
    background-image: url(../img/firststep_main_visual.png);
    background-size: auto 100%;
}
@media (max-width: 800px) {
    .main_visual_img {
        top: 6.0rem;
        right: 0;
    }
}
@media (max-width: 400px) {
    .main_visual_img {
        width: 35.0rem;
    }
}

/*  --------------------------------------
    セクション
    --------------------------------------  */
section {
    background-color: #f8f8f8;
    padding: 2.0rem 1.0rem;
    line-height: 1.5rem;
}

/* サービス内容・セクション */
section#service {
    background-color: #afdefd;
    padding: 0.1rem 1.0rem 2.0rem 1.0rem;
}

/* ネクストステップ・セクション */
section#nextstep {
    border-bottom: 0.5rem solid #b1dffd;
}

/* キャッチフレーズ・セクション */
section.copy {
    background-color: #c9e9ff;
    background-color: #d7e8f6;
    padding: 0;
}
section.copy > div {
    background-color: #afdefd;
    padding: 2rem 0 0 5rem;
    display: flex;
    overflow: hidden;
    justify-content: center;
    border-radius: 30% 0 30% 0;
}
@media (max-width: 800px) {
    section.copy > div {
        padding: 3rem 0 0 2rem;
        flex-flow: column;
    }
}
section.copy .message {
    color: #fff;
    line-height: 2.4rem;
    font-size: 1.6rem;
}
section.copy .message .catchphrase {
    font-size: 3.0rem;
    font-weight: bold;
    filter: drop-shadow(8px 8px 10px #555);
    padding-top: 1.5rem;
    text-align: right;
    line-height: 3.5rem;
}
@media (max-width: 800px) {
    section.copy .message .catchphrase {
        text-align: left;
    }
}
section.copy .Illust {
    width: 30rem;
    background-image: url(../img/get_started.png);
    background-size: auto 20.0rem;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 20.0rem;
    filter: drop-shadow(8px 8px 10px #555);
}

.article {
    padding: 2.0rem;
}
#app_beads .article {
    padding-bottom: 0;
}
@media (max-width: 800px) {
    .article {
        padding: 0;
    }
}

/*  --------------------------------------
    見出し
    --------------------------------------  */
.caption {
    text-align: center;
}
section:not(#service) > .caption {
    margin-top: 2.0rem;
    margin-bottom: 1.5rem;
}
.caption > div:first-child {
    display: inline-block;
    color: #57c7ad;
    border-top: 0.3rem solid #57c7ad;
    border-bottom: 0.3rem solid #57c7ad;
    padding: 0.6rem 2.0rem;
    font-size: 150%;
    font-weight: bold;
}
@media (max-width: 800px) {
    .caption > div:first-child {
        padding: 0.6rem 1.0rem;
        font-size: 150%;
    }
}
/*
@media (max-width: 400px) {
    .caption > div:first-child {
        padding: 0.6rem 0;
    }
}
*/

/* サービス内容セクションの見出し */
section#service > .caption > div:first-child {
    color: #4474c4;
    border-top: 0.3rem solid #4474c4;
    border-bottom: 0.3rem solid #4474c4;
}
section#service > .caption + div {
    display: flex;
    padding-top: 2.0rem;
    padding-left: 1.5rem;
    background-image: url(../img/firststep.png);
    background-size: auto 30.0rem;
    background-repeat: no-repeat;
    background-position: right 1.0rem top 0;
    height: 30.0rem;
}
@media (max-width: 800px) {
    section#service > .caption + div {
        padding-top: 0;
        padding-left: 0;
        background-position: right -15.0rem top 0;
        height: auto;
        /*
        background-size: auto 33.0rem;
        */
    }
}

/*  --------------------------------------
    説明欄
    --------------------------------------  */
.desc_container {
    display: flex;
    padding-top: 3.0rem;
    justify-content: space-evenly;
}
.desc_container.booklet {
    padding: 1.5rem 2.0rem;
    justify-content: left;
}
.desc_container.booklet > div {
    padding: 0 1.0rem;
}
.desc_container.booklet > div > img {
    width: 15.0rem;
    filter: drop-shadow(6px 6px 8px #888);
}
@media (max-width: 800px) {
    .desc_container {
        flex-flow: column;
        justify-content: center;
    }
}
.desc_box {
    background-color: #fff;
    border-radius: 2.0rem;
    box-shadow: 0 0 4rem 0.7rem rgb(228, 251, 245);
    min-height: 15.0rem;
    width: 30.0rem;
    overflow: hidden;
    padding: 1.0rem 2.0rem;
}
@media (max-width: 800px) {
    .desc_box {
        width: 100%;
        padding: 1.0rem 1.0rem;
    }
    .desc_box + .desc_box {
        margin-top: 2.0rem;
    }
}

/* サービス内容セクションの説明欄 */
section#service .desc_box {
    opacity: 70%;
    border-radius: 1.0rem;
    box-shadow: 0 0 4rem 0.8rem #fff;
    width: auto;
    height: 25.0rem;
    padding: 2.0rem;
}
section#service .desc_box .overview {
    color: #668dcf;
    font-weight: bolder;
}
@media (max-width: 800px) {
    section#service .desc_box {
        height: auto;
        padding: 1.0rem;
        padding-top: 2.0rem;
    }
}
section#service .desc_box .sticky {
    width: 25.0rem;
    margin-top: 1.5rem;
}
@media (max-width: 500px) {
    section#service .desc_box .sticky {
        width: auto;
    }
}

/*  --------------------------------------
    画像付きの説明欄
    --------------------------------------  */
.img_and_text {
    display: flex;
}
#nocode .img_and_text > div > img,
#nextstep .img_and_text > div > img {
    height: 13.0rem;
}
@media (max-width: 800px) {
    #nocode .img_and_text,
    #nextstep .img_and_text {
        flex-flow: column;
        justify-content: center;
    }
    #nocode .img_and_text > div > img,
    #nextstep .img_and_text > div > img {
        height: 10.0rem;
    }
}
@media (max-width: 400px) {
    .img_and_text {
        flex-flow: column;
        justify-content: center;
    }
    .img_and_text .flex_h {
        display: none !important;
    }
}
/* フレックスが横か縦かに依存する */
@media (min-width: 401px) {
    .img_and_text .flex_v {
        display: none !important;
    }
}
.img_and_text > div:has(img) {
    padding-right: 1.8rem;
}
.img_and_text .caption {
    color: #57a5c7;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2.0rem;
}
.img_and_text + div {
    padding-top: 1.0rem;
}

/*  --------------------------------------
    流れと価格
    --------------------------------------  */
.flow_note {
    color: #68a4d9;
    font-size: 1.2rem;
    padding: 1.0rem 1.5rem;
}
.flow_price {
    padding: 1.0rem 1.5rem;
}
@media (max-width: 500px) {
    .flow_price {
        padding: 1.0rem 0.5rem;
    }
}
.price  {
    display: inline-block;
    border-bottom: 0.3rem solid #57a5c7;
    padding: 0.5rem 1.0rem;
    color: #57a5c7;
    font-size: 150%;
    font-weight: bold;
}

/*  --------------------------------------
    リスト
    --------------------------------------  */
/* 付箋 */
ul.sticky {
    list-style-type: none;
}
ul.sticky li {
    margin-bottom: 5px;
    padding: .5em .7em;
    border-left: 5px solid #2589d0;
    background-color: #f2f2f2;
    font-weight: 600;
}
ul.sticky li::before {
    display: none;
}

/* 注釈 */
ul.notice li {
    line-height: 1.2rem;
}
ul.notice li::before {
    background-color: #ccc;
}
ul.notice li::before {
    top: 0.25rem;
}

/*  --------------------------------------
    リンク
    --------------------------------------  */
a:not(.link)[target="_blank"] {
    display: inline-block;
    text-decoration: none !important;
    position: relative;
    margin-right: 1.2rem;
}
a:not(.link)[target="_blank"]::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0.9rem;
    height: 0.9rem;
    top: 0.2rem;
    margin-left: 0.2rem;
	background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    background-image: url(../img/link.png);
}

/*  --------------------------------------
    ショートパーツ
    --------------------------------------  */
/* 強調 */
.emphasized {
    color: #fc937b;
    font-weight: bold;
    font-size: 130%;
}

/* 下線 */
.under_line {
    display: inline-block;
    border-bottom: 5px double #f98167;
    color: #f98167;
}

/*  --------------------------------------
    図
    --------------------------------------  */
/* ノーコードのイメージ図 */
.fig_nocode {
    display: inline-block;
    border-radius: 1.5rem;
    position: relative;
    height: 20.0rem;
    width: 28.0rem;
    color: #fff;
    transform-origin: top left;
}
@media (max-width: 500px) { .fig_nocode { transform: scale(0.90); } }
@media (max-width: 470px) { .fig_nocode { transform: scale(0.80); margin-bottom: -3.0rem; } }
@media (max-width: 400px) { .fig_nocode { transform: scale(0.70); margin-bottom: -4.0rem; } }
.fig_nocode.others {
    background-color: #ccc;
    border: 0.5rem solid #eee;
}
.fig_nocode.appbeads {
    background-color: #8abcdf;
    border: 0.5rem solid #d8efff;
}

/* ノーコードのイメージ図：見出しと説明 */
.fig_nocode .caption {
    display: inline-block;
    padding: 1.5rem 1.0rem 0.5rem 1.0rem;
    font-weight: bold;
    font-size: 1.3rem;
}
.fig_nocode .desc {
    position: absolute;
    padding: 1.0rem 0.5rem;
    max-width: 25.0rem;
    bottom: 0;
    right: 0;
}

/* ノーコードのイメージ図：アプリ */
.fig_nocode.others .app {
    position: absolute;
    border-radius: 1.0rem;
    background-color: #fff;
    height: 3.8rem;
    width: 6.0rem;
}
.fig_nocode.others .app::before,
.fig_nocode.others .app::after {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: 1.6rem;
    width: 100%;
    color: #ccc;
    font-weight: bolder;
    padding-top: 0.2rem;
}
.fig_nocode.others .app::before {
    content: "データ";
    top: 0;
    border-bottom: 4px dashed #ccc;
}
.fig_nocode.others .app::after {
    content: "アプリ";
    bottom: 0;
}

/* ノーコードのイメージ図：AppBeadsアプリ */
.fig_nocode.appbeads .app {
    position: absolute;
    border-radius: 1.0rem;
    color: #8abcdf;
    background-color: #fff;
    height: 3.5rem;
    width: 5.0rem;
}
.fig_nocode.appbeads .app::before {
    content: "";
    height: 4.5rem;
    width: 0.2rem;
    background-color: #fff;
    position: absolute;
}
.fig_nocode.appbeads .app::after {
    content: "アプリ";
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 100%;
    font-weight: bolder;
    padding-top: 1.0rem;
}
/* アプリのヒゲ：位置と角度 */
.fig_nocode.appbeads .app.dir0200::before {
    top: 0.0rem;
    left: -1.0rem;
    transform: rotate(70deg);
}
.fig_nocode.appbeads .app.dir0400::before {
    top: -1.0rem;
    left: -1.0rem;
    transform: rotate(100deg);
}
.fig_nocode.appbeads .app.dir0900::before {
    top: -0.5rem;
    left: 6.0rem;
    transform: rotate(90deg);
}

/* データベース */
.fig_db {
    display: inline-block;
    position: absolute;
    width: 7.0rem;
    height: 3.0rem;
    background-color: #fff;
    color: #8abcdf;
    padding-top: 1.6rem;
    text-align: center;
}
.fig_db::before,
.fig_db::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 2.0rem;
    background-color: #fff;
}
.fig_db::before {
    border: 0.34rem solid #8abcdf;
    top: -1.5rem;
    left: -0.34rem;
}
.fig_db::after {
    bottom: -2.0rem;
    border-radius: 0 0 50% 50%;
}

/*  --------------------------------------
    流れ：縦
    --------------------------------------  */
/* ※standard.cssを上書き変更 */
.cap_flow {
    width: 14.0rem;
}
