@charset 'utf-8';

/* SYSTEM */
.col_2 {
    width: 48%;
    margin: 0 1% 2%;
}

/* LOADER */
#loader {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: #FFF;
}

#loader .icon-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    width: 100%;
    max-width: 480px;
    /* max-width: 308px; */
}

#loader .icon-container img {
    width: 100%;
}

/* ASIDE */
aside#aside-left {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    padding-top: 100px;
    width: 78px;
    height: 100vh;
}

aside#aside-right {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    padding-top: 100px;
    width: 78px;
    height: 100vh;
}

aside#aside-left .inner {
    position: absolute;
    top: 50%;
    padding: 12px 24px;
    text-align: center;
    transform: translateY(-50%);
}

aside#aside-right .inner {
    position: absolute;
    top: 50%;
    padding: 12px;
    text-align: center;
    transform: translateY(-50%);
}

aside#aside-left .inner p {
    margin: 1em auto 2em;
}

aside#aside-left .inner .sns ul li a {
    display: block;
    margin-bottom: 2em;
}

aside#aside-right .inner .aside-menu ul li a {
    display: block;
    color: #3E3E3E;
    padding: 2em .4em;
}

aside#aside-right .inner .aside-menu ul li {
    border-bottom: 1px solid #707070;
}

aside#aside-right .inner .aside-menu ul li:last-child {
    border: 0;
}

aside#aside-right .aside-scroll {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
}

aside#aside-right .aside-scroll p {
    margin: 0 auto;
    padding-bottom: 54px;
    position: relative;
}

aside#aside-right .aside-scroll p:after {
    content: '';
    position: absolute;
    display: block;
    right: 50%;
    bottom: 0;
    width: 1px;
    height: 44px;
    background: #707070;
    transform: translateX(-50%);
}

/* MV */
#mv {
    position: relative;
    z-index: 3;
}

#mv .mv-bg {
    width: 100%;
}

#mv .mv-bg picture {
    vertical-align: top;
}

#mv .mv-bg picture img {
    width: 100%;
}

#mv .mv-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#mv .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #D83000;
}

#mv .slick-dots li.slick-active button:hover {
    color: #D83000;
}

/* TOP */
#mv .mv-info {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #D83000;
    background: #FAEBEA;
    display: flex;
}

#mv .mv-info .icon {
    background: #D83000;
    padding: 16px;
    width: 65px;
    text-align: center;
}

#mv .mv-info .anker a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 1em;
    padding-right: 120px;
    position: relative;
    color: #D83000;
}

#mv .mv-info .anker a>p {
    display: inline-block;
    margin-right: 1em;
    color: #D83000;
}

#mv .mv-info .anker a>p.lead {
    line-height: 1.4;
    color: #D83000;
}

#mv .mv-info .anker a>p.date {
    font-size: 40px;
    line-height: 1;
    color: #D83000;
}

#mv .mv-info .anker a>p.date>span {
    font-style: normal;
    font-size: 23px;
    color: #D83000;
}

#mv .mv-info .anker a small {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    padding-right: 26px;
    transform: translateY(-50%);
    transition: all .3s ease;
}

#mv .mv-info .anker a small:after {
    content: '';
    display: block;
    width: 22px;
    height: 1px;
    background: #D83000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
}

#mv .mv-info .anker a:hover small {
    padding-right: 46px;
}

#mv .mv-info .anker a:hover small:after {
    width: 42px;
}

#home-sec01 {
    position: relative;
}

#home-sec01 .content-bg {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
}

#home-sec01 .content-bg>div {
    position: absolute;
    z-index: -1;
}

#home-sec01 .content-bg .cbg-left {
    top: 0;
    left: 0;
}

#home-sec01 .content-bg .cbg-right {
    top: 0;
    right: 0;
}

#home-sec05 {
    position: relative;
}

#home-sec05 .content-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

#home-sec05 .content-bg>div {
    position: absolute;
    z-index: -1;
}

#home-sec05 .content-bg .cbg-left {
    top: 0;
    left: 0;
}

#home-sec05 .content-bg .cbg-right {
    bottom: 0;
    right: 0;
    top: auto;
}

#home-sec02 .top-sc-list article {
    margin-bottom: 32px;
    position: relative;
}

#home-sec02 .top-sc-list article div.picture {
    vertical-align: top;
}

#home-sec02 .top-sc-list article div.content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44%;
}

#home-sec02 .top-sc-list article div.content.sc-left {
    right: 52%;
    padding: 0 16px 16px 0;
}

#home-sec02 .top-sc-list article div.content.sc-right {
    left: 52%;
    padding: 16px 0 0 16px;
}

#home-sec02 .top-sc-list article div.content .shadow {
    position: absolute;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
}

#home-sec02 .top-sc-list article div.content .shadow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home-sec02 .top-sc-list article div.content.sc-left .shadow {
    right: 0;
    bottom: 0;
}

#home-sec02 .top-sc-list article div.content.sc-right .shadow {
    top: 0;
    left: 0;
}

#home-sec02 .top-sc-list article div.content .inner {
    position: relative;
    background: #D83000;
}

#home-sec02 .top-sc-list article div.content .inner a {
    color: #FFF;
    display: block;
    padding: 60px 32px;
    text-align: center;
}

#home-sec02 .top-sc-list article div.content .inner h3 {
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 12px;
    font-weight: bold;
}

#home-sec02 .top-sc-list article div.content .inner h3.center {
    letter-spacing: 35.2px;
    margin-right: -35.2px;
}

#home-sec02 .top-sc-list article div.content .inner h3 span {
    margin-top: 12px;
    font-size: 20px;
    letter-spacing: .125em;
    display: block;
}

#home-sec02 .top-sc-list article div.content .inner h3.center span {
    width: calc(100% - 35.2px);
}

#home-sec02 .top-sc-list article div.content .inner h3.qa {
    font-size: 45px;
    letter-spacing: .3em;
}

#home-sec02 .top-sc-list article div.content .inner h3.qa span {
    width: calc(100% - 15.6px);
}

#home-sec02 .top-sc-list article div.content .inner h3.center+p {
    text-align: center;
}

#home-sec02 .top-sc-list article div.content .inner .anker {
    position: absolute;
    right: 0;
    bottom: 12px;
    padding-right: 54px;
    transition: all .3s ease;
}

#home-sec02 .top-sc-list article div.content .inner a .anker:after {
    content: '';
    position: absolute;
    display: block;
    width: 44px;
    height: 1px;
    background: #FFF;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .3s ease;
}

#home-sec02 .top-sc-list article div.content .inner a:hover {
    opacity: 1;
}

#home-sec02 .top-sc-list article div.content .inner a:hover .anker {
    padding-right: 74px;
}

#home-sec02 .top-sc-list article div.content .inner a:hover .anker:after {
    width: 64px;
}

/* NAV COMMON */
#nav-page-menu.float-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: none;
}

/* UNIV - LESSON */
.univ-lesson-sec {
    padding: 4em 0;
}

#univ-lesson-sec01.univ-lesson-sec,
#univ-lesson-sec03.univ-lesson-sec {
    background: #F7F7F7;
}

.univ-lesson-sec>.wrap>h3.minion.center {
    font-size: 15px;
    color: #D83000;
}

.univ-lesson-sec>.wrap>h2.center {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 2em;
}

.univ-lesson-flex01 {
    margin-bottom: 2em;
}

.univ-lesson-flex01 h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1em;
}

.univ-lesson-flex01 p {
    font-weight: bold;
}

.univ-lesson-flex01 .col_2>img {
    width: 100%;
}

.univ-lesson-flex02 {
    margin-bottom: 2em;
}

.univ-lesson-flex02 .box {
    width: calc(100% / 3 - 2%);
    margin: 0 1% 2%;
}

.univ-lesson-flex02 .box .head {
    color: #FFF;
    background: #D83000;
    padding: 15px;
}

.univ-lesson-flex02 .box .head h4 {
    font-size: 15px;
    font-weight: bold;
}

.univ-lesson-flex02 .box .content {
    padding: 16px;
    border: 1px solid #CBCBCB;
    border-top: 0;
}

.univ-lesson-flex02 .box .content p {
    font-size: 18px;
    font-weight: bold;
}

.univ-lesson-sec3-box01 {
    margin-bottom: 2em;
}

.univ-lesson-sec3-box01 .title {
    background: #F2F2F2;
    border: 1px solid #707070;
    padding: 18px;
    width: 15em;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.univ-lesson-sec3-box01 .title h3 {
    color: #D83000;
    font-weight: bold;
    padding: 2em 0;
}

.univ-lesson-sec3-box01 .content {
    width: calc(100% - 15em);
    border: 1px solid #707070;
    border-left: 0;
    padding: 18px;
}

.univ-lesson-sec3-box01 .content ul {
    list-style: disc;
    padding-left: 1.4em;
}

.univ-lesson-sec3-box01 .content ul li {
    font-weight: bold;
}

.univ-lesson-sec3-box02 .title {
    position: relative;
    margin-bottom: 1em;
    text-align: left;
}

.univ-lesson-sec3-box02 .title h3 {
    font-size: 34px;
    display: inline-block;
    color: #D83000;
}

.univ-lesson-sec3-box02 .title p {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    color: #D83000;
}

.univ-lesson-sec3-box02 .title:after {
    content: '';
    position: absolute;
    width: calc(100% - 210px);
    height: 1px;
    background: #CBCBCB;
    top: 50%;
    right: 0;
}

.univ-lesson-sec3-box02 .content ul {
    display: flex;
    flex-wrap: wrap;
}

.univ-lesson-sec3-box02 .content ul li {
    width: 20%;
    height: 174px;
    padding: 40px 40px 20px 30px;
    position: relative;
}

.univ-lesson-sec3-box02 .content ul li:nth-of-type(1) {
    background: #EA724F;
}

.univ-lesson-sec3-box02 .content ul li:nth-of-type(2) {
    background: #E0623E;
}

.univ-lesson-sec3-box02 .content ul li:nth-of-type(3) {
    background: #E0532B;
}

.univ-lesson-sec3-box02 .content ul li:nth-of-type(4) {
    background: #DD461B;
}

.univ-lesson-sec3-box02 .content ul li:nth-of-type(5) {
    background: #D83000;
}

.univ-lesson-sec3-box02 .content ul li:nth-of-type(2):before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    border-top: 86px solid #E0623E;
    border-bottom: 86px solid #E0623E;
    border-left: 40px solid transparent;
}

.univ-lesson-sec3-box02 .content ul li:nth-of-type(3):before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    border-top: 86px solid #E0532B;
    border-bottom: 86px solid #E0532B;
    border-left: 40px solid transparent;
}

.univ-lesson-sec3-box02 .content ul li:nth-of-type(4):before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    border-top: 86px solid #DD461B;
    border-bottom: 86px solid #DD461B;
    border-left: 40px solid transparent;
}

.univ-lesson-sec3-box02 .content ul li:nth-of-type(5):before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    border-top: 86px solid #D83000;
    border-bottom: 86px solid #D83000;
    border-left: 40px solid transparent;
}

.univ-lesson-sec3-box02 .content ul li h4 {
    font-size: 14px;
    color: #FFF;
}

.univ-lesson-sec3-box02 .content ul li h5 {
    color: #FFF;
    font-weight: bold;
}

/* NAV-coll */
.nav-coll-mv {
    background-image: url(assets/img/nav-coll/nav-coll-mv.jpg) !important;
}

#nav-uni-sec01.nav-coll-mv {
    background-size: cover;
}

#nav-uni-sec02 img.ps-ab.n5 {
    bottom: -150px;
    left: 50px;
}

#nav-coll-sec01 {
    padding: 80px 0;
    background: #F7F7F7;
}

#nav-coll-sec01 .inner {
    background: #FFF;
    padding: 3em 2em;
}

.nav-coll-sec01-title {
    padding: 2em 1em 3em;
}

.nav-coll-sec01-title h3 {
    font-size: 17px;
    margin-bottom: 2em;
}

.nav-coll-sec01-title h2 {
    font-size: 29px;
    font-weight: bold;
}

.nav-coll-sec01-title h2 span.blue {
    color: #E88D73;
}

.nav-coll-sec01-title h2 span.orange {
    color: #DE5F3A;
}

.nav-coll-sec01-title img.ps-ab.n1 {
    top: 25%;
    left: 0;
}

.nav-coll-sec01-title img.ps-ab.n2 {
    top: 0;
    right: 0;
}

#nav-coll-sec01>.wrap>p {
    line-height: 2;
    margin-bottom: 4em;
}

.coll-sec2-box02-table {
    margin-bottom: 80px;
}

.coll-sec2-box02-table table {
    width: 100%;
    font-weight: bold;
}

.coll-sec2-box02-table table th,
.coll-sec2-box02-table table td {
    border: 1px solid #707070 !important;
    padding: .8em 1em !important;
    font-size: 18px !important;
    font-weight: bold;
    text-align: center !important;
}

.coll-sec2-box02-table table td.empty {
    border: 0 !important;
}

.coll-sec2-box02-table table th {
    background: #F7F7F7;
}

.coll-sec2-box02-table table th.blue {
    color: #E88D73;
    background: #D8EFFA;
}

.coll-sec2-box02-table table th.orange {
    color: #DE5F3A;
    background: #FDECDC;
}

.coll-sec2-box02-table table td.blue {
    color: #E88D73;
}

.coll-sec2-box02-table table td.orange {
    color: #DE5F3A;
}

#nav-coll-sec01>.wrap>h2.center {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 2em;
}

.nav-coll-sec1-flex .table img {
    width: 100%;
}

.nav-coll-sec1-flex .table.n1 {
    text-align: center;
}

.nav-coll-sec1-flex .table.n1 img {
    width: 79%;
    margin-top: 1%;
}

.nav-coll-flex01 .nav-uni-sec04-voice p.text {
    padding: 0 20px;
}

.nav-uni-sec04-content .box .img img.ps-ab.n3 {
    top: 50%;
    right: 75%;
}

.nav-uni-sec04-content .box .img img.ps-ab.n4 {
    top: 50%;
    left: 75%;
}

/* NAV-COLL COURSE */
#nav-mv.coll-course .icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 96px;
}

#nav-mv.coll-course .icon img {
    width: 100%;
}

#nav-uni-sec02.coll-course img.ps-ab.hv1 {
    bottom: 0;
    left: 50px;
    width: 170px;
    height: auto;
}

#nav-uni-sec02.coll-course img.ps-ab.hv2 {
    bottom: 0;
    right: 50px;
    width: 120px;
    height: auto;
}

#coll-course-sec01 {
    padding: 4em 0 2em;
    background: #F7F7F7;
}

#coll-course-sec01 .coll-course-subtitle {
    padding: 3em 0;
    text-align: center;
}

#coll-course-sec01 .coll-course-subtitle img.n1 {
    top: 80px;
    left: 50px;
}

#coll-course-sec01 .coll-course-subtitle img.n2 {
    top: 0;
    right: 0;
    transform: translate(100%, -100%);
}

#coll-course-sec01 .coll-course-subtitle h2 {
    font-size: 28px;
    display: inline-block;
}

#coll-course-sec01 .coll-course-subtitle h2 span {
    color: #E88D73;
}

#coll-course-sec01 .coll-course-subtitle h2 span:nth-child(2n) {
    color: #DE5F3A;
}

#coll-course-sec01.coll-course>.wrap>p {
    margin-bottom: 3em;
}

.flex.coll-course-sec1-flex article {
    padding: 2em;
}

.flex.coll-course-sec1-flex article .badge {
    top: 0;
    left: 0;
    transform: translate(-12%, -12%);
}

.flex.coll-course-sec1-flex article .title {
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.flex.coll-course-sec1-flex article .innerflex .white {
    padding: 1em;
    background: #FFF;
}

.flex.coll-course-sec1-flex article .innerflex .add {
    width: 8%;
    padding: 0;
    position: relative;
}

.flex.coll-course-sec1-flex article .innerflex .add p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
}

.flex.coll-course-sec1-flex article .innerflex .colored {
    padding: 1em;
    width: 100%;
    margin: 0 1%;
    color: #FFF;
}

.flex.coll-course-sec1-flex article .innerflex .colored h4 {
    font-size: 24px;
}

.flex.coll-course-sec1-flex article .innerflex .colored .more a {
    display: block;
    text-align: center;
    padding: 3px 12px;
    border: 1px solid #FFF;
    width: 150px;
    font-size: 18px;
    color: #DE5F3A;
    background-color: #fff;
    margin: 1em auto 0;
}

.flex.coll-course-sec1-flex article .title p {
    font-size: 20px;
}

.flex.coll-course-sec1-flex article .title h3 {
    font-size: 28px;
}

.flex.coll-course-sec1-flex article.course1 {
    color: #E88D73;
    background: #D8EFFA;
}

.flex.coll-course-sec1-flex article.course2 {
    color: #DE5F3A;
    background: #FDECDC;
}

.flex.coll-course-sec1-flex article.course1 .title {
    border-bottom: 2px solid #E88D73;
}

.flex.coll-course-sec1-flex article.course2 .title {
    border-bottom: 2px solid #DE5F3A;
}

.flex.coll-course-sec1-flex article.course1 .innerflex .white {
    border: 2px solid #E88D73;
    width: calc(100% / 3 - 2%);
    margin: 0 1% 2%;
}

.flex.coll-course-sec1-flex article.course2 .innerflex .white {
    border: 2px solid #DE5F3A;
    width: 40%;
    margin: 0 1% 2%;
}

.flex.coll-course-sec1-flex article.course2 .innerflex .white p {
    font-size: 18px;
}

.flex.coll-course-sec1-flex article.course2 .innerflex .white p span {
    display: block;
    font-size: 14px;
}

.flex.coll-course-sec1-flex article.course1 .innerflex .colored {
    background: #E88D73;
}

.flex.coll-course-sec1-flex article.course2 .innerflex .colored {
    background: #DE5F3A;
}

.coll-course-sec {
    padding: 3em 0;
}

.coll-course-sec .wrap {
    padding-bottom: 1em;
}

#coll-course-sec02.course1 .wrap {
    background: #D8EFFA;
}

#coll-course-sec03.course2 .wrap {
    background: #FDECDC;
}

.coll-course-sec .course-sec-title {
    padding: 1em;
}

.coll-course-sec .course-sec-title h2 {
    font-size: 16px;
}

.coll-course-sec.course1 .course-sec-title {
    color: #E88D73;
    border-bottom: 2px solid #E88D73;
}

.coll-course-sec.course2 .course-sec-title {
    color: #DE5F3A;
    border-bottom: 2px solid #DE5F3A;
}

.coll-course-sec .course-sec-subtitle {
    padding: 2em 1em 3em;
}

.coll-course-sec .course-sec-subtitle h3 {
    margin-bottom: 1em;
}

.coll-course-sec .course-sec-subtitle h2 {
    font-size: 26px;
    margin-bottom: 1em;
}

.coll-course-sec .course-sec-subtitle p {
    line-height: 2;
}

.coll-course-sec .inner {
    margin: 0 4em 2em;
    padding: 3em;
    background: #FFF;
}

.coll-course-sec .inner .title-block {
    width: 100%;
    max-width: 360px;
    padding: 1em 2em;
    margin: 0 auto;
    background: #F7F7F7;
}

.coll-course-sec.course1 .inner .title-block h4 {
    color: #FFF;
    background: #E88D73;
    padding: 3px;
    margin-bottom: 1em;
}

.coll-course-sec.course1 .inner .title-block h3 {
    font-size: 19px;
    color: #E88D73;
}

.coll-course-sec.course1 .inner .lines {
    width: 60%;
    margin: 0 auto;
}

.coll-course-sec.course1 .inner .lines .line1,
.coll-course-sec.course1 .inner .lines .line2 {
    height: 2em;
}

.coll-course-sec.course1 .inner .lines .line1 {
    width: 50%;
    margin-right: 50%;
    border-right: 1px solid #E88D73;
}

.coll-course-sec.course1 .inner .lines .line2 {
    width: 50%;
    border-top: 1px solid #E88D73;
    border-left: 1px solid #E88D73;
}

.coll-course-sec.course1 .inner .lines .line2:last-child {
    border-right: 1px solid #E88D73;
}

.coll-course-sec.course1 .inner .course-list {
    margin-bottom: 2em;
}

.coll-course-sec.course1 .inner .course-list article.course {
    width: calc(100% / 3 - 2%);
    margin: 0 1% 2%;
}

.coll-course-sec.course1 .inner .course-list article.course .thumb img {
    width: 100%;
}

.coll-course-sec.course1 .inner .course-list article.course .detail {
    padding: 1em .6em;
    color: #E88D73;
    background: #F7F7F7;
}

.coll-course-sec.course1 .inner .course-list article.course .detail h4 {
    margin: 0 1em;
    padding: 5px;
    color: #FFF;
    background: #E88D73;
    margin-bottom: 1em;
}

.coll-course-sec.course1 .inner .course-list article.course .detail h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.coll-course-sec.course1 .inner .course-list article.course .detail h3 span {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.coll-course-sec.course1 .inner .course-list article.course .detail p {
    font-size: 14px;
}

.coll-course-sec2-box {
    padding: 1.4em;
    background: #F7F7F7;
    position: relative;
}

.coll-course-sec2-box img.n1 {
    top: 0;
    right: 5%;
}

.coll-course-sec2-box h3 {
    color: #E88D73;
    font-size: 20px;
    margin-bottom: 10px;
}

.coll-course-sec2-box .underlined {
    position: relative;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.coll-course-sec2-box .underlined:before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #454545;
}

.coll-course-sec2-box .underlined h4 {
    position: relative;
    display: inline-block;
    padding: 5px 6px;
    background: #F7F7F7;
}

.coll-course-sec .inner img.hv6 {
    top: 0;
    left: 0;
    transform: translate(-20%, -20%);
}

.coll-course-sec .inner>.flex .content {
    width: 63%;
    margin-right: 2%;
}

.coll-course-sec .inner>.flex .content h3.minion {
    font-size: 18px;
    color: #D83000;
    text-align: center;
    position: relative;
}

.coll-course-sec .inner>.flex .content h3.minion:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: calc(50% - 4em);
    border-top: 1px dotted #D83000;
}

.coll-course-sec .inner>.flex .content h3.minion:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 0;
    width: calc(50% - 4em);
    border-top: 1px dotted #D83000;
}

.coll-course-sec .inner>.flex .content h3.main {
    font-size: 24px;
    margin: 10px 0;
}

.coll-course-sec .inner>.flex .content p span {
    font-size: 14px;
    color: #DE5F3A;
}

.coll-course-sec .inner.ps-re>.flex .thumb {
    width: 35%;
}

.coll-course-sec .inner>.flex .thumb img {
    width: 100%;
}

.coll-course-sec3-flex .box {
    width: 30%;
}

.coll-course-sec3-flex .add {
    width: 5%;
    position: relative;
}

.coll-course-sec3-flex .add p {
    position: absolute;
    color: #DE5F3A;
    font-size: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.coll-course-sec3-flex .box.box-1 {
    background: #FEF5ED;
    padding: 1em;
}

.coll-course-sec3-flex .box.box-2 {
    color: #FFF;
    background: #DE5F3A;
    position: relative;
    padding: 3.2em 14px 1em;
}

.coll-course-sec3-flex .box.box-1 h4 {
    font-size: 20px;
    color: #DE5F3A;
    margin-bottom: 10px;
}

.coll-course-sec3-flex .box.box-1 p {
    font-size: 12px;
}

.coll-course-sec3-flex .box.box-1 ul {
    display: flex;
    justify-content: space-between;
    margin: 1em auto 0;
}

.coll-course-sec3-flex .box.box-1 ul li {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    text-align: center;
    padding: 1em 0;
    color: #DE5F3A;
    background: #FDECDC;
    position: relative;
}

.coll-course-sec3-flex .box.box-1 ul li p {
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.coll-course-sec3-flex .box.box-2 img {
    position: absolute;
    top: 5px;
    left: 5px;
}

.coll-course-sec3-flex .box.box-2 h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

.coll-course-sec3-flex .box.box-2 p {
    font-size: 22px;
}

.coll-course-sec .inner .inner-2 {
    padding: 2em 4em;
    margin-top: 3em;
    background: #F7F7F7;
}

.coll-course-sec .inner .inner-2 h3 {
    color: #DE5F3A;
    font-size: 20px;
    margin-bottom: 20px;
}

.coll-course-sec .inner .inner-2 .coll-course-sec3-timeline {
    margin-bottom: 4em;
}

.coll-course-sec .inner .inner-2 .coll-course-sec3-timeline ul {
    display: flex;
}

.coll-course-sec .inner .inner-2 .coll-course-sec3-timeline ul li {
    color: #FFF;
    background: #F3810B;
    padding: 1.4em 1em;
    text-align: center;
    position: relative;
    width: calc(100% / 13 * 4);
    display: flex;
    align-items: center;
}

.coll-course-sec .inner .inner-2 .coll-course-sec3-timeline ul li div {
    margin: auto;
}

.coll-course-sec .inner .inner-2 .coll-course-sec3-timeline ul li:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 2px;
    height: 1em;
    background: #F3810B;
}

.coll-course-sec .inner .inner-2 .coll-course-sec3-timeline ul li span {
    position: absolute;
    left: 0;
    top: 115%;
    transform: translateX(-50%);
    color: #F3810B;
    font-size: 14px;
}

.coll-course-sec .inner .inner-2 .coll-course-sec3-timeline ul li:nth-of-type(2),
.coll-course-sec .inner .inner-2 .coll-course-sec3-timeline ul li:nth-of-type(4) {
    background: #F3993B;
}

.coll-course-sec .inner .inner-2 .coll-course-sec3-timeline ul li:nth-of-type(1) {
    width: calc(100% / 13 * 3);
}

.coll-course-sec .inner .inner-2 .coll-course-sec3-timeline ul li:nth-of-type(2) {
    width: calc(100% / 13 * 2);
}

.coll-course-sec .inner .inner-2>p {
    font-size: 14px;
}

/* NAV-COLL TEACHER */
#nav-teacher-sec01 .flex {
    justify-content: space-between;
    align-items: center;
    margin: 0 2% 4em;
}

#nav-teacher-sec01 .flex .img {
    width: 56%;
}

#nav-teacher-sec01 .flex .text-box {
    width: 40%;
    text-align: center;
}

#nav-teacher-sec01 .flex .text-box .text.top {
    font-size: 1.7rem;
    font-weight: bold;
    margin: 10px 0 30px;
}

#nav-teacher-sec01 .flex .text-box .more-btn {
    margin-top: 40px;
}

#nav-teacher-sec01.coll-teacher .univ-teacher-list {
    justify-content: center;
}

#nav-teacher-sec01.coll-teacher .univ-teacher-list li {
    width: 46%;
    margin: 0 2% 5%;
}

#nav-teacher-sec01.coll-teacher .univ-teacher-list li .name-box {
    justify-content: center;
    text-align: center;
}

/* Q&A DOOR */
#qa-door-sec02 {
    padding: 6em 0;
    background: #F7F7F7;
}

.qa-door-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 1.6em;
}

.qa-door-header {
    padding: 10px 2em;
    background: #D83000;
    margin-bottom: 20px;
}

.qa-door-header h3 {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}

section.qa-door-list {
    padding: 1em 0;
    margin-bottom: 1em;
}

section.qa-door-list.mb6 {
    margin-bottom: 6em;
}

section.qa-door-list .qa-door-list-title {
    margin-bottom: 4px;
}

section.qa-door-list .qa-door-list-title h4 {
    font-size: 24px;
}

section.qa-door-list .qa-door-list-title h4 span {
    color: #D83000;
    font-size: 32px;
}

section.qa-door-list .qa-door-list-title .list-down {
    margin-bottom: 1em;
}

.qa-door-list-flex {
    justify-content: space-between;
}

.qa-door-list-flex .qa-door-box {
    width: 23%;
    border: 1px solid transparent;
    transition: all .3s ease;
}

.qa-door-list-flex .qa-door-box span {
    position: absolute;
    width: 21px;
    z-index: 1;
}

.qa-door-list-flex .qa-door-box span.up {
    top: 0;
    left: 0;
}

.qa-door-list-flex .qa-door-box span.up img {
    vertical-align: top;
}

.qa-door-list-flex .qa-door-box span.bottom {
    right: 0;
    bottom: 1px;
}

.qa-door-list-flex .qa-door-box>a>img {
    width: 100%;
    vertical-align: top;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 480px) {
    .qa-door-list-flex .qa-door-box>a>img {
        width: 375px;
    }
}

.qa-door-list-flex .qa-door-box>a {
    display: block;
    position: relative;
}

.qa-door-list-flex .qa-door-box>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s;
    /*
  background: url(assets/img/qanda/bg.png) no-repeat center center / cover;
  */
    background: rgba(255, 255, 255, .2);
}

.qa-door-list-flex .qa-door-box>a:hover {
    opacity: 1;
}

.qa-door-list-flex .qa-door-box>a:hover::before {
    opacity: 1;
}

.qa-door-list-flex .qa-door-box>a:hover>.hover-box {
    opacity: 1;
}

.qa-door-list-flex .qa-door-box .hover-box.s_block {
    display: none;
}

.qa-door-list-flex .qa-door-box .hover-box:not(.s_block) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    opacity: 0;
    transition: .4s;
}

.qa-door-list-flex .qa-door-box .hover-box:not(.s_block) .text {
    text-align: center;
    padding: 30px 0 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.qa-door-list-flex .qa-door-box .hover-box:not(.s_block) span {
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

/* Q&A DETAIL */
#qa-mv {
    margin-bottom: 4em;
}

#qa-mv h1 img {
    width: 100%;
    vertical-align: top;
}

.qa-sec {
    padding: 2em 0 4em;
}

.qa-sec .qa-header {
    text-align: center;
    overflow-x: hidden;
}

.qa-sec .qa-header h3 {
    display: inline-block;
    font-size: 22px;
    color: #D83000;
    margin: 0 auto 2em;
}

.qa-sec .qa-header h3 span img {
    width: 100%;
}

.qa-sec .qa-header h3 .qa-header-hv01 {
    width: 50vw;
    height: 33px;
    top: 9px;
    right: 100%;
}

.qa-sec .qa-header h3 .qa-header-hv02 {
    width: 50vw;
    top: -4px;
    height: 24px;
    left: 100%;
}

.qa-sec .qa-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.qa-sec .qa-bigthumb {
    margin-bottom: 2em;
}

.qa-sec .qa-bigthumb img {
    width: 100%;
}

.qa-sec .qa-bigthumb .qa-bigthumb-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 360px;
    padding: 1em;
    background: rgba(255, 255, 255, .52);
}

.qa-sec .qa-bigthumb .qa-bigthumb-name .icon {
    padding-right: 1em;
}

.qa-sec .qa-bigthumb .qa-bigthumb-name .name p,
.qa-sec .qa-bigthumb .qa-bigthumb-name .name h3 {
    line-height: 1.2;
}

.qa-sec .qa-bigthumb .qa-bigthumb-name .name h3 {
    font-size: 23px;
}

.qa-sec .qa-head {
    padding: 1em 2em;
}

.qa-sec .qa-head h4 {
    font-size: 22px;
}

.qa-sec .qa-head h4 span {
    font-size: 24px;
    color: #D83000;
    margin-right: 6px;
}

.qa-sec .qa-head.qa-q {
    border-bottom: 1px dotted #D83000;
}

.qa-sec .qa-flex .detail {
    width: 60%;
    padding: 0 2em 2em;
}

.qa-sec .qa-flex .detail p {
    line-height: 2.4;
}

.qa-sec .qa-flex .photo {
    width: 40%;
}

.qa-sec .qa-flex .photo img {
    width: 100%;
}

.qa-link {
    text-align: center;
    padding: 0 20px;
    margin: 4em auto 8em;
}

/* UNIV-LESSON */
#nav-uni-sec02 img.ps-ab.hv01 {
    bottom: 0;
    left: 50px;
}

.label-inner {
    display: none;
    margin-top: 20px;
}

.univ-lesson-caltable table {
    width: 100%;
    table-layout: fixed;
}

.univ-lesson-caltable table thead th,
.univ-lesson-caltable table tbody th,
.univ-lesson-caltable table tbody td {
    padding: 8px;
    vertical-align: middle;
}

.univ-lesson-caltable table thead th {
    border-right: 1px solid #FFF;
    color: #FFF;
    background: #D83000;
}

.univ-lesson-caltable table thead th:last-child {
    border: 0;
}

.univ-lesson-caltable table tbody th,
.univ-lesson-caltable table tbody td {
    font-size: 14px;
    padding: 1.4em 8px;
    border: 1px solid #CBCBCB;
}

.univ-lesson-caltable table tbody td {
    border-right: 1px dotted #CBCBCB;
}

.univ-lesson-caltable table tbody td:last-child {
    border-right: 1px solid #CBCBCB;
}

.univ-lesson-caltable table tbody th {
    font-weight: bold;
    color: #D83000;
    background: #F2F2F2;
}

/* OKATOMO */
#nav-uni-sec02 img.ps-ab.h1 {
    bottom: 0;
    left: 50px;
}

#nav-teacher-sec01.coll-teacher .univ-teacher-list.univ-list li {
    width: 46%;
}

#nav-teacher-sec01 .univ-teacher-list.univ-list li .name-box,
#nav-teacher-sec01 .univ-teacher-list.univ-list li .more-btn {
    max-width: 300px;
    margin: 25px auto 0;
}

.teacher-popup .flex .text-box {
    width: 55%;
}

.teacher-popup .flex .text-box .pop {
    right: 0;
    top: 2em;
    max-width: 55%;
}

.teacher-popup .flex .text-box .line-box {
    margin-bottom: 16px;
}

.teacher-popup .flex .text-box .line-box p.q {
    font-size: 13px;
    color: #D83000;
}

.teacher-popup .flex .text-box .line-box p.a {
    font-size: 16px;
    color: #3E3E3E;
}

.teacher-popup .flex .text-box .name-box .job {
    font-size: 16px;
}

/* EMPLOYMENT */
#mv.employment img {
    vertical-align: top;
    width: 100%;
}

#mv.employment .mv-content {
    position: absolute;
    bottom: 4%;
    left: 0;
    color: #FFF;
    background: #D34E44;
    padding: 2em;
}

#employment-sec01 {
    padding: 6em 0;
}

#employment-sec01 .employment-title {
    font-size: 30px;
    line-height: 2;
    margin-bottom: 2em;
}

#employment-sec01>.wrap>p {
    line-height: 2.2;
}

#employment-sec02 {
    padding: 2em 0 0;
}

#employment-sec02 .ep-sec2-1 {
    position: relative;
    padding-bottom: 3em;
}

#employment-sec02 .ep-sec2-1:after {
    content: '';
    height: 2em;
    width: 1px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #D83000;
}

#employment-sec02 .ep-sec2-1 .employment-title02-img {
    margin-bottom: 1em;
}

#employment-sec02 .secred {
    padding: 3em 0;
    color: #FFF;
    background: #D34E44;
}

#employment-sec02 .employment-point {
    display: block;
    width: 150px;
    margin: 0 auto 2em;
    text-align: center;
    padding: 2px 1em;
    background: #FFF;
    border-radius: 5px;
    color: #D34E44;
}

#employment-sec02 .secred h3 {
    font-size: 34px;
    margin-bottom: .8em;
}

#employment-sec02 .secred p {
    line-height: 2.2;
}

#employment-sec02 .bigimg {
    margin: 4em auto;
}

#employment-sec02 .secred .box {
    background: rgba(255, 255, 255, .15);
    padding: 1em 2em 3em;
}

#employment-sec02 .secred .box .box-title {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

#employment-sec02 .secred .box .box-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #FFF;
    top: 50%;
    left: 0;
}

#employment-sec02 .secred .box .box-title h3 {
    font-size: 16px;
    display: inline-block;
    margin: 0;
    position: relative;
    background: #DA685F;
    padding: 0 12px;
}

#employment-sec02 .secred .box .box-flex .merit {
    width: 60%;
    padding-right: 1.6em;
}

#employment-sec02 .secred .box .box-flex .merit ul li {
    display: flex;
    padding: 1em 0;
    border-bottom: 1px dotted #FFF;
}

#employment-sec02 .secred .box .box-flex .merit ul li:last-child {
    border: 0;
}

#employment-sec02 .secred .box .box-flex .merit ul li span {
    font-size: 81px;
    color: rgba(255, 255, 255, .3);
    margin-right: 10px;
    line-height: .85;
}

#employment-sec02 .secred .box .box-flex .merit ul li h4 {
    font-size: 20px;
}

#employment-sec02 .secred .box .box-flex .photo {
    width: 40%;
}

#employment-sec02 .secred .box .box-flex .photo>img {
    width: 100%;
}

#employment-sec02 .secred .box .box-flex .photo span.pop {
    top: -4em;
    right: -2em;
    width: 50%;
    height: 50%;
}

#employment-sec02 .ep-sec2-3 .point-flex {
    justify-content: center;
    margin: 2em 0;
}

#employment-sec02 .ep-sec2-3 .point-flex .point-box {
    width: 31%;
    margin: 0 1% 2%;
}

#employment-sec02 .ep-sec2-3 .point-flex .point-box h4 {
    font-size: 22px;
    padding-bottom: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    position: relative;
}

#employment-sec02 .ep-sec2-3 .point-flex .point-box h4:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #FFF;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#employment-sec02 .ep-sec2-3 .point-flex .point-box p {
    font-size: 14px;
}

#employment-sec02 .ep-sec2-3 .box .box-title02 {
    text-align: center;
    margin: 12px 0;
}

#employment-sec02 .ep-sec2-3 .box .box-title02 h3 {
    display: inline-block;
    font-size: 18px;
    position: relative;
    padding: 0 1em;
}

#employment-sec02 .ep-sec2-3 .box .box-title02 h3 span {
    position: absolute;
    width: 14px;
    height: 23px;
    bottom: 0;
}

#employment-sec02 .ep-sec2-3 .box .box-title02 h3 span img {
    vertical-align: top;
}

#employment-sec02 .ep-sec2-3 .box .box-title02 h3 span.left {
    right: 100%;
}

#employment-sec02 .ep-sec2-3 .box .box-title02 h3 span.right {
    left: 100%;
}

#employment-sec02 .ep-sec2-3 .box .narrow {
    max-width: 900px;
    margin: 0 auto;
}

#employment-sec02 .ep-sec2-4 {
    padding-bottom: 3em;
}

#employment-sec02 .ep-sec2-4 .employment-point-icon {
    margin-bottom: 3em;
}

#employment-sec02 .ep-sec2-4 h3 {
    font-size: 16px;
}

#employment-sec02 .ep-sec2-4 h2 {
    font-size: 32px;
    margin-bottom: 1em;
}

#employment-sec02 .ep-sec2-4 .box {
    padding: 3em 4em;
}

#employment-sec02 .ep-sec2-4 .box-flex02 .photo {
    width: 38%;
    margin-right: 5%;
}

#employment-sec02 .ep-sec2-4 .box-flex02 .photo>img {
    width: 100%;
}

#employment-sec02 .ep-sec2-4 .box-flex02 .photo .pop {
    position: absolute;
    top: -2em;
    left: -2em;
}

#employment-sec02 .ep-sec2-4 .box-flex02 .line {
    width: 57%;
}

#employment-sec02 .ep-sec2-4 .box-flex02 .line h4 {
    font-size: 22px;
    margin-bottom: 16px;
}

#employment-sec02 .ep-sec2-4 .box-flex02 .line p {
    margin-bottom: 1em;
}

#employment-sec02 .ep-sec2-4 .box-flex02 .line .box-flex02-link a {
    display: inline-block;
    background: #FFF;
    color: #D83000;
    padding: 10px 1em;
}

#employment-sec03 {
    background: #D34E44;
    padding: 2em 0 4em;
    position: relative;
}

#employment-sec03 .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 38vw;
}

#employment-sec03 .map img {
    width: 100%;
}

#employment-sec03 .real-flex {
    border-bottom: 1px dotted #FFF;
    padding-bottom: 3em;
}

#employment-sec03 .real-flex .real-box {
    width: 50%;
    color: #FFF;
    padding: 1em 2em;
}

#employment-sec03 .real-flex .real-box .img {
    margin-bottom: 3em;
}

#employment-sec03 .real-flex .real-box.real-01 {
    padding-top: 7em;
}

#employment-sec03 .real-flex02 .real-box small {
    font-size: 13px;
    color: #FFF;
}

#employment-sec03 .real-flex02 .real-box {
    position: relative;
    border-bottom: 1px dotted #FFF;
    padding: 2em;
}

#employment-sec03 .real-flex02 .real-box:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    border-right: 1px dotted #FFF;
}

#employment-sec03 .real-flex02 .real-box.real-01,
#employment-sec03 .real-flex02 .real-box.real-02 {
    width: 50%;
    padding: 2em;
}

#employment-sec03 .real-flex02 .real-box.real-01 .img {
    margin-bottom: 3em;
}

#employment-sec03 .real-flex02 .real-box.real-02:after {
    content: none;
}

#employment-sec03 .real-flex02 .real-box.real-03 {
    width: calc(100% / 3);
    padding: 2em;
    border-bottom: 1px dotted #FFF;
}

#employment-sec03 .real-flex02 .real-box.real-03.bn:after {
    content: none;
}

#employment-sec03 .real-flex02 .real-box.real-04,
#employment-sec03 .real-flex02 .real-box.real-05 {
    width: 50%;
}

#employment-sec03 .real-flex02 .real-box.real-06 {
    width: 55%;
}

#employment-sec03 .real-flex02 .real-box.real-07 {
    width: 45%;
}

#employment-sec03 .real-flex02 .real-box.real-07 .img {
    margin-bottom: 2em;
}

#employment-sec03 .real-flex02 .real-box.real-05:after,
#employment-sec03 .real-flex02 .real-box.real-07:after {
    content: none;
}

#employment-sec03 .real-flex02 .real-box.real-06,
#employment-sec03 .real-flex02 .real-box.real-07 {
    border-bottom: 0;
}

#employment-sec03 .real-flex02 {
    margin-bottom: 6em;
}

#employment-sec03 .real-white-box {
    background: #FFF;
    padding: 3em;
}

#employment-sec03 .real-white-box article {
    padding: 2em 0;
    border-bottom: 1px solid #707070;
}

#employment-sec03 .real-white-box article .real-white-box-flex {
    display: flex;
    flex-wrap: wrap;
}

#employment-sec03 .real-white-box article .real-white-box-flex .img {
    width: 33%;
    margin-right: 1%;
    padding: 1em;
}

#employment-sec03 .real-white-box article .real-white-box-flex .detail {
    width: 66%;
}

#employment-sec03 .real-white-box article .real-white-box-flex .detail h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

#employment-sec03 .real-white-box article .real-white-box-flex .detail h3 span {
    margin-left: 2em;
    font-size: 16px;
}

#employment-sec03 .real-white-box article .real-white-box-flex .detail .gray {
    background: #F7F7F7;
    margin-bottom: 10px;
}

#employment-sec03 .real-white-box article .real-white-box-flex .detail .gray p {
    font-size: 14px;
    padding: 1em 2em;
}

#employment-sec03 .real-white-box article .real-white-box-flex .detail h4 {
    color: #D83000;
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
}

#employment-sec03 .real-white-box article .real-white-box-flex .detail h4:after {
    content: '';
    position: absolute;
    width: calc(100% - 7em);
    height: 1px;
    background: #CBCBCB;
    top: 50%;
    right: 0;
}

#employment-sec03 .real-white-box article .real-white-box-flex .detail p {
    font-size: 14px;
    margin-bottom: 10px;
}

#employment-sec03 .real-white-box article .real-white-box-flex .detail h5.bt {
    padding-top: 10px;
    border-top: 1px dotted #707070;
}

#employment-sec03 .employment-white-box {
    margin-top: 4em;
    background: #FFF;
    padding: 2em 4em;
}

#employment-sec03 .map.ps-re {
    position: relative;
}

#employment-sec03 .employment-white-box .employment-white-flex02 .detail {
    width: 70%;
    padding-right: 2em;
}

#employment-sec03 .employment-white-box .employment-white-flex02 .detail h3 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #454545;
}

#employment-sec03 .employment-white-box .employment-white-flex02 .detail>p {
    font-size: 14px;
    line-height: 2.2;
    margin-bottom: 1em;
}

#employment-sec03 .employment-white-box .employment-white-flex02 .detail .box {
    background: rgba(216, 48, 0, .1);
    padding: 1em 2em;
}

#employment-sec03 .employment-white-box .employment-white-flex02 .detail .box p {
    font-size: 14px;
}

#employment-sec03 .employment-white-box .employment-white-flex02 .image {
    width: 30%;
}

#employment-sec03 .employment-white-box .employment-white-flex02 .image .map {
    width: 100%;
}

#employment-sec03 .employment-white-box .employment-white-flex02 .image .map .up {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #D83000;
    width: 100%;
    text-align: center;
}

#employment-sec03 .employment-white-box .employment-white-flex02 .image .map .up h4 {
    font-size: 50px;
    line-height: 1em;
}

#employment-sec03 .employment-white-box .employment-white-flex02 .image .map .up h4 span {
    font-size: 24px;
}

#employment-sec03 .employment-white-box .employment-white-flex02 .image .map .up p {
    font-size: 18px;
}

#employment-sec04 {
    padding: 6em 0;
}

#employment-sec04 .employment-title {
    margin-bottom: 2em;
}

#employment-sec04 .employment-title span {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    color: #D83000;
}

#employment-sec04>.wrap>p {
    margin-bottom: 3em;
}

.ep-flow01 {
    margin: 2em auto 8em;
}

.ep-flow01 ul {
    display: flex;
    width: 100%;
}

.ep-flow01 ul li {
    width: 25%;
    padding: 2em 3em;
    color: #FFF;
    position: relative;
    height: 125px;
}

.ep-flow01 ul li p {
    font-size: 14px;
}

.ep-flow01 ul li h3 {
    font-size: 20px;
}

.ep-flow01 ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    border-top: 62.5px solid transparent;
    border-bottom: 62.5px solid transparent;
    border-left: 20px solid #FFF;
    z-index: 2;
}

.ep-flow01 ul li:nth-of-type(1) {
    background: #E88D73;
}

.ep-flow01 ul li:nth-of-type(2) {
    background: #E67656;
}

.ep-flow01 ul li:nth-of-type(3) {
    background: #E2613B;
}

.ep-flow01 ul li:nth-of-type(4) {
    background: #D5542E;
}

.ep-flow01 ul li:nth-of-type(1):after {
    border-left-color: #E88D73;
}

.ep-flow01 ul li:nth-of-type(2):after {
    border-left-color: #E67656;
}

.ep-flow01 ul li:nth-of-type(3):after {
    border-left-color: #E2613B;
}

.ep-flow01 ul li:nth-of-type(4):after {
    content: none;
}

.ep-flow02 article {
    margin-bottom: 2em;
}

.ep-flow02 article .thumb {
    width: 25%;
}

.ep-flow02 article .detail {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #FFF;
    position: relative;
    padding: 1em 2em;
}

.ep-flow02 article .detail .inner {
    width: 100%;
}

.ep-flow02 article .detail h4,
.ep-flow02 article .detail p {
    font-size: 14px;
    display: block;
    width: 100%;
}

.ep-flow02 article .detail h3 {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.ep-flow02 article.flow01 .detail {
    background: #E88D73;
}

.ep-flow02 article.flow02 .detail {
    background: #E67656;
}

.ep-flow02 article.flow03 .detail {
    background: #E2613B;
}

.ep-flow02 article.flow04 .detail {
    background: #D5542E;
}

.ep-flow02 article .detail:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 20px solid #FFF;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.ep-flow02 article.flow01 .detail:after {
    border-top-color: #E88D73;
}

.ep-flow02 article.flow02 .detail:after {
    border-top-color: #E67656;
}

.ep-flow02 article.flow03 .detail:after {
    border-top-color: #E2613B;
}

.ep-flow02 article.flow04 .detail:after {
    content: '';
}

#employment-message {
    position: relative;
    margin-bottom: 1em;
}

#employment-message .bg img {
    width: 100%;
}

#employment-message .wrap {
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

#employment-message .wrap h2 {
    margin-bottom: 2em;
}

#employment-message .wrap h3 {
    margin-bottom: 3em;
}

#employment-message .wrap p {
    line-height: 3;
}


@media only screen and (max-width: 480px) {
    .page-id-18 #nav-uni-sec02 .text.top br {
        display: none;
    }

    #employment-sec02 .secred h3 {
        font-size: 20px !important;
    }

    #nav-uni-sec02 {
        padding-bottom: 200px !important;
    }

    #nav-uni-sec02 img.ps-ab.h1 {
        width: 120px;
    }
}

header .logo {
    opacity: 1;
    transition: opacity .5s ease-in-out;
}

header .logo.hide {
    opacity: 0;
}

/* オープンキャンプス20210718 */
.link_opencamps {
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.link_opencamps img {
    width: 260px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .link_opencamps {
        display: block;
        position: fixed;
        right: unset;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }

    .link_opencamps img {
        width: 100%;
        height: auto;
    }

    .link_opencamps_event_btn {
        display: none;
    }
}

/* オープンキャンプスバナー */
.opencamps-banner {
    display: none;
}

@media screen and (max-width: 767px) {
    .opencamps-banner {
        display: block;
        width: 100%;
        padding: 0 20px 20px;
        margin-top: -35px;
    }
}

/* 受験生サイト追従バナー */
.fixed-banner-area {
    position: fixed;
    z-index: 500;
    right: 32px;
    bottom: 32px;
}

.fixed-banner-area img {
    width: 240px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .fixed-banner-area {
        display: block;
        position: fixed;
        right: unset;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }

    .fixed-banner-area img {
        width: 100%;
        height: auto;
    }
}