@charset "utf-8";

html,
body {
    scroll-behavior: smooth !important;
/*    transform: translate3d(0, 0, 0) !important; */
}
body {
    font-family: "Noto Sans JP", sans-serif !important;
}
#hero-section {
    position: relative;
}
#hero-section nav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1 !important;
    width: 100% !important;
    padding-top: 0 !important;
}
#player {
    border-bottom-left-radius: 60px;
    width: 100%;
}
.navbar-brand {
    max-width: 140px;
    height: auto;
    margin-right: 0 !important;
}
.site-logo {
    width: 100%;
    transform: scale(1);
}
.collapse.navbar-collapse {
    justify-content: space-between !important;
    align-items: center !important;
}
.navbar-toggler {
    padding-left: 0 !important;
    padding-right: 0 !important;
    z-index: 99;
}
.nav-link {
    font-weight: 600 !important;
    padding: 1.25rem 2rem !important;
}
.nav-item a {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.nav-item:last-of-type a {
    border-bottom: none;
}
#nav-cta-button {
    width: 90%;
    background: #f7f6fc;
    border: none;
    padding: 0.65rem 3.5rem 0.65rem 3.5rem !important;
    border-radius: 12px !important;
    color: #222;
    font-weight: 600 !important;
    margin: 1.5rem 1rem 2rem 1rem !important;
}
#hero-text {
    position: absolute;
    left: 2rem;
    z-index: 1;
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    background-color: rgba(255, 255, 255, 0.7);
}
#hero-text h1 {
    font-weight: 600;
}
#hero-text h1 span {
    margin-left: 6rem;
}
#hero-text p {
    color: #575f6b;
}
.vertical-line {
    position: absolute;
    bottom: 0;
    right: 7rem;
    z-index: 1;
    border-left: 1px solid #fff;
    height: 145px;
    /* Adjust the height as needed */
}
.rotate-90 {
    position: absolute;
    bottom: 6rem;
    right: 4rem;
    z-index: 1;
    transform: rotate(-90deg);
    color: #fff;
}
#player {
    border-bottom-left-radius: 0px;
}
.plyr__video-wrapper {
    background-color: #fff !important;
    background: #fff !important;
}
.plyr__preview-thumb {
    padding: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 2rem !important;
    transform: scale(0.4) !important;
}
.plyr__preview-thumb__image-container {
    background: none !important;
    border-radius: 0 !important;
}
.plyr__preview-thumb__time-container {
    display: none !important;
}
.plyr__preview-thumb:before {
    display: none !important;
}
.plyr__control--overlaid {
    background: none !important;
}
.plyr--video .plyr__control:focus-visible,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
    background: none !important;
}
.plyr__progress__marker {
    height: 12px !important;
    width: 12px !important;
    border-radius: 50% !important;
    z-index: -1 !important;
}
.plyr__poster {
    background-color: #fff !important;
}
:root {
    --plyr-color-main: #fff;
    --plyr-range-thumb-background: linear-gradient(
        90deg,
        #16bffd 0%,
        #ef32d9 99.99%,
        #ff78d8 100%
    );
    --plyr-range-thumb-height: 20px;
    --plyr-range-track-height: 3px;
    --plyr-video-progress-buffered-background: rgba(255, 255, 255, 0.15);
}
#section2 {
    background-image: url(../image/common/section2-bg.jpg);
    background-position: top;
    background-size: cover;
    padding-right: 1rem;
    padding-left: 1rem;
}
.header-section > * {
    flex: 1;
}
.left-section p {
    color: #788393;
    padding-top: 5rem;
    line-height: 1.75;
}
.header-section h2 {
    padding-top: 4rem;
    color: #00a1e9;
    font-weight: 600;
    font-size: 1rem;
}
.header-section h2.top-news-h2 {
    padding-top: 4rem;
}
.header-section h2::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(
        90deg,
        #16bffd 0%,
        #ef32d9 99.99%,
        #ff78d8 100%
    );
    margin-right: 0.75rem;
}
.header-section h2 span {
    margin-right: 20px;
    font-size: 46px;
    color: #030852;
    font-weight: bold;
}
.right-section img {
    transform: scale(0.85);
    transform-origin: bottom left;
    position: relative;
    z-index: 1 !important;
    margin-top: 1.5rem;
}
.circle-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0 !important;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-image: url("../image/index/section2-circle-top.png"),
        url("../image/index/section2-circle-bottom.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: content-box;
    background-blend-mode: color;
}
.circle-image2 {
    position: absolute;
    top: auto;
    bottom: -8%;
    right: auto;
    left: -10%;
    z-index: 0 !important;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-image: url("../image/index/section2-circle-top.png"),
        url("../image/index/service-circle-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: content-box;
    background-blend-mode: color;
}
.middle-section h4 {
    color: #323843;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
}
.icon-section h5 {
    color: #575f6b;
    font-size: 1.15rem;
    font-weight: 500;
    margin-bottom: 0 !important;
    text-align: center;
}
.left-icon-section {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #fff;
    border-style: solid;
    border-width: 1px 0px 1px 1px !important;
    border-color: #ebebeb;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem 1rem 1rem;
    gap: 20px;
}
/* .left-icon-section > *:first-child {
    flex-grow: 2;
}
.left-icon-section > *:last-child {
    flex-grow: 8;
} */
.right-icon-section {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #fff;
    border-style: solid;
    border-width: 1px 0px 1px 1px !important;
    border-color: #ebebeb;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem 1rem 1rem;
    gap: 20px;
}
/* .right-icon-section > *:first-child {
    flex-grow: 2;
}
.right-icon-section > *:last-child {
    flex-grow: 8;
} */
.square-background {
    margin-right: 1.5rem !important;
    font-weight: 500;
    font-size: 1.5rem;
    display: inline-block;
    background-color: rgba(233, 150, 235, 0.5);
    color: #fff;
    padding: 0.5rem 0.6rem;
    border-radius: 8px;
}
.info-section > * {
    flex: 1;
}
.header-icon-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
}
.header-icon-section h4 {
    color: #00a1e9;
    font-weight: 600;
    font-size: 1rem !important;
    background-color: #eff9ff;
    display: inline-block;
    padding: 0.5rem;
    border-radius: 8px;
}
.header-icon-section h5 {
    color: #323843;
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.75;
    font-size: 1rem;
}
.left-info-section,
.right-info-section {
    background-color: #fff;
    border-style: solid;
    border-width: 1px 0px 1px 1px !important;
    border-color: #ebebeb;
    border-radius: 16px;
    padding: 2rem 1rem 2rem 1rem;
}
.info-section p {
    margin-left: 0 !important;
}
.see-more-button span svg {
    margin-bottom: 0.25rem !important;
    margin-left: 0.5rem !important;
}
#section3 {
    background-image: url(../image/common/section3-bg.png);
    background-position: top;
    background-size: cover;
}
#section3 .header-section {
    margin-top: 0 !important;
}
#section3 .header-section h2 {
    text-align: center;
    padding-top: 5rem;
    margin-bottom: 4rem;
}
.tab {
    flex: 1;
    text-align: center;
}
.tab input[type="radio"] {
    display: none;
}
.tab label {
    display: block;
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    color: #424d5b;
}
.tab input[type="radio"]:checked + label {
    background-color: #00a1e9;
    color: #fff;
}
.tab-content.active {
    display: block;
}
.tab:nth-child(-n + 3) label {
    /* Styles for the first three tabs */
    border-right: 1px solid #f2f2f2;
}
.works-container {
    display: flex;
    gap: 1.75rem;
    margin-bottom: 1.75rem;
}
.works-column {
    flex: 0 0 80%;
    /* Adjust the width as needed */
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
}
.works-column img {
    width: 100%;
    height: auto;
}
.works-column h3 {
    margin-top: 1.5rem;
    color: #171a22;
    font-weight: 600;
    font-size: 1.25rem;
}
.works-column p {
    margin-top: 1.5rem;
    color: #575f6b;
    line-height: 1.75;
}
#section4 {
    position: relative;
    padding: 1rem;
}
#section4 .header-section {
    margin-top: 1rem !important;
}
.top-half-section > :first-child {
    flex: 3;
}
.top-half-section > :last-child {
    flex: 7;
}
.three-rows-section {
    display: flex;
    flex-direction: column;
    max-height: 1028px;
    overflow: auto;
}
.thumbnail-section {
    display: inline-block;
}
.thumbnail-section img {
    height: auto;
    width: 100%;
}
.thumbnail-section h3 {
    color: #323843;
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 1.5rem;
}
.thumbnail-section h4 {
    color: #d4d9df;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 1rem;
}
.thumbnail-section p {
    color: #788393;
    margin-top: 1rem;
}
.date-section p {
    color: #788393;
    font-size: 0.9rem;
    white-space: nowrap;
}
.row-header-section h3 {
    color: #575f6b;
    font-weight: 700;
    font-size: 1.1rem;
}
.row-header-section p {
    color: #abb3bf;
    margin-top: 1rem;
}
.topic-text-section h2 {
    display: inline-block;
    color: #fff;
    background-color: #00a1e9;
    border-radius: 100px;
    font-size: 1rem;
    padding: 0.75rem 2.25rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.topic-text-section p {
    color: #788393;
    line-height: 1.75;
}
.topic-section h3 {
    color: #323843;
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}
.topic-section h4 {
    color: #171a22;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 2rem;
}
.topic-text-section a {
    text-decoration: none;
}
.topic-section h4 span svg {
    margin-bottom: 0.25rem;
    margin-left: 0.5rem;
}
.bottom-half-section > :first-child {
    flex: 6;
}
.bottom-half-section > :last-child {
    flex: 4;
}
#section5 {
    background-image: url(../image/index/recruit-bg.png);
    background-position: top;
    background-size: cover;
    position: relative;
    padding: 1rem 1rem 3rem 1rem;
}
#section5 .header-section {
    margin-bottom: 2rem !important;
    margin-top: 0 !important;
}
#section5 .header-section h2 {
    text-align: left;
    margin-bottom: 0;
}
.recruit-accordion-section {
    width: 100%;
}
.accordion-button::after {
    background-image: url(../image/common/arrow-circle-down.png) !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../image/common/arrow-circle-up.png) !important;
    transform: rotate(0deg) !important;
}
.accordion-button span {
    margin-right: 1rem;
}
.accordion-button {
    color: #424d5b;
    font-weight: 700;
    font-size: 1.15rem !important;
}
.accordion-button:not(.collapsed) {
    background-color: #fff !important;
}
.accordion-body {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    line-height: 1.75;
    font-size: 1rem !important;
}
.accordion {
    --bs-accordion-bg: transparent !important;
    --bs-accordion-border-color: none !important;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.accordion-body a {
    color: #00a1e9;
    font-weight: 700;
    text-decoration: none;
}
.accordion-body a svg {
    margin-bottom: 0.25rem;
    margin-left: 0.5rem;
}
.accordion-button.collapsed {
    border-bottom: 1px solid #fff;
}
#background-text-img-rec {
    z-index: 0;
    position: absolute;
    bottom: 0;
    overflow: hidden !important;
    bottom: 0;
}
.accordion-body a span svg {
    visibility: visible;
    display: inline;
}
#section6 {
    background: linear-gradient(
        93.51deg,
        #70d9ff 0%,
        #98a7f5 52.59%,
        #9c7ff0 75.44%,
        #ff58ec 97.58%
    );
    padding: 1rem;
}
#section6 .header-section h2 {
    color: #fff;
    font-weight: 500 !important;
    padding-top: 2rem !important;
}
.contact-text-section {
    color: #fff;
}
.contact-text-section h3 {
    font-weight: 700;
    font-size: 3rem !important;
    margin-bottom: 1.5rem !important;
}
.contact-text-section ul li {
    list-style-type: square;
}
.footer-top-left-section {
    flex: 1;
}
.footer-top-right-section {
    flex: 1;
}
.sns-icons a {
    text-decoration: none !important;
    padding-right: 1rem !important;
}
.footer-links li {
    list-style-type: none !important;
    padding-bottom: 2rem !important;
}
.footer-links li a {
    text-decoration: none !important;
    color: #fff;
}
.footer-bottom-section p {
    color: #fff;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    font-size: 0.9rem;
}
#back-to-top-btn {
    background: none !important;
    border: none !important;
    color: #fff !important;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
#back-to-top-btn span {
    margin-bottom: 0.5rem;
}
.last-two-children {
    display: flex;
    flex-direction: row !important;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
#section1 {
    width: 100%;
}
.plyr--video .plyr__controls {
    padding-bottom: 1rem;
}
.plyr__controls .plyr__controls__item {
    margin-left: 0 !important;
}
.vertical-line,
.rotate-90 {
    display: none;
}
.plyr__controls {
    width: 95%;
    background: none !important;
    margin: auto;
}
.navbar-toggler {
    border: none !important;
}
.header-section {
    margin: 0;
    flex-direction: column;
    padding-bottom: 2rem !important;
    display: flex;
    position: relative;
}
.left-section {
    margin-right: 0;
}
.right-section {
    position: relative;
    margin-top: 1rem;
}
.middle-section {
    margin: 0;
    padding: 2.5rem 1rem 2.5rem 1rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
}
.icon-section {
    flex-direction: column;
    display: flex;
    width: 100%;
    margin-top: 1.25rem;
    gap: 2rem;
}
.middle-section h3 {
    line-height: 1.5;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    color: #323843;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1.25rem;
}
.left-icon-section h5,
.right-icon-section h5 {
    /* padding-right: 1rem;
    padding-left: 1rem; */
    text-align: left;
    line-height: 1.5;
    font-size: 1rem;
}
.left-icon-section h5 {
    width: 208px;
}
.right-icon-section h5 {
    width: 176px;
}
.step-one-section,
.step-two-section {
    margin: 2rem 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    padding: 2rem 1rem 2rem 1rem;
}
.step-one-section h3,
.step-two-section h3 {
    margin-left: 0;
    font-size: 1.25rem;
    color: #323843;
    font-weight: 700;
}
.step-one-section p,
.step-two-section p {
    margin-left: 0;
    margin-bottom: 0;
    color: #575f6b;
    margin-top: 1rem;
    font-weight: 400;
    line-height: 1.75;
}
.info-section {
    flex-direction: column;
    display: flex;
    width: 100%;
    margin-top: 1.25rem;
    gap: 2rem;
}
.diagram-section {
    padding: 1rem;
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #6b47d2;
    gap: 40px;
}
.diagram-section img:nth-of-type(1) {
}
.diagram-section img:nth-of-type(2),
.diagram-section img:nth-of-type(4) {
}
.diagram-section img:nth-of-type(3) {
    width: 80px;
}
.diagram-section img:nth-of-type(5) {
}
.see-more-button {
    padding: 1rem 5.5rem 1rem 5.5rem;
    display: block;
    margin: 0 auto 3rem;
    background: linear-gradient(
        90deg,
        #16bffd 0%,
        #ef32d9 99.99%,
        #ff78d8 100%
    );
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 16px;
}
.tab-content {
    margin: 0;
    padding-bottom: 3rem;
    display: none;
}
.tab-container {
    display: none;
}
.works-container {
    overflow: auto;
    gap: 0 !important;
}
.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../image/common/arrow-down.svg");
    /* Replace with the path to your arrow icon image */
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.custom-select::-ms-expand {
    display: none;
    /* Hide the default arrow icon in Internet Explorer */
}
#tab-dropdown {
    border-radius: 8px;
    border: 1px solid #e2e4eb;
    padding: 0.5rem 8rem 0.5rem 1rem !important;
    margin: 0 auto 2.5rem !important;
    color: #424d5b;
    display: block;
}
.see-more-button.alt {
    margin-top: 3.5rem;
    padding: 0.85rem 3.5rem 0.85rem 3.5rem;
}
.top-half-section {
    margin: 0;
    flex-direction: column;
    display: flex;
    gap: 3.5rem;
    margin-bottom: 2rem;
}
.bottom-half-section {
    margin: 0;
    flex-direction: column;
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: stretch;
}
.single-row {
    flex-direction: column;
    display: flex;
    gap: 2.5rem;
    align-items: center;
    border-bottom: 1px solid #eef0f6;
    padding: 0 1rem 1rem;
    margin-bottom: 2rem;
}
.date-section {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important;
    width: 100%;
    align-items: center;
}
.date-section p {
    margin-bottom: 0 !important;
}
.date-section h5 {
    margin-bottom: 0;
    color: #fff;
    background-color: #788393;
    text-align: center;
    font-weight: 400;
    font-size: 0.8rem;
    padding: 0.75rem 1.5rem;
    white-space: nowrap;
}
.topic-section {
    flex-direction: column;
    display: flex;
    gap: 1rem;
    background-color: #eff5ff;
    padding: 2rem 1rem;
    border-radius: 8px;
    align-items: center;
}
.topic-img-section img {
    width: 99%;
    height: auto;
}
#twitter-widget-0 {
    /* width: 288px !important; */
    /* height: 100% !important; */
    position: relative;
}
#twitter-widget-0 html {
    /* height: 100% !important; */
}
.twitter-section {
    position: relative;
    /* height: 100%; */
}
.twitter-timeline {
    width: 100% !important;
    /* height: 100% !important; */
    position: relative;
}
.see-more-button.alt.white {
    margin-left: 0;
    margin-bottom: 2rem;
    background: #fff;
    color: #00a1e9;
    border: 1px solid #ef32d9;
}
.background-text-img {
    top: 14rem;
    left: 0;
    z-index: -1;
    position: absolute;
    overflow: hidden;
}
.recruit-section {
    margin: 0;
    flex-direction: column-reverse;
    gap: 3rem;
    display: flex;
    z-index: 3;
    position: relative;
}
.see-more-button.alt.recruit {
    margin-left: 0 !important;
    /* margin-bottom: 3rem !important; */
}
.recruit-img-section {
    text-align: center;
}
.recruit-img-section img {
    max-width: 100%;
    height: auto;
}
.contact-section {
    flex-direction: column;
    gap: 1rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 2rem;
}
#section6 .header-section {
    padding-top: 1rem;
    margin-top: 0;
    margin-left: 0;
}
.footer-top-section {
    flex-direction: column;
    padding: 2rem 1rem 1rem 1rem;
    gap: 2rem;
    background-color: #171a22;
    display: flex;
}
.footer-links {
    column-count: 1;
    padding-left: 0 !important;
}
.footer-top-left-section p {
    margin-bottom: 2rem;
    color: #788393;
    line-height: 1.75;
    margin-top: 1rem;
}
.footer-bottom-section {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #323843;
}
.section-2,
.section-3,
.section-4,
.section-5,
.section-6,
.section-7 {
    transition: transform 0.75s, opacity 0.5s;
}
.section-2.one,
.section-3.one,
.section-4.one,
.section-5.one,
.section-6.one,
.section-7.one {
    transform: translateY(70px);
    opacity: 0;
}
.section-2.active,
.section-3.active,
.section-4.active,
.section-5.active,
.section-6.active,
.section-7.active {
    transform: translateY(0);
    opacity: 1;
}
#navbar-container{
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
}
#navbar-container .navbar{
    padding: 0;
}
#navbar-container .navbar-nav{
    background: none;
}
#navbarSupportedContent {
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    background: linear-gradient(180deg, #00a1e9 0%, #6b47d2 37.4%, #b60081 100%);
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.05);
    transition: .4s;
}
#nav-bar-cont li:first-child a {
    padding-top: 2rem !important;
}
.button-link {
    text-decoration: none !important;
}
/* * {
     outline: 1px solid #f00 !important;
}
 */
#section1 {
    padding-top: 53px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#section1.show {
    opacity: 1;
}

@media screen and (min-width: 480px) {
    .right-section img {
        margin-top: 0;
    }
    .header-icon-section {
        gap: 3rem;
    }
    #tab-dropdown {
        padding: 0.5rem 10rem 0.5rem 1rem !important;
    }
    .topic-img-section img {
        width: 100%;
        height: auto;
    }
    .plyr__controls {
        padding-bottom: 1.5rem !important;
    }
}

@media screen and (max-width: 768px) {
    .diagram-section img:nth-of-type(1) {
        width: 12%;
    }
    .diagram-section img:nth-of-type(2),
    .diagram-section img:nth-of-type(4) {
        width: 9%;
    }
    .diagram-section img:nth-of-type(3) {
        width: 14%;
    }
    .diagram-section img:nth-of-type(5) {
        width: 12%;
    }
    .diagram-section {
        gap: 20px;
    }
    .see-more-button.alt {
        margin-top: 24px;
    }
    #section5 .header-section {
        margin-bottom: 0 !important;
    }
    .left-section p {
        padding-top: 2rem;
    }
}

@media screen and (min-width: 768px) {
    #navbar-container .navbar {
        max-width: 1280px;
        padding: 10px 20px;
        margin: 0 auto;
    }
    .top-half-section {
        margin-bottom: 4rem;
    }
    .three-rows-section {
        max-height: 788px;
    }
    .plyr__controls {
        padding-bottom: 2rem !important;
    }
    .see-more-button.alt.recruit {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
    .see-more-button.alt.white {
        margin-left: auto;
        margin-right: 0;
    }
    .footer-bottom-section {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .recruit-section {
        flex-direction: row;
    }
    .contact-section {
        flex-direction: row;
    }
    #section2 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .circle-image {
        top: 2.5rem;
        right: 2rem;
    }
    .right-section {
        margin-top: 0;
    }
    .left-icon-section,
    .right-icon-section {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .middle-section {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .step-one-section,
    .step-two-section {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .left-info-section,
    .right-info-section {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .diagram-section svg {
        transform: scale(1.15);
    }
    #tab-dropdown {
        padding: 0.5rem 14rem 0.5rem 1rem !important;
    }
    #section4 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .topic-section {
        padding-left: 2rem;
        padding-right: 2rem;
        flex-direction: row;
    }
    .topic-section > *:first-child {
        flex: 6;
    }
    .topic-section > *:last-child {
        flex: 4;
    }
    .works-column {
        flex: 0 0 60%;
    }
    .footer-links {
        column-count: 2;
    }
    .footer-top-section {
        gap: 3rem;
    }
    #section5 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    #section6 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .footer-top-section {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media screen and (min-width: 992px) {
    /* .top-recruit {
        align-items: center;
    }
    .top-recruit button {
        margin: 0;
    } */
    .three-rows-section {
        max-height: 618px;
    }
    .vertical-line,
    .rotate-90 {
        display: block;
    }
    .see-more-button.alt {
        /* margin-top: 2rem; */
    }
    .tab-content {
        margin: 3rem 6rem 0 6rem;
        padding-bottom: 5rem;
    }
    .diagram-section svg {
        transform: scale(1.75);
    }
    #section2 .header-section {
        padding-bottom: 0 !important;
    }
    .circle-image {
        top: 0rem;
        right: 0rem;
    }
    .circle-image2 {
        top: auto;
        bottom: -6%;
        left: 1rem;
    }
    .container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #navbar-container{
        right: 0;
    }
    #navbarSupportedContent {
        background: none;
        position: static;
        box-shadow: none;
        justify-content: flex-end !important;
    }
    #contact-button-bg {
        background: none !important;
    }
    #nav-bar-cont {
        align-items: center !important;
        justify-content: space-between !important;
    }
    #nav-cta-button {
        margin: 0 0 0 1rem !important;
        background: linear-gradient(90deg, #16bffd 0%, #ef32d9 99.99%, #ff78d8 100%);
        color: #fff;
        font-size: 0.9rem !important;
    }
    #nav-bar-cont li:first-child a {
        padding-top: 0 !important;
    }
    #nav-bar-cont li a {
        border-bottom: 0;
    }
    .nav-link {
        background: none !important;
        color: #fff !important;
        padding: 0 1.25rem !important;
        font-size: 0.9rem !important;
    }
    .tab-container {
        display: flex !important;
        margin: 0 6rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .works-column {
        flex: 1;
        padding: 10px;
    }
    #tab-dropdown {
        display: none;
    }
    #hero-section nav {
        padding-top: 1rem !important;
    }
    #hero-text {
        display: block;
    }
    #player {
        border-bottom-left-radius: 120px;
        width: 100%;
    }
    #section1 {
        width: 93%;
        margin-left: auto;
        padding-top: 73px;
    }
    .plyr__controls .plyr__controls__item {
        margin-left: 2rem;
    }
    .plyr__controls {
        width: 70%;
        padding-bottom: 2rem !important;
    }
    .see-more-button.alt.white {
        margin: 0 3rem 0 auto !important;
    }
    .header-section {
        flex-direction: row;
        margin: 2rem 3rem 2rem 3rem;
        align-items: center;
    }
    #section4 .header-section {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    #section6 {
        padding: 0 6rem;
    }
    .left-section {
        margin-right: 3rem;
    }
    .middle-section {
        margin: 3rem 3rem 3rem 3rem;
        padding: 2rem;
        border-radius: 32px;
    }
    .icon-section {
        flex-direction: row;
    }
    .step-one-section,
    .step-two-section {
        margin: 3rem 3rem 3rem 3rem;
        border-radius: 32px !important;
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .step-one-section h3,
    .step-two-section h3 {
        margin-left: 2rem;
        font-size: 1.5rem;
        color: #323843;
        font-weight: 700;
    }
    .step-one-section p,
    .step-two-section p {
        margin-left: 2rem !important;
    }
    .left-info-section p,
    .right-info-section p {
        margin-left: 0 !important;
    }
    .info-section {
        flex-direction: row;
    }
    .diagram-section {
        padding: 2rem 8rem 2rem 8rem;
    }
    #section2 {
        padding-bottom: 5rem;
    }
    .see-more-button {
        padding: 1rem 4.5rem 1rem 4.5rem;
        margin-bottom: 0 !important;
    }
    .top-half-section {
        flex-direction: row;
        margin: 4rem 3rem 3rem;
        gap: 2rem !important;
    }
    .date-section {
        flex-direction: column !important;
    }
    .bottom-half-section {
        margin: 0 3rem;
        flex-direction: row;
        gap: 1rem;
    }
    .single-row {
        flex-direction: row;
        gap: 1rem;
    }
    .single-row > *:first-child {
        flex: 3;
    }
    .single-row > *:last-child {
        flex: 7;
    }
    .date-section h5 {
        margin-top: 1rem;
    }
    .topic-section {
        flex-direction: row;

        max-height: 340px;
    }
    .topic-text-section h2 {
        margin-bottom: 0.5rem;
    }
    .topic-section h3 {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }
    .topic-text-section p {
        margin-bottom: 0;
    }
    .topic-section h4 {
        margin-top: 0.5rem;
        margin-bottom: 0;
    }
    #section4 {
        padding-bottom: 5rem;
    }
    .recruit-section {
        margin: 2rem 3rem 0;
        gap: 3rem;
        flex-direction: row;
    }
    .recruit-section > *:first-child {
        flex: 4;
    }
    .recruit-section > *:last-child {
        flex: 6;
    }
    .see-more-button.alt.recruit {
        margin-left: auto !important;
        margin-right: 0 !important;
        margin-top: 82px;
    }
    #section5 {
        padding-bottom: 5rem;
    }
    #section5 .header-section {
        margin-bottom: 0 !important;
        padding-bottom: 1rem !important;
    }
    #section5 .header-section h2 {
        text-align: left;
        padding-left: 43%;
    }
    .contact-section {
        flex-direction: row;
        padding-bottom: 3rem;
    }
    .contact-icon-section {
        padding-right: 0rem !important;
    }
    .footer-top-section {
        padding: 3rem 6rem;
        gap: 6rem;
        flex-direction: row;
        align-items: center;
    }
    .footer-bottom-section {
        padding: 1.5rem 6rem;
        align-items: center;
    }
    #section6 .header-section {
        padding-top: 2rem !important;
    }
    .background-text-img {
        top: 12rem !important;
        width: 700px;
    }
    #background-text-img-rec {
        width: 800px;
        right: 0 !important;
        bottom: 1rem !important;
    }
    #back-to-top-btn {
        flex-direction: row;
        gap: 1rem;
    }
    .footer-links li {
        padding-bottom: 2.5rem !important;
    }
    .single-row {
        padding-left: 0;
    }
    .plyr--video {
        border-radius: 0 0 0 120px;
    }
}
@media screen and (min-width: 1400px) {
    .top-half-section {
        margin-bottom: 4rem;
    }
    .three-rows-section {
        max-height: 510px;
    }
    .bottom-half-section {
        gap: 2rem;
    }
    .topic-section h3 {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
    .topic-section h4 {
        margin-top: 1rem;
    }
    #section2 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .tab-container {
        margin-right: 7rem;
        margin-left: 7rem;
    }
    .tab-content {
        margin-right: 7rem;
        margin-left: 7rem;
    }
    #section4 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    #section5 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    #section6 {
        padding: 0 7rem;
    }
    .footer-top-section {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .footer-bottom-section {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .nav-link {
        padding: 0 2.5rem !important;
        font-size: 1rem !important;
    }
    #nav-cta-button {
        font-size: 1rem !important;
    }
    .plyr__controls {
        padding-bottom: 4rem !important;
    }
    #background-text-img-rec {
        width: 1000px;
        right: 0 !important;
        bottom: 1rem !important;
    }
    .circle-image {
        top: 1.5rem;
        right: 2rem;
    }
    .contact-icon-section {
        margin-right: 8rem;
    }
    .left-icon-section,
    .right-icon-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .recruit-section {
        gap: 4rem;
    }
    .see-more-button {
        font-size: 1rem !important;
    }
    .top-half-section {
        gap: 5rem !important;
    }
    .single-row > *:first-child {
        flex: 2;
    }
    .single-row > *:last-child {
        flex: 8;
    }
}

/* footer */
footer {
}
.footer-contact {
    background: rgb(112, 217, 255);
    background: linear-gradient(
        90deg,
        rgba(112, 217, 255, 1) 0%,
        rgba(152, 167, 245, 1) 33%,
        rgba(156, 127, 240, 1) 66%,
        rgba(255, 88, 236, 1) 100%
    );
    padding: 60px 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.footer-contact-left {
    color: #fff;
    margin-right: 50px;
}
.footer-contact-left h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-contact-left p {
    line-height: 1.8;
}
.footer-contact a img {
    width: 150px;
}

.footer-main {
    display: flex;
    background: #171a22;
    padding: 60px 7rem;
    justify-content: space-between;
}
.footer-main-left {
    width: 46%;
}
.footer-logo {
    width: 160px;
    margin-bottom: 20px;
}
.footer-main-left-text {
    color: #788393;
    line-height: 1.8;
}
.footer-icon {
    display: flex;
}
.footer-icon a {
    display: block;
    width: 30px;
    margin-right: 16px;
}
.footer-icon a img {
    width: 100%;
}

.footer-main-right {
    width: 46%;
}
.footer-main-right ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.footer-main-right li {
    width: 50%;
    margin-bottom: 40px;
}
.footer-main-right li a,
.footer-main-right li a:visited,
.footer-main-right li a:link {
    color: #fff;
    text-decoration: none;
}
.footer-main-right li a:hover {
    text-decoration: underline;
}
.footer-copy {
    background: #323843;
    padding: 20px 7rem;
    display: flex;
    text-align: center;
    justify-content: space-between;
}
.footer-copy p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.footer-copy button {
    font-size: 14px;
    position: relative;
    background: none;
    color: #fff;
    border: none;
}
.footer-copy button::after {
    content: "";
    width: 14px;
    height: 24px;
    background: url(../image/common/arrow-up.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: 0;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .footer-contact,
    .footer-main {
        display: block;
        padding: 30px 1rem;
    }
    .footer-main-left,
    .footer-main-right {
        width: 100%;
    }
    .footer-main-left {
        margin-bottom: 20px;
    }
    .footer-main-right ul {
        display: block;
    }
    .footer-main-right li {
        width: auto;
        margin-bottom: 20px;
    }
    .footer-copy {
        padding: 10px 2rem;
    }
}
