@charset "UTF-8";

/* はみ出し確認 */
/* *,
*::before,
*::after{
    outline: 1px solid red;
} */


/* 全体共通 */
body {
    font-family: 'Poppins', 'Noto Sans JP', sans-serif;
    color: #3e3a39;
    font-feature-settings: "palt";
}

.max-container {
    max-width: 100vw;
    position: relative;
    overflow: hidden;
}

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

/* ヘッダー */
.nav {
    width: 100vw;
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
}

.nav.scroll {
    background-color: rgba(0, 0, 0, 0.3);
}

.nav-backcolor {
    width: 100vw;
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-bottom: #cacaca 1px solid;
}

.logo {
    width: 136px;
    height: 136px;
    margin-left: 3%;
}

.logo img {
    width: 136px;
    height: 136px;
}

.main-nav {
    display: flex;
    font-size: 1.2rem;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    padding: 0 4% 0 0;
    height: 100%;
    align-items: center;
}

.main-nav li {
    margin-left: 36px;
    font-weight: 600;
}

.main-nav a {
    color: #1B1B1B;
    height: 100%;
}

.nav-text-color a {
    color: #1B1B1B;
}

.main-nav-page a {
    color: #1B1B1B;
}

.main-nav a:hover {
    color: #9fa0a0;
}

.sub-list {
    display: none;
    margin-top: 136px;
    width: 100vw;
    height: 320px;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1;
}

.sub-list li {
    flex: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-right: 20px;
}

.sub-list-service img {
    max-width: 100%;
    object-fit: cover;
    height: 216px;
    margin-bottom: 10px;
    aspect-ratio: 2/1;
}

.sub-list-title {
    font-size: 1.5rem;
}

.sub-list-sub {
    font-size: 0.5rem;
}

.sub-list li:last-child {
    margin-right: 0;
}

.main-nav li:hover .sub-list,
.sub-list:hover {
    display: flex;
}

.triangle {
    position: relative;
}

.triangle::before {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 50px solid #cacaca;
    margin: 10px auto 0 auto;
}

.main-nav li:hover .triangle::before,
.sub-list:hover .triangle::before,
.sub-list li:hover .triangle::before {
    display: block;
    position: absolute;
    top: calc(100% - -0px);
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 20px 0 0 0;
}




.kv {
    height: 100vh;
}

.video {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.video video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

/* トップ動画、上に薄いブロック要素 */
.video::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: black;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.catch-copy {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    padding: 0 3% 0 3%;
    text-align: center;
    word-wrap: break-word;
}

h2.page-title {
    font-size: 88px;
    color: #fff;
    font-weight: bolder;
    border-bottom: 1px solid;
    padding-bottom: 16px;
    letter-spacing: 24px;
    line-height: 1.5;
}

.sub-copy p {
    color: #fff;
    margin-top: 30px;
    text-align: center;
    letter-spacing: 6px;
}

#copyright {
    display: block;
    transform: rotate(90deg);
    color: #cacaca;
    font-family: "Poppins";
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.4px;
    position: fixed;
    top: 50%;
    left: -50px;
    z-index: 100;
}

#copyright::after {
    content: '';
    width: 190%;
    height: 1px;
    position: absolute;
    right: -200%;
    top: 50%;
    background: #cacaca;
}

#scroll {
    position: absolute;
    right: 1vw;
    top: 30%;
    transform: rotate(-90deg) translateY(50%) translateX(-230%);
    font-size: 12px;
    font-family: "Poppins";
    line-height: 0.8em;
    color: #cacaca;
    letter-spacing: 0.2em;
    z-index: 200;
    animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove {
    0% {
        bottom: 1%;
    }

    50% {
        bottom: 3%;
    }

    100% {
        bottom: 1%;
    }
}

#scroll::before {
    content: "";
    position: absolute;
    right: 259px;
    /*矢印の形状*/
    width: 1px;
    height: 10px;
    background: #cacaca;
    transform: skewX(-31deg);
}

#scroll:after {
    content: "";
    /*描画位置*/
    position: absolute;
    right: 108%;
    /*矢印の形状*/
    width: 200px;
    height: 1px;
    background: #cacaca;
}

.concept {
    display: flex;
}

.concept-column {
    width: 50%;
}

.concept-left-head {
    height: 368px;
    padding: 0 0 0 25%;
    display: flex;
    align-items: center;
}

.concept-left-head p:nth-child(1) {
    font-size: 16px;
    letter-spacing: 2px;
    color: #9fa0a0;
    margin-bottom: 20px;
}

.concept-left-head p:nth-child(2) {
    font-size: 42px;
    font-weight: 600;
    color: #1B1B1B;
}

.concept-left-head p:nth-child(3) {
    font-size: 5.7rem;
    font-weight: 600;
    color: #f8b600;
    margin-top: -10px;
}

.concept-left-foot {
    height: 312px;
    background-color: #f8b600;
    display: flex;
    align-items: center;
    padding: 0 0 0 25%;
}

.concept-left-foot span {
    color: #fff;
    font-family: "Poppins";
    font-size: 58px;
    font-weight: 600;
}

.concept-right {
    position: relative;
}

.concept-right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.concept-column-bottom {
    height: 556px;
    background-color: #f8b600;
    padding: 0 0 0 12.5%;
}

.concept-column-bottom-head {
    height: 326px;
    display: flex;
}



.concept-colum-bottom-head-left {
    background-image: url(../images/salesoutsourcing.jpg);
}

.concept-colum-bottom-head-center {
    background-image: url(../images/tele.jpg);
}

.concept-colum-bottom-head-right {
    background-image: url(../images/newlife.jpg);
}

.concept-column-bottom-foot-left {
    background-image: url(../images/it.jpg);
    height: 230px;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.concept-column-bottom-foot-right {
    background-image: url(../images/martke.jpg);
    height: 230px;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.slide-bg {
    position: relative;
    overflow: hidden;
}

.slide-bg::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    transition: transform 0.3s;
    z-index: -10;
}

.slide-bg:hover::before {
    transform: none;
}

[class^="concept-colum-bottom-head"] {
    height: 326px;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

[class^="concept-colum-bottom-head"] span {
    margin: 0 auto 5% 5%;
}

[class^="concept-column-bottom-foot"] span {
    margin: 0 auto 3% 5%;
}

.link {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
}

.slide-bg:hover h3 {
    color: #e34400;
}

.slide-bg:hover p {
    color: #e34400;
    margin-bottom: 10%;
}

.concept-column-bottom-head h3 {
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    transition: color 0.3s, margin 0.3s ease-in-out;
}

.concept-column-bottom-foot h3 {
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    transition: color 0.3s, margin 0.3s ease-in-out;
}

.concept-column-bottom-head p {
    font-size: 16px;
    color: #fff;
    transition: color 0.3s, margin 0.3s ease-in-out;
}

.concept-column-bottom-foot p {
    font-size: 16px;
    color: #fff;
    transition: color 0.3s, margin 0.3s ease-in-out;
}

.concept-column-bottom-foot {
    height: 230px;
    display: flex;
}

.concept-column-bottom-foot-right {
    flex-grow: 1;
}

.concept-left-foot {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 1s, transform 1s;
}

.concept-left-foot.visible {
    opacity: 1;
    transform: translateX(0);
}

.solution {
    width: 1140px;
}

.solution h3 {
    color: #333333;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin: 80px auto 40px auto;
}

.solution p {
    color: #7a7a7a;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 2;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 100;
}

.solution-content {
    width: 100%;
    height: auto;
    display: flex;
}

.solution-item {
    flex: 1;
    margin-right: 32px;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-item.bibi {
    position: relative;
    overflow: hidden;
}

.solution-item.bibi::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/bibi.png);
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    z-index: -1;
}

.solution-item.bibi:hover::before {
    transform: scale(1.2);
}

.solution-item.beauty {
    position: relative;
    overflow: hidden;
}

.solution-item.beauty::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/beauty.png);
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    z-index: -1;
}

.solution-item.beauty:hover::before {
    transform: scale(1.2);
}

.solution-item.muscles {
    position: relative;
    overflow: hidden;
}

.solution-item.muscles::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/muscles.png);
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    z-index: -1;
}

.solution-item.muscles:hover::before {
    transform: scale(1.2);
}

.solution-item img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    max-height: 80%;

}

.solution-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.solution-item:last-child {
    margin-right: 0;
}

.solution-content-left {
    width: 50%;
}

.solution-content-right {
    width: 50%;
}

.solution-img-frame {
    width: 100%;
    height: 272px;
    overflow: hidden;
}

.solution-img1 {
    width: 100%;
    height: 272px;
    background-image: url(../images/haccap.jpg);
    background-size: cover;
    background-position: center 60%;
    transition: transform .6s ease;
}

.solution-img2 {
    width: 100%;
    height: 272px;
    background-image: url(../images/map.jpg);
    background-size: cover;
    background-position: center 60%;
    transition: transform .6s ease;
}

.solution-img1:hover {
    transform: scale(1.1);
}

.solution-img2:hover {
    transform: scale(1.1);
}

.solution-title1 {
    width: 100%;
    height: 88px;
    background-color: #f8b600;
    text-align: center;
    line-height: 88px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

.solution-title2 {
    width: 100%;
    height: 88px;
    background-color: #e34400;
    text-align: center;
    line-height: 88px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

.footer {
    position: relative;
    overflow: hidden;
}

.footer-line {
    max-width: 100vw;
    height: 186px;
    background-color: #f8b600;
    margin-top: 228px;
}

.footer-nav {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: -228px;
    transform: translate(-50%, -50%);
}

.footer-nav-ul {
    width: 1140px;
    height: 228px;
    background-color: #e94f05;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 100px;
    align-items: center;
}

.footer-nav-left {
    display: flex;
    align-items: center;
}

.footer-nav-left li {
    margin: 15px 15px 15px 15px;
}

.footer-nav-right {
    display: flex;
    align-items: center;
}

.footer-nav-right {
    width: 200px;
    height: 40px;
    border: 1px solid #fff;
    justify-content: center;
    transition: transform .6s ease;
}

.footer-nav a:hover {
    color: #FFF;
}

.footer-nav-right:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #e94f05;
    transform: scale(1.1);
}

.logo_fadein {
    background: #FFF;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    z-index: 999;
}

.logo_fadein p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 280px;
}

.logo_fadein img {
    object-fit: contain;
    max-width: 30%;
}

.footer-copyright {
    display: none;
}

.main-title-back {
    /* width: 100vw; */
    height: auto;
    background-color: #3e3a39;
    margin-top: 216px;
    display: flex;
    justify-content: center;
    position: relative;
    animation: slide-in 2s forwards;
    animation-delay: 0.3s;
    transform: translateX(-100%);
}

@keyframes slide-in {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.main-txt-container {
    width: 1140px;
}

.main-txt-container h2 {
    font-size: 1rem;
    color: #f8b600;
    font-weight: bold;
    padding-top: 80px;
}

.main-txt-container h3 {
    color: #333333;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 80px auto 40px auto;
}

.main-txt-container p {
    font-size: 5rem;
    color: #cacaca;
    font-weight: 300;
    padding-bottom: 80px;
    text-align: justify;
}

.main-txt-container.main-txt {
    padding: 80px 0 0 0;
}

.main-txt p {
    font-size: 1rem;
    letter-spacing: 0.15rem;
    line-height: 1.5;
    color: #7a7a7a;
}

.privacy-txt p {
    font-size: 1rem !important;
    letter-spacing: 0.15rem;
    line-height: 2;
    color: #7a7a7a;
    margin: 80px 0 40px 0;
}

p.text-margin {
    margin: 20px 0 0 0;
    padding: 0;
}

.privacy-txt h3 {
    border-left: #009ce6 4px solid;
    font-size: 2rem;
    padding-left: 1.2rem;
    font-weight: 600;
    margin-top: 80px;
}

.privacy-ol {
    list-style: auto;
    font-size: 1rem;
    letter-spacing: 0.15rem;
    line-height: 2;
    color: #7a7a7a;
    padding-left: 6%;
    margin: 40px 0;
}

.privacy-ol li {
    padding-bottom: 20px;
    line-height: 1.5;
}

.sub-title {
    width: 100%;
    display: flex;
    align-items: baseline;
    margin: 160px 0 80px 0;
}

.sab-title-big {
    font-size: 4rem;
    color: #009ce6;
}

.sub-title-small {
    font-size: 1rem;
    padding-left: 10px;
}

.company-message {
    width: 100%;
    height: auto;
    background-color: #9fa0a0;
    display: flex;
    justify-content: space-between;
}

.company-message-text {
    width: 70%;
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 1.5;
}

.company-message-img {
    width: 25%;
    background-color: #009ce6;
}

.company-box {
    width: 100%;
    height: 400px;
    font-size: 200px;
    font-weight: bolder;
    color: rgba(250, 183, 0, 0.3);
    position: relative;
    margin-top: 40px;
}

.company-title {
    position: absolute;
    top: 130px;
    left: 30%;
    font-size: 96px;
    color: #e94f05;
}

.company-title p {
    font-size: 24px;
    color: #3e3a39;
    padding: 0;
    margin-top: 20px;
}

.company-txt {
    font-size: 16px;
    font-weight: 100;
    color: #9fa0a0;
    line-height: 2;
    margin-top: 30px;
}

.company-info {
    width: 100%;
    padding: 40px 0 40px 0;
    display: flex;
    border-bottom: #cacaca 1px solid;
    line-height: 2;
}

.company-info:last-of-type {
    border-bottom: none;
}

.company-info-title {
    width: 30%;
}

.service-box {
    width: 100%;
    height: auto;
    border-top: #cacaca 1px solid;
    padding: 144px 0 160px 0;
}

.service-title {
    font-size: 120px;
    color: #3e3a39;
}

.service-ruby {
    background-color: #f8b600;
    color: #fff;
    padding: 16px 0 16px 16px;
    letter-spacing: 1.5px;
}

.service-main {
    display: flex;
    padding: 80px 0 0 0;
}

.service-img {
    width: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 80px;
}

.direct {
    background-image: url(../images/sales_service.jpg);
}

.inside {
    background-image: url(../images/tele_service.jpg);
}

.newlife {
    background-image: url(../images/newlife_service.jpg);
}

.it {
    background-image: url(../images/it_servise.jpg);
}

.marke {
    background-image: url(../images/martke_service.jpg);
}

.service-text {
    width: 50%;
}

.service-subtitle {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
}

.service-text p {
    padding: 0;
}

.annotation {
    font-size: 16px;
    margin: 80px 0 20px 0;
}
/* コンタクトフォーム */

.form {
    width: 100%;
}

.form-block {
    display: flex;
    height: auto;
    align-items: center;
    border-bottom: #cacaca 1px solid;
    padding: 40px 0 40px 0;
}

.form-block p {
    padding-bottom: 0;
}

.form-left {
    width: 20%;
}

.form-left p {
    color: #009ce6 !important;
}

.form-right {
    width: 80%;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    width: 100%;
    height: 50px;
    border: #cacaca 1px solid;
    background-color: #f8f8f8;
    padding-left: 10px;
    border-radius: 5px;
}

.wpcf7-form-control::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.form-right label {
    display: flex;
    align-items: center;
    margin: 0 30px 0 5px;
    height: 100%;
}

.form-right textarea {
    width: 100%;
    height: 160px;
    border: #cacaca 1px solid;
    background-color: #f8f8f8;
    padding: 10px;
    line-height: 1.5;
    border-radius: 5px;
}

.form-block:last-child {
    border-bottom: none;
    justify-content: center;
}

.wpcf7-submit {
    border: #cacaca 1px solid;
    padding: 20px 90px;
    border-radius: 40px;
    transition: background-color 0.3s ease, color 0.5s ease;
}

.wpcf7-submit:hover {
    background-color: #009ce6;
    color: #FFF;
    border-color: #009ce6;
}

.wpcf7-list-item {
    margin: 0 0 0 0 !important;
}

.wpcf7-list-item-label::before {
    margin-left: 10px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.main-txt-container.main-txt p.recaptcha {
    font-size: 0.5rem;
    padding: 0;
    text-align: center;
}

.main-txt-container.main-txt p.recaptcha a {
    text-decoration: underline;
}

div.wpcf7 .wpcf7-spinner {
    display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none !important;
    text-align: center;
    color: #dc3232;
}

.haveto {
    font-size: 0.75rem;
    color: #dc3232;
    padding: 3px 5px 3px 5px;
    background-color: #ffeaea;
    margin: 0 0 0 10px;
    letter-spacing: 0;
}

.wpcf7-list-item-label a {
    text-decoration: underline;
}

/* ここまでコンタクトフォーム */


/* ハンバーガーメニュー */
.burger {
    display: none;
    cursor: pointer;
    margin: 25px 20px auto auto;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: #3e3a39;
    margin: 5px;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 1260px) {
    .solution p {
        padding: 0 3% 0 3%;
    }

    .solution-content {
        padding: 0 3% 0 3%;
    }

    #copyright {
        display: none;
    }

    .footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav {
        height: auto;
    }

    .footer-nav {
        position: static;
        top: auto;
        left: auto;
        bottom: 0;
        transform: none;
    }

    .footer-copyright {
        display: block;
        width: 100vw;
        text-align: center;
        height: auto;
        background-color: #3e3a39;
        color: #fff;
        padding: 10px 0 10px 0;
    }

    .footer-line {
        display: none;
    }

    .footer-copyright {
        font-size: 0.75rem;
        padding-bottom: 10px;
    }

    .footer-nav-ul {
        width: 100vh;
        padding: 0 20% 0 20%;
    }

    .footer-line {
        height: 100px;
    }

    .main-txt-container {
        width: 100vw;
        padding: 0 3% 0 3%;
    }

    .main-txt-container iframe {
        width: 100%;
        height: 300px;

    }

    .main-txt-container.main-txt {
        padding: 80px 3% 0 3%;
    }

    .privacy-txt h3 {
        font-size: 1.2rem;
    }

}

@media (max-width: 768px) {

    .logo_fadein img {
        max-width: 70%;
    }

    .logo {
        max-width: 80px;
        height: 80px;
        object-fit: contain;
        margin: 0 auto 0 10px;
    }

    .logo img {
        width: 80px;
        height: 80px;
    }

    .main-nav {
        position: absolute;
        right: 0px;
        height: 605px;
        top: 135px;
        background-image: linear-gradient(#f8b600, #e94f05);
        flex-direction: column;
        align-items: center;
        width: 50%;
        transform: translate(100%);
    }

    .main-nav li {
        opacity: 0;
    }

    .nav-backcolor {
        height: auto;
    }

    .burger {
        display: block;
    }

    .nav-active {
        transform: translate(0%) !important;
        top: 0;
        padding-top: 20%;
        height: 70vh;
        margin: 0;
    }

    .nav-active li {
        padding: 16px;
    }

    .toggle .line1 {
        transform: rotate(-405deg) translate(-5px, 6px);
    }

    .toggle .line2 {
        opacity: 0;
    }

    .toggle .line3 {
        transform: rotate(405deg) translate(-5px, -6px);
    }

    .video video {
        width: 100%;
        height: auto;
        object-fit: cover;
        transform: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .page-title {
        font-size: 34px;
        font-weight: 600;
    }

    .sub-copy p {
        padding: 0 5% 0 5%;
    }

    #scroll::before {
        right: 119px;
    }

    #scroll:after {
        width: 60px;
    }

    .concept {
        display: block;
    }

    .concept-column {
        width: 100%;
        display: block;
    }

    .concept-left-head {
        height: auto;
        padding: 10%;
    }


    .concept-left-head p:nth-child(2) {
        font-size: 1.5rem;
    }

    .concept-left-head p:nth-child(3) {
        font-size: 5rem;
    }

    .concept-left-foot {
        padding: 0 0 0 10%;
    }

    .concept-left-foot br {
        display: none;
    }

    .concept-left-foot span {
        font-size: 1.5rem;
    }

    .concept-left-foot {
        height: 100px;
    }

    .concept-right {
        display: none;
    }

    .concept-column-bottom {
        height: auto;
        padding: 0;
    }

    .concept-column-bottom-head {
        display: block;
        height: auto;
    }

    .concept-column-bottom-foot {
        display: block;
        height: auto;
    }

    .concept-column-bottom-foot-left {
        height: 200px;
    }

    .concept-column-bottom-foot-right {
        height: 200px;
    }

    .concept-left-head {
        display: block;
        height: auto;
    }

    .concept-left-foot .visible {
        display: block;
    }

    [class^="concept-colum-bottom-head"] {
        height: 200px;
    }

    .solution p {
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin: 0 3% 40px 3%;
    }

    .solution-content {
        display: block;
        width: 100%;
    }

    .solution-content-left {
        width: 100%;
    }

    .solution-content-right {
        width: 100%;
    }

    .footer {
        display: block;
    }

    .footer-line {
        display: none;
    }

    .footer-nav {
        position: static;
        transform: none;
        left: 0;
        top: 0%;
        bottom: 0;
        height: 200px;
    }

    .footer-nav-ul {
        flex-direction: column;
        height: auto;
        padding: 0;
        justify-content: center;
        background-color: #009ce6;
    }

    .footer-nav-left {
        padding-bottom: 30px;
    }

    .footer-copyright {
        display: flex;
        text-align: center;
        height: 40px;
        background-color: black;
        color: #fff;
        font-size: 0.75rem;
        justify-content: center;
        align-items: center;
    }

    .main-title-back {
        margin-top: 120px;
    }

    .form-block {
        display: block;
    }

    .form-left {
        width: 100%;
        padding: 0 3%;
    }

    .form-right {
        width: 100%;
        padding: 0 3%;
    }

    .form-block:last-child {
        text-align: center;
    }

    .privacy-txt h3 {
        font-size: 1.2rem;
    }

    .main-txt-container h2 {
        padding-top: 40px;
    }

    .solution-item {
        margin: 0 0 32px 0;
    }

    h2.page-title {
        font-size: 42px;
    }

    .sub-copy p {
        letter-spacing: 2px;
        font-size: 12px;
        line-height: 2;
    }

    .company-box {
        font-size: 88px;
    }

    .company-title {
        font-size: 40px;
        left: 50px;
        top: 60px;
    }

    .company-title p {
        font-size: 24px;
        padding: 0;
    }

    .company-box {
        height: 350px;
    }

    .moba {
        font-size: 40px !important;
        padding-bottom: 40px !important;
    }

    .main-txt-container p {
        padding-bottom: 0;
        line-height: 1.5;
        padding-bottom: 40px;
    }

    .service-title {
        font-size: 40px;
    }

    .service-main {
        display: block;
    }

    .service-img {
        width: 100%;
        height: 200px;
    }

    .service-text {
        width: 100%;
    }

    .service-box {
        padding: 40px 0 40px 0;
    }

    .service-ruby {
        padding: 8px 0 8px 8px;
        font-size: 8px;
    }

    .service-main {
        padding-top: 40px;
    }

    .service-subtitle {
        font-size: 24px;
        margin-top: 40px;
    }
}

@keyframes navLinksFade {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}