@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/
.h5 {
    line-height: 1.8rem;
}

.border-w3 {
    border-left-width: 3px !important;
    border-left-color: #262626 !important;
}

.dropdown {
    list-style: none;
}

/* ====== カラー指定 ====== */
.brand-color {
    color: #21386e !important;
}

.bg-brand-color {
    background-color: #21386e !important;
}

.element.style {
    background-color: #4d19e6 !important;
    margin-bottom: -20px;
}

/* ====== GLOVAL NAV ====== */
.gloval-nav {
    height: 10%;
}

.navbar-white a {
    color: #fff;
}
.language_nav {
    list-style: none;
    display: inline-block;
    width: 100%;
    background-image: linear-gradient(310deg, #734ae8 -20%, #89d4cf 74%);
    padding: 0;
    margin: 0;
}
.language_nav li {
    display: inline-block;
    padding: 10px 20px;
}
.language_nav li:first-child{
  margin-left: 5%;
}
.language_nav li a {
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    color: #2226e9;
}
.move-horizontal:after,
.move-horizontal:focus:after,
.move-horizontal:focus:before,
.move-horizontal:hover:after,
.move-horizontal:hover:before {
    height: 100%;
    width: 3px
}

.move-vertical:hover:after {
    top: 0
}

.move-vertical:hover:before {
    bottom: 0
}

.move-horizontal:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 50%
}

.move-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%
}

.move-horizontal:hover:after {
    right: 0
}

.move-horizontal:hover:before {
    left: 0
}

span {
    font-size: 2em;
    font-weight: 700;
    position: relative;
    z-index: 2;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
}


span {
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    cursor: pointer
}


span {
    display: inline;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color 1s ease
}

span:focus,
span:hover {
    outline: 0;
    color: white;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
    cursor: pointer
}

span:after,
span:before {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

span:focus:after,
span:focus:before,
span:hover:after,
span:hover:before {
    outline: 0;
    background-color: white;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}
.language_pc{
  display: block;
}
.language_mobi{
display: none;
}
/* ====== FOOTER ====== */
.footer-logo {
    width: 20%;
}

.social img {
    width: 36px;
    height: 36px;
}

footer {
    padding-bottom: 1rem;
}

.time-border {
    border-top: 3px solid #262626;
    border-right: 3px solid #262626;
    margin-left: 24px;
    padding-bottom: 3rem;
    padding-right: 5rem;
    width: 43%;
}
table th {
  color: white;
  font-size: 1.3rem;
  width: 5rem;
  text-align: right;
}
table td {
  /* width: 11rem; */
  text-align: left;
  margin-left: 0rem;
}
table td a {
  padding: 0;
  margin-left: 1rem;
  font-size: 1.3rem;
}

/* ====== BREADCRUMB LIST ====== */
.breadcrumb-list,
.breadcrumb-list li {
    background-color: #21386e;
}

.border {
    border: 5px solid red !important;
}

.rounded-circle {
    border-radius: 10% !important;
}

.w-100 {
    margin-top: 60px;
    width: 100% !important;
}

.border-1 {
    border: 2px solid rgb(255, 128, 0) !important;
}

.border-2 {
    border: 2px solid #379ee3 !important;
}

.border-3 {
    border: 2px solid #378e3a !important;
}

/* ====== TOP IMAGE ====== */
header .jumbotron-fluid {
    background-image: url(../img/work.jpg);
    background-size: cover;
    background-position: center;
    min-height: 100%;
    opacity: 7.5;
    background-repeat: no-repeat;
}

header .catch {
    width: 90%;
    bottom: -2%;
    left: 50%;
    margin-left: -45%;
}

header .g-navi {
    min-height: 100%;
}

/* ====== top 内容 ====== */
.title {
    color: white;
    font-weight: 500px;
    text-shadow: 1px 1px 1px black;
}

.content_top {
    position: absolute;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.student {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.company {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.student_bg,
.company_bg {
    text-decoration: none;
    transition: linear 0.2s;
    transform: scale(1);
    padding: 0.6rem 12rem;
    text-align: center;
    border-radius: 10px;
}
.student_bg {
    background-color: #e4eee9;
    background-image: linear-gradient(315deg, #e4eee9 0%, #93a5ce 74%);
}
.company_bg {
    background-color: #734ae8;
    background-image: linear-gradient(315deg, #734ae8 0%, #89d4cf 74%);
}

.student_bg:hover,
.company_bg:hover {
    text-decoration: none;
    opacity: 0.9;
    transform: scale(1.1);
}

.index_icon {
    margin-right: 10px;
}

.font_size {
    font-size: 2rem;
}
.font_size_s {
    font-size: 1.5rem;
}

.student_bg:hover .small_student {
    animation: glowing 1300ms infinite;
}

.company_bg:hover .small_company {
    animation: glowing_company 1300ms infinite;
}

.index {
    color: white;
    text-shadow: 1px 1px 1px black;
}

.content_icon {
    width: 100px;
}

.small_student {
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 10px;
    background-color: #2ba805;
}

@keyframes glowing {
    0% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }

    50% {
        background-color: #49e819;
        box-shadow: 0 0 20px #49e819;
    }

    100% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }
}

.small_company {
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 10px;
    background-color: #fd4006;
}

@keyframes glowing_company {
    0% {
        background-color: #fd4006;
        box-shadow: 0 0 5px #a81005;
    }

    50% {
        background-color: #e82719;
        box-shadow: 0 0 20px #e82719;
    }

    100% {
        background-color: #a80505;
        box-shadow: 0 0 5px #a80505;
    }
}

.content_top_mobi {
    display: none;
}

/* ====== PROCESS ====== */
#sec5 .square {
    width: 60px;
    height: 60px;
    background: #21386e;
    color: #ffffff;
    text-align: center;
    font-size: 2.4rem;
}

#sec5 .arrow {
    width: 60px;
    height: 40px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid #333;
}

/* ---------------------------------------------
#sec6 .circle-q, #sec6 .circle-a {
	width: 50px;
	height: 50px;
	font-size: 2.2rem;
	border-radius: 50%;
	text-align: center;
} */

.btn-primar {
    margin-top: 10px;
    display: inline-block;
    width: 250px;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    outline: none;
    cursor: pointer;
    padding: 15px 25px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    background-color: rgb(255, 128, 0);

    border-radius: 20px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-primar:hover {
    /*background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; */
    background-color: rgb(255, 191, 0);
}

.btn-prima {
    margin-top: 10px;
    display: inline-block;
    width: 250px;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    outline: none;
    cursor: pointer;
    padding: 15px 25px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    /*background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75); */
    background-color: #379ee3;

    border-radius: 20px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-prima:hover {
    /*background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; */
    background-color: rgb(0, 191, 255);
}

.btn-prim {
    margin-top: 10px;
    display: inline-block;
    width: 250px;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    outline: none;
    cursor: pointer;
    padding: 15px 25px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    /*background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75); */
    background-color: #378e3a;

    border-radius: 20px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-prim:hover {
    /*background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; */
    background-color: #2bbe2f;
}

.arrow {
    float: right;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    font-size: 30px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    outline: none;
    display: inline-block;
    margin-top: 10px;
}

.point {
    float: center;
}

.containe {
}

.color {
    color: white;
}

#sec6 .circle-q {
    background: #21386e;
    color: #ffffff;
    padding-top: 2px;
}

#sec6 .circle-a {
    background: #ffffff;
    color: #21386e;
    border: 3px solid #21386e;
}

.schedule-img {
    width: 75%;
}

/* ==============================================*/
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
    br {
        display: none;
    }

    #glovalNavbar ul li {
        border-left: none;
    }

    #glovalNavbar ul li:last-child {
        border-right: none;
    }

    .footer-nav ul li {
        border-left: none;
    }

    .footer-nav ul li:last-child {
        border-right: none;
    }

    /* ====== SP TOGGLE NAV ====== */
    .offcanvas-collapse {
        position: fixed;
        z-index: 9999;
        top: 0;
        /* ナビバーの高さ */
        bottom: 10%;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        background-color: #fff;
        transition-timing-function: ease-in-out;
        transition-duration: 0.3s;
        transition-property: left, visibility;
    }

    .offcanvas-collapse.open {
        left: 0;
        visibility: visible;
    }
}

/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
    .w-100 {
        margin-top: 0px;
    }

    br {
        display: none;
    }

    .logo {
        width: 80%;
    }

    .display-3 {
        font-size: 3rem;
    }

    .footer-logo {
        width: 80%;
    }

    .navbar-nav .border-left {
        border-left: none !important;
    }

    .navbar-nav .border-right {
        border-right: none !important;
    }
    .language_pc{
      display: none;
    }
    .language_mobi{
      display: block;
    }
}

/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
    .w-100 {
        margin-top: 0px;
    }

    br {
        display: none;
    }

    header .catch {
        bottom: 10%;
    }

    header .catch .h1 {
        font-size: 2rem;
    }

    header .catch h2 {
        font-size: 1rem;
    }

    .schedule-img {
        width: 100%;
    }

    form .border-top,
    form .border-bottom {
        border: none !important;
    }
}

.bg-dark {
    background-color: #21386e !important;
}

/* amit for live count of company and student users */
.count_body {
    display: flex;
    width: auto;
    align-items: center;
    height: auto;
    justify-content: center;
    padding-top: 10px;
}

.count {
    display: block;
    font-size: 3.5rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.center_img {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-left: 30px;
    padding-right: 30px;
}

.center_img span {
    margin-top: -20%;
}

/*  responsive code for live counter in index page   amit nov 29*/

@media screen and (min-device-width: 1920px) {
    header .catch {
        bottom: 40% !important;
    }
}

@media screen and (min-device-width: 813px) and (max-device-width: 1920px) {
    header .catch {
        bottom: 45% !important;
    }
}

@media screen and (min-device-width: 1080px) and (max-device-width: 1510px) {
    header .catch {
        bottom: 5% !important;
        /* インターン*/
    }
}

@media screen and (min-device-width: 800px) and (max-device-width: 1280px) {
    header .catch {
        bottom: -10% !important;
    }
}

@media screen and (min-device-width: 1511px) and (max-device-width: 2560px) {
    header .catch {
        bottom: 26% !important;
    }
}

@media screen and (min-device-width: 769px) and (max-device-width: 1024px) {
    header .catch {
        bottom: 10% !important;
    }
}

@media only screen and (max-width: 1114px) {
    .content_top {
        position: unset;
        top: 0;
    }

    .mr_bt {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .student_bg,
    .company_bg {
        padding: 0.3rem 3rem;
    }
    .font_size {
        font-size: 1.3rem;
    }
    .font_size_s {
        font-size: 1rem;
    }

    .title {
        font-size: 1.3rem;
    }

    .content_top_mobi {
        display: block;
    }

    .group {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-evenly;
    }

    .content_icon {
        max-width: 50px;
    }

    .index_mobi {
        text-align: center;
        color: white;
        text-shadow: 1px 1px 1px black;
    }

    .company_mobi {
        display: block;
    }

    .student_mobi:hover,
    .company_mobi:hover {
        text-decoration: none;
    }

    .small_student {
        animation: glowing 1300ms infinite;
        padding: 10px 20px;
        display: block;
        max-width: 150px;
        margin: 10px auto 0;
    }

    .small_company {
        animation: glowing_company 1300ms infinite;
        padding: 10px 20px;
        display: block;
        max-width: 150px;
        margin: 10px auto 0;
    }

    .count {
        font-size: 30px;
        text-shadow: 1px 1px 1px black;
    }
}

@media screen and (min-device-width: 529px) and (max-device-width: 768px) {
    header .catch {
        bottom: -1% !important;
    }

    .display-4 {
        font-size: 2.5rem !important;
    }

    .count {
        font-size: 2.5rem !important;
    }

    .h2,
    h2 {
        font-size: 1.5rem !important;
    }
}

@media screen and (min-device-width: 425px) and (max-device-width: 529px) {
    header .catch {
        bottom: 2% !important;
    }

    .center_img span {
        margin-top: -10% !important;
    }

    .display-4 {
        font-size: 1.5rem !important;
    }

    .count {
        font-size: 1.5rem !important;
    }

    .h2,
    h2 {
        font-size: 1rem !important;
    }

    @media screen and (min-device-width: 375px) and (max-device-width: 425px) {
        header .catch {
            bottom: 2% !important;
        }

        .center_img span {
            margin-top: -10% !important;
        }

        .display-4 {
            font-size: 1.5rem !important;
        }

        .count {
            font-size: 1.5rem !important;
        }

        .h2,
        h2 {
            font-size: 1rem !important;
        }
    }

    @media screen and (min-device-width: 320px) and (max-device-width: 529px) {
        header .catch {
            bottom: -3% !important;
        }

        .center_img span {
            margin-top: -10% !important;
        }

        .display-4 {
            font-size: 1.5rem !important;
        }

        .count {
            font-size: 1.5rem !important;
        }

        .h2,
        h2 {
            font-size: 1rem !important;
        }

        
    }
}

/* END */
