@charset "utf-8";

*, *::before, *::after {
    box-sizing: border-box;
}

#contents img {
    max-width: 100%;
    width: auto;
    height: auto;
}

body {
    line-height: 1.4;
}

#contents.contents {
    margin-inline: auto;
    max-width: 1440px;
    min-width: 1440px;
}
@media screen and (max-width: 767px) {
    #contents.contents {
        padding: 0;
        min-width: auto;
    }
}

.inner {
    margin-inline: auto;
    max-width: 1000px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .inner {
        padding-inline: 20px;
    }
}

.sp {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .sp {
        display: block !important;
    }
}
.pc {
    display: block !important;
}
@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

.dib {
    display: inline-block !important;
}

a.btn {
    display: inline-block;
    border-radius: 9999px;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 8px 8px 0 rgb(0, 0, 0, 0.15);
    background: linear-gradient(to right, #00A0C4, #0464CE 50%, #703EE7);
}
a.btn-arrow {
    position: relative;
}
a.btn-arrow::after {
    content: "";
    display: block;
    width: 25px;
    height: 23px;
    background: url(/products/label/canva4/img/icon_arrow.svg) no-repeat center / contain;
}
@media screen and (max-width: 767px) {
    a.btn-arrow::after {
        width: 15px;
        height: 15px;
    }
}
@media (hover: hover) and (pointer: fine) {
    a.btn {
        transition: all 0.3s;
    }
    a.btn:hover {
        opacity: 0.5;
        text-decoration: none;
    }
}

a.link-blank {
    display: flex;
    align-items: center;
}
a.link-blank + img {
    display: inline-block;
    width: 15px;
    height: 15px;
}
a.btn-large {
    margin-inline: auto;
    padding: 15px 28px 14px 37px;
    max-width: 570px;
    width: 100%;
    font-size: 3.4rem;
    font-weight: bold;
    color: #fff;
}
@media screen and (max-width: 767px) {
    a.btn-large {
        padding: 10px 12px 10px 15px;
        font-size: clamp(1.8rem, calc(20 / 390 * 100vw), 2.1rem);
    }
}
a.btn-blank {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
}
.note {
    margin-top: 12px;
}
.note_text {
    line-height: 1.5;
    font-size: 1.2rem;
}
.title {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .title {
        margin-inline: auto;
        width: 100%;
    }
    .title-recommend {
        max-width: 340px;
    }
    .title-about {
        max-width: 340px;
    }
    .title-overview {
        max-width: 136px;
    }
    .title-intro {
        max-width: 238px;
    }
}
/* ヘッダー＆フッター
--------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
    #header.header_broad {
        width: 1440px;
    }
    #header #headNav {
        margin-inline: auto;
        width: 1240px;
    }
    #header.header_broad #gNav {
        width: 1240px;
    }
}
@media print, screen and (min-width: 768px) {
    .category_footer {
        min-width: 1440px;
    }
}
@media print, screen and (min-width: 768px) {
    #footer {
        min-width: 1440px;
    }
}

/* メインタイトル
--------------------------------------------------------------------------------- */
.page_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    max-width: 1240px;
    margin: 15px auto 32px;
    padding: 0 15px;
}
@media screen and (max-width: 767px) {
    .page_heading {
        align-items: start;
        margin: 0 0 18px;
    }
}
.page_heading_left {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .page_heading_left {
        align-items: start;
        flex-direction: column;
    }
}
.page_heading_logo {
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    border-right: 1px solid #d4d4d4;
    font-weight: bold;
    font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
    .page_heading_logo {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 2.4rem;
    }
}
.page_heading_logo a:link, .page_heading_logo a:visited {
    color: #000;
}
@media (hover: hover) and (pointer: fine) {
    .page_heading_logo a:hover {
        text-decoration: none;
    }
}
.page_heading_name {
    font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
    .page_heading_name {
        font-size: 1.6rem;
    }
}

/* メインビジュアル
--------------------------------------------------------------------------------- */
.mainVisual {
    height: 465px;
    background: url(/products/label/canva4/img/mainVisual_pc.png) no-repeat center / cover;
}
@media screen and (max-width: 767px) {
    .mainVisual {
        min-width: auto;
        height: 690px;
        background-image: url(/products/label/canva4/img/mainVisual_sp.png);
    }
}
.mainVisual_inner {
    padding-block: 51px 57px;
}
@media screen and (max-width: 767px) {
    .mainVisual_inner {
        padding-block: 155px 0;
    }
}
.mainVisual_textBox {
    max-width: 552px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .mainVisual_textBox {
        margin-inline: auto;
    }
}
.mainVisual_btnArea {
    text-align: center;
    margin-inline: auto;
    max-width: 440px;
    width: 100%;
}
a.mainVisual_btn {
    margin-top: 22px;
    padding: 13px 23px 11px 25px;
    max-width: 440px;
    width: 100%;
    font-size: 2.6rem;
}
a.mainVisual_btn::after {
    content: "";
    display: block;
    width: 17px;
    height: 15px;
}
@media screen and (max-width: 767px) {
    a.mainVisual_btn {
        margin-top: 17px;
        padding: 10px 12px 10px 15px;
        font-size: clamp(1.8rem, calc(20 / 390 * 100vw), 2.1rem);
    }
    a.mainVisual_btn::after {
        width: 15px;
        height: 15px;
    }
}
/* バナー
--------------------------------------------------------------------------------- */
.bnr {
    max-width: 1440px;
    min-width: 1240px;
    width: 100%;
    padding-block: 12px 8px;
    text-align: center;
    background-color: #21A4D7;
}
@media screen and (max-width: 767px) {
    .bnr {
        padding: 14px 20px 15px;
        min-width: auto;
    }
}
.bnr_text {
    line-height: 1.4;
    font-size: 3.6rem;
    font-weight: bold;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .bnr_text {
        line-height: 1.1;
        font-size: 2rem;
    }
}
.bnr_textMedium {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
    .bnr_textMedium {
        font-size: 2rem;
    }
}
.bnr_textSmall {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8rem;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .bnr_textSmall {
        font-size: 1.2rem;
    }
}
.bnr_textPcOnly {
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .bnr_textPcOnly {
        display: none;
    }
    .bnr_textSpSize {
        font-size: 1.6rem;
    }
}
/* アンカーリンク
--------------------------------------------------------------------------------- */
.anchor {
    margin-block: 40px 20px;
    margin-inline: auto;
    width: 972px;
}
@media screen and (max-width: 767px) {
    .anchor {
        margin-bottom: 40px;
        width: auto;
    }
}
.anchor_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px 60px;
}
@media screen and (max-width: 767px) {
    .anchor_list {
        flex-direction: column;
    }
}
.anchor_list_item a {
    position: relative;
    display: inline-block;
    padding-right: 18px;
    font-size: 1.8rem;
    color: #000;
}
.anchor_list_item a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 6px;
    transform: translateY(-50%);
    background: url(/products/label/canva4/img/icon_arrow_bottom.svg) no-repeat center / contain;
}
/* こんな方におすすめ！
--------------------------------------------------------------------------------- */
.recommend {
    margin-inline: auto;
    width: 1440px;
}
@media screen and (max-width: 767px) {
    .recommend {
        width: auto;
    }
}
.recommend_body {
    padding-top: 80px;
    background: url(/products/label/canva4/img/bg_recommend.png) no-repeat center / cover;
}
@media screen and (max-width: 767px) {
    .recommend_body {
        padding-top: 40px;
        background-image: url(/products/label/canva4/img/bg_recommend_sp.png);
    }
}
.recommend_list {
    display: flex;
    justify-content: center;
    gap: 20px 70px;
    margin-top: 37px;
}
@media screen and (max-width: 767px) {
    .recommend_list {
        flex-direction: column;
        align-items: center;
        margin-top: 32px;
    }
}
.recommend_foot {
    padding-block: 16px 30px;
    background-color: #00A0C4;
}
@media screen and (max-width: 767px) {
    .recommend_foot {
        padding: 30px 20px;
    }
}
.recommend_textBox {
    margin-inline: auto;
    padding: 17px 27px;
    max-width: 900px;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .recommend_textBox {
        padding: 20px 15px;
    }
}
.recommend_textBox p {
    line-height: 1.4;
    font-size: 3rem;
    text-align: center;
    color: #000;
}
@media screen and (max-width: 767px) {
    .recommend_textBox p {
        line-height: 1.6;
        font-size: 2rem;
    }
}
/* 講習会の内容について
--------------------------------------------------------------------------------- */
.about {
    background: linear-gradient(to bottom, #EAECFA, #fff 15%, #fff 50%, #fff 85%, #EAECFA);
}
.about_wrap {
    margin-inline: auto;
    width: 1380px;
}
@media screen and (max-width: 767px) {
    .about_wrap {
        width: auto;
    }
}
.about_inner {
    padding-block: 80px 49px;
}
@media screen and (max-width: 767px) {
    .about_inner {
        padding-block: 135px 163px;
    }
}
.about_iconTop,
.about_iconBottom {
    position: relative;
}
.about_iconTop::before,
.about_iconTop::after,
.about_iconBottom::before,
.about_iconBottom::after {
    content: "";
    display: block;
    position: absolute;
}
.about_iconTop::before {
    top: 2px;
    left: 0;
    width: 233px;
    height: 233px;
    transform: rotate(-15deg);
    background: url(/products/label/canva4/img/icon_about01.png) no-repeat 0 0 / contain;
}
.about_iconTop::after {
    top: 18px;
    right: 0;
    width: 240px;
    height: 190px;
    background: url(/products/label/canva4/img/icon_about02.png) no-repeat 0 0 / contain;
}
@media screen and (max-width: 767px) {
    .about_iconTop::before {
        top: 3px;
        width: 111px;
        height: 123px;
    }
    .about_iconTop::after {
        top: 10px;
        width: 137px;
        height: 109px;
    }
}
.about_iconBottom::before {
    bottom: 30px;
    left: 0;
    width: 245px;
    height: 201px;
    background: url(/products/label/canva4/img/icon_about03.png) no-repeat 0 0 / contain;
}
.about_iconBottom::after {
    bottom: 19px;
    right: 0;
    width: 233px;
    height: 233px;
    background: url(/products/label/canva4/img/icon_about04.png) no-repeat 0 0 / contain;
}
@media screen and (max-width: 767px) {
    .about_iconBottom::before {
        width: 140px;
        height: 115px;
    }
    .about_iconBottom::after {
        bottom: 26px;
        width: 110px;
        height: 123px;
    }
}
.about_body {
    margin-top: 40px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .about_body {
        margin-top: 30px;
    }
}
.about_title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #000;
}
.about_title span {
    display: inline-block;
    font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
    .about_title {
        font-size: 2rem;
    }
}
.about_intro {
    margin-top: 15px;
    line-height: 1.8;
    font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
    .about_intro {
        margin-top: 30px;
        line-height: 1.7;
        font-size: 1.6rem;
    }
}
.about_foot {
    margin-top: 20px;
    text-align: center;
}
.about_note {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    line-height: 1.8;
    font-size: 1.4rem;
}
.about_note.about_note-link {
    column-gap: 0.25em;
}
@media screen and (max-width: 767px) {
    .about_note {
        align-items: flex-start;
        font-size: 1.3rem;
    }
    .about_note.about_note-link {
        align-items: center;
        flex-wrap: wrap;
    }
}
.about_noteHead {
    flex-shrink: 0;
}
.about_noteText {
    display: inline-block;
    text-align: left;
}
/* 開催概要
--------------------------------------------------------------------------------- */
.overview {
    padding-block: 80px;
    background: url(/products/label/canva4/img/bg_overview.png) no-repeat center / cover;
}
@media screen and (max-width: 767px) {
    .overview {
        padding-block: 80px 100px;
        background-image: url(/products/label/canva4/img/bg_overview_sp.png);
    }
}
.overview_btnArea {
    margin-top: 60px;
    text-align: center;
}
table.overview_table {
    border: none;
    margin-top: 35px;
    width: 100%;
}
.overview_table tr {
    display: flex;
    align-items: center;
    column-gap: 65px;
    padding: 15px 10px;
    border-top: 1px solid transparent;
    border-image: linear-gradient(to right, #00A0C4, #0464CE 50%, #703EE7 100%) 1;
}
.overview_table tr:last-child {
    border-bottom: 1px solid transparent;
}
@media screen and (max-width: 767px) {
    .overview_table tr {
        column-gap: 40px;
    }
}
.overview_table th {
    width: 90px;
    flex-shrink: 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
}
@media screen and (max-width: 767px) {
    .overview_table th {
        width: 80px;
        font-size: 1.6rem;
    }
}
.overview_table td {
    font-size: 1.8rem;
    color: #000;
}
@media screen and (max-width: 767px) {
    .overview_table td {
        font-size: 1.6rem;
    }
}
/* 登壇者のご紹介
--------------------------------------------------------------------------------- */
.intro {
    padding-block: 80px 130px;
    background: linear-gradient(to bottom, #EAECFA, #fff 15%, #fff 50%, #fff 85%, #EAECFA);
}
.intro_body {
    margin-top: 30px;
    margin-inline: auto;
    width: 642px;
}
@media screen and (max-width: 767px) {
    .intro_body {
        width: auto;
    }
}
.intro_img {
    text-align: center;
    margin-inline: auto;
    width: 250px;
}
.intro_profile {
    display: grid;
    margin-top: 10px;
    text-align: center;
}
.intro_job {
    font-size: 1.8rem;
    font-weight: bold;
}
.intro_name {
    font-size: 2.4rem;
    font-weight: bold;
}
.intro_textGradation span {
    background: linear-gradient(90deg, #00A0C4, #0464CE 50%, #703EE7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.intro_text {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 1.6rem;
}
.intro_link {
    margin-top: 15px;
    font-size: 1.4rem;
}
/* こだわりの高画質ラベルを、一枚から。
--------------------------------------------------------------------------------- */
.detail {
    padding-block: 100px 160px;
    background: url(/products/label/canva4/img/bg_detail.png) no-repeat center / cover;
}
@media screen and (max-width: 767px) {
    .detail {
        padding-block: 47px 121px;
        background-image: url(/products/label/canva4/img/bg_detail_sp.png);
    }
}
.detail_box {
    padding: 4px;
    margin-inline: auto;
    width: 1000px;
    border-radius: 30px;
    background: linear-gradient(to right, #00A0C4, #0464CE 50%, #703EE7 100%);
}
@media screen and (max-width: 767px) {
    .detail_box {
        width: auto;
    }
}
.detail_boxInner {
    padding-block: 50px;
    border-radius: 30px;
    background-color: #fff;
}
.detail_title {
    font-size: 3.6rem;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .detail_title {
        font-size: 3rem;
    }
}
.detail_title span {
    display: inline-block;
    background: linear-gradient(90deg, #00A0C4, #0464CE 50%, #703EE7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.detail_boxBody {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
    padding-inline: 67px 72px;
}
@media screen and (max-width: 767px) {
    .detail_boxBody {
        flex-direction: column;
        justify-content: center;
        margin-top: 40px;
        padding-inline: 20px;
    }
}
.detail_boxContents {
    width: 46.6%;
}
@media screen and (max-width: 767px) {
    .detail_boxContents {
        margin-top: 0;
        width: 100%;
    }
}
.detail_boxImg {
    width: 40.2%;
}
@media screen and (max-width: 767px) {
    .detail_boxImg {
        margin-top: 40px;
        width: 100%;
        text-align: center;
    }
}
.detail_boxList li {
    position: relative;
    line-height: 1.6;
    font-size: 2rem;
}
.detail_boxList li::before {
    content: "●";
    display: inline-block;
    color: #005ABC;
    margin-right: 0.25em;
}
@media screen and (max-width: 767px) {
    .detail_boxList {
        display: grid;
        justify-content: center;
    }
    .detail_boxList li {
        font-size: 1.8rem;
    }
}
.detail_boxItems {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .detail_boxItems {
        column-gap: 25px;
        justify-content: center;
    }
}
.detail_boxItems li p {
    margin-top: 10px;
    line-height: 1.8;
    font-size: 1.4rem;
    text-align: center;
}
.detail_foot {
    display: flex;
    align-items: center;
    gap: 15px 23px;
    margin-top: 25px;
    padding-inline: 60px 54px;
}
@media screen and (max-width: 767px) {
    .detail_foot {
        flex-direction: column;
        padding-inline: 20px 15px;
    }
}
.detail_name {
    text-align: left;
}
@media screen and (max-width: 767px) {
    .detail_name {
        text-align: center;
    }
}
.detail_nameText {
    position: relative;
    line-height: 1.1;
    font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
    .detail_nameText {
        line-height: 1.5;
        font-size: 1.6rem;
    }
}
.detail_nameTitle {
    margin-top: 4px;
    line-height: 1.1;
    font-size: 3.6rem;
    font-weight: bold;
    color: #000;
}
@media screen and (max-width: 767px) {
    .detail_nameTitle span {
        display: inline-block;
    }
}
.detail_priceBox {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    border: 1px solid #000;
    max-width: 626px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .detail_priceBox {
        flex-direction: column;
    }
}
.detail_priceTitle {
    padding: 21px 10px;
    border-right: 1px solid #000;
    width: 50%;
    line-height: 1.8;
    font-size: 1.8rem;
    text-align: center;
    color: #000;
}
@media screen and (max-width: 767px) {
    .detail_priceTitle {
        padding: 7px 5px;
        border-right: 0;
        border-bottom: 1px solid #000;
        width: 100%;
        font-size: 1.2rem;
    }
}
.detail_price {
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding-inline: 8px;
    width: 50%;
}
@media screen and (max-width: 767px) {
    .detail_price {
        justify-content: center;
        padding-block: 5px;
        padding-inline: 5px 4px;
        width: 100%;
    }
}
.detail_priceIntro {
    line-height: 1.4;
    font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
    .detail_priceIntro {
        flex-shrink: 0;
        font-size: 1.2rem;
    }
}
.detail_priceText {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
}
.detail_priceText span {
    display: inline-block;
    font-size: 1.4rem;
}
.detail_note {
    display: flex;
    margin-top: 23px;
    padding-inline: 48px;
    line-height: 1.8;
    font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
    .detail_note {
        padding-inline: 12px 20px;
        font-size: 1.3rem;
    }
}
.detail_noteIcon {
    flex-shrink: 0;
}
.detail_btnArea {
    margin-top: 80px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .detail_btnArea {
        margin-top: 50px;
    }
}
.detail_boxBtnArea {
    margin-top: 11px;
    padding-inline: 55px;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .detail_boxBtnArea {
        margin-top: 30px;
        padding-inline: 20px;
        text-align: center;
    }
}
.detail_btn {
    position: relative;
    display: inline-block;
    padding: 11px 23px 9px 17px;
    max-width: 200px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
    font-size: 2rem;
    border: 1px solid #005AB4;
    border-radius: 9999px;
    box-shadow: 0 8px 8px 0 rgb(0, 0, 0, 0.15);
    background-color: #fff;
}
.detail_btn::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 17px;
    height: 15px;
    background: url(/products/label/canva4/img/icon_arrow_blue.svg) no-repeat center / contain;
}
.detail_btn:hover {
    transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
    .detail_btn:hover {
        opacity: 0.5;
        text-decoration: none;
    }
}
@media screen and (max-width: 767px) {
    .detail_btn {
        padding: 11px 23px 10px 17px;
    }
}
/* SNSシェアエリア
--------------------------------------------------------------------------------- */
.shareArea {
    margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
    .shareArea {
        margin-bottom: 40px;
    }
}