@charset "UTF-8";

:root {
    --inner-width: 1100px;
    --light-blue: #1a9abe;
}

html {
    scroll-behavior: smooth;
}

sup {
    font-size: 10px;
}

a {
    transition: .3s all;
}

a.btn {
    color: #231815;
    background: #ffea00;
    display: block;
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
    text-decoration: none;
    width: 100%;
    box-shadow: 0px 5px 0px 0px #c3b300;
    position: relative;
}

a.btn::after {
    position: absolute;
    content: "";
    display: block;
    background: url("/g/general2/img/cv_arrow.svg") right center no-repeat;
    background-size: 100%;
    width: 8px;
    height: 9px;
    right: 5%;
    top: 50%;
    transform: translate(0, -50%);
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.sp_hide {
    display: none;
}

/*-----------------------------------------------
汎用
-----------------------------------------------*/
a.btn_1,
a.btn_1:link,
a.btn_1:visited {
    border-radius: 50px;
    border: 2px solid var(--light-blue);
    background-color: #fff;
    color: var(--light-blue);
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

a.btn_1::after {
    content: "";
    display: block;
    mask-image: url(/g/aiseminar6_240529/img/arrow.svg);
    mask-size: contain;
    background-color: var(--light-blue);
    width: 1em;
    height: 1em;
    position: absolute;
    right: 10px;
}

.title_1 {
    text-align: center;
    margin-bottom: 30px;
}

.title_1 .under_line {
    color: var(--light-blue);
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    background: linear-gradient(transparent 60%, #fff6c1 60%);
}

.title_2 {
    background-color: #0f4776;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.title_2 .light {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    position: relative;

}

.title_2 .light:before {
    content: "";
    background-image: url(/g/aiseminar6_240529/img/icon_light.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 49px;
    height: 47px;
    position: absolute;
    top: -20px;
    left: -50px;
}

/*-----------------------------------------------
レイアウト
-----------------------------------------------*/
body {
    font-size: 14px;
}

header .inner {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}

header .inner .logo {
    width: 160px;
    display: flex;
    align-items: center;
}

header .inner .account_btn_wrap {
    font-size: 11px;
    width: 50%;
    margin-left: 10px;
}

header .inner .account_btn_wrap .btn {
    padding: 4px 5px;
    /* padding-right: 20px; */
    line-height: 120%;

}

header .inner .account_btn_wrap .btn:after {
    right: 5px;
}


#footerWrap {
    width: 100%;
    background: #f1f9fd;
    line-height: 1.8;
    letter-spacing: .05rem;
}

#footerWrap #attention h3 {
    margin: 0 0 30px;
}

#footerWrap #attention h3 span {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 47px;
}

#footerWrap #attention h3 span::before {
    position: absolute;
    content: "";
    display: block;
    background: url("../img/atten_ico.png") left center no-repeat;
    background-size: 100%;
    width: 94px;
    height: 85px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

#footerWrap #attention {
    margin: 10px auto;
    background: url(/g/img/beginner/attention.gif) no-repeat 10px 20px;
    background-size: 100px auto;
    padding: 55px 10px 10px 10px;
    width: 100%;
    max-width: 980px;
    font-size: 12px !important;
    box-sizing: border-box;
}

#footerWrap #attention dt {
    font-weight: bold !important;
    margin-bottom: 5px;
    font-size: 12px;
}

#footerWrap #attention dd {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 12px;
}

#footerWrap #attention a.textlink1 {
    font-size: 10px;
}

#footerWrap #attention2 {
    width: 100%;
    max-width: 980px;
    margin: 10px auto;
    padding-top: 0;
    box-sizing: border-box;
    padding-bottom: 10px;
}

#footerWrap #attention2 a {
    font-size: 16px;

    transition: .3s all;
    font-weight: bold;
    color: #116FBB;
    margin: 0 0 5px;
}

#footerWrap #attention2 a:hover {
    border-bottom: none;
}

#footerWrap #footer {
    width: 100%;
    min-width: inherit;
    background: none;
    padding: 10px 0;
    text-align: center;
    background-color: #ffffff;
}

#footerWrap #attention {
    background: url(/g/general2/img/atten_icon2.png) no-repeat left 15px;
    padding: 100px 10px 10px 10px;
}

#footerWrap img {
    zoom: 1;
}


/*-----------------------------------------------
ビジュアル
-----------------------------------------------*/
#sec_visual {
    text-align: center;
}

/*-----------------------------------------------
当社主催のセミナーについて
-----------------------------------------------*/
#sec_leadatn>.inner {
    margin: auto;
    padding: 10px;
    font-size: 10px;
}

#sec_leadatn>.inner .title {
    color: #2d2d2d;
    font-weight: bold;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

#sec_leadatn>.inner .text {
    letter-spacing: 0.06em;
}

/*-----------------------------------------------
申込み
-----------------------------------------------*/
.sec_application {
    background-color: #cff4ff;
}

.sec_application .inner {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
}

.sec_application .inner .title {
    color: var(--light-blue);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.sec_application .btns_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 80%;
}

.sec_application .inner .btn_1 {
    width: 100%;

}

.sec_application .inner .btn_1.line {
    background-color: #06c755;
    border: none;
    color: #fff;
}

.sec_application .inner .btn_1.line:after {
    background-color: #fff;
}

/*-----------------------------------------------
注文方法
-----------------------------------------------*/
#sec_order_method>.inner {
    padding: 50px 10px;
}

#sec_order_method .visual {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 25px;
    display: block;
    text-align: center;
}

#sec_order_method .explanation {

    margin: auto;
}

#sec_order_method .explanation .title {
    color: var(--light-blue);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 130%;
    margin-bottom: 20px;
}

#sec_order_method .explanation .lead {
    text-align: center;
    margin-bottom: 30px;
}

#sec_order_method .explanation .more {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    margin-bottom: 20px;
}

#sec_order_method .explanation .more .circle {
    background-color: #ffb040;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

#sec_order_method .explanation .mov {
    margin-bottom: 20px;
}

/*-----------------------------------------------
セミナー内容
-----------------------------------------------*/
#sec_seminar {
    background-image: url(/g/aiseminar6_240529/img/seminar/bg_sp.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

#sec_seminar .inner {
    padding: 0px 10px;
    padding-top: 50px;
}

#sec_seminar .menu {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: auto;
    padding: 20px;
    color: #636363;
}

#sec_seminar .menu .group:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
}

#sec_seminar .menu dt {
    font-size: 14px;
    font-weight: 700;
}

#sec_seminar .menu dd {
    font-size: 12px;
}

/*-----------------------------------------------
シーン
-----------------------------------------------*/
#sec_scene>.inner {
    padding: 50px 10px;
    padding-bottom: 0;
}

#sec_scene .img {
    text-align: center;
    margin-bottom: 40px;
}

#sec_scene .ifdlead {

    margin-bottom: 30px;
}

#sec_scene .ifdlead .text {
    margin-bottom: 20px;
}

#sec_scene .ifdlead .img {
    margin: 0;
}

#sec_scene .hukidashi {
    position: relative;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #636363;
    font-size: 12px;
    text-align: center;

    height: 40px;
    margin: auto;
    margin-bottom: 20px;
}

#sec_scene .hukidashi:after,
#sec_scene .hukidashi:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
}

#sec_scene .hukidashi:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #FFFFFF;
}

#sec_scene .hukidashi:before {
    border-color: rgba(99, 99, 99, 0);
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 11px;
    border-right-width: 11px;
    margin-left: -11px;
    margin-top: 1px;
    border-top-color: #636363;
}


/*-----------------------------------------------
セミナー流れ
-----------------------------------------------*/
#sec_seminar_steps>.inner {
    padding: 50px 10px;

}

#sec_seminar_steps .boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    counter-reset: num;
    justify-content: space-between;
    gap: 5px;
}

#sec_seminar_steps .boxes .box {
    border: 2px solid #0f4776;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#sec_seminar_steps .boxes .box .head {
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #0f4776;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}

#sec_seminar_steps .boxes .box .head:before {
    counter-increment: num;
    content: "STEP" counter(num);
    background-color: #fff;
    color: #0f4776;
    font-size: 14px;
    text-align: center;
    padding: 5px 20px;
    border-radius: 20px;
    display: block;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#sec_seminar_steps .boxes .box .body {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #3b3b3b;
    font-size: 14px;
    letter-spacing: 0.04em;
    flex: 1;
}

#sec_seminar_steps .boxes .box .body .btn_1 {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
}

#sec_seminar_steps .boxes .arrow {
    width: 30px;

    display: flex;
    align-items: center;
}

#sec_seminar_steps .boxes .arrow hr {
    content: "";
    display: block;
    background: #0f4776;
    height: calc(tan(60deg) * 15px / 2);
    width: 30px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/*-----------------------------------------------
セミナー詳細
-----------------------------------------------*/
#sec_seminar_detail>.inner {
    padding: 0px 10px;
}

#sec_seminar_detail .detail_list {
    background-color: #f6f6f6;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

#sec_seminar_detail .detail_list .group {

    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #c5c5c5;
}

#sec_seminar_detail .detail_list .group:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

#sec_seminar_detail .detail_list dt {
    color: #0f4776;
    font-size: 14px;
    width: 6em;
}

#sec_seminar_detail .detail_list dd {
    font-size: 14px;
    flex: 1;
    color: #494949;
}

#sec_seminar_detail .detail_list dd .text_s {
    font-size: 14px;
}

#sec_seminar_detail .attention_list {
    font-size: 12px;
    letter-spacing: 0.04em;
}


/*-----------------------------------------------
エントリーフォーム
-----------------------------------------------*/

#sec_entryform .inner {
    margin: auto;
    padding: 50px 10px;
    text-align: center;
}

#sec_entryform h1 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

#sec_entryform h1:before {}


#sec_entryform .form_wrap {
    background-color: #e9f4f5;
    padding: 20px;

    margin: auto;
    margin-top: 20px;
    border-radius: 10px;
}

#sec_entryform .form_wrap .title {
    color: #1a9abe;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sec_entryform .form_wrap .title:before {
    content: "";
    background-image: url(/g/aiseminar6_240529/img/icon_mail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
    height: 34px;
    margin-bottom: 10px;
}


#sec_entryform .form_wrap #satori__creative_container {
    margin-top: 30px;
}

#sec_entryform .form_wrap #satori__creative_container .satori__input_group {
    padding: 0;
}



#sec_entryform .satori__custom_form {
    background-color: transparent;
}

#sec_entryform .satori__input_group {
    margin-bottom: 20px;
}

#sec_entryform #satori__customer_email {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}

#sec_entryform input[type=checkbox],
#sec_entryform input[type=radio] {
    display: none;
}

#sec_entryform .satori__input_group>label:first-child {
    font-weight: bold;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    font-size: 14px;
}


#sec_entryform .satori__input_group .satori__require {
    padding: 5px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    margin: 0;
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
    white-space: nowrap;

}

#sec_entryform .satori__input_group>label:not(:first-child) {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    margin-right: 2px;
    margin-left: 0;
    margin-bottom: 0px;
    font-size: 13px;
    padding: 15px;
    border-radius: 8px;
    /* [disabled]background-color: #f6f7f8; */
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
    /* [disabled]min-width: 124px; */
    line-height: 130%;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

#sec_entryform .satori__input_group>label:not(:first-child):before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    display: block;
    width: 8px;
    height: 15px;
    border-right: 3px solid #8e8e8e;
    border-bottom: 3px solid #8e8e8e;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 10px;
}

#sec_entryform .satori__input_group input[type=checkbox]:checked+label,
#sec_entryform .satori__input_group input[type=radio]:checked+label {
    color: #343434;
    font-weight: bold;
}

#sec_entryform .satori__input_group input[type=checkbox]:checked+label:before,
#sec_entryform .satori__input_group input[type=radio]:checked+label:before {
    border-right: 3px solid #1a9abe;
    border-bottom: 3px solid #1a9abe;
}

#sec_entryform #satori__privacy_policy_agreement+label {
    justify-content: center;
}

#sec_entryform .atn {
    font-size: 12px;
    color: #343434;
    text-align: left;
}

#sec_entryform .satori__submit_group {
    margin: 0;
}

#sec_entryform .satori__btn.submit {
    color: #fff;
    background: #ff8a00;
    display: block;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 140%;
    text-align: center;
    text-decoration: none;
    width: 100%;
    font-size: 14px;
    box-shadow: 0px 5px 0px 0px #c86c00;
    position: relative;
    padding: 10px 15px;
    margin-bottom: 20px;
}

#sec_entryform .satori__notes {
    font-size: 12px;
    border: none;
    background-color: transparent;
    margin-top: 15px;
    text-align: left;
    line-height: 140%;
}

#sec_entryform .satori__privacy_policy_message {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    font-size: 12px;
}

#sec_entryform .satori__privacy_policy_message a:link,
#sec_entryform .satori__privacy_policy_message a:visited {
    color: #1a9abe;
}

#sec_entryform .satori__error_messages {
    color: #b80000;
}


/*-----------------------------------------------
モーダル
-----------------------------------------------*/
#modal .container {
    margin: auto;
    padding: 10px;
}

#modal .container .inner {
    background-color: #fff;
    padding: 0;
}

#modal .container>h1.title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

#modal .container .step_boxes {
    display: flex;
    flex-direction: column;

    gap: 20px;
    margin-bottom: 30px;
}

#modal .container .step_boxes .box {}

#modal .container .step_boxes .box .title {
    background-color: #0f4776;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

#modal .container .step_boxes .box .title .circle {
    width: 1.3em;
    height: 1.3em;
    color: #0f4776;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 10px;
}

#modal .container .step_boxes .box .img {
    text-align: center;
}

#modal .applicatiion_wrap {
    border-top: 1px solid #e5e5e5;
}

#modal .applicatiion_wrap .title {
    text-align: center;
    padding: 20px;
}


/*-----------------------------------------------
サンクス
-----------------------------------------------*/
#sec_thanks {}

#sec_thanks>.inner {
    margin: auto;
    padding: 25px 0;
    text-align: center;
}

#sec_thanks>.inner h1.title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

#sec_thanks>.inner .steps {
    display: flex;
    justify-content: space-between;
    counter-reset: number 0;
    margin-top: 20px;
    max-width: 800px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}

#sec_thanks>.inner .steps li {
    border-radius: 50%;
    padding: 2px;
    width: calc(150 / 750 * 100%);
    height: calc(150 / 750 * 100%);
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    position: relative;
    font-size: clamp(0.625rem, 0.375rem + 1.33vw, 1rem);
    line-height: 120%;
}

#sec_thanks>.inner .steps li:before {
    counter-increment: number 1;
    content: counter(number) "";
    position: absolute;
    top: 14%;
    font-size: clamp(0.75rem, -1.037rem + 4.4vw, 1.438rem);
    font-family: Arial, Helvetica, sans-serif;
}

#sec_thanks>.inner .steps li:nth-child(2) {
    background-color: #5FB8C2;
    color: #fff;
}

#sec_thanks>.inner .steps li:not(:last-child):after {
    position: absolute;
    content: "";
    display: block;
    width: 9px;
    height: 10px;
    right: -24%;
    background: url(/g/general2/img/cv_arrow.svg) right center no-repeat;
    background-size: 100%;
    top: 50%;
    transform: translate(0, -50%);
}

#thanks #sec_action .cv02 {
    margin: 0;
    padding: 10px;
}

#thanks #sec_action .cv02>.inner {
    padding-top: 20px;
    padding-bottom: 0px;
}

#thanks #sec_action .cv02 a:link,
#thanks #sec_action .cv02 a:visited,
#thanks .campaign-dt-btn a {
    width: 100%;
    letter-spacing: 0.04em;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#thanks #sec_action .cv02 a:after,
#thanks .campaign-dt-btn a:after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 9px;
    right: 15px;
    background: url(/g/general2/img/cv_arrow.svg) right center no-repeat;
    background-size: 100%;
    top: 50%;
    transform: translate(0, -50%);
}
