@charset "UTF-8";
/*---------- 横揺れ防止の基本設定 ----------*/

/* すべての要素にbox-sizingを適用 */
*,
*::before,
*::after {
    box-sizing: border-box;
}



/* 画像のレスポンシブ対応 */
img {
    max-width: 100%;
    height: auto;
}

/*---------- ページ全体の指定 ----------*/

html,
body,
input,
textarea,
select,
button {
    font-family:
        "Noto Sans JP",
        "Hiragino Sans",
        "ヒラギノ角ゴ ProN",
        "Hiragino Kaku Gothic ProN",
        "Yu Gothic",
        "YuGothic",
        "Meiryo",
        sans-serif !important;
}

body {
    overflow-x: hidden;
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: #333;
    background-color: #fff;
}

/*---------- リンク設定 ----------*/

a:link {
    color: #37859a;
    text-decoration: underline;
}

a:visited {
    color: #37859a;
    text-decoration: underline;
}

a:hover {
    color: #139eb1;
    text-decoration: none;
}

a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a img {
    border-style: none;
}

img {
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}

a:hover img {
    filter: brightness(1.2);
}

a img {
    border-style: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}


/*---------- ベーステキストの指定 ----------*/

p {
    font-size: 110%;
    line-height: 180%;
}

@media screen and (min-width:769px) {
    p {
        font-size: 20px;
        letter-spacing: 1px;
    }
}


/*---------- 見出し ----------*/




/*---------- PC・スマホの非表示指定 ----------*/

@media screen and (max-width:768px) {
    .spnone {
        display: none;
    }
}

@media screen and (min-width:769px) {
    .pcnone {
        display: none;
    }
}


#top {
    margin: 0;
    padding: 0;
    background: #04a1bd;
    background: -webkit-linear-gradient(300deg, rgba(4, 161, 189, 1) 0%, rgb(28, 200, 235) 50%, rgb(72, 28, 214) 100%);
    background: -moz-linear-gradient(300deg, rgba(4, 161, 189, 1) 0%, rgba(28, 200, 235, 1) 50%, rgba(72, 28, 214, 1) 100%);
    background: linear-gradient(300deg, rgba(4, 161, 189, 1) 0%, rgba(28, 200, 235, 1) 50%, rgba(72, 28, 214, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#04A1BD", endColorstr="#4F26A3", GradientType=0);
}

.mv {
    margin: 0;
    padding: 0;
    text-align: center;
}

.mv img {
    width: 100%;
}

.top_device {
    margin: 0;
    padding: 20px 0 35px 0;
    background: rgb(37 47 124 / 60%);
}

@media screen and (min-width:769px) {
    .mv {
        background-image: url("img/mv_bg.webp");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100vw;
    }

    .mv img {
        width: 1040px;
    }

    .top_device {
        padding: 45px 0 50px 0;
    }
}

.device {
    margin: 0 10px;
    padding: 0;
    text-align: center;
}

.device a:link {
    color: #fff;
    text-decoration: none;
}

.device a:visited {
    color: #fff;
    text-decoration: none;
}

.device a:hover {
    color: #fff;
    text-decoration: none;
}

.button {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    font-size: 120%;
    line-height: 100%;
    padding: 30px 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 60px;
    text-shadow: 0 1px 5px #d15502;
    background: linear-gradient(to bottom, #f39801, #ea6101 98%, #ee7d01 100%);
    border-top: solid 2px #d15502;
    border-left: solid 2px #d15502;
    border-right: solid 2px #d15502;
    border-bottom: solid 5px #c5580b;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.button:hover {
    transition: .8s;
    -webkit-transition: .8s;
}

@media screen and (min-width:769px) {
    .device {
        width: 720px;
        margin: 0 auto;
    }

    .button {
        font-size: 30px;
        padding: 35px 0;
    }
}


.broadcast_frame {
    padding: 0 20px 12px 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    overflow: hidden;
    width: 840px;
    max-width: 840px;
}

.broadcast_top {
    margin: 0 30px;
    padding: 8px 0 10px;
    font-size: 140%;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    /* border-bottom: 2px solid #fff; */

}

.broadcast_day {
    margin: 0;
    padding: 0;
    font-size: 180%;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.broadcast_day strong {
    font-size: 200%;
    font-family: 'Roboto Condensed', sans-serif;
}

.dayspace {
    letter-spacing: -0.3em;
}

.noweight {
    font-weight: normal;
}

.broadcast_time {
    margin: 18px 0 0 0;
    padding: 12px 0 15px 0;
    font-size: 120%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    border-top: solid 1px #fff;
}

dl.broadcast_theme {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 150%;
    color: #fff;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 10px;
    row-gap: 10px;
}

dl.broadcast_theme dt {
    margin: 0;
    padding: 0;
}

dl.broadcast_theme dd {
    margin: 0;
    padding: 0;
}

.broadcast_caption {
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 80%;
    line-height: 150%;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 767px) {
    .broadcast_frame {
        margin: 0 12px 12px;
        max-width: calc(100% - 24px);
    }

    .broadcast_top {
        font-size: 1.6em;
        padding: 14px 0 8px;
    }

    .schedule_list {
        padding: 0 14px;
    }

    .schedule_item {
        display: grid;
        grid-template-columns: 25% 39% 36%;
        align-items: center;
        gap: 0;
        padding: 12px 0;
    }

    .schedule_date {
        width: auto;
        font-size: 0.8em;
        text-align: left;
        white-space: nowrap;
    }

    .schedule_date_list {
        margin: 0;
        padding: 0;
    }

    .schedule_date_list li {
        display: contents;
    }

    .schedule_label {
        width: fit-content;
        max-width: 100%;
        justify-self: center;
        font-size: 0.65em;
        padding: 2px 8px;
        text-align: center;
        white-space: nowrap;
    }

    .schedule_label.type-live {
        font-size: 0.58em;
        padding: 4px 5px;
        line-height: 1.2;
    }

    .schedule_time {
        font-size: 0.8em;
        text-align: right;
        white-space: nowrap;
    }

    .broadcast_exe {
        font-size: 0.9em;
    }

    .schedule_item {
        grid-template-columns: 30% 34% 36%;
    }

    .schedule_date {
        font-size: 0.9em;
        text-align: left;
        justify-self: start;
    }

    .schedule_label {
        justify-self: start;
    }

    .schedule_label.type-live {
        font-size: 0.5em;
        padding: 3px 4px;
        letter-spacing: -0.02em;
    }

    .schedule_time {
        font-size: 0.82em;
        text-align: left;
        justify-self: start;
    }

}

/* ========================================
   開催日程自動表示用のスタイル
======================================== */

/* オンライン開催テキスト */
.broadcast_exe {
    text-align: center;
    font-size: 1.6em;
    color: #fff;
    margin: 20px 0 10px 0;
    padding-bottom: 15px;
    font-weight: bold;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* スケジュールリスト全体 */
.schedule_list {
    list-style: none;
    padding: 0 25px;
    margin: 0;
    gap: 10px;
}

/* 各スケジュールアイテム */
.schedule_item {
    padding: 20px 90px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.schedule_item:last-child {
    border-bottom: none;
}

.schedule_date_list li {
    display: flex;
    align-items: center;
    /* これで中の div 同士の「縦中央」が揃う */
    gap: 86px;
    /* ラベルと時間の間の隙間 */
    list-style: none;
}

/* 日付表示 */
.schedule_date {
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    width: 32%;
    text-align: left;
    white-space: nowrap;
}

.schedule_contents {
    width: 55%;
    display: flex;
    flex-direction: column;
}

.schedule_item_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 94%;
}

/* ラベル（録画放送・生放送） */
.schedule_label {
    display: inline-block;
    padding: 0;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 0;
    white-space: nowrap;
    border: 1px solid #5085db;
    color: #5085db;
    background: rgba(255, 255, 255, 0.8);
    padding: 2px 25px 2px 18px;
    border-radius: 4px;
    text-align: left;
}

.schedule_label.type-record {
    color: #4f86e8;
}

.schedule_label.type-live {
    border: 1px solid #ec4f6a;
    color: #ec4f6a;
    background: #ffffff;
    padding: 8px 3px;
    border-radius: 4px;
    line-height: 120%;
    font-size: 0.39em;
    margin-bottom: 5px;
}

/* 開催時刻 */
.schedule_time {
    display: inline-block;
    font-size: 1.4em;
    color: #fff;
    font-weight: normal;
    white-space: nowrap;
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
    .schedule_list {
        padding: 0px 15px;
    }

    .schedule_item {
        padding: 10px 0px;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        display: flex;
        /* space-between から center に変更 */
        justify-content: flex-start;
        align-items: center;
        /* 要素同士の適切な間隔を空ける（お好みで調整してください） */
        gap: 15px;
        grid-template-columns: 30% 34% 36%;
    }

    .schedule_contents {
        /* 固定幅を解除 */
        width: auto;
        display: flex;
        align-items: center;
        gap: 10px;
        /* ラベルと時間の間の余白 */
    }

    /* 以下、既存のスタイル */


    .schedule_date_list {
        margin-left: -12px;
    }

    .schedule_date_list li {
        gap: 10px;
    }

    .schedule_date {
        font-size: 0.9em;
        text-align: left;
        justify-self: start;
    }

    .schedule_contents {
        width: 60%;
    }

    .schedule_label {
        font-size: 0.2em;
        display: inline-block;
        font-weight: normal;
        margin-right: 0;
        white-space: nowrap;
        border: 1px solid #5085db;
        color: #5085db;
        background: rgba(255, 255, 255, 0.8);
        padding: 2px 10px;
        border-radius: 4px;
        justify-self: start;
        width: 90px;
        /* 固定幅 */
        flex-shrink: 0;
        text-align: center;
    }

    .schedule_label.type-live {
        font-size: 9px;
        padding: 3px 4px;
        letter-spacing: -0.02em;
    }

    .schedule_time {
        font-size: 0.82em;
        width: 100px;
        /* 固定幅 */
        flex-shrink: 0;
        text-align: left;
    }

    .schedule_label.type_record {
        padding: 2px 6px;
    }

    .schedule_label.type_live {
        padding: 4px 3px;
    }


    .broadcast_exe {
        font-size: 0.9em;
    }


}

.worry_bg {
    margin: 0 auto;
    padding: 5px 20px 40px 20px;
    background-image: url("img/bg.webp");
    background-size: cover;
    background-position: center center;
}

.head_eng {
    margin: 5px 0 0 0;
    padding: 30px 0 0 0;
    font-size: 90%;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    color: #367dff;
    letter-spacing: 3px;
    text-indent: 3px;
    font-family: 'Roboto Condensed', sans-serif;
}

.head_eng_api {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 90%;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    color: #E02470;
    letter-spacing: 3px;
    text-indent: 3px;
    font-family: 'Roboto Condensed', sans-serif;
}

.worry_top {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 136%;
    font-weight: 900;
    line-height: 140%;
    text-align: center;
}

.worry {
    margin: 0 0 20px 0;
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.worry_icon {
    width: 16%;
    height: 16%;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background: #edf2f2;
}

.worry_icon img {
    width: 100%;
}

.worry_memo {
    width: 80%;
    margin: 0;
    padding: 0;
    display: table;
}

.worry_memo p {
    font-size: 98%;
    font-weight: 600;
    line-height: 150%;
    display: table-cell;
    vertical-align: middle;
}

.small p {
    font-size: 94%;
    line-height: 150%;
}

.worry_txt {
    margin: 0;
    padding: 0;
}

.worry_solution {
    position: relative;
    width: auto;
    margin: 15px 0 0 0;
    padding: 20px 0 24px;
    text-align: center;
}

.worry_solution p {
    margin: 0;
    color: #367dff;
    font-size: 150%;
    font-weight: 900;
    line-height: 140%;
}

.worry_solution::before {
    display: none;
}

.worry_solution::after {
    content: "▼";
    display: block;
    margin-top: 12px;

    color: #367dff;
    font-size: 26px;
    line-height: 1;

    animation: arrowMove 1.8s infinite;
}

@keyframes arrowMove {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }
}


@media screen and (min-width:769px) {
    .worry_bg {
        padding: 90px 0 60px 0;
    }

    .head_eng {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 18px;
    }

    .worry_top {
        margin: 0 0 60px 0;
        font-size: 42px;
    }

    .worry {
        width: 960px;
        margin: 0 auto 30px auto;
        padding: 20px 30px;
    }

    .worry_icon {
        width: 12%;
    }

    .worry_memo {
        width: 84%;
    }

    .worry_memo p {
        font-size: 26px;
    }

    .small {
        font-size: 24px;
    }

    .worry_txt {
        width: 800px;
        margin: 0 auto;
        padding: 5px 0 0 0;
    }

    .worry_solution {
        width: 960px;
        margin: 40px auto 0 auto;
        padding: 28px 30px 30px;
    }

    .worry_solution p {
        font-size: 36px;
        line-height: 160%;
    }

    .worry_solution::after {
        margin-top: 22px;

        border-left-width: 14px;
        border-right-width: 14px;
        border-top-width: 24px;
    }
}


#release_bg {
    margin: 0;
    padding: 5px 20px 40px 20px;
    background: #fefefe;
}

.release_head {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 160%;
    font-weight: 900;
    line-height: 140%;
    text-align: center;
}

.release_read {
    margin: 15px 0 0;
    padding: 0;
    font-size: 120%;
    font-weight: 900;
    line-height: 150%;
    text-align: center;
}

.release_top {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 160%;
    font-weight: 900;
    line-height: 140%;
    text-align: center;
}

.release_contents {
    width: 100%;
    margin: 0 auto;
}

.release_frame {
    width: 100%;
    margin: 0 auto 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.25);
}


.release_title {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 150%;
    font-weight: 900;
    line-height: 150%;
    text-align: center;
    color: #367dff;
}

.release_memo {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 100%;
    line-height: 160%;
}

.release_box {
    margin: 0;
    padding: 0;
}

.release_item {
    margin: 0 0 20px 0;
    padding: 20px 20px 30px 20px;
    border: solid 1px #367dff;
    border-radius: 8px;
    background: #fff;
}

.release_item_af {
    margin: 0 0 20px 0;
    padding: 20px 20px 30px 20px;
    border: solid 1px #e02470;
    border-radius: 8px;
    background: #fff;
}

.release_category {
    margin: 0;
    padding: 0 0 15px 0;
    text-align: center;
}

.release_category img {
    width: 60%;
}

.release_pict {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.release_pict img {
    width: 90%;
    margin-bottom: 10px;
}

.release_caption {
    margin: 0;
    padding: 5px 0 0 10px;
    font-size: 80%;
    line-height: 160%;
    letter-spacing: 1px;
    color: #e34c4c;
}

.newfeatures_bg {
    position: relative;
    background: linear-gradient(90deg,
            rgb(206 227 253) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgb(206 227 253) 100%);
    padding: 0 20px 40px;
}

.newfeatures_bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("img/feature_bg.webp") center center / cover no-repeat;

    opacity: .25;

    pointer-events: none;
}

.newfeatures_bg>* {
    position: relative;
    z-index: 1;
}

.newfeatures_top {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 160%;
    font-weight: 900;
    line-height: 140%;
    text-align: center;
    color: #e02470;
}

.newfeatures_title {
    margin: 0;
    padding: 0;
    font-size: 150%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    color: #e02470;
}

.feature_box {
    margin: 0 auto;
    padding: 0 0 20px 0;
}

.feature_box_txt {
    margin: 0 auto;
    padding: 0 0 30px 0;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
}

.feature {
    margin: 0 0 30px 0;
    padding: 25px 30px 5px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255);
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 30px rgba(123, 204, 255, 0.5);
    box-shadow: 0 4px 30px rgba(123, 204, 255, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(123, 204, 255, 0.5);
}


.feature_title {
    margin: 0;
    padding: 0;
    font-size: 150%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    color: #367dff;
}

.feature_pict {
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center;
}

.feature_pict img {
    width: 40%;
}

.feature_txt {
    margin: 0;
    padding: 0;
}

.feature_txt p {
    font-size: 100%;
    text-align: justify;
}

.feature_box2 {
    margin: 0 auto;
    padding: 0;
}

.feature2 {
    margin: 0 0 30px 0;
    padding: 25px 30px 5px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.feature2 ul {
    margin: 0;
    padding: 20px 0 10px 0;
    list-style: none;
}

.feature2 ul li {
    margin: 0;
    padding: 0 0 10px 1.5em;
    font-size: 100%;
    line-height: 180%;
    position: relative;
}

.feature2 ul li::before {
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c';
    color: #e02470;
}

.feature_bg {
    margin: 0;
    padding: 45px 20px 0 20px;
    background: #f4f4f4;
}

.feature_category {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px 0;
    padding-bottom: 12px;
    font-size: 22px;
    font-weight: bold;
    color: #367dff;
    border-bottom: 1px solid#367dff;
}

.feature_category span {
    display: inline-block;
    padding: 6px 10px;
    background: #367dff;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
}

.feature_category2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 35px 0 10px 0;
    padding-bottom: 12px;
    font-size: 22px;
    font-weight: bold;
    color: #e02470;
    border-bottom: 1px solid #e02470;
}

.feature_category2 span {
    display: inline-block;
    padding: 6px 10px;
    background: #e02470;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
}


.feature_list {
    margin: 0;
    padding: 0;
}

.feature_item {
    display: flex;
    gap: 12px;
    margin: 0 0 16px 0;
    padding: 18px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 176, 80, .15);
}

.feature_item_icon {
    flex-shrink: 0;
    width: 85px;
    height: 85px;
    padding: 5px;
    background: #ffffff;
    border-radius: 900px;
}

.feature_item_icon img {
    width: 100%;
}

.feature_item_body {
    flex: 1;
}

.feature_item_title {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
}

.feature_item_txt {
    font-size: 14px;
    line-height: 180%;
}

.feature_item_tag {
    display: inline-block;
    margin-top: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 2px solid #367dff;
    color: #367dff;
    font-size: 12px;
    font-weight: bold;
}

@media screen and (min-width:769px) {
    #release_bg {
        padding: 90px 0;
    }

    .release_head {
        margin: 0 0 45px 0;
        font-size: 36px;
    }

    .release_read {
        font-size: 24px;
        margin: 0;
    }

    .release_top {
        margin: 0 0 45px 0;
        font-size: 36px;
    }

    .release_memo {
        padding: 0 5px 20px 5px;
        font-size: 16px;
    }

    .release_pict {
        margin: 0 0 30px 0;
        text-align: center;
    }

    .release_pict img {
        width: 70%;
    }

    .release_contents {
        max-width: 1080px;
        margin: 0 auto 60px auto;
    }

    .release_frame {
        width: 960px;
        margin: 0 auto 60px auto;
        padding: 30px 30px 45px 30px;
    }

    .release_title {
        margin: 0 0 30px 0;
        font-size: 28px;
    }

    .release_box {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .release_item {
        width: 49%;
        margin: 0;
        padding: 24px 20px 30px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .release_item_af {
        width: 49%;
        margin: 0;
        padding: 24px 20px 30px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .release_pict {
        padding: 0;
    }

    .release_caption {
        margin: 30px 0 0 0;
        font-size: 14px;
        text-align: right
    }

    .feature_box {
        width: 960px;
        margin: 0 auto;
        padding: 0 0 90px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .newfeatures_bg {
        padding: 90px 0;
    }

    .newfeatures_top {
        margin: 0 0 45px 0;
        font-size: 36px;
    }

    .newfeatures_title {
        font-size: 24px;
    }

    .feature {
        width: 23.5%;
        margin: 0;
        padding: 20px 15px 10px 15px;
    }

    .feature_title {
        font-size: 24px;
    }

    .feature_pict {
        padding: 15px 0 0 0;
    }

    .feature_pict img {
        width: 60%;
    }

    .feature_txt p {
        font-size: 16px;
    }

    .feature_box2 {
        width: 1080px;
        margin: 0 auto;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .feature2 {
        width: 31%;
        margin: 0;
        padding: 25px 20px 1px 20px;
    }

    .feature_bg {
        margin: 0 auto;
        padding: 45px 0 0 0;
        width: 100%;
        max-width: 100%;
    }


    .feature_category {
        width: 960px;
        margin: 0 auto 20px auto;
        font-size: 28px;
        font-weight: 900;
    }

    .feature_category span {
        font-size: 14px;
        padding: 8px 14px;
    }

    .feature_category2 {
        width: 960px;
        margin: 40px auto 20px auto;
        font-size: 28px;
        font-weight: 900;
    }

    .feature_category2 span {
        font-size: 14px;
        padding: 8px 14px;
    }

    .feature_list {
        width: 960px;
        margin: 0 auto;
    }

    .feature_item {
        gap: 20px;
        padding: 24px 30px;
        margin-bottom: 20px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.25);
    }

    .feature_item_icon {
        width: 90px;
        height: 90px;
        padding: 10px;
    }

    .feature_item_title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .feature_item_txt {
        font-size: 18px;
        line-height: 180%;
    }

    .feature_item_tag {
        margin-top: 14px;

        font-size: 14px;

        padding: 6px 12px;
    }


}


.knowhow_bg {
    margin: 0;
    padding: 5px 20px 40px;
    background-image: url("img/bg2.webp");
    background-size: cover;
    background-position: center center;
}

.knowhow_top {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 160%;
    font-weight: 900;
    line-height: 140%;
    text-align: center;
}

.knowhow_box {
    margin: 0;
    padding: 10px 30px 30px 30px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

table.knowhow {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 30px 0;
}

table.knowhow th {
    width: 32px;
    font-size: 120%;
    line-height: 150%;
    padding: 10px 0;
    color: #367dff;
    vertical-align: top;
    text-align: left;
}

table.knowhow td {
    font-size: 120%;
    line-height: 150%;
    font-weight: bold;
    padding: 10px 0;
    vertical-align: top;
    border-bottom: dashed 1px #ccc;
}

.kh_txt {
    margin: 0;
    padding: 6px 0 0 0;
    font-size: 75%;
    line-height: 180%;
    font-weight: normal;
}

@media screen and (min-width:769px) {
    .knowhow_bg {
        padding: 75px 0 90px 0;
        background-size: cover;
        background-position: center center;
    }

    .knowhow_top {
        margin: 0 0 45px 0;
        font-size: 36px;
    }

    .knowhow_box {
        width: 768px;
        margin: 0 auto;
        padding: 30px 120px 40px 120px;
    }

    table.knowhow {
        margin: 0 0 45px 0;
    }

    table.knowhow th {
        width: 36px;
        font-size: 24px;
        padding: 15px 0;
    }

    table.knowhow td {
        font-size: 24px;
        padding: 15px 0;
        letter-spacing: 1px;
    }
}


.contents_bg {
    margin: 0;
    padding: 5px 0 0 0;
    background: #04a1bd;
    background: -webkit-linear-gradient(300deg, rgba(4, 161, 189, 1) 0%, rgb(28, 200, 235) 50%, rgb(72, 28, 214) 100%);
    background: -moz-linear-gradient(300deg, rgba(4, 161, 189, 1) 0%, rgba(28, 200, 235, 1) 50%, rgba(72, 28, 214, 1) 100%);
    background: linear-gradient(300deg, rgba(4, 161, 189, 1) 0%, rgba(28, 200, 235, 1) 50%, rgba(72, 28, 214, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#04A1BD", endColorstr="#4F26A3", GradientType=0);
}

.contents_top {
    margin: 0 30px 30px 30px;
    padding: 0;
    text-align: center;
}

.contents_top img {
    width: 100%;
}

.contents_box {
    margin: 0;
    padding: 0;
}

.contents_item {
    margin: 0 20px 30px 20px;
    padding: 30px 30px 15px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.contents_txt {
    margin: 0 0 20px 0;
    padding: 0 0 0 36px;
}

.contents_txt p {
    opacity: 0.8;
}

.contents {
    margin: 0 20px 45px 20px;
    padding: 30px 30px 15px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.contents_subhead {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 130%;
    font-weight: 900;
    line-height: 150%;
    text-align: center;
    color: #367dff;
}

.contents_memo {
    margin: 0 20px 30px 20px;
    padding: 0;
}

.contents_bottom {
    margin: 0 30px;
    padding: 15px 0 0 0;
    text-align: center;
    color: #fff;
}

.contents_bottom img {
    width: 100%;
}

.contents_offer {
    margin: 30px 20px 45px 20px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.contents_offer img {
    width: 100%;
}

@media screen and (min-width:769px) {
    .contents_bg {
        padding: 40px 0 0 0;
    }

    .contents_top {
        margin: 0 0 45px 0;
    }

    .contents_top img {
        width: 768px;
    }

    .contents {
        width: 960px;
        margin: 0 auto 90px auto;
        padding: 60px 60px 45px 60px;
    }

    .contents_box {
        width: 1080px;
        margin: 0 auto;
        padding: 15px 0 25px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2%;
    }

    .contents_item {
        width: 32%;
        margin: 0 0 30px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .contents_txt {
        margin: 0;
        padding: 0;
    }

    .contents_txt p {
        letter-spacing: 0;
        font-size: 16px
    }

    .contents {
        width: 640px;
        margin: 0 auto 90px auto;
        padding: 60px 220px 45px 220px;
    }

    .contents_subhead {
        margin: 0 0 30px 0;
        padding: 0;
        font-size: 30px;
        font-weight: 900;
        line-height: 150%;
        text-align: center;
    }

    .contents_bottom {
        width: 768px;
        margin: 0 auto;
        padding: 30px 0 0 0;
    }

    .contents_offer {
        width: 768px;
        margin: 0 auto 40px auto;
        padding: 20px 60px;
    }
}

table.check {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

table.check th {
    width: 36px;
    font-size: 140%;
    line-height: 150%;
    padding: 0;
    color: #367dff;
    vertical-align: top;
    text-align: left;
}

table.check td {
    font-size: 140%;
    line-height: 150%;
    font-weight: bold;
    padding: 0;
    vertical-align: top;
}

.check span {
    color: #f8852b;
}

@media screen and (min-width:769px) {
    table.check th {
        width: 36px;
        font-size: 24px;
    }

    table.check td {
        font-size: 24px;
        letter-spacing: 1px;
    }
}


.profile_bg {
    margin: 0 auto;
    padding: 10px 0 60px 0;
    background-image: url("img/bg.webp");
    background-size: cover;
    background-position: center center;
}

.profile_top {
    margin: 0;
    padding: 0 0 30px 0;
    font-size: 160%;
    font-weight: 900;
    line-height: 130%;
    text-align: center;
}

.prf_box {
    margin: 0 auto;
    padding: 0 40px;
    font-size: 90%;
}

.prf_pict {
    margin: 0;
    padding: 0;
    text-align: center;
}

.prf_pict img {
    width: 50%;
}

.prf_txt {
    margin: 0;
    padding: 0;
}

.prf_degree {
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 160%;
    text-align: center;
}

.prf_name {
    margin: 0;
    padding: 5px 0;
    font-size: 150%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

@media screen and (min-width:769px) {
    .profile_bg {
        margin: 0 0 90px 0;
        padding: 90px 0;
    }

    .profile_top {
        padding: 0 0 60px 0;
        font-size: 42px;
    }

    .prf_box {
        width: 860px;
        margin: 0 auto;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .prf_pict {
        width: 30%;
    }

    .prf_pict img {
        width: 100%;
    }

    .prf_txt {
        width: 65%;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .prf_txt p {
        font-size: 16px;
    }

    .prf_degree {
        padding: 0;
        font-size: 18px;
        text-align: left;
    }

    .prf_name {
        font-size: 28px;
        text-align: left;
    }
}


.tool_top {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 160%;
    font-weight: 900;
    line-height: 130%;
    text-align: center;
}

.tool_title {
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
}

.tool_title img {
    width: 240px;
}

.tool_box {
    margin: 0 20px 45px 20px;
    padding: 0;
}

.tool_movie {
    margin: 0;
    padding: 0 0 5px 0;
}

.video {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.tool_txt {
    margin: 0;
    padding: 0;
}

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

ul.tool_point li {
    position: relative;
    padding: 5px 0 0 2em;
    margin: 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 180%;
}

ul.tool_point li::before {
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c';
    color: #367dff;
}

.note {
    font-size: 60%;
    vertical-align: top;
}

.tool_caption {
    margin: 0;
    padding: 0;
    font-size: 80%;
    line-height: 180%;
    opacity: 0.7;
}

.tool_memo {
    margin: 10px 20px 0 20px;
    padding: 0;
    font-size: 70%;
    line-height: 160%;
    letter-spacing: 1px;
    opacity: 0.7;
}

@media screen and (min-width:769px) {
    .tool_top {
        margin: 0 0 60px 0;
        font-size: 42px;
    }

    .tool_box {
        width: 1180px;
        margin: 0 auto 45px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .tool_movie {
        width: 48%;
        padding: 25px 0 0 0;
        order: 2;
    }

    .tool_txt {
        width: 48%;
        order: 1;
    }

    .tool_txt p {
        font-size: 18px;
    }

    ul.tool_point li {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .tool_caption {
        font-size: 12px;
    }

    .tool_memo {
        width: 724px;
        margin: 10px auto 0 auto;
        font-size: 12px;
    }
}

.info_no1 {
    margin: 0 20px 30px 20px;
    padding: 0;
    text-align: center;
}

.info_no1 img {
    width: 100%;
}

.info_caption {
    margin: 30px 0 0 0;
    padding: 0;
    font-size: 75%;
    line-height: 180%;
    color: #666;
}

.info_company {
    margin: 0;
    padding: 0;
    font-size: 150%;
    line-height: 150%;
    text-align: center;
}

.info_name {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 150%;
    text-align: center;
}

.info_logo {
    margin: 0;
    padding: 10px 0 15px 0;
    text-align: center;
}

.info_logo img {
    width: 160px;
}

.info_ad {
    margin: 0;
    padding: 0;
    font-size: 80%;
    line-height: 180%;
    text-align: center;
}

.info_mark {
    margin: 10px 0 30px 0;
    padding: 0;
    text-align: center;
}

.info_mark img {
    width: 60%;
}

@media screen and (min-width:769px) {
    .info_no1 {
        margin: 45px 0;
    }

    .info_no1 img {
        width: 736px;
    }

    .info_caption {
        font-size: 12px;
    }

    .info_company {
        font-size: 24px;
    }

    .info_name {
        font-size: 16px;
    }

    .info_logo img {
        width: 200px;
    }

    .info_ad {
        font-size: 12px;
    }

    .info_mark {
        margin: 15px 0 45px 0;
    }

    .info_mark img {
        width: 400px;
    }
}

.api-section-title {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
    color: #222;
}

.api-cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 10px 0 20px 0;
}

.api-card {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 6px;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 10px rgba(192, 90, 129, 0.5);
    box-shadow: 0 4px 10px rgba(192, 90, 129, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(192, 90, 129, 0.5);
    padding: 5px 12px;
    font-size: 12px;
    margin-bottom: 15px;
}

.api-card__title {
    font-size: 18px;
    font-weight: bold;
    color: #e02470;
    margin: 0 0 4px;
}

.api-card__icon {
    width: 100px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.api-card__icon img {
    width: 24px;
    height: 24px;
}

@media screen and (min-width: 769px) {
    .api-section-title {
        font-size: 15px;
        margin: 0 0 14px;
    }

    .api-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin: 20px 0 28px;
    }

    .api-card {
        grid-template-columns: 100px 1fr;
        gap: 12px;
        padding: 14px;
    }

    .api-card__title {
        font-size: 20px;
    }
}

.example-box {
    border: 2px solid #e02470;
    border-radius: 10px;
    overflow: hidden;
}

.example-box__header {
    background: #e02470;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    padding: 8px 14px;
    border-bottom: 1px solid #e02470;
}

.example-box__list {
    list-style: none;
    margin: 0;
    padding: 10px 14px;
}

.example-box__list li {
    font-size: 13px;
    color: #444;
    padding: 3px 0 3px 10px;
    line-height: 1.7;
}

.example-box__list li::before {
    content: "・";
    color: #e02470;
    padding-left: 5px;
}

.example-box__note {
    font-size: 11px;
    color: #888;
    margin: 10px 0 0;
    line-height: 1.7;
}

@media screen and (min-width: 769px) {
    .example-box__header {
        font-size: 16px;
    }

    .example-box__list li {
        font-size: 16px;
        padding: 3px 0 3px 80px;
    }
}

/* 20260616追加　ビフォーアフターセクション */
.before_after_bg {
    position: relative;
    margin: 0;
    padding: 40px 20px 60px;
    background: #fff;
    overflow: hidden;
}

.before_after_inner {
    position: relative;
    padding: 0px 20px 30px 20px;
    background: rgba(255, 255, 255, .55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 24px;
    box-shadow:
        0 6px 12px rgba(54, 124, 255, 0.55);
    border: 1px solid rgba(54, 124, 255, 0.55);
}

.before_after_label {
    display: inline-block;
    margin: 0 0 12px;
    padding: 4px 14px;
    border-radius: 999px;
    background: #6bb7ff1a;
    color: #367dff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
}

.before_after_top {
    margin: 10px 0 30px;
    font-size: 138%;
    font-weight: 900;
    line-height: 140%;
    text-align: center;
}

.before_after_top .new {
    color: #e02470;
}

.before_after_top .new {
    color: #e02470;
}

.ba_table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.ba_head {
    padding: 14px 10px;
    border-radius: 40px 0 0 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.ba_head2 {
    padding: 18px 10px;
    border-radius: 0 40px 40px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.ba_before {
    background: #ffffff;
    color: #333333;
    border: 2px solid #666666;
    font-size: 120%;
}

.ba_after {
    background:
        linear-gradient(135deg,
            #367dff 0%,
            #6a7dff 45%,
            #24e0cb 100%);
    color: #fff;
    box-shadow:
        0 8px 20px rgba(54, 125, 255, .2);
    font-size: 120%;
}

.ba_category {
    grid-column: 1 / 3;
    width: fit-content;
    margin: 5px auto 0px;
    padding: 4px 20px;
    position: relative;
    z-index: 2;
    border-radius: 999px;
    background: #fff;
    border: 2px solid #367dff;
    color: #367dff;
    font-size: 14px;
    font-weight: 700;
}

.ba_before_box,
.ba_after_box {
    position: relative;
    min-height: 120px;
    padding: 10px 6px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 190%;
}

.ba_before_box {
    background: #ffffff;
    border: 2px solid #666666;
    color: #333333;
    opacity: .85;
    box-shadow:
        0 8px 20px rgba(51, 51, 51, .1);
}

.ba_after_box {
    background: #fff;
    border: 2px solid rgba(54, 125, 255, .4);
    box-shadow:
        0 8px 24px rgba(54, 125, 255, .1);
}

.ba_after_box strong {
    color: #367dff;
    font-weight: 900;

    background:
        linear-gradient(transparent 60%,
            rgba(252, 255, 54, 0.7) 60%);
}

.ba_after_box::before {
    display: none;
}

@media screen and (min-width:769px) {

    .before_after_bg {
        padding: 90px 0;
    }

    .before_after_inner {
        width: 960px;
        margin: 0 auto;
        padding: 50px;
        box-shadow:
            0 15px 40px rgba(54, 124, 255, 0.55);

        border: 1px solid rgba(54, 124, 255, 0.55);
    }

    .before_after_label {
        font-size: 16px;
    }

    .before_after_top {
        margin-bottom: 20px;
        font-size: 36px;
        text-align: center;
    }

    .ba_table {
        gap: 18px;
    }

    .ba_head {
        padding: 18px 10px;
        font-size: 24px;
    }

    .ba_category {
        margin: 0 auto -8px;

        padding: 4px 22px;

        font-size: 16px;
    }

    .ba_before_box,
    .ba_after_box {
        min-height: 130px;

        padding: 28px 26px;

        font-size: 18px;
    }

    .ba_after_box::before {
        content: "→";

        display: block;

        position: absolute;

        left: -34px;
        top: 50%;

        transform: translateY(-50%);

        font-size: 32px;
        font-weight: 900;

        color: #367dff;
    }
}

/* 20260616_よくある質問追加 */
.faq_bg {
    background: linear-gradient(90deg,
            rgb(175, 210, 255) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgb(175, 210, 255) 100%);
    margin: 0 auto;
    padding: 5px 20px 40px 20px;
    background-size: cover;
    background-position: center center;
}

.faq_inner {
    margin: 0 auto;
}

.faq_label {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 4px 14px;
    border-radius: 999px;
    background: #ffffff;
    color: #367dff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
}

.faq_top {
    margin: 0 0 30px 0;
    font-size: 150%;
    font-weight: 900;
    line-height: 145%;
    text-align: center;
}

.faq_top .new {
    color: #e02470;
}

.faq_list {
    margin: 0;
    padding: 0;
}

.faq_item {
    margin: 0 0 14px 0;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(54, 125, 255, .25);
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(54, 125, 255, .06);
    overflow: hidden;
}

.faq_item summary {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 46px 18px 18px;
    font-size: 15px;
    font-weight: 900;
    line-height: 160%;
    cursor: pointer;
    list-style: none;
}

.faq_item summary::-webkit-details-marker {
    display: none;
}

.faq_item summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #367dff;
    font-size: 22px;
    font-weight: bold;
}

.faq_item[open] summary::after {
    content: "×";
}

.faq_q {
    color: #367dff;
    font-weight: 900;
}

.faq_answer {
    display: flex;
    gap: 10px;
    padding: 0 18px 20px 18px;
    font-size: 14px;
    line-height: 180%;
}

.faq_a {
    color: #e02470;
    font-weight: 900;
}

@media screen and (min-width:769px) {
    .faq_bg {
        padding: 40px 0;
    }

    .faq_inner {
        width: 960px;
    }

    .faq_label {
        font-size: 16px;
    }

    .faq_top {
        margin: 0 0 45px 0;
        font-size: 36px;
    }

    .faq_item {
        margin-bottom: 18px;
        border-radius: 18px;
    }

    .faq_item summary {
        padding: 22px 60px 22px 24px;
        font-size: 20px;
    }

    .faq_item summary::after {
        right: 24px;
        font-size: 28px;
    }

    .faq_answer {
        padding: 0 24px 26px 24px;
        font-size: 17px;
    }
}



/*------------------------------ フッター ------------------------------*/

#footer {
    margin: 60px 0 0 0;
    padding: 30px 0 110px 0;
    font-size: 80%;
    line-height: 150%;
    text-align: center;
    color: #fff;
    background: #001955;
}



@media screen and (min-width:769px) {
    #footer {
        margin: 90px 0 0 0;
        padding: 30px 0 180px 0;
        font-size: 12px;
    }

    .order_01 {
        order: 1;
    }

    .order_02 {
        order: 2;
    }
}

/*------------------------------ ヘッダーバー アンケート ------------------------------*/

.specialbar_ques {
    text-align: left;
    color: #fff;
    background: linear-gradient(to left, #00944e, #0fc7b8);
    margin: 0 auto;
    padding: 10px 20px;
}

.specialbar_ques p {
    font-size: 110%;
    color: #fff;
    line-height: 1.2em;
}

.specialbar_ques h2 {
    position: relative;
    background: #ffffff;
    margin: 20px auto;
    width: 90%;
    padding: 5px 5px 2px 20px;
    font-size: 0.9em;
    text-align: center;
    color: #015eea;
    border-radius: 0 50px 50px 0;
}

.specialbar_ques h2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f05a";
    display: inline-block;
    line-height: 30px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #015eea;
    font-weight: 900;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    left: -0.8em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

@media screen and (min-width:769px) {
    .specialbar_ques {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 1em;
        background: linear-gradient(to left, #00944e, #0fc7b8);
        margin: 0 auto;
        padding: 10px 0;
    }

    .specialbar_ques h2 {
        position: relative;
        background: #ffffff;
        margin: 10px auto;
        width: 90%;
        padding: 5px 5px 2px 20px;
        font-size: 1.2em;
        text-align: center;
        color: #015eea;
        border-radius: 0 50px 50px 0;
    }

    .specialbar_ques h2:before {
        font-family: "Font Awesome 5 Free";
        content: "\f05a";
        display: inline-block;
        line-height: 40px;
        position: absolute;
        padding: 0em;
        color: white;
        background: #015eea;
        font-weight: 900;
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        left: -0.8em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
    }
}

/*------------------------------ ヘッダーバー 資料 ------------------------------*/

.specialbar_dr {
    text-align: left;
    color: #fff;
    background: linear-gradient(to right, #14416b, #24b3d0);
    margin: 0 auto;
    padding: 10px 20px;
}

.specialbar_dr p {
    font-size: 110%;
    color: #fff;
    line-height: 1.2em;
}

.specialbar_dr h2 {
    position: relative;
    background: #ffffff;
    margin: 20px auto;
    width: 90%;
    padding: 5px 5px 2px 20px;
    font-size: 0.9em;
    text-align: center;
    color: #067fcf;
    border-radius: 0 50px 50px 0;
}

.specialbar_dr h2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f05a";
    display: inline-block;
    line-height: 30px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #067fcf;
    font-weight: 900;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    left: -0.8em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

@media screen and (min-width:769px) {
    .specialbar_dr {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 1em;
        background: linear-gradient(to right, #14416b, #24b3d0);
        margin: 0 auto;
        padding: 10px 0;
    }

    .specialbar_dr h2 {
        position: relative;
        background: #ffffff;
        margin: 10px auto;
        width: 90%;
        padding: 5px 5px 2px 20px;
        font-size: 1.2em;
        text-align: center;
        color: #067fcf;
        border-radius: 0 50px 50px 0;
    }

    .specialbar_dr h2:before {
        font-family: "Font Awesome 5 Free";
        content: "\f05a";
        display: inline-block;
        line-height: 40px;
        position: absolute;
        padding: 0em;
        color: white;
        background: #067fcf;
        font-weight: 900;
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        left: -0.8em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
    }
}

/*------------------------------ ヘッダーバー セミナー------------------------------*/

.specialbar_sem {
    width: 100%;
    text-align: left;
    color: #fff;
    background: linear-gradient(to left, #015eea, #00c0fa);
    margin: 0 auto;
    padding: 10px 20px;
}

.specialbar_sem p {
    font-size: 110%;
    color: #fff;
    line-height: 1.2em;
}

.specialbar_sem h2 {
    position: relative;
    background: #ffffff;
    margin: 20px auto;
    width: 90%;
    padding: 5px 5px 2px 20px;
    font-size: 0.9em;
    text-align: center;
    color: #00944e;
    border-radius: 0 50px 50px 0;
}

.specialbar_sem h2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f05a";
    display: inline-block;
    line-height: 30px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #015eea;
    font-weight: 900;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    left: -0.8em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

@media screen and (min-width:769px) {
    .specialbar_sem {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 1em;
        background: linear-gradient(to left, #015eea, #00c0fa);
        margin: 0 auto;
        padding: 10px 0;
    }

    .specialbar_sem h2 {
        position: relative;
        background: #ffffff;
        margin: 10px auto;
        width: 90%;
        padding: 5px 5px 2px 20px;
        font-size: 1.2em;
        text-align: center;
        color: #08a260;
        border-radius: 0 50px 50px 0;
    }

    .specialbar_sem h2:before {
        font-family: "Font Awesome 5 Free";
        content: "\f05a";
        display: inline-block;
        line-height: 40px;
        position: absolute;
        padding: 0em;
        color: white;
        background: #009c88;
        font-weight: 900;
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        left: -0.8em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
    }

}

/*------------------------------ フローティング ------------------------------*/

.floating {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.3);
}

.floating .device {
    margin: 0 15px;
}

.floating .button {
    padding: 20px 0;
}

.floating .button:hover {
    filter: brightness(1.2);
}

@media screen and (min-width:769px) {
    .floating {
        display: block;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9999;
        text-align: center;
        margin: 0;
        padding: 10px 0;
        background: rgba(0, 0, 0, 0.3);
    }

    .floating .device {
        width: 540px;
        margin: 0 auto;
    }

    .floating .button {
        font-size: 24px;
        padding: 25px 0;
    }
}

/*---------- 文字装飾 ----------*/

.bold {
    font-weight: bold;
}

.ul {
    text-decoration: underline;
}

.red {
    font-weight: 900;
    color: #e34c4c;
}

.yellow {
    color: #e5f736;
}

.blue {
    color: #367dff;
}

.ym {
    background: linear-gradient(transparent 70%, #fff54b 70%);
}

.new {
    color: #e02470;
    font-weight: 900;
}

.caption {
    font-size: 68%;
    color: #666;
}

/*---------- 文字位置 ----------*/

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.animate {
    animation: fuwafuwa 1s ease 0s infinite alternate;
    transform-origin: center;
    cursor: pointer;
}

@keyframes fuwafuwa {
    from {
        transform: scale(0.9, 0.9);
    }

    to {
        transform: scale(1, 1);
    }
}