a.phone {
    cursor: default
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0
}

html {
    font-size: 62.5%
}

html,
body {
    width: 100%
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a,
a:visited {
    color: inherit;
    text-decoration: none
}

a:hover {
    opacity: .8;
    transition: .3s;
    cursor: pointer
}

a img:hover {
    opacity: .9;
    transition: .3s
}

article,
aside,
footer,
header,
nav,
section,
main {
    display: block
}

*,
::before,
::after {
    box-sizing: border-box;
    list-style-type: none
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol,
ul {
    list-style: none
}

img {
    border-style: none;
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none !important
}

[disabled] {
    cursor: not-allowed
}

:focus:not(:focus-visible) {
    outline: none
}

.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px
}

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.8;
    color: #111;
    background-color: #fff
}

@media screen and (max-width: 1023px) {
    body {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.4rem
    }
}

.mdm {
    font-weight: 500
}

.bold {
    font-weight: 700
}

.intr {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 500
}

.nrw {
    letter-spacing: -0.05em
}

.lg-block {
    display: none
}

@media screen and (max-width: 1279px) {
    .lg-block {
        display: block
    }
}

.lg-none {
    display: block
}

@media screen and (max-width: 1279px) {
    .lg-none {
        display: none
    }
}

.pc-only {
    display: block
}

@media screen and (max-width: 1023px) {
    .pc-only {
        display: none
    }
}

.md-only {
    display: none
}

@media screen and (max-width: 1023px) {
    .md-only {
        display: block
    }
}

.md-block {
    display: none
}

@media screen and (max-width: 1023px) {
    .md-block {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .md-block {
        display: none
    }
}

.md-none {
    display: inline-block
}

@media screen and (max-width: 1023px) {
    .md-none {
        display: none
    }
}

.sm-only {
    display: none
}

@media screen and (max-width: 767px) {
    .sm-only {
        display: block
    }
}

.sm-none {
    display: inline-block
}

@media screen and (max-width: 767px) {
    .sm-none {
        display: none
    }
}

.xs-only {
    display: none
}

@media screen and (max-width: 500px) {
    .xs-only {
        display: block
    }
}

.xs-none {
    display: block
}

@media screen and (max-width: 500px) {
    .xs-none {
        display: none
    }
}

.spTel {
    pointer-events: none
}

@media screen and (max-width: 1023px) {
    a.spTel {
        pointer-events: auto
    }
}

main {
    background-color: #fff;
    overflow: hidden;
    padding-top: 80px
}

@media screen and (max-width: 767px) {
    main {
        padding-top: 60px
    }
}

.sec {
    padding: 120px 0
}

@media screen and (max-width: 1279px) {
    .sec {
        padding: 80px 0
    }
}

@media screen and (max-width: 767px) {
    .sec {
        padding: 60px 0
    }
}

.sec .container {
    max-width: 1200px;
    margin: 0 auto
}

@media screen and (max-width: 1279px) {
    .sec .container {
        width: 100%;
        padding: 0 4%
    }
}

.heading .intr {
    display: block;
    font-size: 8rem;
    letter-spacing: -0.01em;
    line-height: 1;
    color: #54cb00;
    margin-bottom: .1em;
    position: relative;
    left: -5px
}

.heading h2 {
    display: inline-block;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #54cb00;
    margin: 0 4px 2em
}

@media screen and (max-width: 1279px) {
    .heading .intr {
        font-size: 6rem
    }

    .heading h2 {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 767px) {
    .heading .intr {
        font-size: 5.8rem
    }
}

a.entry {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 80px;
    border-radius: 40px
}

a.entry span {
    font-weight: 700;
    font-size: 1.25em;
    color: #fff
}

a.entry.ylw {
    background-color: #54cb00
}

a.entry.ylw span {
    color: #111
}

a.entry.gray {
    background-color: #f2f6f9
}

a.entry.navy {
    background-color: #111
}

a.entry.navy span {
    color: #fff;
    font-size: 1em;
    letter-spacing: .05em
}

@media screen and (max-width: 1279px) {
    a.entry {
        width: 220px;
        height: 70px
    }

    a.entry span {
        font-size: 1.125em
    }
}

@media screen and (max-width: 767px) {
    a.entry {
        height: 60px
    }

    a.entry.ylw {
        width: 160px
    }
}

.entry.btn {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    outline: none
}

.entry.btn span {
    z-index: 5
}

.entry.btnshine:before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(200, 230, 0, 0) 0%, rgba(230, 255, 180, 0.9) 100%);
    transform: skewX(-25deg)
}

.entry.btnshine:hover {
    opacity: 1
}

.entry.btnshine:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

.entry.gray.btnshine:before,
.entry.grn.btnshine:before,
.entry.blk.btnshine:before {
    background: linear-gradient(to right, rgba(200, 230, 0, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
    transform: skewX(-25deg)
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.smoothText {
    overflow: hidden;
    display: block
}

.smoothTextTrigger {
    transition: .5s ease-in-out;
    transform: translate3d(0, 100%, 0) skewY(12deg);
    transform-origin: left;
    display: block
}

.smoothTextTrigger.smoothTextAppear {
    transform: translate3d(0, 0, 0) skewY(0)
}

.fadeRight {
    -webkit-animation-name: fadeRightAnime;
    animation-name: fadeRightAnime;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

@-webkit-keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeRightTrigger {
    opacity: 0
}

.fadeUp {
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

@-webkit-keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeUpTrigger {
    opacity: 0
}

.fadeLeft {
    -webkit-animation-name: fadeLeftAnime;
    animation-name: fadeLeftAnime;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

@-webkit-keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeLeftTrigger {
    opacity: 0
}

.zoomIn {
    -webkit-animation-name: zoomInAnime;
    animation-name: zoomInAnime;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes zoomInAnime {
    from {
        transform: scale(0.7);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes zoomInAnime {
    from {
        transform: scale(0.7);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.bgextend {
    -webkit-animation-name: bgextendAnimeBase;
    animation-name: bgextendAnimeBase;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    opacity: 0
}

@-webkit-keyframes bgextendAnimeBase {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes bgextendAnimeBase {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeDown {
    -webkit-animation-name: fadeDownAnime;
    animation-name: fadeDownAnime;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

@-webkit-keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeDownTrigger {
    opacity: 0;
    z-index: 9999
}

.bgappear {
    -webkit-animation-name: bgextendAnimeSecond;
    animation-name: bgextendAnimeSecond;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

@-webkit-keyframes bgextendAnimeSecond {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes bgextendAnimeSecond {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.bgLRextend::before {
    -webkit-animation-name: bgLRextendAnime;
    animation-name: bgLRextendAnime;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #54cb00
}

@-webkit-keyframes bgLRextendAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0)
    }

    50% {
        transform-origin: left;
        transform: scaleX(1)
    }

    50.001% {
        transform-origin: right
    }

    100% {
        transform-origin: right;
        transform: scaleX(0)
    }
}

@keyframes bgLRextendAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0)
    }

    50% {
        transform-origin: left;
        transform: scaleX(1)
    }

    50.001% {
        transform-origin: right
    }

    100% {
        transform-origin: right;
        transform: scaleX(0)
    }
}

.bgappearTrigger,
.bgLRextendTrigger {
    opacity: 0
}

#header {
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 9999
}

#header .hd-logo {
    position: absolute;
    width: 90%;
    top: 24px;
    left: 50px;
    display: flex;
    align-items: center
}

#header .hd-logo figure.reki {
    width: 150px;
    margin-right: 12px
}

#header .hd-logo figure.plus {
    width: 20px;
    margin-right: 16px
}

#header .hd-logo figure.ogs {
    width: 144px;
    margin-right: 16px
}

#header .hd-logo figure.mkwm {
    width: 200px;
    margin-right: 10px
}

#header .hd-logo figure img {
    width: 100%;
    height: auto;
    vertical-align: middle
}

#header .hd-logo h2 {
    font-weight: 700;
    font-size: 1.25em;
    color: #ffffff
}

@media screen and (max-width: 1279px) {
    #header .hd-logo {
        top: 12px;
        left: 20px
    }

    #header .hd-logo figure.reki {
        width: 120px;
        margin-right: 10px
    }

    #header .hd-logo figure.plus {
        width: 16px;
        margin-right: 12px
    }

    #header .hd-logo figure.ogs {
        width: 100px;
        margin-right: 12px
    }

    #header .hd-logo figure.mkwm {
        width: 180px
    }

    #header .hd-logo h2 {
        font-size: 1.125em
    }
}

@media screen and (max-width: 767px) {
    #header {
        height: 60px
    }

    #header .hd-logo {
        width: 100%;
        top: 12px;
        left: 0;
        justify-content: center
    }

    #header .hd-logo figure.reki {
        width: 85px;
        margin-right: 6px
    }

    #header .hd-logo figure.plus {
        width: 12px;
        margin-right: 8px
    }

    #header .hd-logo figure.ogs {
        width: 70px;
        margin-right: 8px
    }

    #header .hd-logo figure.mkwm {
        width: 128px
    }

    #header .hd-logo h2 {
        font-size: 1.4rem
    }
}

.collabo02 #header .hd-logo {
    top: 30px;
    left: 40px
}

.collabo02 #header .hd-logo figure.fc {
    width: 211px;
    margin-right: 16px
}

.collabo02 #header .hd-logo figure.reki {
    width: 144px;
    margin-right: 12px
}

.collabo02 #header .hd-logo h2 {
    color: #fff
}

@media screen and (max-width: 1279px) {
    .collabo02 #header .hd-logo {
        top: 20px;
        left: 30px
    }

    .collabo02 #header .hd-logo figure.fc {
        width: 171px;
        margin-right: 12px
    }

    .collabo02 #header .hd-logo figure.reki {
        width: 110px;
        margin-right: 10px
    }
}

@media screen and (max-width: 767px) {
    .collabo02 #header .hd-logo {
        top: 12px;
        left: 0
    }

    .collabo02 #header .hd-logo figure.fc {
        width: 120px;
        margin-right: 6px
    }

    .collabo02 #header .hd-logo figure.reki {
        width: 88px;
        margin-right: 4px
    }
}

.wc-webchat-ctn {
    display: none
}

main section {
    border-bottom: 0
}

.seminarLp {
    font-family: "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    font-weight: 500;
    letter-spacing: .01em
}

.seminarLp h1,
.seminarLp h2,
.seminarLp h3 {
    font-weight: 500
}

.seminarLp .bold {
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold
}

.seminarLp main {
    padding-top: 0
}

.seminarLp main .sec {
    padding: 100px 0
}

.seminarLp main a.entry {
    width: 320px;
    height: 60px;
    margin: 0 auto;
    font-size: 1.4rem
}

.seminarLp main a.entry.grn {
    background-color: #54cb00;
    color: #fff
}

.seminarLp main a.entry.grn span {
    color: #fff
}

.seminarLp main a.entry.blk {
    background-color: #111;
    color: #fff
}

.seminarLp main a.entry.blk span {
    color: #fff
}

.seminarLp main a.entry.ylw {
    background-color: #f5f542;
    color: #111
}
.seminarLp main a.entry.gardient 
{
    background: linear-gradient(125deg, rgba(249,132,89,1) 0%, rgba(214,18,213,1) 54%, rgba(83,18,191,1) 100%);
    background: -webkit-linear-gradient(125deg, rgb(16 76 202) 40%, rgb(15 164 170) 100%);
    border: #fff solid 1px;
}
.seminarLp main a.entry.ylw span {
    color: #111
}

@media screen and (max-width: 1023px) {
    .seminarLp main {
        padding-top: 0
    }

    .seminarLp main .sec {
        padding: 80px 0
    }
}

@media screen and (max-width: 767px) {
    .seminarLp main {
        padding-top: 0
    }

    .seminarLp main .sec {
        /* padding: 60px 0; */
        position: relative;
        bottom: 0;
    }

    .seminarLp main .sec .container {
        padding: 0 4%
    }

    .seminarLp main a.entry {
        width: 280px;
        height: 60px;
        margin: 0 auto;
        font-size: 1.4rem
    }
}

.sec .ct-heading {
    text-align: center
}

.sec .ct-heading .en {
    display: block;
    font-size: 1.25em;
    letter-spacing: .2em;
    line-height: 1;
    color: #d612d5;
    margin-bottom: 1.2em
}

.sec .ct-heading h2 {
    font-size: 3em;
    letter-spacing: 0em;
    line-height: 1;
    color: #111;
    padding-bottom: .7em;
    margin-bottom: 1.125em;
    position: relative
}

.sec .ct-heading h2:after {
    content: "";
    width: 1.125em;
    height: 1px;
    margin: 0 auto;
    background-color: #111;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -0.5625em
}

@media screen and (max-width: 1279px) {
    .sec .ct-heading h2 {
        font-size: 2.4em
    }
}

@media screen and (max-width: 767px) {
    .sec .ct-heading .en {
        font-size: .875em;
        margin-bottom: 1.2em
    }

    .sec .ct-heading h2 {
        font-size: 1.9em;
        padding-bottom: .9em;
        margin-bottom: 1.25em
    }
    
}

.seminar-mv {
    height: 100vh;
    background-color: #fff;
    position: relative
}

.seminar-mv .bg-flex {
    height: 100vh;
    background-image: url(../img/seminar/collabo08/bg-mv.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width: 1600px) {
    .seminar-mv .bg-flex {
        /* background-image: url(../img/seminar/collabo08/bg-mv-1440.jpg) */
    }
}

@media screen and (max-width: 1279px) {
    .seminar-mv {
        height: 52vw
    }

    .seminar-mv .bg-flex {
        height: 52vw
    }
}

@media screen and (max-width: 767px) {
    .seminar-mv {
        /* height: 132vw */
        height: 100%;
    }

    .seminar-mv .bg-flex {
        /* height: 128vw; */
        height: 110vh;
        background-image: url(../img/seminar/collabo08/bg-mv-sp.jpg);
        background-size: contain;
    }
}

.seminar-mv .front-flex {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    padding: 17vh 40px 0;
    display: flex;
    justify-content: space-between
}
/* .seminar-mv .front-flex img{
    max-width: 80%;
} */
.seminar-mv .front-flex .name {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .05em;
    color: #fff;
    padding: 44vh 0 0
}

.seminar-mv .front-flex .name.l-name {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.seminar-mv .front-flex .name.r-name {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 16px
}

.seminar-mv .front-flex .name p {
    font-weight: 700;
    font-size: 1em;
    line-height: 1.2
}

.seminar-mv .front-flex .name h2 {
    font-weight: 700;
    font-size: 1.875em;
    line-height: 1.2;
    margin-right: 2px
}

@media screen and (max-width: 1600px) {
    .seminar-mv .front-flex .name.r-name {
        margin-right: 0px
    }
}

@media screen and (max-width: 1279px) {
    .seminar-mv .front-flex {
        padding: 9vw 10px 0
    }

    .seminar-mv .front-flex .name {
        padding: 138px 0 0
    }

    .seminar-mv .front-flex .name p {
        font-size: .875em
    }

    .seminar-mv .front-flex .name h2 {
        font-size: 1.75em
    }
}

@media screen and (max-width: 1023px) {
    .seminar-mv .front-flex .name {
        padding: 77px 0 0
    }

    .seminar-mv .front-flex .name p {
        font-size: .75em
    }

    .seminar-mv .front-flex .name h2 {
        font-size: 1.5em
    }
}

@media screen and (max-width: 767px) {
    .seminar-mv .front-flex {
        padding: 16vw 5px 0
    }

    .seminar-mv .front-flex .name {
        padding: 100% 0 0
    }

    .seminar-mv .front-flex .name p {
        font-size: 1rem;
        white-space: nowrap;
        color: #fff
    }

    .seminar-mv .front-flex .name h2 {
        font-size: 1.1em;
        white-space: nowrap;
        margin-right: 2px;
        color: #fff
    }
}

.seminar-mv .front-flex .seminar-ttl {
    text-align: center;
    max-width: 60vw;
}

.seminar-mv .front-flex .seminar-ttl .date {
    width: 14vw;
    margin: 0 auto 1.2vw
}

.seminar-mv .front-flex .seminar-ttl h1 {
    margin-bottom: 4.5vw
}

.seminar-mv .front-flex .seminar-ttl h1 span {
    display: inline-block;
    background-color: #111;
    line-height: 1;
    color: #fff
}

.seminar-mv .front-flex .seminar-ttl h1 span.sub {
    font-size: 2.4vw;
    padding: .24em .36em
}

.seminar-mv .front-flex .seminar-ttl h1 span.main {
    font-size: 4.4vw;
    padding: .15em .2em;
    margin-left: 3em
}

.seminar-mv .front-flex .seminar-ttl h2 {
    font-size: 1vw;
    color: #fff;
    margin-bottom: 2.4vw
}

@media screen and (max-width: 1600px) {
    .seminar-mv .front-flex .seminar-ttl h1 {
        width: 60vw;
        margin-bottom: 4vw
    }
}

@media screen and (max-width: 1279px) {
    .seminar-mv .front-flex {
        height: auto
    }

    .seminar-mv .front-flex .seminar-ttl .date {
        width: 160px;
        margin: 0 auto 2vw
    }

    .seminar-mv .front-flex .seminar-ttl h1 span.sub {
        font-size: 3vw;
        padding: .24em .36em
    }

    .seminar-mv .front-flex .seminar-ttl h1 span.main {
        font-size: 5vw;
        padding: .15em .2em;
        margin-left: 3em
    }
}

@media screen and (max-width: 1023px) {
    .seminar-mv .front-flex .seminar-ttl h1 {
        margin-bottom: 20px
    }

    .seminar-mv .front-flex .seminar-ttl a.entry {
        width: 240px
    }
}

@media screen and (max-width: 767px) {
    .seminar-mv .front-flex {
        height: 150vw
    }

    .seminar-mv .front-flex .seminar-ttl h1 {
        /* position: absolute;
        left: 50%;
        top: 10px;
        transform: translateX(-50%); */
        width: 95vw
    }

    .seminar-mv .front-flex .seminar-ttl a.entry {
        /* position: absolute;
        bottom: -80px;
        left: 35%; */
    }
    .seminar-mv .front-flex .seminar-ttl {
        text-align: center;
        margin: 0 auto;
        max-width: 100vw;
    }
}

.recommend .rec-list {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.recommend .rec-list li {
    width: calc(50% - 10px);
    height: 100px;
    margin: 0 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.25
}

.recommend .rec-list li:nth-child(1),
.recommend .rec-list li:nth-child(4),
.recommend .rec-list li:nth-child(5) {
    background-color: #f2f6f9
}

.recommend .rec-list li:nth-child(2),
.recommend .rec-list li:nth-child(3),
.recommend .rec-list li:nth-child(6) {
    background-color: #ddf0ff
}

@media screen and (max-width: 1023px) {
    .recommend .rec-list li {
        width: 100%;
        height: 80px;
        font-size: 1.1em
    }

    .recommend .rec-list li:nth-child(3) {
        background-color: #f2f6f9
    }

    .recommend .rec-list li:nth-child(4) {
        background-color: #ddf0ff
    }
}

@media screen and (max-width: 767px) {
    .recommend {
        padding-top: 160px !important
    }
}

.overview {
    background-color: #54cb00
}

.overview .ov-inr .ct-heading .en {
    color: #fff
}

.overview .ov-inr .ct-heading .en.wht {
    color: rgba(255, 255, 255, .5)
}

.overview .ov-inr .ct-heading h2 {
    color: #fff
}

.overview .ov-inr .ct-heading h2::after {
    background-color: #fff
}

.overview .ov-inr .lead {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    margin-top: -20px
}

.overview .ov-inr .step-list {
    padding-top: 36px;
    margin-bottom: 40px
}

.overview .ov-inr .step-list .step-list-li {
    padding: 60px 0;
    background-color: #fff;
    position: relative
}

.overview .ov-inr .step-list .step-list-li:not(:last-child) {
    margin-bottom: 70px
}

.overview .ov-inr .step-list .step-list-li .bg {
    width: 1080px;
    margin: 0 auto
}

.overview .ov-inr .step-list .step-list-li .bg .intr {
    text-align: center;
    font-size: 6rem;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: -0.5em;
    margin: 0;
    color: #111
}

.overview .ov-inr .step-list .step-list-li .bg .step-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.overview .ov-inr .step-list .step-list-li .bg .step-flex figure {
    width: 48%
}

.overview .ov-inr .step-list .step-list-li .bg .step-flex .desc {
    width: 48%
}

.overview .ov-inr .step-list .step-list-li .bg .step-flex .desc h3 {
    font-weight: 700;
    font-size: 2.9rem;
    line-height: 1.25;
    color: #111;
    margin-bottom: .8em
}

.overview .ov-inr .step-list .step-list-li .bg .step-flex .desc p {
    font-size: 1.125em;
    line-height: 1.8em
}

.overview .ov-inr .step-list .step-list-li .bg .step-flex .desc .speaker {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 1em
}

@media screen and (max-width: 1279px) {
    .overview {
        padding-top: 60px
    }

    .overview .ov-inr .lead {
        margin-bottom: 60px
    }

    .overview .ov-inr .step-list {
        padding-top: 0
    }

    .overview .ov-inr .step-list .step-list-li {
        padding: 40px 0
    }

    .overview .ov-inr .step-list .step-list-li:not(:last-child) {
        margin-bottom: 60px
    }

    .overview .ov-inr .step-list .step-list-li .bg {
        width: 100%;
        padding: 0 6%
    }

    .overview .ov-inr .step-list .step-list-li .bg .intr {
        font-size: 4.8rem
    }

    .overview .ov-inr .step-list .step-list-li .bg .step-flex .desc h3 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: .6em
    }

    .overview .ov-inr .step-list .step-list-li .bg .step-flex .desc p {
        font-size: 1em
    }
}

@media screen and (max-width: 1023px) {
    .overview .ov-inr .step-list .step-list-li .bg {
        padding: 0 4%
    }

    .overview .ov-inr .step-list .step-list-li .bg .step-flex .desc {
        width: 48% !important
    }

    .overview .ov-inr .step-list .step-list-li .bg .step-flex .desc p {
        font-size: 1.4rem
    }
}

@media screen and (max-width: 767px) {
    .overview .ov-inr .lead {
        margin-bottom: 40px
    }

    .overview .ov-inr .step-list {
        padding-top: 24px
    }

    .overview .ov-inr .step-list .step-list-li:not(:last-child) {
        padding: 50px 0 40px;
        margin-bottom: 46px
    }

    .overview .ov-inr .step-list .step-list-li .bg {
        padding: 0 6%
    }

    .overview .ov-inr .step-list .step-list-li .bg .intr {
        font-size: 4rem
    }

    .overview .ov-inr .step-list .step-list-li .bg .step-flex figure {
        width: 100%;
        margin-bottom: 20px
    }

    .overview .ov-inr .step-list .step-list-li .bg .step-flex .desc {
        width: 100% !important
    }

    .overview .ov-inr .step-list .step-list-li .bg .step-flex .desc h3 {
        text-align: center;
        margin-bottom: .6em;
        font-size: 2.4rem;
        line-height: 1.4
    }
}

.seminarLp.collabo08 .step-list-li .detail {
    margin: 2.5em 0 .5em;
    padding-top: 2em;
    border-top: solid 1px #10266f;
}

.seminarLp.collabo08 .step-list-li .detail p:not(:last-child) {
    margin-bottom: 20px
}

.seminarLp.collabo08 .step-list-li .first-hd {
    font-size: 1.125em;
    line-height: 1.4;
    margin-bottom: .6em;
}
.seminarLp.collabo08 .step-list-li .detail .first-hd {
    font-size: 1.4em;
    margin-bottom: 0.5em;
    color: #10266f;
}
.seminarLp.collabo08 .step-list-li .detail .point-hd {
    font-size: 1.2em;
    margin: 2em 0 1em;
    padding: 0.2em 0 0.2em 1em;
    border-left: 5px solid #10266f;
}
.seminarLp.collabo08 .step-list-li .detail .case-list li {
    margin-bottom: 0.5em;
    display: flex;
    flex-wrap: wrap;
}
.seminarLp.collabo08 .step-list-li .detail .case-list li .case {
    padding: 0.2em 0.8em;
    background-color: #f1f1ee;
    font-weight: 700;
    font-size: 1.125em;
    color: #10266f;
    margin-right: 0px;
}
.seminarLp.collabo08 .step-list-li .detail .case-list li .ex {
    width: calc(100% - 100px);
    padding: 0.2em 0.5em;
    font-weight: 500;
    font-size: 1.125em;
    color: #413b31;
    background-color: #f1f1ee;
}
@media screen and (max-width: 1279px) {
    .seminarLp.collabo08 .step-list-li .detail .first-hd {
        font-size: 1.25em
    }
    .seminarLp.collabo08 .step-list-li .detail .case-list li .case {
        font-size: 1em;
    }
    .seminarLp.collabo08 .step-list-li .detail .case-list li .ex {
        width: calc(100% - 100px);
        font-size: 1em;
    }
}

@media screen and (max-width: 767px) {
    .seminarLp.collabo08 .step-list-li .first-hd {
        margin-bottom: 1em;
        margin-top: 1.4em
    }
    .seminarLp.collabo08 .step-list-li .detail .case-list li .ex {
        width: calc(100% - 90px);
        line-height: 1.5;
    }
    .seminarLp.collabo08 .step-list-li .detail .point-hd {
        font-size: 1.1em;
        line-height: 1.4;
    }
}

.summary {
    background-color: #dfe6ff !important
}

.summary .sm-tbl {
    width: 960px;
    margin: 0 auto
}

.summary .sm-tbl tr th,
.summary .sm-tbl tr td {
    border: solid 1px #dfe6ff;
    font-size: 1.125em
}

.summary .sm-tbl tr th {
    background-color: #10266f;
    color: #fff;
    width: 20%;
    padding: 20px;
    font-weight: 500;
    text-align: center
}

.summary .sm-tbl tr td {
    background-color: #fff;
    padding: 20px 40px
}

.summary .sm-tbl tr td .hall {
    margin-bottom: .3em
}

.summary .sm-tbl tr td .add {
    font-size: .875em;
    margin-bottom: .4em
}

.summary .sm-tbl tr td a {
    font-size: .875em;
    color: #009cb3
}

@media screen and (max-width: 1279px) {
    .summary .sm-tbl {
        width: 100%;
        padding: 0 6%
    }
}

@media screen and (max-width: 1023px) {
    .summary .sm-tbl tr th {
        width: 36%;
        padding: 15px
    }

    .summary .sm-tbl tr td {
        padding: 15px 20px
    }
}

.presenter {
    overflow: hidden
}

.presenter .ps-inr .ct-heading {
    margin-bottom: 100px
}

.presenter .ps-inr .ct-heading p {
    color: #fff
}

.presenter .ps-inr .ct-heading h3 {
    color: #fff
}

.presenter .ps-inr .ps-box {
    position: relative
}

.presenter .ps-inr .ps-box:not(:last-child) {
    margin-bottom: 120px
}

.presenter .ps-inr .ps-box .txt-area {
    margin-left: 60px;
    margin-top: 60px;
    background-color: #10266f;
    padding: 40px 60px 50px 40%
}

.presenter .ps-inr .ps-box .txt-area .txt-inr .intro {
    color: #fff
}

.presenter .ps-inr .ps-box .txt-area .txt-inr .ps-heading {
    padding-bottom: 1.2em;
    margin-bottom: 30px;
    position: relative
}

.presenter .ps-inr .ps-box .txt-area .txt-inr .ps-heading::before,
.presenter .ps-inr .ps-box .txt-area .txt-inr .ps-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0
}

.presenter .ps-inr .ps-box .txt-area .txt-inr .ps-heading::before {
    width: 100%;
    height: 2px;
    background-color: #fff
}

.presenter .ps-inr .ps-box .txt-area .txt-inr .ps-heading::after {
    width: 100px;
    height: 2px;
    background-color: #d612d5
}

.presenter .ps-inr .ps-box .txt-area .txt-inr .ps-heading h3 {
    font-weight: 700;
    font-size: 1.5em;
    letter-spacing: .05em;
    color: #ffffff
}

.presenter .ps-inr .ps-box .txt-area .txt-inr .ps-heading p {
    font-size: .875em
}

.presenter .ps-inr .ps-box figure {
    width: 40%;
    position: absolute;
    left: 0;
    top: -60px
}

.presenter .ps-inr .ps-box figure img {
    width: 100%
}

.presenter .ps-inr .ps-box.reverse .txt-area {
    margin-right: 60px;
    margin-left: 0;
    padding: 40px 40% 50px 60px
}

.presenter .ps-inr .ps-box.reverse figure {
    left: auto;
    right: 0
}

@media screen and (max-width: 1279px) {
    .presenter .ps-inr .ct-heading {
        margin-bottom: 80px
    }

    .presenter .ps-inr .ps-box:not(:last-child) {
        margin-bottom: 100px
    }

    .presenter .ps-inr .ps-box .txt-area {
        margin-left: 40px;
        margin-top: 40px;
        padding: 40px 40px 50px 40%
    }

    .presenter .ps-inr .ps-box figure {
        top: -40px
    }

    .presenter .ps-inr .ps-box.reverse .txt-area {
        margin-right: 40px;
        padding: 40px 40% 50px 40px
    }
}

@media screen and (max-width: 1023px) {
    .presenter .ps-inr {
        padding: 0 4%
    }

    .presenter .ps-inr .ct-heading {
        margin-bottom: 90px
    }

    .presenter .ps-inr .ps-box {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%)
    }

    .presenter .ps-inr .ps-box .txt-area {
        margin-left: 8vw;
        padding: 43vw 40px 50px 40px
    }

    .presenter .ps-inr .ps-box figure {
        width: 72%
    }

    .presenter .ps-inr .ps-box.reverse .txt-area {
        margin-right: 8vw;
        margin-left: 0;
        padding: 43vw 40px 50px 40px
    }

    .presenter .ps-inr .ps-box.reverse figure {
        right: -8vw
    }
}

@media screen and (max-width: 767px) {
    .presenter .ps-inr .ct-heading {
        margin-bottom: 80px
    }

    .presenter .ps-inr .ps-box {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%)
    }

    .presenter .ps-inr .ps-box:not(:last-child) {
        margin-bottom: 80px
    }

    .presenter .ps-inr .ps-box .txt-area {
        margin-left: 8vw;
        padding: 55vw 30px 40px 30px
    }

    .presenter .ps-inr .ps-box .txt-area .txt-inr .ps-heading::after {
        width: 70px
    }

    .presenter .ps-inr .ps-box figure {
        width: 88%
    }

    .presenter .ps-inr .ps-box.reverse .txt-area {
        margin-right: 8vw;
        margin-left: 0;
        padding: 55vw 30px 40px 30px
    }

    .presenter .ps-inr .ps-box.reverse figure {
        right: -8vw
    }
}

#contact {
    background-color: #f2f6f9
}

#contact #form_submit_button {
    background-color: #54cb00;
    border-radius: 30px
}

#contact .form .required {
    background-color: #54cb00;
    font-size: .625em;
    letter-spacing: .05em
}

#contact .form .wpcf7-not-valid-tip {
    margin-top: 0px;
    font-weight: 700;
    font-size: .75em
}

#contact .privacy-policy .privacy-policy-dt {
    color: #111;
    font-size: 1em
}

#contact .privacy-policy .privacy-policy-dd div dd ul {
    margin: 5px 0 5px 1em
}

#contact .privacy-policy .privacy-policy-dd div dd .tacenter {
    text-align: center
}

#contact .wpcf7 form.invalid .wpcf7-response-output,
#contact .wpcf7 form.unaccepted .wpcf7-response-output {
    text-align: center;
    border-color: #54cb00
}

#contact .wpcf7-mail-sent-ok {
    display: none !important
}

#contact input[type="text"], #contact input[type="tel"], #contact input[type="email"], #contact select{
    width: 100%;
    width: -webkit-fill-available;
}

@media screen and (max-width: 1023px) {
    #contact {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 767px) {
    #contact .form div dt {
        margin-bottom: 0px;
        align-items: center
    }

    #contact .privacy-policy .privacy-policy-dd div dd ul {
        margin: 5px 0 5px 0
    }

    #contact .privacy-policy .privacy-policy-dd div dd ul li {
        font-size: 1.3rem;
        letter-spacing: 0
    }
}

footer {
    padding-top: 40px;
    background-color: #333 !important
}

.fadeDownTrigger {
    opacity: 1
}



.collabo08 .sec .ct-heading .en {
    color: transparent;
    background: linear-gradient(125deg, rgba(249,132,89,1) 0%, rgba(214,18,213,1) 54%, rgba(83,18,191,1) 100%);
    background: -webkit-linear-gradient(125deg, rgba(249,132,89,1) 0%, rgba(214,18,213,1) 54%, rgba(83,18,191,1) 100%);
    -webkit-background-clip: text;
}

.collabo08 .recommend .rec-list li:nth-child(1),
.collabo08 .recommend .rec-list li:nth-child(4),
.collabo08 .recommend .rec-list li:nth-child(5) {
    background-color: #dfe6ff
}

.collabo08 .recommend .rec-list li:nth-child(2),
.collabo08 .recommend .rec-list li:nth-child(3),
.collabo08 .recommend .rec-list li:nth-child(6) {
    background-color: #dfe6ff85
}

@media screen and (max-width: 1023px) {
    .collabo08 .recommend .rec-list li:nth-child(3) {
        background-color: #dfe6ff
    }

    .collabo08 .recommend .rec-list li:nth-child(4) {
        background-color: #dfe6ff85
    }
}

.collabo08 .overview {
    background-color: #10266f
}

.collabo08 .overview .ov-inr .ct-heading .en {
    color: #fff
}

.collabo08 .overview .ov-inr .ct-heading .en.wht {
    color: transparent;
    background: linear-gradient(125deg, rgba(249,132,89,1) 0%, rgba(214,18,213,1) 54%, rgba(83,18,191,1) 100%);
    background: -webkit-linear-gradient(125deg, rgba(249,132,89,1) 0%, rgba(214,18,213,1) 54%, rgba(83,18,191,1) 100%);
    -webkit-background-clip: text;
}

.collabo08 .overview .ov-inr .ct-heading h2 {
    color: #fff
}

.collabo08 .overview .ov-inr .ct-heading h2::after {
    background-color: #fff
}

.collabo08 .overview .ov-inr .step-list .step-list-li .bg .intr {
    color: transparent;
    background: linear-gradient(125deg, rgba(249,132,89,1) 0%, rgba(214,18,213,1) 54%, rgba(83,18,191,1) 100%);
    background: -webkit-linear-gradient(125deg, rgba(249,132,89,1) 0%, rgba(214,18,213,1) 54%, rgba(83,18,191,1) 100%);
    -webkit-background-clip: text;
}

.collabo08 .overview .ov-inr .step-list .step-list-li .bg .video {
    margin-top: 50px
}

@media screen and (max-width: 767px) {
    .collabo08 .overview .ov-inr .step-list .step-list-li .bg .video {
        margin-top: 40px
    }
}

.collabo08 .summary {
    background-color: #dfe6ff !important
}

.collabo08 .summary .sm-tbl tr th,
.collabo08 .summary .sm-tbl tr td {
    border: solid 1px #dfe6ff
}

.collabo08 .summary .sm-tbl tr th {
    background-color: #10266f;
    color: #fff
}

.collabo08 .summary .sm-tbl tr td {
    background-color: #fff
}

.collabo08 .summary .sm-tbl tr td a {
    color: #009cb3
}

.collabo08 .presenter a:hover::before {
    opacity: .8;
    transition: .3s;
    cursor: pointer;
    background: transparent;
}
.collabo08 .presenter a::before {
    background: #d612d5;
}

.collabo08 .presenter .ps-inr .ps-box .txt-area {
    background-color: #10266f
}

.collabo08 .presenter .ps-inr .ps-box .txt-area .txt-inr .ps-heading::before {
    background-color: #fff
}

.collabo08 .presenter .ps-inr .ps-box .txt-area .txt-inr .ps-heading::after {
    background-color: #d612d5
}

.collabo08 .presenter .ps-inr .ps-box .txt-area .txt-inr .ps-heading h3 {
    color: #fff
}

.collabo08 .presenter .ps-inr .ps-box .txt-area .txt-inr .ps-heading p {
    color: #fff
}

.collabo08 .presenter .ps-inr .ps-box .txt-area .txt-inr .intro {
    color: #fff
}

#contact {
    background-color: #dfe6ff
}

#contact #form_submit_button {
    background: -webkit-linear-gradient(125deg, rgba(249,132,89,1) 0%, rgba(214,18,213,1) 54%, rgba(83,18,191,1) 100%);
    color: #fff;
}

#contact .form .required {
    background-color: #009cb3
}

#contact .wpcf7 form.invalid .wpcf7-response-output,
#contact .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #009cb3
}

#contact .confirm-check dd {
    background-color: #fafafa;
    font-size: 1.5rem;
    padding: 20px 20px
}

#contact dl div dt {
    line-height: 1.4;
    margin-bottom: 5px
}

#contact dl div dd {
    line-height: 1.4
}

#contact dl div dd .wpcf7-list-item {
    margin: .5em 0 .5em 1em;
    display: block
}

#contact dl div dd .wpcf7-form-control-wrap.how {
    padding: 0 0 0 1em
}

#contact dl div dd .wpcf7-form-control-wrap.how .wpcf7-text {
    width: calc(100% - 20px)
}

@media screen and (max-width: 767px) {
    #contact .confirm-check dd {
        padding: 20px 10px
    }
}

.collabo08 footer {
    background-color: #111 !important
}

.lm-policy {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: -20px;
    font-size: .875em
}

.lm-policy a {
    color: #009cb3;
    text-decoration: underline;
    margin-left: 1em
}

.lm-policy a:before {
    background-color: transparent
}

.lm-policy a:hover:before {
    background-color: transparent
}

.ta-cntr {
    text-align: center;
}