@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

.tx-center {
    text-align: center;
}

.fc-green {
    color: var(--color-baseGold);
}

.fc-white {
    color: #FFF;
}

.fc-gray {
    color: #cbcbcb;
}

.fc-pink {
    color: #df5f78;
}

.bg-gray {
    background-color: #fafafa;
}

.bg-studio {
    background-image: url(bk_studio_2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-shop {
    background-image: url(bk_shop.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-gray-ori {
    position: relative;
}

.bg-gray-ori:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: #141714;
    width: 90%;
    height: 100%;
    z-index: -1;
}

.bg-gray-ori.re {
    margin-top: 60px;
}

.bg-gray-ori.re:before {
    left: auto;
    right: 0;
}

.header2 {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: auto;
    background-color: #FFF;
    padding: 0 0 0 10px;
}

.header2Inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0 0 10px var(--color-black);
}

.header2MenuArea {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

.header2MenuIn {
    height: 100%;
    /* } */
    /* .header2Menu{ */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    transition: .2s;
}

.header2Menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    z-index: -1;
    background-color: var(--color-baseGold);
    transition: .2s;
}

.header2Menu:hover {
    transition: .2s;
    color: #FFF;
}

.header2Menu:hover:after {
    transition: .2s;
    width: 100%;
}

.header2Menu.home {
    color: #FFF;
    background-color: var(--color-baseGold);
}

.header2MenuInnerWrap {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: #FFF;
    height: 0px;
    overflow: hidden;
    -webkit-animation: fadeout .2s linear 0s 1;
}

.header2MenuIn:hover .header2MenuInnerWrap {
    height: 230px;
    -webkit-animation: fadein2 .2s linear 0s 1;
}

.header2MenuInner {
    padding: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -10px;
}

.header2MenuInnerWrapInn1 {
    display: flex;
    padding: 10px;
}

.header2MenuInnerWrapInn1.conWrap {
    padding: 30px 10px;
}

.header2MenuInnerWrapInn1_l {
    display: flex;
}

.header2MenuInnerWrapInn1_r {
    display: flex;
}

.header2MenuInnerWrapInn1_rInner {}

.header2MenuInnerWrapInn1_rInner .header2MenuInnerMenuLink {
    display: block;
    margin-right: 20px;
}

.header2MenuInnerWrapInn1_r .header2MenuInnerWrapInn1_rInner .header2MenuInnerMenuLink,
.header2MenuInnerWrapInn1_r .header2MenuInnerWrapInn1_rInner .header2MenuInnerMenuLink i {
    line-height: 1.33;
}

.header2MenuInnerFlex {
    display: flex;
}

.header2MenuInnerMenuLink {
    margin: 0 10px;
}

.header2MenuInnerMenuLinkImageBox {}

.header2MenuInnerMenuLinkImg {
    margin: auto;
}

.header2MenuInnerMenuLinkImg>img {
    margin: auto;
}

.header2MenuInnerMenuLinkTxt {
    text-align: center;
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
        height: 200px;
    }

    95% {
        height: 200px;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadein2 {
    0% {
        opacity: 0;
        height: 0px;
    }

    5% {
        height: 200px;
    }

    100% {
        opacity: 1;
    }
}

body {
    overflow-x: hidden;
    padding-top: 70px;
}

.conWrap {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 1520px;
    width: 100%;
    padding: 0 10px;
}

.i2ConceptWrap {
    margin: 50px 0;
    padding: 100px;
    background-image: url("top_round.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.i2ConceptTtl * {
    letter-spacing: .1em;
    font-size: 40px;
}

.i2ConceptTtl {
    margin-bottom: 20px;
}

.i2Desc>* {
    line-height: 1.7;
}

.i2Desc__maintext {
    font-size: 20px;
    margin-bottom: 3rem;
    letter-spacing: normal;
}

.i2Desc__subtext {
    font-size: 12px;
    margin-top: 3rem;
}

.i2Desc__subtext .sp-only {
    display: none;
}

.i2Desc__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin: 0 auto;
    width: 80%;
}

.i2Desc__item-text {
    color: #ffffff;
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: normal;
}

.i2Desc.li2>* {
    line-height: 2.2;
}

.i2eventWrap {
    padding: 150px 0;
    background-image: url("eventtopic.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.i2eventConTtl * {
    display: block;
    letter-spacing: .2em;
    font-size: 48px;
    line-height: 1;
}

.i2eventConTtl * .lg {
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

.i2eventConTtl * .sm {
    margin-bottom: 20px;
    font-size: 24px;
}

.i2Desc {
    line-height: 2;
    letter-spacing: .2em;
}

.i2eventWhite {
    margin: 50px auto 0px auto;
    max-width: 1240px;
    width: 100%;
    ;
    background-color: #FFF;
    padding: 70px 50px;
}

.i2eventWhiteInner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.i2eventWhiteInnerImg {
    flex-basis: 460px;
    height: 330px;
}

.i2eventWhiteInnerImg>* {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.i2eventWhiteInnerImg.bgOn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.i2eventWhiteInnerImg.bgOn:before {
    content: "";
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    background-image: url(mov_bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.i2eventWhiteInnerImg.bgOn>* {
    width: 80%;
    height: 80%;
}

.i2eventWhiteInnerTxt {
    margin-top: 20px;
    flex-basis: calc(100% - 480px);
}

.i2eventWhiteInnerTxtTtl {
    display: block;
    font-size: 20px;
    list-style: 36px;
    letter-spacing: .2em;
    margin-bottom: 20px;
    font-weight: bold;
}

.i2eventWhiteInnerTxtLinkR {
    text-align: right;
}

.i2eventWhiteInnerTxtLink {
    display: inline-block;
    font-weight: bold;
}

.i2eventWhiteInnerTxtLink:hover {
    text-decoration: underline;
}

.bi2Btnceter {
    text-align: center;
    margin-top: 40px;
}

.i2Btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 320px;
    width: 100%;
    height: 80px;
    border: 1px solid var(--color-baseGold);
    background-color: rgba(178, 222, 95, .38);
    transition: .2s;
    color: var(--color-baseGold);
    font-size: 20px;
    letter-spacing: .3em;
    font-weight: bold;
}

.i2Btn:hover {
    background-color: rgba(178, 222, 95, 0);
    transition: .2s;
}

.i2Btn.s2 {
    max-width: none;
    width: auto;
    padding: 0 30px;
}

.i2Btn.w {
    background-color: rgba(178, 222, 95, 0);
}

.i2Btn.w:hover {
    background-color: rgba(178, 222, 95, 1);
    color: #FFF;
}

.i2Btn.pink {
    border-color: rgba(223, 95, 120, 1);
    color: rgba(223, 95, 120, 1);
    background-color: rgba(223, 95, 120, .0);
}

.i2Btn.w.pink:hover {
    background-color: rgba(223, 95, 120, 1);
    transition: .2s;
}

.i2CourseInnterTtl>* * {
    font-size: 48px;
    letter-spacing: .1px;
    line-height: 1;
    margin-bottom: 0;
    display: block;
}

.i2CourseInnterTtl .lg {
    font-size: 24px;
}

.i2CourseInnterTtl {
    margin-bottom: 40px;
}

.i2CourseInnter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: -200px;
}

.i2CourseInnterImg {
    flex-basis: 50%;
}

.i2CourseInnterTxt {
    flex-basis: 45%;
}

.bi2Left {
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
}

.bi2Left>* {
    margin-right: 20px;
}

.i2CourseWrap {
    padding: 50px 0;
}

.i2TsusinWrap {
    padding: 50px 0;
}

.i2TsusinContent.active,
.header2MenuInnerMenuLinkImg.active {
    opacity: 1;
    transition: opacity .2s;
}

.i2TsusinContent:hover,
.header2MenuInnerMenuLinkImg:hover {
    opacity: .7;
    transition: opacity .2s;
}

.i2TsusinContentWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.i2TsusinContent {
    margin: 20px;
    position: relative;
    display: block;
    flex-basis: calc(50% - 40px);
}

.i2TsusinContentImage {
    height: 250px;
}

.i2TsusinContentImage>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.i2TsusinContentTxtW {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.i2TsusinContentTxt {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.i2TsusinContentTxt:before {
    content: "";
    background-image: url("tsu_tri.png");
    background-size: contain;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
}

.i2TsusinContentTxt:after {
    content: "通学";
    position: absolute;
    top: 10%;
    left: 6%;
    color: #FFF;
    font-size: 30px;
    letter-spacing: .2em;
    font-weight: bold;
}

.i2TsusinContentTxtIn {
    height: 100%;
    border: 1px solid var(--color-baseGold);
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.i2TsusinContentTxtIn * {
    color: #FFF;
}

.i2TsusinContentTxtTtlNum {
    font-size: 30px;
    letter-spacing: .1em;
    font-weight: bold;
    display: block;
    margin-bottom: 40px;
    position: relative;
}

.i2TsusinContentTxtTtlNum:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 4px;
    display: block;
    background-color: #FFF;
}

.i2TsusinContentTxtTtl * {
    font-size: 38px;
    line-height: 1.33;
    font-weight: bold;
    display: block;
    margin-bottom: 40px;
}

.i2TsusinContentTxtTtlSub {
    font-size: 24px;
    margin-top: 20px;
    ;
}

.i2TsusinContentTxtDesc {
    line-height: 30px;
}

.i2CourseInnterTxt.mb {
    margin-bottom: 60px;
}

.sche .i2CourseInnterTtl>* * {
    font-size: 30px;
}

.sche .i2Desc>* {
    line-height: 2.2;
}

.i2CourseInnter.re {
    flex-direction: row-reverse;
    margin-right: auto;
    margin-left: -200px;
}

.tsushin .i2TsusinContent {
    flex-basis: calc(33.333% - 40px);
}

.tsushin .i2TsusinContentTxt:before {
    background-image: url("tsu_tri_g.png");
}

.tsushin .i2TsusinContentTxt:after {
    content: "通信";
    top: 9%;
    left: 9%;
}

.tsushin .i2TsusinContentTxtTtl * {
    font-size: 30px;
}

.tsushin .i2TsusinContentTxtTtlSub {
    font-size: 20px;
}

.movue .i2eventWhiteInnerTxtTm {
    font-size: 24px;
}

.movue {
    padding-bottom: 60px;
}

.movue .i2eventWhiteInnerTxtTtl {
    font-size: 24px;
}

.movue .i2eventWhiteInnerTxt {
    margin-top: 20px;
    flex-basis: calc(50%);
}

.rev .i2eventWhiteInner {
    flex-direction: row-reverse;
}

.rev .i2eventWhiteInnerImg.bgOn:before {
    background-image: url("mov_bg_re.png");
}

.size2 .i2CourseInnterTtl>* *.lg {
    font-size: 24px;
    font-weight: bold;
}

.i2LessonWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.i2LessonWrap>* {
    flex-basis: calc(25% - 40px);
}

.lesson .i2TsusinContentTxt:before,
.lesson .i2TsusinContentTxt:after {
    display: none;
}

.lesson .i2TsusinContentTxtTtlNum {
    font-size: 30px;
    font-weight: normal;
}

.lesson .i2TsusinContentTxtTtlNum:after {
    display: none;
}

.lesson .i2TsusinContentTxtTtl * {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal;
}

.i2LessonWrap.ex>* {
    flex-basis: calc(50% - 40px);
}

.ex .i2TsusinContentTxtTtl img {
    display: block;
    margin: auto;
    margin-bottom: 40px;
}

.i2CourseInnterTtl>* *.na {
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
    line-height: 1.77
}

.i2eventWrap.med {
    background-image: url(med.png);
}

.med .i2eventCon {
    padding-bottom: 80px;
}

.med .i2eventWhiteInnerImg {
    flex-basis: 224px;
    height: 160px;
}

.med .i2eventWhiteInnerTxt {
    flex-basis: calc(100% - 240px);
}

.med .i2eventWhiteInner {
    margin-bottom: 30px;
}

.i2SnsArea {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
}

.i2Sns {
    width: 500px;
    height: 500px;
}

.i2SnsBlogW {}

.i2SnsBlog {
    display: inline-block;
    margin: auto;
}

footer {
    background-color: #eee;
}

.i2FooterInner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 60px 0 0 0;
}

.i2FooterInnerLogoArea {
    flex-basis: 240px;
}

.i2FooterInnerLogo {}

.i2FooterInnerLogo>* {
    font-size: 13px;
    letter-spacing: .2em;
}

.i2FooterInnerMenuArea {
    display: flex;
    flex-basis: calc(100% - 240px);
    justify-content: flex-end;
}

.i2FooterInnerMenu {
    padding: 0 3% 0 0;
}

.i2FooterInnerMenu:last-child {
    padding: 0;
}

.i2FooterInnerMenuTtl {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
}

.movue .i2eventWhiteInnerImg {
    flex-basis: 590px;
    height: 390px;
}

.i2FooterInnerMenuLink {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}

.i2FooterInnerMenuLink>i {
    display: inline-block;
    margin-right: 5px;
}

.i2FooterBannerMenuLink {
    color: #fff;
    text-align: center;
    /*padding: 30px;*/
    margin-bottom: 10px;
    display: block;
    transition: .3s;
    max-width: 180px;
}

.i2FooterBannerMenuLink:hover {
    opacity: .5;
}

.copywrite {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    background-color: var(--color-baseGold);
}

.copywrite>* {
    color: #FFF;
    letter-spacing: .2em;
    font-size: 12px;
}

.i2mainViWrap {
    position: relative;
    height: calc(100vh - 70px);
    min-height: 670px;
}

.i2mainViTxt {
    position: absolute;
    top: 0;
    left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    z-index: 2;
}

.i2mainViTxtMain,
.i2mainViTxtMainTxt {
    font-size: 70px;
    line-height: 1.5;
    letter-spacing: .15em;
    color: var(--color-baseGold);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.i2mainViTxtSub {
    display: block;
    font-size: 24px;
    line-height: 1.73;
    letter-spacing: .2em;
    font-weight: bold;
    color: #fff;
    display: block;
    padding-top: 1em;
}

.i2mainViImage {
    height: 100%;
    position: relative;
}

.i2mainViImageIn {
    max-width: 1500px;
    height: 80vh;
    max-height: 700px;
    overflow: hidden;
    width: 100%;
    margin: 0 0 0 auto;
}

.i2mainViImage:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: #2d3510;
    /*	background: -moz-linear-gradient(45deg,  rgba(254,241,13,1) 0%, var(--color-baseGold) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(254,241,13,1) 0%,var(--color-baseGold) 100%);
	background: linear-gradient(45deg,  rgba(254,241,13,1) 0%,var(--color-baseGold) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef10d', endColorstr='var(--color-baseGold)',GradientType=1 );
*/
    z-index: -1;
}

.slick-slider {
    height: 100%;
}

.slick-track,
.slick-list {
    height: 100%;
}

.slick-slide img {
    height: 100%;
    object-fit: cover;
    overflow: visible;
    width: 100%;
}

.slide-animation {
    animation: fadezoom 8s 0s forwards;
}

@keyframes fadezoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.slide-animation.slick-slide:nth-child(2) {
    animation: fadezoom2 8s 0s forwards;
}

@keyframes fadezoom2 {
    0% {
        transform: scale(1.4) translateX(0px);
    }

    100% {
        transform: scale(1.4) translateX(100px);
    }
}

.slide-animation.slick-slide:nth-child(3) {
    animation: fadezoom3 8s 0s forwards;
}

@keyframes fadezoom3 {
    0% {
        transform: scale(1.4) translateX(50px);
    }

    100% {
        transform: scale(1.4) translateX(-50px);
    }
}

.slide-animation.slick-slide:nth-child(4) {
    animation: fadezoom4 8s 0s forwards;
}

@keyframes fadezoom4 {
    0% {
        transform: scale(1.4) translateY(25px);
    }

    100% {
        transform: scale(1.4) translateY(-25px);
    }
}

.i2KoushiWrap {
    display: block;
}

.i2KoushiNameArea {
    margin-top: 10px;
    ;
}

.i2KoushiName {
    display: block;
    font-size: 24px;
    letter-spacing: .2em;
    font-weight: bold;
    text-align: center;
}

.i2KoushiNameNintei,
.i2KoushiNamePin {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.i2Slide {
    /* 	margin-right: -200px; */
}

.i2Slide .nitteiBox,
.i2Slide .contentArticleBoxCol,
.i2Slide .i2KoushiWrap {
    width: 340px;
    margin-left: 10px;
    margin-right: 10px;
}

.i2KoushiImage>img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.contentBoxBtn.center>a {
    margin: auto;
}

.contentBoxBtn>a:before {
    content: attr(data-label);
}

#loading-div {
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    overflow: hidden;
}

#loading-div .fade01,
#loading-div .fade02 {
    position: relative;
    z-index: 2;
    opacity: 0;
}

#loading-div.loaded {
    width: 0;
    margin-left: 100vw;
    transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.loading-div-in {
    display: flex;
    justify-content: center;
    align-items: center;
}

#mainLogo {}

.ball-scale-ripple {}

.i2footerPrefWrap {
    margin-bottom: 60px;
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #b3b3b3;
    background-color: #d8d8d8;
}

.i2footerPrefLink {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.i2footerPrefLink>a {
    display: block;
    margin: 0 10px 10px;
    font-size: 12px;
}

.i2footerPrefLink>a>i {
    margin-right: 5px;
}

.animateInFade {
    position: relative;
    overflow: hidden;
    color: #fff !important;
    margin-bottom: -40px;
    display: inline-block;
}

.animateInFade:before {
    content: "";
    background: var(--color-baseGold);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
}

.animateInFade.is-active {
    color: var(--color-baseGold) !important;
    animation-name: animateInFadeTxt;
    -webkit-animation-name: animateInFadeTxt;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
}

.animateInFade.fc-pink.is-active {
    animation-name: animateInFadeTxtPink;
    -webkit-animation-name: animateInFadeTxtPink;
    color: #f07580;
}

.animateInFade.is-active:before {
    transform: translateX(100%);
    animation-name: animateInFade;
    -webkit-animation-name: animateInFade;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
}

.animateIn.delay-100,
.animateInFade.delay-100 {
    animation-delay: 0.1s;
}

.animateIn.delay-200,
.animateInFade.delay-200 {
    animation-delay: 0.2s;
}

.animateIn.delay-300,
.animateInFade.delay-300 {
    animation-delay: 0.3s;
}

.animateIn.delay-400,
.animateInFade.delay-400 {
    animation-delay: 0.4s;
}

.animateIn.delay-500,
.animateInFade.delay-500 {
    animation-delay: 0.5s;
}

.animateIn.delay-600,
.animateInFade.delay-600 {
    animation-delay: 0.6s;
}

.animateIn.delay-700,
.animateInFade.delay-700 {
    animation-delay: 0.7s;
}

.animateIn.delay-800,
.animateInFade.delay-800 {
    animation-delay: 0.8s;
}

.animateIn.delay-900,
.animateInFade.delay-900 {
    animation-delay: 0.9s;
}

.animateIn.delay-1000,
.animateInFade.delay-1000 {
    animation-delay: 1.0s;
}

.animateIn.delay-1100,
.animateInFade.delay-1100 {
    animation-delay: 1.1s;
}

.animateIn.delay-1200,
.animateInFade.delay-1200 {
    animation-delay: 1.2s;
}

.animateIn.delay-1300,
.animateInFade.delay-1300 {
    animation-delay: 1.3s;
}

.animateIn.delay-1400,
.animateInFade.delay-1400 {
    animation-delay: 1.4s;
}

.animateIn.delay-1500,
.animateInFade.delay-1500 {
    animation-delay: 1.5s;
}

.animateIn.delay-1600,
.animateInFade.delay-1600 {
    animation-delay: 1.6s;
}

.animateIn.delay-1700,
.animateInFade.delay-1700 {
    animation-delay: 1.7s;
}

.animateIn.delay-1800,
.animateInFade.delay-1800 {
    animation-delay: 1.8s;
}

.animateIn.delay-1900,
.animateInFade.delay-1900 {
    animation-delay: 1.9s;
}

.animateIn.delay-2000,
.animateInFade.delay-2000 {
    animation-delay: 2.0s;
}

@keyframes imageMove {
    0% {
        transform: translateX(50px) scale(1.2);
    }

    100% {
        transform: translateX(-50px) scale(1.2);
    }
}

@keyframes imageMove2 {
    0% {
        transform: translateX(-50px) scale(1.2);
    }

    100% {
        transform: translateX(-100px) scale(1.2);
    }
}

.imageMove {
    transform: translateX(50px) scale(1.2);
    animation-name: imageMove2;
    -webkit-animation-name: imageMove2;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-duration: 4.5s;
    -webkit-animation-duration: 4.5s;
    animation-iteration-count: infinite;
}

.slick-active .imageMove {
    transform: translateX(-100px) scale(1.2);
    animation-name: imageMove;
    -webkit-animation-name: imageMove;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-duration: 4.5s;
    -webkit-animation-duration: 4.5s;
    animation-iteration-count: infinite;
}

.lessonExist {
    position: relative;
}

.lessonExist:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    /* 	background-color: #f87fba; */
    left: 0;
    right: 0;
    margin: auto;
    bottom: 3px;
    border-radius: 50%;
}

.lessonExist:after {
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    border: 1px solid #f87fba;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 3px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
}

.heder2HumbWrap {
    display: none;
}

.i2LessonSlide.blog {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.i2LessonSlide.blog>* {
    flex-basis: calc(25% - 20px);
    margin: 0 10px 20px 10px;
}

.i2FooterInnerMenuLink:hover,
.i2footerPrefLink a:hover,
.header2MenuInnerWrap a:hover,
.contentArticleBoxColInDetail .read_more:hover {
    color: var(--color-baseGold);
    text-decoration: underline;
}

.header2MenuHumb {
    display: none;
}

.i2KoushiWrap .i2KoushiImage {
    overflow: hidden;
}

.i2KoushiWrap img {
    transition: .2s;
    transform: scale(1);
}

.i2KoushiWrap:hover img {
    transition: .2s;
    transform: scale(1.2);
}

@media screen and (max-width: 1550px) {
    .i2mainViImageIn {
        max-width: 1050px;
    }

    .i2mainViTxtMain,
    .i2mainViTxtMainTxt {
        font-size: 60px;
    }

    .i2mainViTxtSub {
        font-size: 18px;
    }

    .conWrap {
        max-width: 1220px;
    }

    .i2TsusinContentTxtTtl * {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .tsushin .i2TsusinContentTxtTtl * {
        font-size: 24px;
    }

    .i2TsusinContentTxtDesc * {
        font-size: 14px;
    }

    .lesson .i2TsusinContentImage {
        height: 250px;
    }

    .lesson .i2TsusinContentTxtTtl * {
        font-size: 20px;
    }

    .i2TsusinContentTxt {
        padding: 10px;
    }

    .i2CourseInnter {
        /* 		margin-right: auto; */
    }

    .i2CourseInnter.re {
        /* 		margin-left: auto; */
    }

    .sche .i2Desc>* {
        line-height: 1.85;
        font-size: 14px;
    }

    .conWrap {
        padding: 0 60px;
    }

    .header2Menu {
        padding: 0;
        font-size: 12px;
    }

    .contentArticleBoxColInDetail h3 {
        font-size: 15px;
    }

    .contentArticleBoxColInDetail>p {
        font-size: 12px;
    }
}

.show1200 {
    display: none;
}

@media screen and (max-width: 1200px) {
    .conWrap {
        padding: 0 40px;
    }

    .i2mainViImageIn {
        max-width: 1000px;
    }

    .i2mainViTxt {
        top: 90px;
    }

    .header2 {
        height: 60px;
    }

    body {
        padding-top: 60px;
    }

    .header2MenuInnerWrap {
        top: 60px;
    }

    .header2Menu {
        /* 		padding: 10px; */
        font-size: 12px;
    }

    .i2eventWhiteInnerImg {
        flex-basis: 350px;
        height: 230px;
    }

    .i2eventWhiteInnerTxt {
        flex-basis: calc(100% - 380px)
    }

    .i2Btn {
        height: 60px;
    }

    .i2TsusinContentTxtTtl * {
        font-size: 26px;
    }

    .i2TsusinContentImage {
        height: 360px;
    }

    .i2TsusinContentTxt:before {
        width: 170px;
        height: 170px;
    }

    .i2TsusinContentTxt:after {
        font-size: 24px;
    }

    .tsushin .i2TsusinContentTxtTtl * {
        font-size: 20px;
    }

    .tsushin .i2TsusinContentTxt:before {
        width: 140px;
        height: 140px;
    }

    .tsushin .i2TsusinContentTxt:after {
        font-size: 18px;
    }

    .tsushin .i2TsusinContentTxtTtl * {
        margin-bottom: 20px;
    }

    .tsushin .i2TsusinContentTxt,
    .lesson .i2TsusinContentTxt {
        padding: 10px;
    }

    .lesson .i2TsusinContentImage {
        height: 240px;
    }

    .i2CourseInnterTtl>* *.na {
        font-size: 20px;
    }

    .i2CourseInnterTtl>*>img {
        max-width: 80%;
    }

    .med .i2eventCon {
        padding-bottom: 60px;
    }

    .i2eventWrap {
        padding: 70px 0;
    }

    .i2eventWhite {
        margin: 30px auto 0px auto;
    }

    .i2eventWhite {
        max-width: 940px;
    }

    .i2Sns {
        width: 400px;
        height: 400px;
    }

    .i2FooterInner {
        flex-wrap: wrap;
    }

    .i2FooterInnerLogoArea,
    .i2FooterInnerMenuArea {
        flex-basis: 100%;
    }

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

    .i2FooterInnerLogo img {
        margin: auto;
        max-width: 200px;
    }

    .i2CourseInnterTtl>* * {
        font-size: 40px;
    }

    .movue .i2eventWhiteInnerTxtTtl {
        font-size: 20px;
    }

    .show1200 {
        display: block;
    }

    .i2mainViImageIn {
        max-width: 850px;
    }
}

@media screen and (max-width: 991px) {
    .conWrap {
        padding: 0 10px;
    }

    .i2mainViImageIn {
        max-width: 80vw;
    }

    body {
        padding-top: 60px;
    }

    .header2 {
        padding: 0 10px 0 0;
        height: 60px;
    }

    .header2MenuArea {
        position: fixed;
        left: 0;
        top: 40px;
        display: block;
        height: auto;
        width: 100%;
        transform: translateX(100vw);
        transition: .2s;
        background-color: #FFF;
        height: 100vh;
        overflow: scroll;
        padding: 3rem 1rem;
        z-index: -1;
    }

    .header2MenuArea.active {
        transform: translateX(0vw);
        transition: .2s;
    }

    .header2Menu:after {
        display: none;
    }

    .header2Menu:hover {
        color: #212121;
    }

    .header2MenuIn {
        height: auto;
        position: relative;
    }

    .header2Menu {
        display: block;
    }

    .header2MenuInnerWrap {
        position: static;
    }

    .header2MenuInnerMenuLink {
        display: block;
        padding: 10px;
    }

    .header2Menu {
        position: relative;
        width: calc(100%);
        z-index: 9;
    }

    .header2MenuIn:hover .header2MenuInnerWrap,
    .header2MenuIn .header2MenuInnerWrap {
        -webkit-animation: none;
        animation: none;
        height: auto;
    }

    .header2MenuHumb {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: rotate(0);
        transition: transform .2s;
    }

    .is-active+.header2MenuHumb {
        transform: rotate(90deg);
        transition: transform .2s;
    }

    .header2MenuHumb+.header2MenuInnerWrap {
        height: 0 !important;
        overflow: hidden;
        transition: height .2s;
    }

    .is-active+.header2MenuHumb+.header2MenuInnerWrap {
        height: auto !important;
        transition: height .2s;
    }

    .header2MenuInnerMenuLinkImg {
        display: none;
    }

    .header2MenuInnerWrapInn1_l,
    .header2MenuInnerWrapInn1_r,
    .header2MenuInnerWrapInn1 {
        display: block;
    }

    .header2MenuInnerMenuLink,
    .header2MenuInnerWrapInn1_rInner .header2MenuInnerMenuLink {
        margin: 0;
    }

    .header2MenuInnerWrapInn1.conWrap {
        padding: 0;
    }

    .header2MenuInnerMenuLinkTxt {
        text-align: left;
        font-size: 12px;
    }

    .header2MenuInnerMenuLink {
        font-size: 14px;
    }

    .i2mainViTxt {
        align-items: center;
        padding-bottom: 40px;
        top: auto;
        bottom: -110px;
    }

    .i2mainViTxtMain,
    .i2mainViTxtMainTxt {
        font-size: 35px;
    }

    .i2mainViTxtMainTxt:nth-child(5) {
        margin-bottom: -25px;
    }

    .i2mainViTxtSub {
        margin-top: 12px;
        font-size: 14px;
    }

    .i2ConceptWrap {
        margin: 20px 0;
        padding: 10px;
    }

    .i2ConceptTtl * {
        font-size: 32px;
    }

    .i2CourseInnterTtl>* * {
        font-size: 24px;
        line-height: 1.77;
    }

    .i2Desc__maintext {
        font-size: 16px;
    }

    .i2Desc__subtext {
        font-size: 12px;
    }

    .i2Desc__subtext .sp-only {
        display: block;
    }

    .i2eventWhite {
        margin: 20px auto 0px auto;
        padding: 10px;
    }

    .i2CourseInnter,
    .i2CourseInnter.re {
        margin-right: 0;
        margin-left: 0;
    }

    .i2eventWhiteInner,
    .i2CourseInnter,
    .bi2Left,
    .i2LessonWrap.ex,
    .i2SnsArea,
    .i2FooterInner,
    .i2FooterInnerMenuArea {
        flex-wrap: wrap;
    }

    .i2CourseInnterTxt,
    .i2eventWhiteInnerTxt,
    .i2CourseInnterImg,
    .i2TsusinContent,
    .tsushin .i2TsusinContent,
    .i2eventWhiteInnerImg,
    .i2eventWhiteInnerTxt,
    .i2LessonWrap.ex>*,
    .med .i2eventWhiteInnerTxt,
    .med .i2eventWhiteInnerImg,
    .i2FooterInnerMenuArea,
    .i2FooterInnerLogoArea,
    .i2FooterInnerMenu,
    .movue .i2eventWhiteInnerTxt {
        flex-basis: 100%;
    }

    .i2FooterInnerMenu {
        padding: 0;
    }

    .i2eventWhiteInnerImg {
        height: 200px;
    }

    .i2TsusinContent {
        margin: 0 0 10px 0;
    }

    .i2LessonWrap.lesson {
        margin: 0 -10px;
    }

    .i2LessonWrap.lesson>.i2TsusinContent {
        flex-basis: calc(50% - 20px);
        margin: 0 10px 10px 10px;
    }

    .bi2Left>* {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .i2Btn {
        max-width: none;
        font-size: 14px;
    }

    .i2TsusinContentTxtTtl * {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .i2TsusinContentTxtIn * {
        font-size: 14px;
        color: #FFF;
    }

    .i2TsusinContentTxt {
        padding: 15px;
    }

    .i2Sns {
        height: auto;
        min-height: 300px;
        width: 100%;
    }

    .i2eventWhiteInnerTxtTtl {
        font-size: 16px;
    }

    .chokueiBlog .contentArticleBoxColInImg.blog {
        flex-basis: 30%;
        height: 100px;
    }

    .chokueiBlog .contentArticleBoxColInDetail {
        flex-basis: 70%;
    }

    .chokueiBlog .contentArticleBoxColInDetail p {
        display: none;
    }

    .copywrite {
        height: auto;
        padding: 10px;
    }

    .i2CourseInnterTxt {
        order: 2;
    }

    .i2CourseInnterImg {
        order: 1;
        margin-bottom: 20px;
    }

    .i2eventWrap {
        background-size: auto 390px;
    }

    .i2eventWhite {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
        padding: 10px;
    }

    .i2eventWhiteInnerImg.bgOn>* {
        width: 80%;
        height: 50%;
    }

    .i2eventWhiteInnerImg.bgOn:before {
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
    }

    .i2Slide .nitteiBox {
        width: 100%;
        display: flex;
    }

    .i2Slide .nitteiBoxImg {}

    .i2LessonSlide.i2Slide .nitteiBox {
        max-width: 360px;
        width: calc(100% - 20px);
        display: flex;
        display: block;
    }

    .i2Slide .nitteiBoxImg {}

    .heder2HumbWrap {
        display: flex;
        justify-content: center;
        width: 25px;
        height: 60px;
        align-items: center;
        margin-right: 20px;
    }

    .heder2Humb {
        position: relative;
        width: 25px;
        height: 25px;
        margin: 0;
    }

    .heder2HumbBorder,
    .heder2Humb:before,
    .heder2Humb:after {
        content: "";
        width: 25px;
        height: 2px;
        background-color: #444444;
        display: block;
        position: absolute;
        top: 4px;
        bottom: 4px;
        margin: auto;
        left: 0;
        transform: rotate(0);
        transition: .2s;
    }

    .heder2Humb:before {
        bottom: -15px;
    }

    .heder2Humb:after {
        top: -15px;
    }

    .heder2Humb.active .heder2HumbBorder {
        background-color: transparent;
        transition: .2s;
    }

    .heder2Humb.active:before {
        bottom: 0;
        top: 0;
        transform: rotate(135deg);
        transition: .2s;
    }

    .heder2Humb.active:after {
        top: 0;
        bottom: 0;
        transform: rotate(-135deg);
        transition: .2s;
    }

    .i2LessonWrap.lesson.ex>.i2TsusinContent {
        flex-basis: calc(100% - 20px);
        margin: 0 10px 10px 10px;
    }

    .i2LessonSlide.blog>* {
        flex-basis: calc(100% - 20px);
        margin: 0 10px 20px 10px;
    }

    .i2LessonSlide.blog>.blogContent {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .i2LessonSlide.blog>.blogContent .nitteiBoxImg {
        height: 100px;
        width: 30%;
    }

    .i2LessonSlide.blog>.blogContent .nitteiBoxCont {
        width: 67%;
        height: auto;
    }

    .i2LessonSlide.blog>.blogContent .nitteiBoxDesc p:last-child {
        display: none;
    }

    .i2LessonSlide.blog>.blogContent .nitteiBoxCont .nitteiBoxDesc {
        height: auto;
        padding-top: 0;
    }

    .i2LessonSlide.blog>.blogContent .nitteiBoxCont .nitteiLink {
        height: auto;
    }

    .movue .i2eventWhiteInnerImg {
        flex-basis: 480px;
        height: 390px;
    }

    .movue .i2eventWhiteInnerTxt {
        margin-top: 20px;
        flex-basis: calc(100% - 500px);
    }

    .i2CourseInnterTxt,
    .i2CourseInnterImg {
        flex-basis: calc(50% - 10px);
    }

    .header2Menu {
        padding: 0;
    }

    .header2MenuIn {
        padding: 13px 10px;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .i2mainViImageIn {
        max-height: 50vh;
        max-width: none;
        width: 100%;
    }

    .i2mainViTxt {
        height: 50vh;
        top: 45vh;
    }

    .i2ConceptTtl * {
        font-size: 22px;
    }

    .i2Desc__maintext {
        font-size: 14px;
    }

    .i2Desc__list {
        grid-template-columns: repeat(2, 1fr);
        max-width: 290px;
    }

    .movue .i2eventWhiteInnerImg,
    .movue .i2eventWhiteInnerTxt,
    .i2CourseInnterTxt,
    .i2CourseInnterImg {
        flex-basis: 100%;
    }

    .i2LessonWrap.lesson {
        display: block;
    }
}

@media screen and (max-width: 430px) {
    .i2ConceptWrap {
        background-position: 0 210px;
    }
}

/*
サービスの特徴
------------------------------*/

.featureWrap {}

.flexConditionsWrap {
    display: flex;
    /*justify-content: space-around;*/
    max-width: 1380px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.flexConditionsWrap .flexcard {
    background: #F5F5F5;
    border-radius: 5px;
    padding: 16px;
    width: calc(33% - 40px);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
}

.flexConditionsWrap .flexcard .number {
    background: var(--color-red);
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexConditionsWrap .flexcard .imgWrap {
    margin-bottom: 20px;
    max-width: 130px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.flexConditionsWrap .flexcard .card_ttl {
    margin-bottom: 20px;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: .2px;
    font-weight: bold;
    text-align: center;
}

.flexConditionsWrap .flexcard .txt {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    margin-bottom: 20px;
}

.flexConditionsWrap .flexcard .card_ttl span {
    font-size: 18px;
    line-height: 1.7;
    display: block;
    color: var(--color-baseGold);
}

.flexConditionsWrap .flexcard .card_ttl .ttl_small {
    font-size: 14px;
}

@media screen and (max-width: 1200px) {
    .flexConditionsWrap .flexcard {
        width: calc(33% - 20px);
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    .flexConditionsWrap {
        flex-wrap: wrap;
    }

    .flexConditionsWrap .flexcard {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    .flexConditionsWrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .flexConditionsWrap .flexcard {
        width: 80%;
        margin-bottom: 20px;
        max-width: 350px;
    }
}


/*
導入までの流れ
------------------------------*/

.flowInnerBlock {
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 80px;
}

.flowInnerBlock .flowTitle .innerItem {
    background-color: var(--color-baseGold);
    border-radius: 10px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin-bottom: 40px;
    color: #fff;
}

.flowInnerBlock .flowTitle .innerItem:after {
    content: '';
    border-top: 22px solid var(--color-baseGold);
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    width: 0;
    margin: 0 auto;
}

.flowInnerBlock .flowItem {
    border: 2px solid var(--color-lightGold);
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    background: #eee;
}

.flow_triangleIcon {
    margin: 20px auto 3px;
    width: 15px;
    border-top: 22px solid var(--color-lightGold);
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}

.flowInnerBlock .flowItem .step {
    color: #fff;
    background-color: var(--color-baseGold);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.flowInnerBlock .flowItem .ttl {
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.7;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .flowInnerBlock .flowItem .txt {
        text-align: left;
    }
}


/*
SNS
--------------------*/

.snsWrap {
    padding-bottom: 100px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.snsFlexWrap {
    display: flex;
    justify-content: center;
}

.snsFlexWrap .link {
    background: #fff;
    transition: .3s;
    margin-left: 10px;
    border-radius: 300px;
    margin-right: 10px;
    height: auto;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px; */
    /* overflow: hidden;*/
}

.snsFlexWrap .link:hover {
    background: var(--color-baseGold);
}

.contact-banner {
    margin: 30px;
}

.contact-banner img {
    border: 1px solid #fff;
    margin: 0 auto;
    max-width: 800px;
    width: 90%;
}