/* 共通 */
.sideNavi,
#pnkz,
.contHead {
    display: none !important;
}
#header {
    padding-bottom: 0 !important;
}
#header .gNavi {
    display: flex;
    height: 100% !important;
}
#header .gNavi a {
    overflow: hidden;
    height: 100% !important;
}
#header .gNavi a img {
    width: 100% !important;
    height: 100% !important;
}
#header:after {
    height: 0px !important;
    background: transparent !important;
    border-bottom: 0;
}
section.main {
    /* background: linear-gradient(30deg, rgba(185, 226, 255, 0.10) 6.11%, rgba(149, 181, 242, 0.10) 48.34%, rgba(251, 133, 222, 0.10) 90.57%); */
    padding-top: 100px !important;
}
section.main .inner {
    width: 100% !important;
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
    section.main {
        padding-top: 7.14286vw !important;
    }
}
@media screen and (max-width:768px) {
    #header .inner .gNavi {
    display: none !important;
    }
    #header .inner .spMenu {
    height: 100% !important;
    }
    #header .inner .spMenu a {
    display: inline-block;
    height: 100%;
    }
    #header .inner .spMenu img {
    width: 100%;
    height: 100%;
    }
    section.main {
    padding-top: 0 !important;
    }
    section.main .inner {
    padding-top: 18.93333vw;
    padding-left: 0 !important;
    padding-right: 0 !important;
    }
}




/* contentsIn */
.wysiwyg {
    padding-top: 0 !important;
    font-size: 18px;
    color: #1B1B1B;
    line-height: 150%;
}
.wysiwyg .contentsIn {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.wysiwyg #anc01,
.wysiwyg #anc02,
.wysiwyg #anc03,
.wysiwyg #anc04,
.wysiwyg #anc05 {
    padding-top: 100px;
    margin-top: -100px;
}
.wysiwyg .mv {
    margin-bottom: 32px;
}
.wysiwyg .section {
    margin-bottom: 120px;
}
.wysiwyg .innerNarrow {
    max-width: 800px;
    margin: auto;
}
.wysiwyg .secMv {
    margin-bottom: 32px;
}
.wysiwyg h2 {
    border: 0px solid #F4CBEE !important;
    background: #0168B7;
    padding: 16px 8px;
    color: #fff;
    text-align: left;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0;
}
.wysiwyg h2:after,
.wysiwyg .btn::after {
    content: none !important;
}
.wysiwyg h3 {
    position: relative;
    padding: 16px 8px;
    border-left: none;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.3;
    font-size: 26px;
}
.wysiwyg h3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #37D2E3;
    left: 0;
    bottom: -8px;
}
.wysiwyg h4 {
    border-left: 7px solid #37D2E3;
    border-top: none;
    background-color: transparent;
    padding: 8px 16px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
}
.wysiwyg ul.listDot {
    margin-left: 0;
    padding-left: 1em;
}
.wysiwyg ul.listDot li::before {
    width: 5px;
    height: 5px;
    background-color: #000;
    top: 13px;
    left: -1em;
    transform: translate(50%, -50%);
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
    .wysiwyg .contentsIn {
        width: 85.71429vw !important;
    }
}
@media screen and (max-width:768px) {
    .wysiwyg {
        font-size: 16px;
    }
    .wysiwyg .contentsIn {
        width: 100% !important;
    }
    .wysiwyg h2 {
        font-size: 22px;
    }
    .wysiwyg h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .wysiwyg h4 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .wysiwyg .mv {
        margin-bottom: 40px;
    }
    .wysiwyg .section {
        margin-bottom: 40px;
        width: 100%;
        padding: 0 4vw;
    }
    .wysiwyg .secMv {
        margin-bottom: 16px;
    }
}


/* ボタン */
.wysiwyg a[target="_blank"]:not(.btn):after {
    content: none !important;
}
.wysiwyg a[target="_blank"]:not(.btn) .title {
    position: relative;
}
.wysiwyg a[target="_blank"]:not(.btn) .title:after {
    position: absolute;
    font-family: "Font Awesome 5 Free" !important;
    content: "" !important;
    font-weight: 400 !important;
    font-size: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    vertical-align: baseline;
    color: #0D97F9;
}
.wysiwyg .btn {
    border-radius: 10000px;
    padding: 3px;
    background: #37D2E3;
    transition: ease-in-out .5s;
}
.wysiwyg .btn:hover {
    background: #37D2E3;
    transition: ease-in-out .5s;
}
.wysiwyg .btn span{
    border-radius: 10000px;
    font-size: 16px;
    padding: 16px 32px !important;
    background: #fff;
    border: 0 !important;
    transition: ease-in-out .2s;
}
.wysiwyg .btn:hover span {
    background: #C8F6FA;
    color: #000;
    transform: none !important;
    transition: ease-in-out .2s;
}
.wysiwyg .btn[target="_blank"] span {
    padding: 16px 58px 16px 32px !important;
}
.wysiwyg .btn[target="_blank"] span:after {
    right: 22px !important;
}
@media screen and (max-width:768px) {
    .wysiwyg .btn[target="_blank"] span {
        padding: 16px 3em 16px 2em !important;
    }
    .wysiwyg .btn[target="_blank"] span:after {
        right: 1em !important;
    }
}

/* アンカー */
.wysiwyg .ancList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
}
.wysiwyg .ancList li {
    width: calc( (100% - 10px) / 2 );
    height: 62px !important;
}
.wysiwyg .ancList li::before {
    content: none !important;
}
.wysiwyg .ancList li a {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.wysiwyg .ancList li a::after {
    position: absolute;
    content: "" !important;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 37px;
    left: auto;
    transform: translateY(-50%) rotate(135deg);
    z-index: 1;
    background: none !important;
    border-radius: 0;
    color: transparent !important;
    border: none;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}
.wysiwyg .ancList li a span {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
}
.wysiwyg .ancList li a > span {
    padding: 16px 32px !important;
}
.wysiwyg .ancList li a.textLong span {
    font-size: small;
}
.wysiwyg .ancList li a.textLong > span {
    padding: 0 32px 0 12px !important;
}
@media screen and (max-width: 1399px) {
    .wysiwyg .ancList li a.textLong span {
        font-size: clamp(9px,1vw,1vw);
    }
}
@media screen and (max-width: 768px) {
    .wysiwyg .ancList {
        flex-direction: column;
        padding-left: 0;
    }
    .wysiwyg .ancList li {
        width: 100%;
        height: 16vw !important;
    }
    .wysiwyg .ancList li a::after {
        width: 2.6667vw;
        height: 2.6667vw;
        border-width: 0.535vw;
    }
    .wysiwyg .ancList li a.textLong span {
        font-size: 4vw;
    }
}

/* flexWrap */
.wysiwyg .flexWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
    gap: 40px 0;
    margin-bottom: 32px;
}
.wysiwyg .flexWrap > div {
    padding: 0 10px;
}
.wysiwyg .flexWrap .flexcol-1 {
    width: calc( 100% / 12 );
}
.wysiwyg .flexWrap .flexcol-2 {
    width: calc( 100% / 12 * 2 );
}
.wysiwyg .flexWrap .flexcol-3 {
    width: calc( 100% / 12 * 3 );
}
.wysiwyg .flexWrap .flexcol-4 {
    width: calc( 100% / 12 * 4 );
}
.wysiwyg .flexWrap .flexcol-5 {
    width: calc( 100% / 12 * 5 );
}
.wysiwyg .flexWrap .flexcol-6 {
    width: calc( 100% / 12 * 6 );
}
.wysiwyg .flexWrap .flexcol-7 {
    width: calc( 100% / 12 * 7 );
}
.wysiwyg .flexWrap .flexcol-8 {
    width: calc( 100% / 12 * 8 );
}
.wysiwyg .flexWrap .flexcol-9 {
    width: calc( 100% / 12 * 9 );
}
.wysiwyg .flexWrap .flexcol-10 {
    width: calc( 100% / 12 * 10 );
}
.wysiwyg .flexWrap .flexcol-11 {
    width: calc( 100% / 12 * 11 );
}
@media screen and (max-width:768px) {
    .wysiwyg .flexWrap {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 16px;
        gap: 10px 0;
    }
    .wysiwyg .flexWrap > div {
        width: 100% !important;
        padding: 0 !important;
    }
}

/* テーブル */
.wysiwyg table {
    margin: 0;
}
.wysiwyg table,
.wysiwyg table th,
.wysiwyg table td {
    border-color: #fff;
    background-color: transparent;
    padding: 16px;
    text-align: center;
    vertical-align: middle;
}
.wysiwyg table th {
    width: auto;
    background-color: #0168B7;
    color: #fff;
    font-weight: 700;
}
.wysiwyg table td {
    background-color: #E5E9F2;
    font-weight: 500;
}
.wysiwyg table th.w50 {
    width: 50%;
}
.wysiwyg table#schedule tr td:last-child {
    text-align: left;
}
.tbScrollNotes {
    display: none;
}
.tbScroll {
    margin-bottom: 32px;
}
@media screen and (max-width:768px) {
    .tbScrollNotes {
        display: block;
        color: #3C2F27;
        font-size: 14px;
        font-weight: 500;
        line-height: 150%;
        padding-left: 25px;
        position: relative;
        margin-bottom: 16px;
    }
    .tbScrollNotes::before {
        position: absolute;
        content: "";
        width: 15px;
        height: 21px;
        background-image: url(../img/icon_scroll.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        top: 0;
        left: 0;
    }
    .tbScroll {
        overflow: hidden;
        overflow-x: auto;
    }
    .tbScroll table {
        width: 800px;
    }
}


/* dl */
.wysiwyg .dlArea {
    margin-bottom: 30px;
}
.wysiwyg dl {
    display: flex;
}
.wysiwyg dl dt {
    width: 100px;
    font-weight: 700;
    color: #0168B7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #0168B7;
    padding: 16px;
}
.wysiwyg dl dd {
    width: calc( 100% - 100px );
    font-weight: 500;
    border-bottom: 3px solid #C4C4C4;
    padding: 16px 16px 16px 32px;
}
.wysiwyg #anc01 dl dt {
    width: 200px;
}
.wysiwyg #anc01 dl dd {
    width: calc( 100% - 200px );
}
@media screen and (max-width:600px) {
    .wysiwyg .dlArea {
        margin-bottom: 16px;
    }
    .wysiwyg dl dt {
        width: 70px;
    }
    .wysiwyg dl dd {
        width: calc( 100% - 70px );
    }
    .wysiwyg #anc01 dl dt {
        width: 100px;
    }
    .wysiwyg #anc01 dl dd {
        width: calc( 100% - 100px );
    }
}

/* スライダー */
.wysiwyg .container .slider{
    width: 100%;
    padding: 0;
    margin: auto;
    margin-bottom: 20px;
}
.wysiwyg .container .thumbnail{
    width: calc( 100% - 40px );
    padding: 0;
    margin: auto;
    margin-bottom: 30px;
}
.wysiwyg .container .thumbnail img{
    width: 100%;
    padding: 0 10px;
    cursor: pointer;
}
.wysiwyg .container .slick-current.thumbnailImg{
    position: relative;
}
.wysiwyg .container .slick-current.thumbnailImg::after{
    position: absolute;
    content: "";
    width: 83%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid #fff;
}
.wysiwyg .container .slick-prev:before,
.wysiwyg .container .slick-next:before {
    content: none !important;
}
.wysiwyg .container .slick-prev {
    border-top: 4px solid #333;
    border-left: 4px solid #333;
    transform: rotate(-45deg);
    left: -20px;
    width: 16px;
    height: 16px;
}
.wysiwyg .container .slick-next {
    border-top: 4px solid #333;
    border-right: 4px solid #333;
    transform: rotate(45deg);
    right: -20px;
    width: 16px;
    height: 16px;
}
@media screen and (max-width:600px) {
    .wysiwyg .container .thumbnail img{
        padding: 0 3px;
    }
    .wysiwyg .container .slick-prev {
        border-width: 2px;
        left: -15px;
        width: 12px;
        height: 12px;
    }
    .wysiwyg .container .slick-next {
        border-width: 2px;
        right: -15px;
        width: 12px;
        height: 12px;
    }
}

/* 見出し */
.wysiwyg .leadTit,
.wysiwyg .msgTit {
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 32px;
    line-height: 1.2;
}
.wysiwyg .msgTit {
    text-align: left;
}
@media screen and (max-width:768px) {
    .wysiwyg .pic {
        text-align: center;
        width: 50% !important;
        min-width: 178px;
        margin: auto;
    }
    .wysiwyg .leadTit,
    .wysiwyg .msgTit {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

/* anc02 */
.wysiwyg #anc02 .pdfBtn {
    margin-bottom: 64px;
}
.wysiwyg #anc02 .pdfBtn p,
.wysiwyg #anc02 .pdfBtn .btn {
    margin-bottom: 0;
}
@media screen and (max-width:768px) {
    .wysiwyg #anc02 .pdfBtn {
        margin-bottom: 32px;
    }
    .wysiwyg #anc02 .researchResultImg {
        gap: 32px;
    }
}

/* anc03 */
@media screen and (max-width:768px) {
    .wysiwyg #anc03 .tablet {
        width: calc(240 / 350 * 100%);
        margin: auto;
    }
}

/* anc04 */
.wysiwyg #anc04 .flexWrap {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
}
.wysiwyg #anc04 .flexWrap > div {
    padding: 0 20px;
}
.wysiwyg #anc04 .flexWrap a {
    padding: 16px;
    background: #E5E9F2;
    text-decoration: none;
    color: #1B1B1B;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    gap: 15px;
    font-weight: 500;
}
.wysiwyg #anc04 .flexWrap a::after {
    content: none !important;
}
.wysiwyg #anc04 .flexWrap a .reportTit {
    font-size: 20px;
    color: #0168B7;
    padding-right: 32px;
    position: relative;
}
.wysiwyg #anc04 .flexWrap a .reportTit::after {
    position: absolute;
    font-family: "Font Awesome 5 Free" !important;
    content: "" !important;
    font-weight: 400 !important;
    font-size: 1em;
    color: #d71f28;
    margin-left: 0.5em;
    margin-right: 0.5em;
    vertical-align: baseline;
    right: 0;
}
.wysiwyg #anc04 .flexWrap a .studentInfo {
    display: flex;
    font-size: 16px;
    line-height: 1.2;
    align-items: center;
    gap: 15px;
}
.wysiwyg #anc04 .flexWrap a .studentInfo .studentPic {
    width: 50px;
}
.wysiwyg #anc04 .flexWrap a:hover .reportTit {
    text-decoration: underline;
}