body {
    color: #ffffff;
    word-break: keep-all;
    font-family: "Noto Sans JP", sans-serif;
    font-family: "Noto Sans KR", sans-serif;
}
body.ja {
    color: #ffffff;
    word-break: break-all;
}
a {
    text-decoration: none;
    color: #ffffff;
}
.hide {
    display: none;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.page {
    text-align: center;
    font-size: 3em;
}
.mobile_menu_container {
    display: none;
}
.mobile_menu_container .menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
}
.mobile_menu_container .menu span {
    position: absolute;
    height: 3px;
    width: 25px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.mobile_menu_container .menu span:before {
    content: "";
    position: absolute;
    top: -8px;
    background-color: #fff;
    height: 3px;
    width: 25px;
    transition: 0.3s;
}
.mobile_menu_container .menu span:after {
    content: "";
    position: absolute;
    top: 8px;
    background-color: #fff;
    height: 3px;
    width: 25px;
    transition: 0.3s;
}
.mobile_menu_container .menu.active {
    background-color: #262626;
}
.mobile_menu_container .menu.active span {
    background-color: transparent;
}
.mobile_menu_container .menu.active span:before {
    transform: rotate(45deg);
    top: 0;
    background-color: #ffffff;
}
.mobile_menu_container .menu.active span:after {
    transform: rotate(-45deg);
    top: 0;
    background-color: #ffffff;
}

/* End */

/* Navigationbar */

.mobile_menu_container .navbar-menu {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    transform: translateX(100%);
    transition: 0.5s;
}
.mobile_menu_container .navbar-menu.active {
    transform: translateX(0);
    transition: 0.5s;
}
.mobile_menu_container .navbar-menu .menu-listing {
    padding: 0;
    margin: 0;
    text-align: right;
}
.mobile_menu_container .menu-listing li {
    display: inline-block;
}
.mobile_menu_container .menu-listing li a {
    background-color: #fff;
    color: #262626;
    display: block;
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.5s;
}
.mobile_menu_container .menu-listing li a.active,
.mobile_menu_container .menu-listing li a:hover {
    background-color: #262626;
    color: #fff;
    transition: 0.5s;
}

/* End */

@media only screen and (max-width: 767px) {
    /* Navigationbar */

    .mobile_menu_container .navbar-menu {
        height: auto;
        z-index: 1;
    }
    .mobile_menu_container .menu-listing li {
        display: block;
    }
    .mobile_menu_container .navbar-menu .menu-listing {
        text-align: center;
    }

    /* End */

    /* Banner Section */

    .mobile_menu_container .banner-info h1 {
        font-size: 2rem;
    }

    /* End */
}

/* End */

.page1 {
    background-color: #0fa959;
}
.page2 .slide1 {
    background-color: #314ffd;
}
.page2 .slide2 {
    background-color: #d91246;
}
.page2 .slide3 {
    background-color: #bc4793;
}
.page3 {
    background-color: #fc6c7c;
}
.page4 .slide1{
    background-color: #12a6e0;
}
.page4 .slide2{
    background-color: #EA8686;
}
.small_button_container {
    display: none;
}
.swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
}
.swiper-button-next {
    right: 40px;
}
.swiper-button-prev {
    left: 40px;
}
.onepage-pagination {
    top: calc(50% - 48px);
}
.onepage-pagination li a {
    padding-right: 0;
}
.onepage-pagination li a.active:before,
.onepage-pagination li a:before {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: #ffffff;
    opacity: 0.2;
    margin-top: 0;
    left: 0;
}
.onepage-pagination li a.active:before {
    opacity: 1;
    border: 0;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
}
.footer {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
}
.footer .sns_container .sns_icon {
    width: 50px;
    padding: 20px;
}
.menu_container {
    display: flex;
}
.header .logo_container .logo {
    cursor: pointer;
}
.header .menu_container .menu_item {
    padding: 10px 20px;
    font-size: 16pt;
    font-weight: 300;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    height: 18pt;
    cursor: pointer;
}
.header .menu_container .menu_item.active {
    font-weight: 600;
    border-bottom: 4px solid #ffffff;
}
.main .page {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .swiper-wrapper {
    flex: 1;
}
.main .swiper-wrapper .swiper-slide {
    display: flex;
    height: 100%;
}
.main .page .contents {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.page1 .contents .logo-bottom {
    padding-left: 20px;
    margin-bottom: 50px;
}
.page1 .contents .logo-description {
    font-size: 24pt;
    font-weight: 300;
    padding-top: 4px;
}
.page1 .contents .description_container {
    display: flex;
    align-items: center;
}
.page1 .contents .description_container .arrow {
    font-weight: bold;
    padding: 0 40px;
}
.page1 .contents .description_container .description {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    font-size: 24pt;
    font-weight: 400;
}
.page1 .contents .description_container .description .line {
    display: flex;
    flex-direction: row;
}
.page1 .contents .description_container .description .line .paragraph {
    margin-right: 8px;
}
.page .swiper-slide .contents {
    flex: 1;
    flex-direction: row;
    height: 100%;
}
.page .swiper-slide .contents .image_container,
.page .swiper-slide .contents .info_container {
    flex: 1;
}
.page .swiper-slide .contents .info_container .service_image {
    display: none;
}
.page .swiper-slide .contents .image_container {
    display: flex;
    justify-content: flex-end;
}

.page .swiper-slide .contents .image_container .service_image {
    width: 78%;
    margin-right: 40px;
}
.page .swiper-slide .contents .info_container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.page .swiper-slide .contents .info_container .info {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.page .swiper-slide .contents .info_container .service_title {
    font-size: 30pt;
    font-weight: bold;
    text-align: left;
}
.page .swiper-slide .contents .info_container .service_sub_description {
    font-size: 16pt;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 40px;
    text-align: left;
}
.page .swiper-slide .contents .info_container .service_description1,
.page .swiper-slide .contents .info_container .service_description2 {
    font-size: 18pt;
    font-weight: 300;
    text-align: left;
    margin-bottom: 20px;
}
.page .swiper-slide .contents .info_container .service_description2 {
    margin-bottom: 40px;
}
.page2 .swiper-slide .contents .info_container .info .button_container {
    text-align: left;
}
.page2
    .swiper-slide
    .contents
    .info_container
    .info
    .button_container
    .download_button {
    width: 160px;
}
.page .swiper-slide .contents .info_container .app_list {
    display: flex;
    width: 80%;
    flex-direction: column;
}
.page .swiper-slide .contents .info_container .app_item {
    display: flex;
    flex: 1;
}
.page .swiper-slide .contents .info_container .app_item .app_icon img {
    width: 80px;
    margin-right: 8px;
}
.page .swiper-slide .contents .info_container .app_item .app_info .app_title {
    font-size: 18pt;
    font-weight: bold;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 4px;
}
.page2
    .swiper-slide
    .contents
    .info_container
    .app_item
    .app_info
    .app_description {
    font-size: 16pt;
    font-weight: 300;
}
.page .swiper-slide .contents .info_container .app_item .app_info {
    flex: 2;
    text-align: left;
}
.page .swiper-slide .contents .info_container .app_item .download_link {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
}
.swiper-pagination-bullet {
    background-color: #ffffff;
}
.main .page3 .contents {
    flex: 1;
    flex-direction: row;
    height: 100%;
}
.page3 .contents .blog_container {
    display: flex;
    width: 50%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page3 .contents .blog_container.blog_container_right {
    background-color: #fec302;
}
.page3 .contents .blog_container .title {
    font-size: 30pt;
    font-weight: bold;
    margin-bottom: 8px;
}
.page3 .contents .blog_container .description {
    font-size: 16pt;
    font-weight: 600;
}
.page3 .contents .blog_container .image {
    width: 450px;
    margin: 20px 0;
}
.page3 .contents .blog_container .link_container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.page3 .contents .blog_container .link_container .link {
    margin: 0 20px;
}
.page3 .contents .blog_container .link_container .link img {
    width: 50px;
}
.page3 .contents .blog_container .link_description {
    font-size: 14pt;
}
.page4 .link_container .link_item {
    display: flex;
    margin-bottom: 10px;
}
.page4 .link_container .link_item .link_label {
    font-size: 16pt;
    font-weight: 600;
    margin-right: 10px;
}
.page4 .link_container .link_item a {
    font-size: 16pt;
}
.page4 .service_title {
    margin-bottom: 20px;
}

@media (max-width: 1110px) {
    .page .swiper-slide .contents .info_container .service_sub_description {
        font-size: 14pt;
    }
    .page .swiper-slide .contents .info_container .service_description1,
    .page .swiper-slide .contents .info_container .service_description2 {
        font-size: 16pt;
    }
    .page3 .contents .blog_container .image {
        width: 80%;
    }
    .page3 .contents .blog_container .title {
        font-size: 24pt;
    }
    .page3 .contents .blog_container .description {
        font-size: 16px;
    }
    .page .swiper-slide .contents .info_container .app_list {
        width: 100%;
    }
}
@media (max-width: 900px) {
    .page1 .logo-top {
        width: 460px;
    }
    .page1 .contents .logo-bottom {
        width: 34px;
    }
    .page1 .contents .logo-description {
        font-size: 22pt;
    }
    .page1 .contents .description_container .description {
        font-size: 20pt;
    }
    .page1 .contents .description_container .arrow {
        padding: 0 20px;
    }
    .page .swiper-slide .contents .image_container {
        display: none;
        width: 50%;
    }
    .page .swiper-slide .contents .info_container,
    .page .swiper-slide .contents .info_container .info {
        align-items: center;
    }
    .page .swiper-slide .contents .info_container .service_image {
        display: initial;
        width: 60%;
        margin-bottom: 20px;
    }
    .page .swiper-slide .contents .info_container .app_list {
        width: 70%;
    }
    .page .slide2 .contents .info_container .service_image {
        display: none;
    }
    .page .swiper-slide .contents .info_container .service_description1 {
        width: 80%;
    }
    .page .swiper-slide .contents .info_container .service_description2 {
        display: none;
    }
}
@media (max-width: 700px) {
    .page1 .logo-top {
        width: 400px;
    }
    .page1 .contents .logo-bottom {
        width: 30px;
        margin-bottom: 100px;
    }
    .page1 .contents .logo-description {
        font-size: 18pt;
    }
    .page1 .contents .description_container .description {
        font-size: 16pt;
        padding: 30px 0;
    }
    .page1 .contents .description_container .arrow {
        padding: 0 20px;
        font-size: 30pt;
        font-weight: 400;
    }
}
@media (max-width: 640px) {
    .page .swiper-slide .contents .info_container .app_item .app_info,
    .page .swiper-slide .contents .info_container .app_item .download_link {
        display: none;
    }
    .page .swiper-slide .contents .info_container .app_list {
        flex-direction: row;
        width: 100%;
        margin-bottom: 0;
    }
    .page .slide2 .contents .info_container .service_image {
        display: initial;
        width: 80%;
    }
    .page .swiper-slide .contents .info_container .app_item .app_icon img,
    .page1 .contents .description_container .description .line .paragraph {
        margin-right: 0;
    }
}
@media (max-width: 550px) {
    .page1 .logo-top {
        width: 340px;
    }
    .page1 .contents .logo-bottom {
        width: 25px;
    }
    .page1 .contents .description_container .description .line {
        flex-direction: column;
    }
    .page1 .contents .description_container .description {
        font-size: 18pt;
        line-height: 24pt;
    }
    .menu_container {
        display: none;
    }
    .mobile_menu_container {
        display: initial;
    }
    .page .swiper-slide .contents .info_container .service_description1 {
        display: none;
    }
    .page .button_container {
        display: none;
    }
    .page .small_button_container {
        display: initial;
    }
    .page .small_button_container .download_button {
        width: 40px;
        padding: 0 10px;
    }
    .page2 .slide3 .contents .info_container .service_image {
        width: 90%;
    }
    .main .page3 .contents {
        flex-direction: column;
    }
    .page3 .contents .blog_container {
        width: 100%;
    }
    .page3 .contents .blog_container:first-child {
        justify-content: flex-end;
    }
    .page3 .contents .blog_container:last-child {
        justify-content: flex-start;
        padding-top: 20px;
    }
    .page3 .contents .blog_container .link_description {
        display: none;
    }
    .page3 .contents .blog_container .image {
        width: 50%;
        margin: 10px 0;
    }
    .page3 .contents .blog_container .link_container {
        height: 50px;
    }
    .page3 .contents .blog_container .link_container .link img {
        width: 40px;
    }
    .header .logo_container .logo {
        width: 50px;
    }
    .footer .copyright {
        font-size: 10pt;
    }
    .header {
        padding: 16px;
    }
    .page4 .swiper-slide .contents .info_container .service_title {
        font-size: 24pt;
    }
    .swiper-button-next:before,
    .swiper-button-prev:before,
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 30px;
    }
    .swiper-button-next {
        right: 30px;
    }
    .swiper-button-prev {
        left: 30px;
    }
    .page .swiper-slide .contents .info_container .app_item .app_icon img {
        width: 72px;
    }
}

@media (max-width: 400px) {
    .page1 .logo-top {
        width: 300px;
    }
    .page1 .contents .logo-bottom {
        width: 25px;
        margin-bottom: 40px;
    }
    .page1 .contents .description_container .description .line {
        flex-direction: column;
    }
    .page1 .contents .description_container .description {
        font-size: 16pt;
        line-height: 24pt;
        padding: 20px 0;
    }
    .menu_container {
        display: none;
    }
    .mobile_menu_container {
        display: initial;
    }

    .page1 .contents .description_container .arrow {
        padding: 0 16px;
    }
    .small_button_container {
        display: initial;
        width: 100%;
    }
    .small_button_container .download_button {
        width: 40px;
        padding: 0 10px;
    }
    .page3 .contents .blog_container .image {
        width: 45%;
        margin-bottom: 0;
    }
    .page .slide2 .contents .info_container .service_title {
        font-size: 22pt;
    }
}

@media (max-width: 320px) {
    .page1 .logo-top {
        width: 260px;
    }
    .page1 .contents .logo-bottom {
        width: 20px;
        margin-bottom: 40px;
    }
    .page1 .contents .logo-description {
        font-size: 16pt;
    }
    .page1 .contents .description_container .description {
        font-size: 14pt;
        line-height: 20pt;
        padding: 10px 0;
    }
    .page1 .contents .description_container .arrow {
        padding: 0 10px;
    }
    .footer .sns_container .sns_icon {
        width: 40px;
    }
    .footer .copyright {
        font-size: 8pt;
    }
    .page4 .swiper-slide .contents .info_container .service_title {
        font-size: 22pt;
    }
    .page3 .contents .blog_container .title {
        font-size: 20pt;
        margin-bottom: 0;
    }
    .page3 .contents .blog_container .description {
        font-size: 14px;
    }
    .page3 .contents .blog_container .link_container .link img {
        width: 30px;
    }
    .page .swiper-slide .contents .info_container .service_sub_description {
        margin-bottom: 10px;
    }
    .page .swiper-slide .contents .info_container .app_item .app_icon img {
        width: 62px;
    }
    .page .slide2 .contents .info_container,
    .page .swiper-slide .contents .info_container .info {
        margin-top: 30px;
    }
    .en .page .slide2 .contents .info_container,
    .en .page .swiper-slide .contents .info_container .info {
        margin-top: 0;
    }
}
