@charset "UTF-8";

/* sp / pc
----------------------------------------------------------------------*/
.u-spItem {display:none;}
@media screen and (max-width: 768px) {
    .u-spItem {display:block;}
    .u-pcItem {display:none;}
}

/* header
----------------------------------------------------------------------*/
header {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.g-header {
    /*padding: clamp(77px, 4.58vw, 86px) 0 0;*/
    /*position: fixed;*/
    width: 100%;
    z-index: 100;
}
.g-header img {
    display: block;
}
.g-header_lyt {
    border-bottom: #ececec 1px solid;
    padding: 12px 10px 14px 20px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1100;
}
.g-header_logo {
    width: 125px;
}
.g-header_logo a {
    display: block;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}
.g-header_logo a:hover,
.g-headerCv_ico:hover {
    opacity: .6;
}
.g-headerCv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}

.g-headerCv .menuwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.g-headerCv em {
    font-size: 11px;
    text-align: center;
    display: block;
}

.g-headerCv_btn {
    display: block;
    background: #FF4D00;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid transparent;
    padding: 8px 1.5em 8px 1em;
    line-height: 1.2;
    border-radius: 0.5em;
    text-shadow: 0 0 16px rgba(0, 0, 0, .3);
    margin: 1px 0 0 22px;
    -webkit-transition: background 300ms, border-color 300ms, text-shadow 300ms;
    transition: background 300ms, border-color 300ms, text-shadow 300ms;
    position: relative;
}

.g-headerCv_btn::after {
    position: absolute;
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    height: 6.5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 6.5px;
    -webkit-transition: border-color 300ms;
    transition: border-color 300ms;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0.5em;
}

.g-headerCv_btn:hover {
    color: #ad4d01 !important;
    border: 2px solid #ad4d01;
    background: #fff;
    text-shadow: 0 0 16px #fff;
}

.g-headerCv_btn:hover::after {
    border: 2px solid #ad4d01;
    border-width: 0 2px 2px 0;
}

.g-headerCv_btn span {
    font-size: 12px;
    display: inline-block;
    letter-spacing: -0.05em;
}

.g-headerCv_ico {
    text-decoration: none;
    color: #000;
    font-size: 14px;/*1.4rem;*/
    line-height: 1.2;
    padding-left: 32px;
    margin-left: 32px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.g-headerCv_ico[data-ico="seminar"]::before {
    content: "";
    display: block;
    width: 26px;
    height: 19px;
    position: absolute;
    left: -32px;
    top: -2px;
    background: url(../img/header_ico_seminar.png) no-repeat left top / 100% auto;
}

.g-headerCv_ico[data-ico="digital"]::before {
    content: "";
    display: block;
    width: 24px;
    height: 18px;
    position: absolute;
    left: -30px;
    top: 0;
    background: url(../img/header_ico_pamphlet.png) no-repeat left top / 100% auto;
}

.g-headerCv_ico[data-ico="analog"]::before {
    content: "";
    display: block;
    width: 17px;
    height: 20px;
    position: absolute;
    left: -4px;
    top: 0;
    background: url(../img/header_ico_request.png) no-repeat left top / 100% auto;
}

.g-headerCv_ico[data-ico="line"]::before {
    content: "";
    display: block;
    width: 14px;
    height: 22px;
    position: absolute;
    left: -20px;
    top: -1px;
    /*background: url(/assets/images/icon_smartphone.svg) no-repeat left top / 100% auto;*/
}

.g-headerCv_ico[data-ico="analog"] {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.g-headerCv_ico[data-ico="digital"] {
    display: inline-block;
    padding-left: 0;
    margin-left: 50px;
    position: relative;
}

.g-headerCv_ico[data-ico="seminar"] {
    display: inline-block;
    padding-left: 0;
    margin-left: 50px;
    position: relative;
}

.g-headerCv_ico[data-ico="line"] {
    display: inline-block;
    padding-left: 0;
    position: relative;
}

.g-headerCv_ico span {
    font-size: 12px;
}


@media screen and (max-width: 1399px) {
    .g-headerCv_ico {
        margin-left: 14px;
    }

    .g-headerCv_btn {
        margin-left: 10px;
        width: 180px;
    }

    .g-headerCv_ico[data-ico="digital"] {
        margin-left: 44px;
    }
}

@media screen and (max-width: 899px) {
    .g-headerCv_ico {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .g-header {
        padding: 0;
        position: relative;
    }

    .g-header_lyt {
        padding: 5px 15px 0;
        height: 56px;
        /*position: relative;
        top: auto;
        left: auto;
        right: auto;*/
        display: block;
    }

    .g-header_logo {
        width: 92px;
        margin-top: 6px;
    }

    .g-header_logo a:hover,
    .g-headerCv_ico:hover {
        opacity: 1;
    }

    .g-headerCv {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        background: #fff;
        flex-wrap: wrap;
    }

    .g-headerCv>p {
        width: calc((100% - 1px) / 4);
    }

    .g-headerCv_btn {
        height: 50px;
        padding: 8px 13px 13px;
        border-radius: 0;
        border: none;
        text-align: left;
        margin: 0;
    }

    .g-headerCv_btn::after,
    .g-headerCv_ico::after {
        border: 2px solid #fff;
        border-width: 0 2px 2px 0;
        content: "";
        display: block;
        height: 6px;
        width: 6px;
        margin-left: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -3px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .g-headerCv_btn:hover {
        color: #fff;
        border: none;
        background: -moz-linear-gradient(left, #ec6800 0%, #ff8837 50%, #ec6800 100%);
        background: -webkit-linear-gradient(left, #ec6800 0%, #ff8837 50%, #ec6800 100%);
        background: linear-gradient(to right, #ec6800 0%, #ff8837 50%, #ec6800 100%);
        text-shadow: 0 0 16px rgba(0, 0, 0, .3);
    }

    .g-headerCv_btn:hover::after {
        border-color: #fff;
    }

    .g-headerCv_ico {
        display: block;
        height: 50px;
        background: #7cbc29;
        color: #fff;
        margin-left: 0;
        padding: 15px 13px 12px;
    }

    .g-headerCv_ico[data-ico="analog"]::before,
    .g-headerCv_ico[data-ico="digital"]::before,
    .g-headerCv_ico[data-ico="seminar"]::before,
    .g-headerCv_ico[data-ico="line"]::before {
        display: none;
    }

    .g-headerCv_ico[data-ico="analog"],
    .g-headerCv_ico[data-ico="digital"],
    .g-headerCv_ico[data-ico="seminar"],
    .g-headerCv_ico[data-ico="line"] {
        display: block;
        padding-top: 8px;
        padding-left: 13px;
        margin-left: 0;
    }

    .g-headerCv>p {
        width: calc((100% - 1px) / 2);
    }

    .g-headerCv_btn {
        font-size: 82%;
        padding-top: 11px;
        letter-spacing: 0.01em;
    }

    .g-headerCv_btn span {
        font-size: 10px;
    }

    .g-headerCv em {
        text-align: left;
    }

    .g-headerCv .menuwrap {
        width: 100%;
        justify-content: center;
    }

    .g-headerCv .menuwrap p {
        width: 50%;
    }

    .g-headerCv_ico {
        line-height: 50px;
        padding: 0 0 0 4vw !important;
    }

    .g-headerCv_ico.linebtn {
        background: #41aa46;
    }

    .g-headerCv_btn {
        width: 100%;
    }

}

@media screen and (max-width: 374px) {
    .g-headerCv_ico {
        font-size: 1px;
    }
}



/* g-headerNav
----------------------------------------------------------------------*/
.g-headerNav {
    background: #FAC6EE;
    padding: 0 34px;
    font-weight: bold;
    position: fixed;
    top: 78px;
    left: 0;
    width: 100vw;
}

.g-headerNav_inner,
.g-headerNav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #333;
    height:40px;
}

.g-headerNav_name {
    padding-right: 21px;
    border-right: 1px solid #333;
    line-height: 1.0;
    /*margin-bottom: 4px;*/
    white-space: nowrap;
    font-size:14px;
}

.g-headerNav_list {
    /*margin-bottom: 6px;*/
    letter-spacing: .005em;
    margin-left: -1px;
}

.g-headerNav_list li {
    margin-left: 22px;
}

.g-headerNav_list a {
    text-decoration: none;
    color: #333;
    display: block;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    white-space: nowrap;
}

.g-headerNav_inner>p {
    width: 113px;
    margin-left: 22px;
}

.g-headerNav_inner>p a {
    display: block;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.g-headerNav_list a:hover,
.g-headerNav_inner>p a:hover {
    opacity: .6;
}

.g-header_trigger {
    display: none;
}

@media screen and (max-width: 768px) {
    .g-headerNav {
        padding: 0;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1200;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .9);
        color: #fff;
        transform: translateX(100%);
        transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .g-headerNav_inner,
    .g-headerNav_list,
    .g-headerNav_cvlist {
        display: block;
        font-size: 15px;
    }

    .g-headerNav_name {
        margin-top: 60px;
        padding: 0 5.333% 21px;
        border-right: none;
        line-height: inherit;
        margin-bottom: 0;
        border-bottom: 1px solid #fff;
    }

    .g-headerNav_list,
    .g-headerNav_cvlist {
        margin-bottom: 0;
        margin-left: 0;
        display:inline;
    }

    .g-headerNav_cvlist {
        margin-top: 20px;
        padding-bottom: 30px;
        display:block;
    }

    .g-headerNav_list li {
        margin-left: 0;
        border-bottom: 1px solid #fff;
    }

    .g-headerNav_list a,
    .g-headerNav_cvlist a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 13px 5% 14px;
        font-weight: normal;
    }

    .g-headerNav_cvlist a {
        padding: 7px 5% 7px 48px;
        font-weight: 900;
        font-size: 14px;
    }

    .g-headerNav_cvlist a[data-ico="seminar"]::before {
        content: "";
        display: block;
        width: 17px;
        height: 12px;
        position: absolute;
        left: 19px;
        top: 13px;
        /*background: url(../images/header_ico_seminar_sp.png) no-repeat left top / 100% auto;*/
    }

    .g-headerNav_cvlist a[data-ico="digital"]::before {
        content: "";
        display: block;
        width: 17px;
        height: 13px;
        position: absolute;
        left: 20px;
        top: 12px;
        /*background: url(../images/course_ico_pamphlet_on.png) no-repeat left top / 100% 100%;*/
    }

    .g-headerNav_cvlist a[data-ico="analog"]::before {
        content: "";
        display: block;
        width: 17px;
        height: 21px;
        position: absolute;
        left: 20px;
        top: 8px;
        /*background: url(../images/course_ico_request_on.png) no-repeat left top / 100% 100%;*/
    }

    .g-headerNav_cvlist a[data-ico="line"]::before {
        content: "";
        display: block;
        width: 17px;
        height: 21px;
        position: absolute;
        left: 20px;
        top: 8px;
        /*background: url(/assets/images/icon_smartphone.svg) no-repeat left top / 100% 100%;*/
    }

    .g-headerNav_cvlist a span {
        display: inline-block;
    }

    .g-headerNav_cvlist .g-headerCv_btn {
        width: 90%;
        max-width: 340px;
        margin: 10px auto 0;
        border-radius: 24px;
        padding: 13px 5% 15px;
        height: auto;
        text-align: center;
        font-size: 14px;
    }

    .g-headerNav_cvlist .g-headerCv_btn::after {
        position: relative;
        right: auto;
        top: auto;
        display: inline-block;
        margin: 0 0 0 7px;
        vertical-align: 1px;
    }

    .g-headerNav_cvlist .g-headerCv_btn span {
        font-size: 14px;
        color: #ffff00;
    }

    .g-headerNav_inner>p {
        width: 150px;
        margin: 15px 5%;
    }

    .g-headerNav_list a:hover,
    .g-headerNav_inner>p a:hover {
        opacity: 1;
    }

    .g-header_trigger {
        -webkit-appearance: none;
        appearance: none;
        background: none;
        border: none;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        top: 0;
        right: 0;
        width: 56px;
        height: 56px;
        font-weight: bold;
        font-size: 10px;
        z-index: 2000;
    }

    .g-header_trigger:focus {
        outline: none;
    }

    .g-header_trigger::before,
    .g-header_trigger span::after,
    .g-header_trigger span::before {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 26px;
        height: 2px;
        margin-left: -13px;
        background: #000;
        content: "";
        transition: all .2s;
    }

    .g-header_trigger::before {
        margin-top: -11px;
        animation: menu-bar01 0.4s forwards;
    }

    .g-header_trigger span {
        display: block;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        position: static;
    }

    .g-header_trigger span::before {
        opacity: 1;
        margin-top: -1px;
    }

    .g-header_trigger span::after {
        margin-top: 9px;
        animation: menu-bar03 0.4s forwards;
    }

    .g-header.is-open .g-headerNav {
        transform: translateX(0);
    }

    .g-header.is-open .g-header_trigger {
        position: fixed;
        z-index: 1500;
    }

    .g-header.is-open .g-header_trigger::before,
    .g-header.is-open .g-header_trigger span::after,
    .g-header.is-open .g-header_trigger span::before {
        background: #fff;
        z-index: 1000;
    }

    .g-header.is-open .g-header_trigger::before {
        animation: active-menu-bar01 0.4s forwards;
    }

    .g-header.is-open .g-header_trigger span::before {
        opacity: 0;
    }

    .g-header.is-open .g-header_trigger span::after {
        animation: active-menu-bar03 0.4s forwards;
    }
}

/* アニメーション設定
------------------------------------------------*/
@keyframes menu-bar01 {
    0% {
        transform: translateY(5px) rotate(45deg);
    }

    50% {
        transform: translateY(5px) rotate(0);
    }

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

@keyframes menu-bar03 {
    0% {
        transform: translateY(-10px) rotate(-45deg);
    }

    50% {
        transform: translateY(-10px) rotate(0);
    }

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

@keyframes active-menu-bar01 {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(10px) rotate(0);
    }

    100% {
        transform: translateY(10px) rotate(45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-10px) rotate(0);
    }

    100% {
        transform: translateY(-10px) rotate(-45deg);
    }
}


main {
    /*padding-top: 121px;*/
    padding-top: 0;
}

/* g-headerNav_list
--------------------------------------------------*/
.g-headerNav_list.sp {
    display: none;
}

@media (max-width: 768px) {
    .g-headerNav_list.sp {
        display: block;
    }

    .g-headerNav_list.sp li a {
        font-weight: bold;
    }

    .g-headerNav_name {
        margin-top: 21px;
        color:#fff;
    }
}

@media screen and (max-width: 768px) {
    .g-headerCv_btn {
        font-size: 80%;
        padding-top: 5px;
    }
}

@media screen and (max-width: 768px) {
    .g-headerCv_btn {
        padding-top: 10px;
    }
}

/*20211013改修*/
/*
.g-header_logo {
    width: 30%;
}

@media screen and (max-width: 768px) {
    .g-header_logo {
        width: 250px;
    }
}

@media screen and (max-width: 310px) {
    .g-header_logo {
        width: 80%;
    }
}
*/

/* 20231205 */

@media screen and (min-width: 769px) {
    .g-header {
        padding: clamp(77px, 6.4vw, 106px) 0 0;
    }
/*
    .g-header_logo {
        max-width: 508px;
    }
*/
}

@media screen and (max-width: 768px) {
    .g-header_lyt {
        height: 60px;
    }
/*
    .g-header_logo {
        width: 256px;
    }
*/
}

@media screen and (min-width: 769px) {
    .g-header_logo.anv40th {
        width: 200px;
    }
}

@media screen and (max-width: 768px) {
    .st-footerBottom {
        padding-bottom: 120px;
    }
    .g-header_logo.anv40th {
        width: 170px;
    }
}

@media screen and (max-width: 768px) {
    .g-headerNav_list li{font-size:14px;}
}




main.article .page_content{width:100%;}
@media screen and (min-width: 768px) {
    main.article .page_content{max-width:1040px;}
}

main.article .kv_box_wrap .contact_btn_box{max-width:500px;margin:0 auto;width:90%;}
main.article .kv_box_wrap .contact_btn_box div{width:49%;}
main.article .kv_box_wrap .contact_btn03{max-width:500px;margin:10px auto;}
main.article .kv_box_wrap p{position:unset !important;margin:0 auto;max-width:400px;margin:-25px auto 10px;}
@media screen and (min-width: 768px) {
    main.article .kv_box_wrap{display:none;}
}
main.article .ft_btn_box figure{max-width:500px;margin:0 auto;}
main.article .fix_sns_box{left:unset;right:30px;}
@media screen and (max-width: 1170px) {
    main.article .fix_sns_box{display:none;}
}

.onpage_target{margin-top:-60px;padding-top:60px;position:relative;z-index:0;}

#wrap{margin-top:118px;}
@media screen and (max-width: 768px) {
#wrap{margin-top:60px;}
}
@media screen and (max-width: 500px) {
  #wrap{margin-top:0;}
}  
.kv_box.mini{height:640px;overflow:hidden;}
.kv_box_wrap .kv_btn_box{z-index:99;}

.reskilling_btn_box .contact_btn {
    background: #0037FF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 5px;
    width: 250px;
    height: 60px;
    margin: 0 auto;
}
.reskilling_btn_box .contact_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: Zen Kaku Gothic New;
    font-weight: 700;
    font-size: 1.7em;
    line-height: 110%;
    letter-spacing: -15%;
    position: relative;
    color:#fff;
}
.reskilling_btn_box .contact_btn span{
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    transform: rotate(90deg);
    margin-left: 5px;
}
.lead_cont ul li dt>h3{font-size:20px;}


.school_box {padding-top:60px;padding-bottom:60px;background: linear-gradient(69.22deg, #FFE3F7 0%, #FAC6EE 21.46%, #EEDBFF 49.62%, #CFDAFF 99.21%);}
.school_box .txt_lead {text-align:center;}
.school_box .schoollist_box .schoollist_tit{color:#D42F7D;margin:40px 0 20px;font-size:18px;}
.school_box .schoollist_box .schoollist_tit span{display:block;font-size:24px;}
.school_box .schoollist_box ul{display:flex;flex-flow:column;gap:20px;margin:0 20px;}
.school_box .schoollist_box ul>li{background-color:#fff;padding:15px 10px;}
.school_box .schoollist_box ul>li h4{font-size:24px;margin-bottom:10px;position:relative;
    &::after{content:'';width:8px;height:14px;background-color:#333;clip-path:polygon(0% 0%, 100% 50%, 0% 100%);position:absolute;bottom:10px;right:0;}
}
.school_box .schoollist_box ul>li h4>a{display:block;}
.school_box .schoollist_box ul>li p{font-size:14px;color:#666;font-weight:normal;}
.school_box .schoollist_box ul>li .btn-cv{font-size:16px;background-color:#F8FFA3;color:#333;border-radius:9999px;padding:10px 20px;margin-top:10px;display:block;}

@media screen and (max-width: 500px) {
    .school_box {padding-top:12vw;padding-bottom:12vw;}
    .school_box .schoollist_box .schoollist_tit{font-size:14px;}
    .school_box .schoollist_box .schoollist_tit span{font-size:18px;}
    .school_box .schoollist_box ul>li{padding:10px;}
    .school_box .schoollist_box ul>li h4{font-size:18px;
        &::after{bottom:5px;}
    }
    .school_box .schoollist_box ul>li .btn-cv{font-size:14px;padding:5px 10px;}
}

.kv_box_wrap .kv_btn_box.is-fixed{position:relative;}
@media screen and (max-width: 1000px) {
    .kv_box_wrap .kv_btn_box.is-fixed{position:fixed;}
}



article.writing{display:flex;flex-flow:column;gap:40px;margin-bottom:60px;text-align:left;font-size:16px !important;font-family: 'Inter', 'Noto Sans JP', sans-serif;}
article.writing .flx{display:flex;flex-flow:row;gap:20px;align-items:center;}
article.writing .tal{text-align:left;}
article.writing .tac{text-align:center;}
article.writing .tar{text-align:right;}
article.writing a{text-decoration:underline;}
article.writing a.button{background-color:#FF4D00;padding:10px 20px;color:#FFF;font-weight:bold;font-size:16px !important;border:2px solid #FF4D00;border-radius:9999px;text-decoration:none;display:inline-block;
    &:hover{background-color:#FFF;color:#FF4D00;}
}
article.writing a.button2{background-color:#FFF;padding:10px 20px;color:#FF4D00;font-weight:bold;font-size:16px !important;border:2px solid #FF4D00;border-radius:9999px;text-decoration:none;display:inline-block;
    &:hover{background-color:#FF4D00;color:#FFF;}
}

article.writing .head{background:linear-gradient(69.22deg, #FFE3F7 0%, #FAC6EE 21.46%, #EEDBFF 49.62%, #CFDAFF 99.21%);color:#333;padding:20px;}
article.writing .head .goback{display:flex;flex-flow:row;align-items:center;gap:10px;font-weight:bold;font-size:16px !important;}
article.writing .head .goback svg{transform: rotate(180deg);width:10px;}
article.writing .head h1{font-size:24px !important;margin:30px 0 20px;font-weight:bold;}

.toc{margin:0 20px;}
.toc .wrap{display:flex;flex-flow:column;background:#f5f5f5;border-radius:0 2em 0 2em;padding:20px 30px;margin:0 auto;width:100%;max-width:800px;}
.toc-i{display:flex;flex-flow:row;justify-content:space-between;font-weight:bold;
    &::after{content:"▼";}
}
ul.toc-c{display:none;width:100%;border-left:2px solid var(--color-border);padding:var(--space-s) 0 var(--space-s) var(--space-s);flex-flow:column;margin-top:10px;}
ul.toc-c li{font-weight:400;margin-top:5px;font-size:14px !important;
    &:first-child{margin-top:0;}
}
ul.toc-c>li>ul{margin-left:10px;}
.toc-chk{visibility:hidden;pointer-events:none;opacity:0;position:fixed;top:0;left:0;}
.toc-chk:checked ~ ul.toc-c{display:flex;}
.toc-chk:checked ~ .toc-i::after{content:"▲";}

article.writing .body {margin:0 20px;line-height:1.8;font-size:16px !important;}
article.writing .body .wrap{display:flex;flex-flow:column;gap:30px;}

article.writing .body .bold{font-weight:bold;}

article.writing .body .ttl{margin-top:-60px;padding-top:60px;z-index:0;position:relative;}
article.writing .body h2{font-size:20px !important;line-height:1.6 !important;font-weight:bold;color:#333;background:linear-gradient(69.22deg, #FFE3F7 0%, #FAC6EE 21.46%, #EEDBFF 49.62%, #CFDAFF 99.21%);transform:skewX(-12deg);padding:10px 20px;margin:0;
    &::after{content:none;}
}
article.writing .body h3{font-size:18px !important;font-weight:bold;color:#333;padding:0 0 10px;margin:0;
    &::after{content:"";position:absolute;display:block;margin:0 auto;bottom:0;left:0;right:0;width:100%;height:0.2em;background:linear-gradient(69.22deg, #FFE3F7 0%, #FAC6EE 21.46%, #EEDBFF 49.62%, #CFDAFF 99.21%);transform:skewX(-12deg);}
}
article.writing .body h4,article.writing .body h5,article.writing .body h6{font-size:16px !important;font-weight:bold;color:#D42F7D;padding:0;margin:0;}
article.writing .body .texttext{display:flex;flex-flow:column;gap:10px;}
article.writing .body .phototext{display:flex;flex-flow:column;gap:20px;}
article.writing .body figure>img{margin:0 auto;}
article.writing .body figure>figcaption{text-align:center;color:#666;}

article.writing .body .tablewrap{width:100%;padding-bottom:5px;overflow-x:scroll;}
article.writing .body table{width:100%;border:2px solid #FFF;border-collapse:collapse;text-align:left;color:#333;}
article.writing .body th{background-color:#EEDBFF;font-weight:bold;}
article.writing .body td{background-color:#FFE3F7;font-weight:normal;}
article.writing .body th,td{padding:10px;vertical-align:middle;border:2px solid #FFF;}


@media (min-width: 768px) {
    article.writing .body .phototext{display:flex;flex-flow:row;gap:20px;}
    article.writing .body .phototext.leftphoto{flex-flow:row;}
    article.writing .body .phototext.rightphoto{flex-flow:row-reverse;}
    article.writing .body .phototext>*{width:50%;}
}


