@charset "UTF-8";

@media screen and (max-width: 480px) {
  .assist-wrap .commonBg {
    padding: 40px 25px
  }
}
/*======================================================================
  mv
======================================================================*/
.assist-wrap #mv {
    position: relative;
    overflow: hidden;
}
/* mv-txt */
.assist-wrap #mv .mv-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.assist-wrap #mv .mv-txt h1 {
    position: relative;
    max-width: 946px;
    margin: 50px auto 0;
    z-index: 1;
}
/* mvBg */
.assist-wrap #mv .mvBg {
	position: relative;
	width: 100%;
}
.assist-wrap #mv .mvBg.pc-img {
    height: 595px;
}
.assist-wrap #mv .mvBg .video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.assist-wrap #mv .mvBg .video video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
@media screen and (max-width: 480px) {
    /* #mv {
        margin-top: 40px;
    } */
    /* mv-txt */
    .assist-wrap #mv .mv-txt {
        padding: 0 45px;
    }
    .assist-wrap #mv .mv-txt h1.sp-img {
        max-width: 508px;
        margin-top: 12%;
    }
    /* mvBg */
    .assist-wrap #mv .mvBg.sp-img {
        padding-top: 0;
    }
    .assist-wrap #mv .mvBg.sp-img .video {
        position: static;
        line-height: 100%;
    }
    .assist-wrap #mv .mvBg.sp-img .video video {
        position: static;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
        object-fit: contain;
    }
}


/*======================================================================
  area01
======================================================================*/
.assist-wrap #area01 {
    padding: 0px 25px 0;
    box-sizing: border-box;
}
.assist-wrap #area01 .inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    box-sizing: border-box;
}
.assist-wrap #area01 .inner div {
    width: 376px;
    box-sizing: border-box;
}
.assist-wrap #area01 .inner div h2 {
    margin-bottom: 30px;
    max-width: 318px;
    box-sizing: border-box;
}
.assist-wrap #area01 .inner div p {
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: -.03em;
    box-sizing: border-box;
}
.assist-wrap #area01 .inner div p > span {
    letter-spacing: .03em;
}
.assist-wrap #area01 .inner div p + p {
    margin-top: 20px;
}
.assist-wrap #area01 .inner div strong {
    display: block;
    margin-top: 25px;
    font-size: 22px;
    letter-spacing: -.05em;
}
.assist-wrap #area01 .inner > span {
    display: block;
    width: 363px;
    margin-top: 38px;
    box-sizing: border-box;
}
/* inner2 */
.assist-wrap #area01 .inner2 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 100px;
    box-sizing: border-box;
}
.assist-wrap #area01 .inner2 h2 {
    max-width: 1073px;
    margin: 0 auto 100px;
    box-sizing: border-box;
}
.assist-wrap #area01 .inner2 div p {
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
    letter-spacing: -.03em;
    box-sizing: border-box;
}
.assist-wrap #area01 .inner2 div p + p {
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .assist-wrap #area01 {
        padding: 0 0 0;
    }
    .assist-wrap #area01 .inner div p > span {
        letter-spacing: 0;
    }
    .assist-wrap #area01 .inner > span {
        width: 353px;
    }
}
@media screen and (max-width: 480px) {
    .assist-wrap #area01 {
        padding: 60px 0 0;
    }
    .assist-wrap #area01 .inner {
        display: block;
    }
    .assist-wrap #area01 .inner div {
        width: 100%;
    }
    .assist-wrap #area01 .inner div h2 {
        max-width: 473px;
        margin: 0 auto 20px;
        padding: 0 35px;
    }
    .assist-wrap #area01 .inner div p {
        letter-spacing: 0;
    }
    .assist-wrap #area01 .inner div p + p {
        margin-top: 10px;
    }
    .assist-wrap #area01 .inner div p:nth-of-type(1) br {
        display: none;
    }
    .assist-wrap #area01 .inner div strong {
        font-weight: bold;
        text-align: center;
        letter-spacing: 0;
    }
    .assist-wrap #area01 .inner > span {
        width: 100%;
        max-width: 560px;
        margin: 35px auto 0;
        padding: 0 30px;
    }
    /* inner2 */
    .assist-wrap #area01 .inner2 {
        padding-top: 60px;
    }
    .assist-wrap #area01 .inner2 h2 {
        max-width: 650px;
        margin: 0 auto 60px;
    }
}


/*======================================================================
  area02
======================================================================*/
.assist-wrap #area02 {
    padding: 110px 25px 0;
    box-sizing: border-box;
}
.assist-wrap #area02 h2 {
    max-width: 1105px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
}
.assist-wrap #area02 .inner {
    position: relative;
    margin-top: 45px;
    /* background-image: url(../img/dot.png), linear-gradient(90deg, rgba(74, 184, 142, .4) 0.13%, rgba(28, 168, 200, .4) 100%); */
    overflow: hidden;
}
/* .assist-wrap #area02 .inner::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-top: 15vw solid #ffffff;
    border-right: 100vw solid transparent;
}
.assist-wrap #area02 .inner::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    border-bottom: 15vw solid #ffffff;
    border-left: 100vw solid transparent;
} */
.assist-wrap #area02 .stepBox {
    position: relative;
    max-width: 1289px;
    margin: 0 auto;
    z-index: 1;
    box-sizing: border-box;
}
.assist-wrap #area02 .stepBox dl {
    position: absolute;
    top: 0;
    left: 0;
}
.assist-wrap #area02 .stepBox dt, 
.assist-wrap #area02 .stepBox dd {
    font-size: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .assist-wrap #area02 {
      padding: 110px 0 0;
    }
}
@media screen and (max-width: 480px) {
    .assist-wrap #area02 {
      padding: 60px 0 0;
    }
    .assist-wrap #area02 h2 {
        max-width: 464px;
        padding: 0 55px;
    }
    .assist-wrap #area02 .inner {
        margin-top: 40px;
    }
}


/*======================================================================
  area03
======================================================================*/
.assist-wrap #area03 {
    padding-top: 50px;
    position: relative;
    z-index: 2;
}
/* sscImg */
.assist-wrap #area03 .sscImg h2 {
    max-width: 1192px;
    margin: 0 auto 20px;
    padding: 0 25px;
    box-sizing: border-box;
}
.assist-wrap #area03 .sscImg span {
    display: block;
    box-sizing: border-box;
}
/* sscImg - pc */
.assist-wrap #area03 .sscImg .pc-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.assist-wrap #area03 .sscImg .pc-img .topLayer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.assist-wrap #area03 .sscImg .pc-img .topLayer .pcImgWrap {
    padding-top: 3%;
    width: 35%;
    margin: 0 auto;
}
.assist-wrap #area03 .sscImg .pc-img .topLayer .spImgWrap {
    position: absolute;
    top: 0;
    left: 55%;
    max-width: 8%;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (max-width: 480px) {
  .assist-wrap #area03 {
      padding-top: 60px;
  }
}
/* scroll animation */
.assist-wrap .spScrollanime1 {
    -webkit-animation: spScroll1 8s ease-out infinite forwards;
            animation: spScroll1 8s ease-out infinite forwards;
    background: url(../../images/feature/e-learning/spScrollImg1.jpg) no-repeat 0 0;
    background-size: cover;
}
@keyframes spScroll1 {
    0% {
        background-position: 0 0%;
    }
    5% {
        background-position: 0 0%;
    }
    25% {
        background-position: 0 50%;
    }
    27% {
        background-position: 0 50%;
    }
    45% {
        background-position: 0 100%;
    }
    50% {
        background-position: 0 100%;
    }
    60% {
        background-position: 0 100%;
    }
    70% {
        background-position: 0 50%;
    }
    75% {
        background-position: 0 50%;
    }
    95% {
        background-position: 0 0%;
    }
    100% {
        background-position: 0 0%;
    }
}
.assist-wrap #area03 .sscImg .pc-img .middleLayer {
    position: relative;
    z-index: 2;
}
.assist-wrap #area03 .sscImg .pc-img .underLelayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: 15s linear infinite rotation1;
    z-index: 1;
}
@keyframes rotation1 {
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg); }
}
/* sscImg - sp */
.assist-wrap #area03 .sscImg .sp-img .box1 {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.assist-wrap #area03 .sscImg .sp-img .box1 .topLayer {
    position: relative;
    z-index: 2;
}
.assist-wrap #area03 .sscImg .sp-img .box1 .underLelayer {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    animation: 15s linear infinite rotation1;
    z-index: 1;
}
.assist-wrap #area03 .sscImg .sp-img .box2 {
    margin-top: 75px;
}
.assist-wrap #area03 .sscImg .sp-img .box2 span + span {
    max-width: 429px;
    margin: 100px auto 0;
    padding: 0 35px;
}
/* sscBox */
.assist-wrap #area03 .sscBox {
    margin: 30px 0;
    padding: 0 25px;
    /* background: #DEF2F4 url(../img/dot.png); */
    overflow: hidden;
    box-sizing: border-box;
}
.assist-wrap #area03 .sscBox .inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    /*padding: 70px 0 150px; モーダルエリア有*/
    padding: 70px 0 70px; /* モーダルエリア無 */
    box-sizing: border-box;
}
.assist-wrap #area03 .sscBox .inner div {
    width: 360px;
    padding-top: 10px;
}
.assist-wrap #area03 .sscBox .inner div h3 {
    margin: 0 0 30px;
    max-width: 274px;
    box-sizing: border-box;
}
.assist-wrap #area03 .sscBox .inner div p {
    padding-right: 15px;
    font-weight: bold;
    letter-spacing: -.03em;
}
.assist-wrap #area03 .sscBox .inner div p + p {
    margin-top: 30px;
}
.assist-wrap #area03 .sscBox .inner span {
    display: block;
    width: 210px;
}
/* counselor */
.assist-wrap #area03 .counselor {
    position: relative;
    margin-top: -110px;
    padding: 0 25px;
    z-index: 1;
}
.assist-wrap #area03 .counselor .unit3Col {
    display: flex;
    justify-content: center;
}
.assist-wrap #area03 .counselor .unit3Col > div {
    width: calc((100% - 60px) / 3);
}
.assist-wrap #area03 .counselor .unit3Col > div + div {
    margin-left: 30px;
}
.assist-wrap #area03 .counselor .unit3Col > div span {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.assist-wrap #area03 .counselor .unit3Col > div span img {
    transition-duration: 0.6s;
}
.assist-wrap #area03 .counselor .unit3Col > div span:hover img {
    transform: scale(.9);
    transition-duration: 0.6s;
}
.assist-wrap #area03 .counselor .unit3Col > div div {
    padding: 20px 30px 0;
}
.assist-wrap #area03 .counselor .unit3Col > div div dl {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.assist-wrap #area03 .counselor .unit3Col > div div dl dt {
    width: 100%;
    max-width: 180px;
    margin: 10px 18px 0 0;
    padding: 0 15px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    background : linear-gradient(90deg, rgba(74, 184, 142, 1) 0.13%, rgba(28, 168, 200, 1) 100%);
    box-sizing: border-box;
    line-height: 240%;
	font-weight: normal;
}
.assist-wrap #area03 .counselor .unit3Col > div div dl dd {
    margin: 10px 0 0 0;
    font-weight: bold;
    font-size: 1.7rem;
}
.assist-wrap #area03 .counselor .unit3Col > div div p {
    margin-top: 20px;
    font-weight: bold;
}
/* モーダルCSSここから */
.assist-wrap .modalArea {
    visibility: hidden; /* displayではなくvisibility */
    opacity : 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s;
}
.assist-wrap .modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(102, 102, 102, .85);
}
.assist-wrap .modalWrapper {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 100%;
    max-width: 1010px;
    background-color: #ffffff;
    transform:translate(-50%, -50%);
}
.assist-wrap .modalWrapper .modalContents {
    height: 530px;
    padding: 40px 35px 40px 40px;
    overflow: auto;
    box-sizing: border-box;
}
.assist-wrap .modalWrapper .modalContents::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.assist-wrap .modalWrapper .modalContents::-webkit-scrollbar-track {
    background: #E6E6E6;
}
.assist-wrap .modalWrapper .modalContents::-webkit-scrollbar-thumb {
    background: #B3B3B3;
    border-radius:5px;
}
.assist-wrap .modalBox1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.assist-wrap .modalBox1 .modalBoxImg {
    display: block;
    position: relative;
    width: 540px;
    padding-top: 32.85%;
    box-sizing: border-box;
}
.assist-wrap .modalBox1 .modalBoxImg img {
    position: absolute;
    top: 0;
    left: 0;
}
.assist-wrap .modalBox1 .modalBoxImg iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.assist-wrap .modalBox1 div {
    width: 355px;
}
.assist-wrap .modalBox1 div dl {
    display: flex;
    align-items: flex-start;
}
.assist-wrap .modalBox1 div dl + dl {
    margin-top: 10px;
}
.assist-wrap .modalBox1 div dl dt {
    line-height: 1.8;
    width: 90px;
    margin-right: 10px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    /* background-image: linear-gradient(90deg, rgba(74, 184, 142, 1) 0.13%, rgba(28, 168, 200, 1) 100%); */
    box-sizing: border-box;
}
.assist-wrap .modalBox1 div dl dd {
    line-height: 1.4;
    width: calc(100% - 100px);
    font-weight: bold;
    font-size: 1.4rem;
}
.assist-wrap .modalBox1 ul {
    display: flex;
    width: 100%;
    margin-top: 20px;
}
.assist-wrap .modalBox1 ul li {
    width: calc((100% - 56px) / 3);
}
.assist-wrap .modalBox1 ul li + li {
    margin-left: 28px;
}
.assist-wrap .modalBox2 {
    margin-top: 25px;
}
.assist-wrap .modalBox2 div {
    display: flex;
    flex-wrap: wrap;
}
.assist-wrap .modalBox2 div dl {
    width: calc((100% - 45px) / 2 );
}
.assist-wrap .modalBox2 div dl:nth-of-type(1) { order: 1;}
.assist-wrap .modalBox2 div dl:nth-of-type(2) {
    order: 3;
    margin-top: 25px;
}
.assist-wrap .modalBox2 div dl:nth-of-type(3) {
    order: 2;
    margin-left: 45px;
}
.assist-wrap .modalBox2 div dl:nth-of-type(4) {
    order: 4;
    margin-top: 25px;
    margin-left: 45px;
}
.assist-wrap .modalBox2 div dl dt {
    line-height: 1.6;
    position: relative;
    min-height: 28px;
    padding-left: 40px;
    color: #22A7B6;
    font-weight: bold;
    font-size: 1.6rem;
    box-sizing: border-box;
}
.assist-wrap .modalBox2 div dl dt::before {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 31px;
    height: 23px;
}
.assist-wrap .modalBox2 div dl dt.q1::before { background: url(images/area03_img07-1.svg) left top no-repeat;}
.assist-wrap .modalBox2 div dl dt.q2::before { background: url(images/area03_img07-2.svg) left top no-repeat;}
.assist-wrap .modalBox2 div dl dt.q3::before { background: url(images/area03_img07-3.svg) left top no-repeat;}
.assist-wrap .modalBox2 div dl dt.q4::before { background: url(images/area03_img07-4.svg) left top no-repeat;}
.assist-wrap .modalBox2 div dl dd {
    line-height: 1.6;
    margin-top: 10px;
    font-size: 1.4rem;
}
.assist-wrap .closeModal {
    position: absolute;
    top: -4.6rem;
    right: 0;
    color: #ffffff;
    font-size: 2.4em;
    cursor: pointer;
}
.assist-wrap .is-show { /* モーダル表示用クラス */
    visibility: visible;
    opacity : 1;
}
.assist-wrap .is-none {
    visibility: hidden;
}
/* モーダルCSSここまで */
/* sccImg */
.assist-wrap #area03 .sccImg {
    margin-top: 65px;
    padding: 0 25px;
    box-sizing: border-box;
}
@media screen and (max-width: 1010px) {
    /* counselor */
    .assist-wrap #area03 .counselor .unit3Col > div {
        width: calc((100% - 60px) / 2);
    }
    .assist-wrap #area03 .counselor .unit3Col > div div dl dt {
        max-width: 130px;
    }
    /* spモーダルCSSここから */
    .assist-wrap .modalWrapper {
        top: 56%;
        width: 95%;
        max-width: 480px;
    }
    .assist-wrap .modalWrapper .modalContents {
        height: 560px;
        padding: 20px 15px 20px 20px;
    }
    .assist-wrap .modalBox1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .assist-wrap .modalBox1 .modalBoxImg {
        order: 1;
        width: 100%;
        margin-top: 0;
        padding-top: 56.25%;
    }
    .assist-wrap .modalBox1 div {
        order: 3;
        width: 100%;
        margin-top: 20px;
    }
    .assist-wrap .modalBox1 div dl {
        display: flex;
        align-items: flex-start;
    }
    .assist-wrap .modalBox1 div dl + dl {
        margin-top: 10px;
    }
    .assist-wrap .modalBox1 div dl dt {
        width: 90px;
        margin-right: 10px;
        border-radius: 5px;
        color: #ffffff;
        font-size: 1.2rem;
        text-align: center;
        /* background-image: linear-gradient(90deg, rgba(74, 184, 142, 1) 0.13%, rgba(28, 168, 200, 1) 100%); */
        box-sizing: border-box;
    }
    .assist-wrap .modalBox1 div dl dd {
        width: calc(100% - 100px);
        font-weight: bold;
        font-size: 1.5rem;
    }
    .assist-wrap .modalBox1 ul {
        order: 2;
        display: flex;
        width: 100%;
        margin-top: 20px;
    }
    .assist-wrap .modalBox1 ul li {
        width: calc((100% - 10px) / 3);
    }
    .assist-wrap .modalBox1 ul li + li {
        margin-left: 5px;
    }
    .assist-wrap .modalBox2 div {
        display: block;
    }
    .assist-wrap .modalBox2 div dl {
        width: 100%;
    }
    .assist-wrap .modalBox2 div dl {
        margin: 0;
    }
    .assist-wrap .modalBox2 div dl + dl {
        margin-top: 25px;
    }
    .assist-wrap .modalBox2 div dl:nth-of-type(3) {
        margin-left: 0;
    }
    .assist-wrap .modalBox2 div dl:nth-of-type(4) {
        margin-left: 0;
    }
    /* spモーダルCSSここまで */
}
@media screen and (max-width: 480px) {
    /* sscImg */
    .assist-wrap #area03 .sscImg h2 {
        max-width: 685px;
        margin: 0 auto 45px;
        padding: 0 20px 0;
    }
    /* sscBox */
    .assist-wrap #area03 .sscBox {
        margin-top: 40px;
    }
    .assist-wrap #area03 .sscBox .inner {
        display: block;
        /*padding: 50px 0 130px; モーダルエリア有*/
        padding: 50px 0 50px; /* モーダルエリア無*/
    }
    .assist-wrap #area03 .sscBox .inner div {
        width: 100%;
        padding-top: 0;
    }
    .assist-wrap #area03 .sscBox .inner div h3 {
        margin: 0 auto 35px;
    }
    .assist-wrap #area03 .sscBox .inner div p {
        padding-right: 0;
        letter-spacing: 0;
    }
    .assist-wrap #area03 .sscBox .inner div p + p {
        margin-top: 15px;
    }
    .assist-wrap #area03 .sscBox .inner span {
        display: none;
    }
    /* counselor */
    .assist-wrap #area03 .counselor {
        margin-top: -70px;
    }
    .assist-wrap #area03 .counselor .unit3Col {
        display: block;
    }
    .assist-wrap #area03 .counselor .unit3Col > div {
        width: 100%;
    }
    .assist-wrap #area03 .counselor .unit3Col > div + div {
        margin: 65px 0 0 0;
    }
    .assist-wrap #area03 .counselor .unit3Col > div span::before {
        width: 13vw;
        height: 13vw;
    }
    .assist-wrap #area03 .counselor .unit3Col > div div {
        padding: 10px 30px 0;
    }
    .assist-wrap #area03 .counselor .unit3Col > div div dl {
        flex-direction: column;
        justify-content: center;
    }
    .assist-wrap #area03 .counselor .unit3Col > div div p {
        margin-top: 15px;
    }
    /* spモーダルCSSここから */
    .assist-wrap .modalWrapper .modalContents {
        height: 500px;
    }
    /* spモーダルCSSここまで */
    /* sccImg */
    .assist-wrap #area03 .sccImg {
        padding: 0;
    }
}
@media screen and (max-width: 421px) {
    /* sscImg - sp */
    .assist-wrap #area03 .sscImg .sp-img .box2 {
        margin-top: 25px;
    }
    .assist-wrap #area03 .sscImg .sp-img .box2 span + span {
        margin: 60px auto 0;
    }
    /* counselor */
    .assist-wrap #area03 .counselor .unit3Col > div div dl dt,
    .assist-wrap #area03 .counselor .unit3Col > div div dl dd {
        margin: 10px auto 0;
    }
}
@media screen and (max-width: 320px) {
    /* spモーダルCSSここから */
    .assist-wrap .modalWrapper .modalContents {
        height: 430px;
    }
    /* spモーダルCSSここまで */
}


/*======================================================================
  area04
======================================================================*/
.assist-wrap #area04 {
    position: relative;
    margin: 100px 0;
    padding: 0 25px;
    /* background-image: url(../img/dot.png), linear-gradient(90deg, rgba(74, 184, 142, .4) 0.13%, rgba(28, 168, 200, .4) 100%); */
    overflow: hidden;
    box-sizing: border-box;
}
/* .assist-wrap #area04::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 150px;
    background: #ffffff;
}
.assist-wrap #area04::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 110px;
    background: #ffffff;
} */
.assist-wrap #area04 .boxWrap {
    position: relative;
    z-index: 1;
}
.assist-wrap #area04 h2 {
    max-width: 374px;
    margin: 0 auto;
}
.assist-wrap #area04 .assistBox {
    padding: 0 0 30px;
    box-sizing: border-box;
}
.assist-wrap #area04 .assistBox dl {
    position: relative;
    width: 100%;
    max-width: 1052px;
    padding-top: 45px;
    box-sizing: border-box;
}
.assist-wrap #area04 .assistBox dl + dl {
    margin-top: 40px;
}
.assist-wrap #area04 .assistBox dl:nth-child(odd) {
    padding-left: 50px;
}
.assist-wrap #area04 .assistBox dl:nth-child(even) {
    padding-right: 50px;
    margin-left: auto;
}
.assist-wrap #area04 .assistBox dl dt {
    position: absolute;
    top: -10px;
    width: 100%;
    max-width: 149px;
}
.assist-wrap #area04 .assistBox dl:nth-child(odd) dt {
    left: -10px;
}
.assist-wrap #area04 .assistBox dl:nth-child(even) dt {
    right: -10px;
}
.assist-wrap #area04 .assistBox dl dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    border: 4px solid #22A7B6;
    border-radius: 17px;
    box-shadow: 14px 14px 11px rgba(0, 0, 0, .1);
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
}
.assist-wrap #area04 .assistBox dl dd .assistImg {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.assist-wrap #area04 .assistBox dl dd .assistTxt {
    box-sizing: border-box;
}
.assist-wrap #area04 .assistBox dl dd .assistTxt h3 {
    line-height: 1.3;
    margin-bottom: 15px;
    color: #22A7B6;
    font-size: 36px;
    font-weight: bold;
}
.assist-wrap #area04 .assistBox dl dd .assistTxt p {
    font-weight: bold;
}
.assist-wrap #area04 .assistBox dl dd .assistTxt p + p {
    margin-top: 1em;
}
.assist-wrap #area04 .assistBox dl dd .assistTxt .notes {
    font-size: 14px;
}
.assist-wrap #area04 .assistBox dl:nth-child(even) dd .assistImg {
    order: 2;
}
.assist-wrap #area04 .assistBox dl:nth-child(odd) dd .assistTxt {
    margin-left: 20px;
}
.assist-wrap #area04 .assistBox dl:nth-child(even) dd .assistTxt {
    order: 1;
    margin-right: 20px;
}
/* assist01 */
.assist-wrap #area04 .assistBox dl:nth-of-type(1) dd {
    padding: 50px 20px 40px 45px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistImg {
    position: relative;
    max-width: 495px;
    height: 378px;
    margin-left: -65px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistImg .pcImgWrap {
    display: block;
    padding-top: 46px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistImg .spImgWrap {
    display: block;
    position: absolute;
    top: 0;
    right: 3%;
    width: 98px;
    height: 203px;
    border-radius: 10px;
    overflow: hidden;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistImg .spFrame {
    position: absolute;
    top: 0;
    max-width: 98px;
    z-index: 4;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistImg .spScroll {
    position: absolute;
    top: 0;
    max-width: 98px;
    z-index: 3;
}
/* scroll animation */
.assist-wrap .spScrollanime2 {
    -webkit-animation: spScroll2 8s ease-out infinite forwards;
            animation: spScroll2 8s ease-out infinite forwards;
    background: url(../../images/feature/e-learning/spScrollImg2.jpg) no-repeat 0 0;
    background-size: cover;
}
@keyframes spScroll2 {
    0% {
        background-position: 0 0%;
    }
    5% {
        background-position: 0 0%;
    }
    25% {
        background-position: 0 50%;
    }
    27% {
        background-position: 0 50%;
    }
    45% {
        background-position: 0 100%;
    }
    50% {
        background-position: 0 100%;
    }
    60% {
        background-position: 0 100%;
    }
    70% {
        background-position: 0 50%;
    }
    75% {
        background-position: 0 50%;
    }
    95% {
        background-position: 0 0%;
    }
    100% {
        background-position: 0 0%;
    }
}
.assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistTxt {
    width: 465px;
    margin-left: 15px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistTxt h3 {
    letter-spacing: -.08em;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistTxt p {
    padding-right: 30px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistTxt .listBox {
    display: flex;
    margin: 15px 0;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistTxt .listBox ul + ul {
    margin-left: 20px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistTxt .listBox ul li {
    position: relative;
    line-height: 180%;
    padding-left: 17px;
    max-width: 155px;
    font-weight: bold;
    font-size: 16px;
    box-sizing: border-box;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistTxt .listBox ul li::before {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 18px;
    background: #22A7B6;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistTxt .listBox ul li + li {
    margin-top: 5px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistTxt .listBox ul:nth-of-type(2) li + li {
    margin-top: 2px;
}
/* assist02 */
.assist-wrap #area04 .assistBox dl:nth-of-type(2) dd {
    padding: 50px 40px 40px 45px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(2) dd .assistImg {
    max-width: 424px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(2) dd .assistTxt {
    width: 480px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(2) dd .assistTxt > div {
    padding-right: 40px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(2) dd .assistTxt > div p {
    letter-spacing: -.03em;
}
/* assist03 */
.assist-wrap #area04 .assistBox dl:nth-of-type(3) dd {
    padding: 50px 40px 40px 30px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(3) dd .assistImg {
    max-width: 447px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(3) dd .assistTxt {
    width: 435px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(3) dd .assistTxt p {
    letter-spacing: -.03em;
}
/* assist04 */
.assist-wrap #area04 .assistBox dl:nth-of-type(4) dd {
    padding: 50px 50px 40px 50px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(4) dd .assistImg {
    max-width: 390px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(4) dd .assistTxt {
    width: 420px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(4) dd .assistTxt > div p {
    letter-spacing: -.03em;
}
/* assist04 */
.assist-wrap #area04 .assistBox dl:nth-of-type(5) dd {
    padding: 50px 50px 40px 70px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(5) dd .assistImg {
    max-width: 380px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(5) dd .assistTxt {
    width: 400px;
}
.assist-wrap #area04 .assistBox dl:nth-of-type(5) dd .assistTxt p {
    letter-spacing: -.04em;
}
@media screen and (max-width: 1010px) {
    .assist-wrap #area04 .assistBox dl dd {
        display: block;
        max-width: 100%;
        padding: 60px 25px 40px !important;
    }
    .assist-wrap #area04 .assistBox dl dd .assistImg {
        margin: 0 auto;
    }
    .assist-wrap #area04 .assistBox dl dd .assistTxt {
        width: 100% !important;
        margin-top: 25px;
    }
    .assist-wrap #area04 .assistBox dl:nth-child(odd) dd .assistTxt {
        margin-left: 0;
    }
    .assist-wrap #area04 .assistBox dl:nth-child(even) dd .assistTxt {
        margin-right: 0;
    }
    .assist-wrap #area04 .assistBox dl dd .assistTxt h3 {
        margin-bottom: 25px;
    }
    .assist-wrap #area04 .assistBox dl dd .assistTxt h3 br {
        display: none;
    }
    /* assist01 */
    .assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistImg {
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    .assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistImg .pcImgWrap {
        padding-top: 23px;
    }
    .assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistImg .spImgWrap {
        max-width: 20%;
    }
    .assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistImg .spFrame {
        max-width: 100%;
    }
    .assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistImg .spScroll {
        max-width: 100%;
    }
    .assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistTxt h3 {
        letter-spacing: 0;
    }
    .assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistTxt p {
        padding-right: 0;
    }
    .assist-wrap #area04 .assistBox dl:nth-of-type(1) dd .assistTxt .listBox {
        justify-content: center;
    }
    /* assist02 */
    .assist-wrap #area04 .assistBox dl:nth-of-type(2) dd .assistTxt > div {
        padding-right: 0;
    }
}
@media screen and (max-width: 480px) {
    .assist-wrap #area04 {
        padding: 0;
    }
    .assist-wrap #area04 h2 {
          margin-bottom: 25px;
          padding: 0 30px;
      }
    .assist-wrap #area04 .assistBox dl {
        position: relative;
        width: 100%;
        max-width: 690px;
        padding-top: 25px;
        box-sizing: border-box;
    }
    .assist-wrap #area04 .assistBox dl + dl {
        margin-top: 40px;
    }
    .assist-wrap #area04 .assistBox dl:nth-child(odd) {
        padding-left: 0;
    }
    .assist-wrap #area04 .assistBox dl:nth-child(even) {
        padding-right: 0;
        margin-left: 0;
    }
    .assist-wrap #area04 .assistBox dl dt {
        position: absolute;
        top: -5px;
        max-width: 99px;
    }
    .assist-wrap #area04 .assistBox dl:nth-child(odd) dt {
        left: 10px;
    }
    .assist-wrap #area04 .assistBox dl:nth-child(even) dt {
        left: 10px;
        right: inherit;
    }
    .assist-wrap #area04 .assistBox dl dd .assistImg {
        padding: 0 25px;
    }
    .assist-wrap #area04 .assistBox dl dd .assistTxt h3 {
        font-weight: bold;
    }
    /* assist02 */
    .assist-wrap #area04 .assistBox dl:nth-of-type(2) dd {
        padding: 65px 25px 40px !important;
    }
}
@media screen and (max-width: 480px) {
    .assist-wrap #area04 .assistBox dl dd .assistTxt h3 {
        font-size: 28px;
    }
}