@charset "utf-8";

/* ---------------------------------------------------
 * base
/* ---------------------------------------------------*/

html {
    font-size: 62.5%;
    /*適宜変更お願いします*/
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    padding: 0;
    width: 100%;
    background-color: #fff;
    font-weight: 400;
    /*適宜変更お願いします*/
    font-feature-settings: "palt" 1;
    /*自動カーニング*/
}

.headline {
    background-color: #3c3c3c;
    padding: 8px;
}

.headline p {
    text-align: center;
    color: yellow;
    font-weight: bold;
    font-size: 1.8em;
    animation: flash 1.7s linear infinite;
}

.video_box {
    overflow: hidden;
    margin: auto;
    margin-bottom: 2em;
    max-width: 800px;
    width: 100%;
    background: rgb(254, 232, 178);
    background: linear-gradient(90deg, rgba(254, 232, 178, 1) 0%, rgba(252, 240, 210, 1) 50%, rgba(254, 232, 178, 1) 100%);
    box-shadow: 2px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

.video_in {
    margin: 2em;
    background-color: #fff;
    padding: 2em 1em;
}

.video_in h3 {
    margin-bottom: 0.7em;
    font-size: 1.7em;
    font-family: serif;
    line-height: 1.8em;
}

.video_label {
    display: block;
    text-align: center;
    background-color: gray;
    padding: 0.2em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.5em;
}

.voice_ttl {
    margin-bottom: 0.7em;
}

@keyframes flash {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

fieldset {
    border: solid 1px;
    padding: 1em;
}

legend {
    font-weight: bold;
}

/*テキスト装飾*/
/*テキスト装飾*/
/*テキスト装飾*/

.bold {
    font-weight: bold;
}

.bold_b {
    font-weight: bold;
    font-size: 1.2em;
}

/*黄色マーカー*/
.y_ma {
    background-color: yellow;
    padding: 3px;
}

/*赤文字*/
.red {
    color: #cc0a0a;
}

/*テキスト装飾*/
/*テキスト装飾*/
/*テキスト装飾*/
img {
    max-width: 100%;
    height: auto;
}

a {
    color: #fff;
}

a:hover {
    /*opacity: 0.8;*/
    text-decoration: none;
}

p {
    text-align: justify;
    hanging-punctuation: allow-end;
    /*文字のぶら下げ*/
}

#footer {
    text-align: center;
}

div#footer {
    background-color: #000125;
    color: #fff;
}

#footer a {
    color: #fff;
}

/* ---------------------------------------------------
 * common（PC　min-width: 1023px）
/* ---------------------------------------------------*/
.wrap {
    width: 2000px;
    max-width: 100%;
}

#wrap0 {
    overflow: hidden;
}

#container {
    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}


.text_box {
    max-width: 900px;
    width: 100%;
    padding: 3em 2em;
    margin: auto;
    background-color: #fff;
}

.text_box p {
    margin-bottom: 1.5em !important;
}

/*見出し*/

h2 {
    max-width: 900px;
    width: 100%;
    line-height: 1.5;
    padding: 2em 1em;
    margin: auto;
    position: relative;
    font-size: 2.1em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-color: #021932;
    color: #fff;

}

h2:before {
    position: absolute;
    content: "";
    width: 10%;
    height: 40%;
    background-image: url(../img_pc/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    top: -20%;
}

/*白背景枠*/
.voice_area {
    background-image: url(../img_pc/bg3.webp);
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 3em;
}

.voice_box {
    margin: auto;
    margin-bottom: 2em;
    max-width: 800px;
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

.tokuten_box {
    margin: auto;
    margin-bottom: 2em;
    padding: 3em 2em;
    max-width: 880px;
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 0px 16px -6px rgb(0 0 0 / 60%);
}

.teniire_box {
    margin: auto;
    margin-bottom: 2em;

    max-width: 800px;
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 0px 16px -6px rgba(0, 0, 0, 0.6);
    padding-bottom: 1px;
}

.teniire_box_in {
    margin: 1.5em;
}

.step_box {
    margin: auto;
    margin-bottom: 4em;
    max-width: 800px;
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 0px 16px -6px rgba(0, 0, 0, 0.6);
    color: #000;
    padding-bottom: 1px;
    position: relative;
}

.step_box_in {
    margin: 2em;
}

.sankaku:after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    margin: auto;
    border: 45px solid transparent;
    border-top: 45px solid #fff;
    z-index: 9999;
    width: 85px;
}

.voice_img {
    margin-bottom: 1.5em;
}

.voice_box_in {
    padding: 2em;
}

.voice_text_box {
    padding: 1.5em;
    border: solid 1px #525252;
}

.jisseki_box {
    background-color: #f9f8f8;
    padding: 2em;
    margin-bottom: 2em;
}

.jisseki_box img {
    margin-bottom: 2em;
    width: 100%;
}

.w_bg {
    background-color: #fff;
}

.flex_box {
    display: flex;
}

.flex_box {}

/*見出し2_画面幅MAX

h2{
   line-height: 1.5;
    margin-bottom: 1.5em;
    background-color: #000;
    color:#fff;
    padding: 0.5em;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    
}

*/

/*挨拶*/
.aisatu {
    box-shadow: 2px 0px 16px -6px rgba(0, 0, 0, 0.6);
    padding: 2em;
}

.aisatu p {
    background-color: #fff;
    /* 背景色 */
    background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
    /* 罫線の色と太さ  */
    background-size: 100% 2em;
    /* 行の高さ */
    line-height: 2em;
    /* 文字の高さ */
    padding-bottom: 1px;
    /* 最終行の下にも罫線を引く */
}

/*画像類サイズ調整とか*/
.limit {
    width: 60%;
    margin: 1em 0 2em 0;
}

.prof_img {
    float: right;
    width: 40%;
    margin-left: 1.5em;
}

.riek_head {
    margin-top: -150px;
}

.step {
    width: 80%;
    margin-bottom: 1em;
    margin-top: 4em;
}

.teniire {
    width: 80%;
    margin-bottom: 1em;
    margin-top: 4em;
}

/*ボレット装飾*/
ul.list_01 {
    text-align: left;
    background-color: #060e40;
    padding: 1.5em;
}

ul.list_01 li {
    display: block;
    padding: 1em 1em 1em 3.5em;
    background-color: #fff;
    margin-bottom: 0.5em;
    font-size: 1.2em;
    font-weight: bold;
    color: #060e40;
    background-image: url(../img_pc/check.png);
    background-repeat: no-repeat;
    background-size: 6%;
    background-position: 3% 50%;
}

.step_text {
    background-color: #fff;
    padding: 1.5em;
    margin-bottom: 4em;
    position: relative;
}

/*背景指定*/
.grayback {
    background-color: #f8f8f8;
}

.blue_back {
    background-color: #060e40;
    padding-top: 2em;
}

.beige_back {
    background-color: #837971;
}

.blue_back .text_box,
.gold_back .text_box {
    background: none !important;

}

#section-17 .text_box {
    background: none !important;
}

.gold_back {
    background-color: #EAE6DC;
}


#section-04_2 .text_box {
    max-width: 750px;
    padding: 0 !important;
}

.tokuten_text_in {
    padding: 2em;
}

.tokuten_text_in_2 {
    padding: 2em;
    background-color: #000033;
    color: #fff;
}

/*背景画像を指定*/
.tokuten {
    background: url(../img_pc/section_19.webp)no-repeat top center;
    background-attachment: fixed;
}

section#separate {
    background: url(../img_pc/separate.webp)no-repeat top center;
    height: px;
}

section#section-01 {
    background: url(../img_pc/section_01.png)no-repeat top center;
    height: px;
}

section#section-02 {
    background: url(../img_pc/section_02.png)no-repeat top center;
    height: px;
}

section#section-03 {
    background: url(../img_pc/section_03.png)no-repeat top center;
    height: px;
}

section#section-04 {
    background: url(../img_pc/section_04.png)no-repeat top center;
    height: px;
}

section#section-05 {
    background: url(../img_pc/section_05.webp)no-repeat top center;
    height: px;
}

section#section-06 {
    background: url(../img_pc/section_06.webp)no-repeat top center;
    height: px;
}

section#section-07 {
    background: url(../img_pc/section_07.webp)no-repeat top center;
    height: px;
}

section#section-08 {
    background: url(../img_pc/section_08.webp)no-repeat top center;
    height: px;
}

section#section-09 {
    background: url(../img_pc/section_09.webp)no-repeat top center;
    height: px;
}

section#section-10 {
    background: url(../img_pc/section_10.webp)no-repeat top center;
    height: px;
}

/*背景画像を指定*/
section#section-11 {
    background: url(../img_pc/section_11.webp)no-repeat top center;
    height: px;
}

section#section-12 {
    background: url(../img_pc/section_12.webp)no-repeat top center;
    height: px;
}

section#section-13 {
    background: url(../img_pc/section_13.webp)no-repeat top center;
    height: px;
}

section#section-14 {
    background: url(../img_pc/section_14.webp)no-repeat top center;
    height: px;
}

section#section-15 {
    background: url(../img_pc/section_15.webp)no-repeat top center;
    height: px;
}

section#section-16 {
    background: url(../img_pc/section_16.webp)no-repeat top center;
    height: px;
}

section#section-17 {
    background: url(../img_pc/section_17.webp)no-repeat top center;
    height: px;
}

section#section-18 {
    background: url(../img_pc/section_18.webp)no-repeat top center;
    height: px;
}

section#section-18 ul.list_01 {
    text-align: left;
    background-color: #060e40;
    padding: 1.5em;
}

section#section-19 {
    background: url(../img_pc/section_19.webp)no-repeat top center;
    padding-bottom: 3em;
    background-size: cover;
}

section#section-19 p {
    margin-bottom: 1em;
}

section#section-20 {
    background: url(../img_pc/section_20.webp)no-repeat top center;
    height: px;
}

/*背景画像を指定*/
section#section-21 {
    background: url(../img_pc/section_21.webp)no-repeat top center;
    height: px;
}

section#section-22 {
    background: url(../img_pc/section_22.webp)no-repeat top center;
    height: px;
}

section#section-23 {
    background: url(../img_pc/section_23.webp)no-repeat top center;
    height: px;
}

section#section-24 {
    background: url(../img_pc/section_24.webp)no-repeat top center;
    height: px;
}

section#section-25 {
    background: url(../img_pc/section_25.webp)no-repeat top center;
    height: px;
}

section#section-26 {
    background-color: #f8f8f8;
}

section#section-27 {
    background-color: #f8f8f8;
}

section#section-28 {
    background-color: #f8f8f8;
}

section#section-28_2 {
    background: url(../img_pc/section_28_2.png)no-repeat top center;
    background-color: #060e40;
}

section#section-29 {
    background-color: #060e40;
}

section#section-29 .text_box {
    max-width: 1100px !important;
    background: none;
}

#section-29 ul li {
    display: block;
    width: ;
    padding: 1em 0.5em 1em 5.5em;
    margin: 0.5em;
    text-align: left;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    font-weight: bold;
    font-size: 1.5em;
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: 3% 50%;
}

section#section-30 {
    background: url(../img_pc/section_29.webp);
    padding: 2em 0;
    background-attachment: fixed;

    background-repeat: no-repeat;
}

#section-29 ul :first-child {
    background: #e9da8e url(../img_pc/ol_01.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#section-29 ul :nth-child(2) {
    background: #e9da8e url(../img_pc/ol_02.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#section-29 ul :nth-child(3) {
    background: #e9da8e url(../img_pc/ol_03.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#section-29 ul :nth-child(4) {
    background: #e9da8e url(../img_pc/ol_04.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#section-29 ul :nth-child(5) {
    background: #e9da8e url(../img_pc/ol_05.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#section-29 ul :nth-child(6) {
    background: #e9da8e url(../img_pc/ol_06.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#section-29 ul :nth-child(7) {
    background: #e9da8e url(../img_pc/ol_07.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#section-29 ul :nth-child(8) {
    background: #e9da8e url(../img_pc/ol_08.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#section-29 ul :nth-child(9) {
    background: #e9da8e url(../img_pc/ol_09.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#section-29 ul :nth-child(10) {
    background: #f7eeb6 url(../img_pc/ol_10.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/*背景画像を指定*/
section#section-31 {
    background: url(../img_pc/t-bk.webp)no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
}

section#section-31 .text_box {
    max-width: 900px;
    width: 100%;
    padding: 3em 2em;
    margin: auto;
    background-color: #ffffffed;
}

section#section-31 p {
    background-color: none !important;
    background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 100% 1.94em;
    line-height: 2em;
    padding-bottom: 1px;
    margin-bottom: 2em;
}

section#section-31 h2:before {
    position: absolute;
    content: "";
    width: 10%;
    height: 40%;
    background-image: url(../img_pc/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    top: -45%;
}

section#section-31 h2 {
    background-color: #fff0 !important;
    color: #021932 !important;
}

section#section-32 {
    background: url(../img_pc/section_32.webp)no-repeat top center;
    height: px;
}


section#section-33 {
    background: url(../img_pc/section_33.webp)no-repeat top center;
    height: px;
}

section#section-34 {
    background: url(../img_pc/section_34.webp)no-repeat top center;
    height: px;
}

section#section-35 {
    background: url(../img_pc/section_35.webp)no-repeat top center;
    height: px;
}

section#section-36 {
    background: url(../img_pc/section_36.webp)no-repeat top center;
    height: px;
}

section#section-237 {
    background: url(../img_pc/section_37.webp)no-repeat top center;
    height: px;
}

section#section-38 {
    background: url(../img_pc/section_38.webp)no-repeat top center;
    height: px;
}

section#section-39 {
    background: url(../img_pc/section_39.webp)no-repeat top center;
    height: px;
}

section#section-40 {
    background: url(../img_pc/section_40.webp)no-repeat top center;
    height: px;
}


/*背景画像を指定*/
section#section-41 {
    background: url(../img_pc/section_41.webp)no-repeat top center;
    height: px;
}

section#section-42 {
    background: url(../img_pc/section_42.webp)no-repeat top center;
    height: px;
}

section#section-43 {
    background: url(../img_pc/section_43.webp)no-repeat top center;
    height: px;
}

section#section-44 {
    background: url(../img_pc/section_44.webp)no-repeat top center;
    height: px;
}

section#section-45 {
    background: url(../img_pc/section_45.webp)no-repeat top center;
    height: px;
}

section#section-46 {
    background: url(../img_pc/section_46.webp)no-repeat top center;
    height: px;
}

section#section-47 {
    background: url(../img_pc/section_47.webp)no-repeat top center;
    height: px;
}

section#section-48 {
    background: url(../img_pc/section_48.webp)no-repeat top center;
    height: px;
}

section#section-49 {
    background: url(../img_pc/section_49.webp)no-repeat top center;
    height: px;
}

section#section-50 {
    background: url(../img_pc/section_50.webp)no-repeat top center;
    height: px;
}

.-pc {
    display: block;
}

.-sp {
    display: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    /*親要素のbox-sizingを継承*/
}

dl {
    text-align: left;
    color: #fff;

}

dt {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0em;
    border-bottom: solid 1px #fff;
    padding: 1em 1em 1em 3.5em;
    position: relative;
    background-color: #fff;
    color: #021932;
    border-bottom: solid 2px #021932;
}

dt:before {
    position: absolute;
    content: "Q";
    font-family: serif;
    font-size: 3em;
    left: 1%;
    opacity: 0.4;
    font-weight: 100;
}

dd {
    position: relative;
    margin-bottom: 4em;
    line-height: 1.5em;
    background: #fff;
    padding: 1em 1em 1em 5.5em;
    color: #021932;
}

dd:before {
    position: absolute;
    content: "A";
    font-family: serif;
    font-size: 4em;
    left: 2.5%;
    top: 7%;
    opacity: 0.2;
    font-weight: 100;
}

.scrol_box_1 {
    border: double 10px #fff;
    margin: auto;
    margin-bottom: 2em;
    overflow: auto;
    width: 100%;
    height: 280px;

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

#section-29 ul {
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;

}

.name {
    max-width: 220px;
    margin-left: auto;
    margin-top: 3em;
}

.mi_countdown_cover {
    background-color: #3c3c3c;
}

.mi_countdown {

    font-weight: bold;
    color: yellow;
    font-size: 1.5em;
    padding: 0.8em;
    animation: flash 2.5s linear infinite;

}

.mi_countdown>.mi_countdown_inner {}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

/*-----------------タブレットサイズ-----------------------
@media (min-width: 600px) and (max-width: 1023px) {
    body {
        font-size: 3.2rem;
    }
    .-pc {
        display: none;
    }
    .-sp {
        display: block;
    }
    .wrap {
        max-width: 100%;
        width: 100%;
    }
}
----------------------------------------*/

/*-----------------スマホサイズ-----------------------*/

@media screen and (max-width:600px) {
    .headline p {
        text-align: center;
        color: yellow;
        font-weight: bold;
        font-size: 1.2em;
        animation: flash 1.7s linear infinite;
    }
}

@media screen and (max-width:600px) {
    .mi_countdown {
        background-color: #3c3c3c;
        color: #fff;
        padding: 0.3em 0.1em;
    }

    .mi_countdown>.mi_countdown_inner {
        font-size: 1.1em;
        font-weight: bold;
        color: yellow;
    }

    .-pc {
        display: none;
    }

    .-sp {
        display: block;
    }

    body {
        font-size: 4.2vw;
    }

    .wrap {
        max-width: 100%;
        width: 100%;
    }

    #footer {
        text-align: center;
        font-size: 0.8em;
        padding: 1em;

    }

    .prof_img {
        float: right;
        width: 50%;
        margin-left: 1.5em;
        margin-right: -2.5em;
    }

    #footer a {
        color: #000000;
    }

    section#section-01,
    section#section-02,
    section#section-03,
    section#section-04,
    section#section-05,
    section#section-06,
    section#section-07,
    section#section-08,
    section#section-09,
    section#section-10,
    section#section-11,
    section#section-12,
    section#section-13,
    section#section-14,
    section#section-15,
    section#section-16,
    section#section-17,
    section#section-20,
    section#section-21,
    section#section-22,
    section#section-23,
    section#section-24,
    section#section-25,
    section#section-26,
    section#section-27,
    section#section-28,
    section#section-32,
    section#section-33,
    section#section-34,
    section#section-35,
    section#section-36,
    section#section-37,
    section#section-38,
    section#section-39,
    section#section-40,
    section#section-41,
    section#section-42,
    section#section-43,
    section#section-44,
    section#section-45,
    section#section-46,
    section#section-47,
    section#section-48,
    section#section-49,
    section#section-50 {
        background: none !important;
    }

    #section-04_2 .text_box {
        max-width: 750px;
        width: 95%;
        padding: 0 !important;
    }

    .tokuten_text_in {
        padding: 0.7em;
    }

    .tokuten_text_in_2 {
        padding: 1em;
        background-color: #000033;
        color: #fff;
    }



    section#section-30 #container,
    section#section-31 #container {
        padding: 0.5em;
    }

    .cta_textbox_in {
        margin: 0.5em !important;
    }

    .voice_area {
        padding: 1em !important;
    }

    .voice_box_in {
        padding: 0.5em !important;
    }

    h2 {
        font-size: 1.6em !important;
        padding: 1.5em 0.5em;
        margin-bottom: 1em;
    }

    h2:before {
        top: -10% !important;
    }

    ul.list_01 li {
        display: block;
        padding: 1em 1em 1em 2em !important;
        background-color: #fff;
        margin-bottom: 0.5em;
        font-size: 1em !important;
    }

    ul.list_01 {
        padding: 0.5em !important;
    }

    .step_box_in {
        margin: 1em !important;
    }

    #section-29 ul li {
        display: block;
        width: 100% !important;
        margin: auto;
        margin-bottom: 1em;
    }

    .jisseki_box {
        padding: 0 !important;
    }

    .step {
        width: 80%;
        margin: 0 auto;
        padding-top: 2em;
    }

    .text_box {
        padding: 3em 2em 1em;
    }

    section#section-19 .teniire {
        width: 90%;
        margin: 3em auto 1em;
    }

    section#section-19 .tokuten_box {
        max-width: 90%;
        margin: 0 auto !important;
    }

    dt {
        margin-bottom: 0 !important;
    }

    dd {
        position: relative;
        margin-bottom: 2em;
        line-height: 1.5em;
        background: #fff;
        color: #021932;
        padding: 1em 1em 1em 3em;
    }

    section#section-29 .text_box {
        padding: 1em;
    }

    #section-29 ul li {
        font-size: 1.1em;
    }

    section#section-31 .text_box {
        padding: 1em 1em !important;
    }

    #footer a {
        color: #fff;
    }

    .text_box {
        padding: 1em 1em 1em;
    }

    .aisatu {
        padding: 1em;
    }

    .name {
        max-width: 50%;
        margin-left: auto;
        margin-top: 3em;
    }

    section#section-18 .teniire {
        width: 90%;
        margin: 0em auto 1em;
        padding-top: 3em;
    }

    .limit {
        width: 90%;
        margin: 1em 0 2em 0;
    }

    .riek_head {
        margin-top: -050px;
    }

    .aisatu p {

        background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
        /* 罫線の色と太さ  */
        background-size: 100% 28px;
        /* 行の高さ */
        line-height: 28px;
        /* 文字の高さ */
        padding-bottom: 1px;
        /* 最終行の下にも罫線を引く */
    }

    .step {
        width: 70%;
        margin-bottom: 1em;
        margin-top: 4em;
    }

    fieldset {
        padding: 0.5em;
    }

    #section-29 ul :first-child {
        background: #e9da8e url(../img_pc/ol_01.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-size: 20%;
    }

    #section-29 ul :nth-child(2) {
        background: #e9da8e url(../img_pc/ol_02.png);
        background-repeat: no-repeat;
        background-size: 20%;
    }

    #section-29 ul :nth-child(3) {
        background: #e9da8e url(../img_pc/ol_03.png);
        background-repeat: no-repeat;
        background-size: 20%;
    }

    #section-29 ul :nth-child(4) {
        background: #e9da8e url(../img_pc/ol_04.png);
        background-repeat: no-repeat;
        background-size: 20%;
    }

    #section-29 ul :nth-child(5) {
        background: #e9da8e url(../img_pc/ol_05.png);
        background-repeat: no-repeat;
        background-size: 20%;
    }

    #section-29 ul :nth-child(6) {
        background: #e9da8e url(../img_pc/ol_06.png);
        background-repeat: no-repeat;
        background-size: 20%;
    }

    #section-29 ul :nth-child(7) {
        background: #e9da8e url(../img_pc/ol_07.png);
        background-repeat: no-repeat;
        background-size: 20%;
    }

    #section-29 ul :nth-child(8) {
        background: #e9da8e url(../img_pc/ol_08.png);
        background-repeat: no-repeat;
        background-size: 20%;
    }

    #section-29 ul :nth-child(9) {
        background: #e9da8e url(../img_pc/ol_09.png);
        background-repeat: no-repeat;
        background-size: 20%;
    }

    #section-29 ul :nth-child(10) {
        background: #f7eeb6 url(../img_pc/ol_10.png);
        background-repeat: no-repeat;
        background-size: 20%;
    }

    section#section-30 {
        background: url(../img_pc/section_29.webp);
        padding: 2em 0;
        background-size: cover;
        background-repeat: no-repeat;
    }

    section#section-28_2 {
        background-image: none;
        background-color: #060e40;
    }

    .tokuten_box {
        margin-bottom: 2em;
        padding: 2em 1em;

    }

    .tokuten {
        background: url(../img_pc/section_19.webp)no-repeat top center;
        background-attachment: fixed;
        background-size: cover;
    }

    #aibis-window {
        display: none;
    }

    .video_box {
        margin-bottom: 2em;
        max-width: 800px;
        width: 100%;
    }

    .video_in {
        margin: 0.5em;
        padding: 1em 1em;
    }

    .video_in h3 {
        margin-bottom: 0.7em;
        font-size: 1.3em;
        font-family: serif;
        line-height: 1.5em;
    }

    .video_label {
        font-size: 0.9em;

    }

    .voice_ttl {
        margin-bottom: 0.7em;
    }
}

/*----------------------------------------*/

.cta_textbox {
    width: 900px;
    max-width: 100%;
    margin: auto;
    border: solid 1px gray;
    background-color: #fff;
    margin-bottom: 50px;
}

.ctabox_title {
    text-align: center;
    color: #fff;
    background-color: #021932;
    padding: 0.5em;
    font-size: 1.3em;
    font-weight: bold;
}

.cta_textbox_in {
    margin: 1.5em;
    text-align: left;
}

.cta_textbox_in ul {
    list-style: none;
    font-size: 0.8em;
    margin: 1em;
    border: solid 1px #aaa;
    padding: 1em;
    background-color: #fafafa;
}


.s120 {
    font-size: 120%;
}

.img_h {
    transition: 0.5s;
}



.img_h:hover {
    opacity: 0.7;
}

.youtube {
    width: 860px;
    aspect-ratio: 16 / 9;
    max-width: 90%;
    margin: 0 auto;
    margin: 1em auto;
}