@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* CSS reset */
* {
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
a,
blockquote,
th,
td,
footer {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
images {
    border: 0;
}

input {
    margin: 0;
    padding: 0;
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

img {
    vertical-align: middle;
}

a,
address {
    text-decoration: none;
    font-style: normal;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Play', 'SUIT',"Noto Sans JP", sans-serif;
    letter-spacing: -0.01em;
    position: relative;
    color: #111;
}

header {
    position: fixed;
    z-index: 3;
    width: 100%;
    top: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

header #header-wrap {
    max-width: 1720px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

header #header-wrap #logo a {
    display: block;
    width: 140px;
    height: 40px;
    background-image: url(../images/logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    position: relative;
    z-index: 11;
}

header #gnb {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
}

header #gnb>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}

header #gnb>ul>li {
    width: 16.6%;
    height: 90px;
}

header #gnb>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    height: 100%;
    font-family: 'Play',"Noto Sans JP", sans-serif;
    box-sizing: border-box;
    border-bottom: 3px solid transparent;
    padding-top: 3px;
}

header #gnb>ul>li:first-child>a {
    padding-left: 0;
}

header #gnb>ul>li:last-child>a {
    padding-right: 0;
}

header #gnb ul li .sub-menu {
    width: 100%;
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
}

header #gnb ul li .sub-menu li {
    text-align: center;
    width: 100%;
}

header #gnb ul li .sub-menu>li>a {
    color: #666;
    line-height: 1;
    padding: 15px 0;
    display: block;
    font-family: 'Play',"Noto Sans JP", sans-serif;
    font-size: 16px;
}

header #gnb:before {
    content: "";
    width: 200vw;
    position: absolute;
    top: 89px;
    left: -50vw;
    height: 250px;
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    opacity: 0;
    visibility: hidden;
}

header .lang {
    font-family: 'Play',"Noto Sans JP", sans-serif;
}

header .lang span {
    font-size: 16px;
    display: block;
    width: 55px;
    color: #fff;
    position: relative;
    cursor: pointer;
}

header .lang span:after {
    content: "";
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    display: block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

header .lang ul {
    width: 55px;
    position: absolute;
    display: none;
    text-align: center;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

header .lang ul li a {
    font-size: 16px;
    display: block;
    line-height: 32px;
    color: #333;
}

footer {
    background-color: #151515;
    position: relative;
}

footer #footer-wrap {
    max-width: 1400px;
    width: 100%;
    height: 350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

footer #footer-wrap>div>img {
    width: 172px;
    padding: 60px 0 50px;
}

footer #footer-wrap>div ul {
    display: flex;
}

footer #footer-wrap>div ul li a {
    display: flex;
    position: relative;
    font-size: 16px;
    color: #fff;
    margin-right: 70px;
    align-items: center;
}

footer #footer-wrap>div ul li a img {
    width: 12px;
    margin-left: 20px;
}

footer #footer-wrap address {
    color: #999;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 40px;
    margin-top: 60px;
}

footer #footer-wrap address span:first-child {
    margin-right: 20px;
}

footer #footer-wrap .down-btn {
    width: 240px;
    height: 80px;
    box-sizing: border-box;
    border: 1px solid #474747;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    margin: auto 0;
}

footer #footer-wrap .down-btn img {
    width: 18px;
    margin-left: 30px;
}

#container .section01 {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

#mvis-slider {
    width: 100%;
    height: 100vh;
    position: relative;
}

#mvis-slider .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#mvis-slider .swiper-slide .bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

#mvis-slider .swiper-slide .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

#mvis-slider .swiper-slide .txt-box {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding-left: 260px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    opacity: 0;
}

#mvis-slider .txt-box div {
    overflow: hidden;
}

#mvis-slider .txt-box p {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: 'Play',"Noto Sans JP", sans-serif;
}

#mvis-slider .txt-box span {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
}

#mvis-slider .swiper-slide-active .txt-box {
    opacity: 1;
    transition: all 2s .6s;
    -webkit-transition: all 2s .6s;
    -moz-transition: all 2s .6s;
    -ms-transition: all 2s .6s;
    -o-transition: all 2s .6s;
}

#mvis-slider .pagination-wrap {
    position: absolute;
    z-index: 1;
    bottom: 210px;
    left: 50%;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 260px;
    display: flex;
    align-items: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#mvis-slider .pagination-wrap .mvis-prev,
#mvis-slider .pagination-wrap .mvis-next {
    cursor: pointer;
}

#mvis-slider .swiper-pagination {
    color: #aaa;
    text-align: left;
    font-family: 'Play',"Noto Sans JP", sans-serif;
    font-size: 20px;
    position: static;
    width: auto;
    margin: 0 30px;
}

#mvis-slider .swiper-pagination-current {
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
}

#mvis-slider .swiper-pagination-total {
    margin-left: 5px;
}

#conatiner #main .section02 {
    padding-top: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 150px;
}

#conatiner #main .section02 .txt-box p {
    font-size: 55px;
    line-height: 75px;
    margin-bottom: 40px;
}

#conatiner #main .section02 .txt-box p strong {
    font-size: 65px;
}

#conatiner #main .section02 .txt-box span {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
}

#conatiner #main .section03 {
    position: relative;
    overflow: hidden;
}

#conatiner #main .section03 .bg {
    width: 100%;
    height: 100vh;
    text-align: center;
    z-index: 0;
}

#conatiner #main .section03 .bg img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
    margin-top: 600px;
}

#conatiner #main .section03 .inner {
    width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(50% - 700px);
}

#conatiner #main .section03 .inner .txt-box {
    padding: 400px 0 210px;
}

#conatiner #main .section03 .inner .txt-box p {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

#conatiner #main .section03 .inner .txt-box span {
    font-size: 18px;
    line-height: 30px;
    color: #979bae;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
}

#conatiner #main .section03 .inner .product-wrap {
    display: flex;
}

#conatiner #main .section03 .inner .product-wrap .title {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-right: 120px;
    line-height: 1;
    flex: none;
}

#conatiner #main .section03 .inner .product-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    max-height: 1790px;
    width: 1050px;
    flex: none;
}

#conatiner #main .section03 .inner .product-wrap ul li {
    color: #fff;
}

#conatiner #main .section03 .inner .product-wrap ul li:nth-child(odd) {
    margin-right: 190px;
}

#conatiner #main .section03 .inner .product-wrap ul li:nth-child(even) {
    margin-top: 200px;
}

#conatiner #main .section03 .inner .product-wrap ul li p {
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0 20px;
}

#conatiner #main .section03 .inner .product-wrap ul li span {
    font-size: 18px;
    line-height: 30px;
}

#conatiner #main .section04 {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 180px;
    padding-top: 130px;
}

#conatiner #main .section04 li {
    display: flex;
    margin-bottom: 100px;
    align-items: flex-end;
}

#conatiner #main .section04 li:last-child {
    margin-bottom: 0;
}

#conatiner #main .section04 li:nth-child(odd) {
    justify-content: space-between;
}

#conatiner #main .section04 li:nth-child(even) .txt-box {
    margin-left: 100px;
}

#conatiner #main .section04 li .txt-box {
    margin-bottom: 50px
}

#conatiner #main .section04 li .txt-box p {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

#conatiner #main .section04 li .txt-box>span {
    font-size: 18px;
    line-height: 30px;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
}

#conatiner #main .section04 li .txt-box a {
    width: 110px;
    height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    border: 1px solid #e4e4e4;
    margin-top: 40px;
    position: relative;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

#conatiner #main .section04 li .txt-box a span {
    display: inline-block;
    margin-left: 5px;
    font-size: 0;
    transition: all .2s;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

#container #svis {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 90px;
}

#container.product #svis {
    background-image: url(../product/images/svis.jpg);
}

#container.technology #svis {
    background-image: url(../technology/images/svis.jpg);
}

#container.company #svis {
    background-image: url(../company/images/svis.jpg);
}

#container.support #svis {
    background-image: url(../support/images/svis.jpg);
}

#container.recruit #svis {
    background-image: url(../recruit/images/svis.jpg);
}

#container.sales #svis {
    background-image: url(../sales/images/svis.jpg);
}

#container #svis .tit-box {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

#container #svis .tit-box h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
}

#container #tab-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

#container #tab-menu:after {
    content: "";
    width: 100vw;
    height: 1px;
    display: block;
    background-color: #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

#container #tab-menu li {
    height: 100%;
}

#container #tab-menu li a {
    font-size: 18px;
    color: #555;
    margin: 0 30px;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}

#container #tab-menu li.active a {
    color: #00aeed;
}

#container #tab-menu li.active a:after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #00aeed;
}

#container #tab-menu.active {
    position: fixed;
    top: 0;
    z-index: 10;
}

#container #tab-menu.active~.contents {
    padding-top: 70px;
}


#container.product .contents .product-list {
    max-width: 1400px;
    width: 100%;
    margin: 140px auto 110px;
    /* margin: 110px auto; */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

#container.product .contents .product-list li {
    width: calc(100% / 3 - (40px * 2 / 3));
    height: 530px;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 0 60px;
    margin: 0 40px 60px 0;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

#container.product .contents .product-list li:nth-child(3n) {
    margin-right: 0;
}

#container.product .contents .product-list li .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 380px;
}

#container.product .contents .product-list li .thumb img {
    width: 100%;
    max-height: 360px;
    height: 100%;
    object-fit: contain;
}

#container.product .contents .product-list li .type {
    font-size: 16px;
    color: #00a0e9;
}

#container.product .contents .product-list li .name {
    font-size: 30px;
    font-weight: 700;
    color: #111;
    margin: 20px 0 5px;
    position: relative;
    display: inline-block;
}

#container.product .contents .product-list li .name.new:after {
    content: "新しい";
    font-family: 'Play',"Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 50px; */
    width: 65px;
    height: 25px;
    background-color: #132b88;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    position: absolute;
    /* right: -60px; */
    right: -75px;
    top: 0;
}

#container.product .contents .product-list li .info {
    font-size: 16px;
    color: #555;
}

#container.product .contents .section .inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

#container.product .contents .section .inner>p {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding-top: 100px;
}

#container.product .contents .section .inner:has(>span) p{
    padding-bottom: 30px;
}

#container.product .contents .section .inner>span{
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}

#container.product .contents .section01 .inner {
    display: flex;
    margin: 140px auto 100px;
}

#container.product .contents .section01 .inner>div {
    width: 50%;
}

#container.product .contents .section01 .inner .product-title .type {
    font-size: 30px;
    color: #00a0e9;
    margin-top: 30px;
}

#container.product .contents .section01 .inner .product-title .name {
    font-size: 60px;
    font-weight: 700;
    margin: 30px 0 10px;
    display: inline-block;
    position: relative;
}

#container.product .contents .section01 .inner .product-title .name.new:after {
    content: 'NEW';
    width: 70px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    background-color: #132b88;
    color: #fff;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: -100px;
}

#container.product .contents .section01 .inner .product-title .info {
    font-size: 30px;
    color: #555;
}

#container.product .contents .section01 .inner .product-title a {
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #036eb8;
    color: #fff;
    margin: 60px 0 70px;
}


#container.product .contents .section01 .inner .product-slider-thumb .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #eee;
    cursor: pointer;
    text-align: center;
}

#container.product .contents .section01 .inner .product-slider-thumb .swiper-slide-thumb-active {
    border-color: #036eb8;
}

#container.product .contents .section01 .inner .product-slider-thumb .swiper-slide img {
    /* width: 150px; */
    height: 150px;
    object-fit: contain;
    object-position: center;
}

#container.product .contents .section01 .inner .product-slider {
    width: 700px;
    height: 660px;
}

#container.product .contents .section01 .inner .product-slider .swiper-wrapper{
    width: 100%;
    height: 100% !important;
}
#container.product .contents .section01 .inner .product-slider .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
}

#container.product .contents .section01 .inner .product-slider .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


#container.product .contents .section02 {
    background-color: #f7f7f7;
    position: relative;
}

#container.product .contents .section02 .vis-wrap {
    text-align: center;
    margin-top: 70px;
    position: relative;
}

#container.product .contents .section02 .vis-wrap .tooltip {
    width: 558px;
    height: 584px;
    position: absolute;
    top: 0;
    left: calc(50% - 279px);
}

#container.product .contents .section02 .vis-wrap .tooltip p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #00a0e9;
    position: absolute;
}

#container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(1) {
    top: 235px;
    left: 79px;
}

#container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(2) {
    top: 150px;
    left: 239px;
}

#container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(3) {
    top: 265px;
    left: 279px;
}

#container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(4) {
    top: 250px;
    left: 371px;
}

#container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(5) {
    top: 385px;
    left: 24px;
}

#container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(6) {
    top: 415px;
    left: 279px;
}

#container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(7) {
    top: 385px;
    left: 385px;
}

#container.product .contents .section02 .vis-wrap.moebius .tooltip p:nth-child(1) {
    top: 160px;
    left: 170px;
}

#container.product .contents .section02 .vis-wrap.moebius .tooltip p:nth-child(2) {
    top: 210px;
    left: 175px;
}

#container.product .contents .section02 .vis-wrap.moebius .tooltip p:nth-child(3) {
    top: 210px;
    left: 280px;
}

#container.product .contents .section02 .vis-wrap.moebius .tooltip p:nth-child(4) {
    top: 255px;
    left: 300px;
}

#container.product .contents .section02 .vis-wrap.moebius .tooltip p:nth-child(5) {
    top: 285px;
    left: 390px;
}

#container.product .contents .section02 .vis-wrap.ndpl .tooltip p:nth-child(1) {
    top: 165px;
    left: 280px;
}

#container.product .contents .section02 .vis-wrap.ndpl .tooltip p:nth-child(2) {
    top: 230px;
    left: 190px;
}

#container.product .contents .section02 .vis-wrap.ndpl .tooltip p:nth-child(3) {
    top: 210px;
    left: 355px;
}

#container.product .contents .section02 .vis-wrap.ndpl .tooltip p:nth-child(4) {
    top: 110px;
    left: 450px;
}

#container.product .contents .section02 .vis-wrap.ndpl .tooltip p:nth-child(5) {
    top: 295px;
    left: 80px;
}

#container.product .contents .section02 .inner .list-wrap {
    display: flex;
    margin-top: 90px;
    padding-bottom: 130px;
}

#container.product .contents .section02 .inner .list-wrap div {
    display: flex;
    width: 50%;
}

#container.product .contents .section02 .inner .list-wrap div p {
    font-size: 30px;
    font-weight: 700;
    margin-right: 60px;
    line-height: 1;
    flex: none;
}

#container.product .contents .section02 .inner .list-wrap div li {
    font-size: 18px;
    margin-bottom: 30px;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    padding-left: 40px;
    position: relative;
}

#container.product .contents .section02 .inner .list-wrap div li .icon {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    background-color: #036eb8;
}

#container.product .contents .section02 .inner .list-wrap div li .icon:after {
    content: "";
    width: 7px;
    height: 4px;
    display: block;
    border: solid #fff;
    border-width: 0 0 2px 2px;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

#container.product .contents .section03 .vr {
    background: url(../product/images/vr_bg.png) bottom / contain no-repeat;
    padding-bottom: 60px;
    margin-bottom: 170px;
}

#container.product .contents .section04 .video {
    position: relative;
    display: block;
    margin: 100px 0;
}

#container.product .contents .section04 .video img {
    width: 100%;
    aspect-ratio: 7/2;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

#container.product .contents .section04 .video .txt-box {
    color: #fff;
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 30px;
    width: 100%;
    aspect-ratio: 7/2;
    box-sizing: border-box;
    padding: 0 120px;
    position: relative;
    z-index: 5;
}

#container.product .contents .section04 .video .txt-box .title {
    font-size: 50px;
    font-weight: 700;
}

#container.product .contents .section04 .video .txt-box .txt {
    font-size: 26px;
    margin: 15px 0 35px;
}

#container.product .contents .section04 .video .txt-box .play-btn {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, .4);
    position: relative;
}

#container.product .contents .section04 .video .txt-box .play-btn:after {
    content: "";
    width: 26px;
    height: 30px;
    display: block;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #00a0e9;
    position: absolute;
    top: calc(50% - 13px);
    left: 40%;
}

#container.product~.lity .lity-iframe-container iframe {
    background-color: #000;
}

#container.product~.lity .lity-close {
    background: transparent;
    color: #fff;
}

#container.product .contents .section05 {
    background-color: #f7f7f7;
}

#container.product .contents .section05 .inner>div {
    width: 800px;
}

#container.product .contents .section05 .inner .specifications-slider {
    height: 500px;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
#container.product .contents .section05 .inner .specifications-slider .swiper-wrapper{
    width: 100%;
    height: 100% !important;
}
#container.product .contents .section05 .inner .specifications-slider .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

#container.product .contents .section05 .inner .specifications-slider .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 80%;
    object-fit: contain;
}

#container.product .contents .section05 .inner .specifications-slider-thumb {
    margin: 20px auto 0;
    padding-bottom: 120px;
}

#container.product .contents .section05 .inner .specifications-slider-thumb .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #fff;
    cursor: pointer;
    width: 190px;
    height: 120px;
    background-color: #Fff;
    padding: 10px 5px;
}

#container.product .contents .section05 .inner .specifications-slider-thumb .swiper-slide-thumb-active {
    border-color: #036eb8;
}


#container.product .contents .section05 .inner .specifications-slider-thumb .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#container.technology .contents .rnd-list {
    max-width: 1400px;
    width: 100%;
    margin: 140px auto 110px;
    display: flex;
    flex-wrap: wrap;
}

#container.technology .contents .rnd-list li {
    max-width: 440px;
    height: 530px;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 0 60px;
    margin: 0 40px 60px 0;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

#container.technology .contents .rnd-list li:nth-child(3n) {
    margin-right: 0;
}

#container.technology .contents .rnd-list li .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 380px;
}

#container.technology .contents .rnd-list li .thumb img {
    max-width: 330px;
    width: 100%;
}

#container.technology .contents .rnd-list li .name {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #111;
    margin: auto 0 60px;
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 80px;
}

#container.technology .contents .section .inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

#container.technology .contents .section01 .inner {
    display: flex;
    margin: 140px auto 100px;
}

#container.technology .contents .section01 .inner>div {
    width: 50%;
}

#container.technology .contents .section01 .inner .txt-box .name {
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
}

#container.technology .contents .section01 .inner .txt-box .info {
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    font-size: 30px;
    margin: 15px 0 40px;
    color: #555;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

#container.technology .contents .section01 .inner .txt-box .info-detail {
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    color: #555;
}

#container.technology .contents .section01 .inner .txt-box a {
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #036eb8;
    color: #fff;
    margin: 60px 0 70px;
}

#container.technology .contents .section01 .inner .left .rnd-slider-thumb .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #eee;
    cursor: pointer;
    text-align: center;
}

#container.technology .contents .section01 .inner .left .rnd-slider-thumb .swiper-slide-thumb-active {
    border-color: #036eb8;
}

#container.technology .contents .section01 .inner .left .rnd-slider-thumb .swiper-slide img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

#container.technology .contents .section01 .inner .right .rnd-slider {
    width: 600px;
    height: 500px;
}

#container.technology .contents .section01 .inner .right img {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}

#container.technology .contents .tit-box p {
    font-size: 30px;
    font-weight: 700;
    margin: 90px 0 80px;
    text-align: center;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
}

#container.technology .contents .patent-list {
    max-width: 1400px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 100px;
}

#container.technology .contents .patent-list li {
    margin: 0 30px 70px 0;
    text-align: center;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
}

#container.technology .contents .patent-list li:nth-child(5n) {
    margin-right: 0;
}

#container.technology .contents .patent-list li:last-child {
    margin-bottom: 0;
}

#container.technology .contents .patent-list li img {
    max-width: 256px;
    width: 100%;
}

#container.technology .contents .patent-list li .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin: 15px 0 5px;
}

#container.technology .contents .patent-list li .date {
    font-size: 14px;
    color: #999;
}

#container.profile .contents .txt-box {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    padding: 170px 0 170px 130px;
    box-sizing: border-box;
}

#container.profile .contents .txt-box p {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    max-width: 570px;
    width: 100%;
    flex: none;
}

#container.profile .contents .txt-box span {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    word-break: keep-all;
}

#container.profile .contents .section01 .title {
    font-size: 70px;
    font-weight: 700;
    color: #111;
    max-width: 1400px;
    margin: 120px auto 0;
    position: relative;
    z-index: 1;
}

#container.profile .contents .section01 .title span {
    font-size: 100px;
    display: inline-block;
}

#container.profile .contents .section01 .bg img {
    width: 100%;
    margin-top: -50px;
    transform-origin: center;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
}

#container.profile .contents .section03 .bg {
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
}

#container.profile .contents .section03 .bg img {
    height: 555px;
    width: 0;
    object-fit: cover;
    object-position: left;
    display: block;
    transition: all 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1);
    -ms-transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#container.profile .contents .section03.active .bg img {
    width: 100%;
}

#container.profile .contents .section03.active .info {}

#container.profile .contents .section03 .info {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    margin-top: -100px;
    position: relative;
    z-index: 1;
    text-align: center;
}

#container.profile .contents .section03 .info>div {
    font-size: 30px;
    font-weight: 700;
    padding: 60px 0 80px;
}

#container.profile .contents .section03 .info ul {
    display: flex;
    margin-bottom: 170px;
}

#container.profile .contents .section03 .info ul li {
    max-width: 280px;
    width: 100%;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    position: relative;
}

#container.profile .contents .section03 .info ul li:after {
    content: "";
    width: 1px;
    height: 80px;
    display: block;
    background-color: #eee;
    position: absolute;
    right: 0;
    top: 30px;
}

#container.profile .contents .section03 .info ul li:last-child:after {
    display: none;
}

#container.profile .contents .section03 .info ul li p {
    font-size: 22px;
    font-weight: 700;
    margin: 25px 0 5px;
}

#container.profile .contents .section03 .info ul li span {
    font-size: 18px;
    display: inline-block;
}

#container.profile .contents .section03 .info ul li span span {
    font-size: 16px;
}

#container.profile .contents .section .jarallax {
    position: relative;
    z-index: 0;
    height: 580px;
}

#container.profile .contents .section .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#container.vision .contents .section01 {
    height: 100vh;
    position: relative;
}

#container.vision .contents .section01 div {
    width: 90%;
    font-size: 50px;
    text-align: center;
    line-height: 70px;
    position: absolute;
    left: 5%;
    bottom: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    letter-spacing: -0.1em;
}

#container.vision .contents .section01 div p:nth-child(1) {}

#container.vision .contents .section01 div p:nth-child(2) {
    font-weight: 700;
}

#container.vision .contents .section01 div p span {
    display: inline-block;
    opacity: 0;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
}

#container.vision .contents .section01 div p span.aos-animate {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

#container.vision .contents .section02 {
    position: relative;
}

#container.vision .contents .section02 .bg {
    position: relative;
    transform: scale(.96);
    -webkit-transform: scale(.96);
    -moz-transform: scale(.96);
    -ms-transform: scale(.96);
    -o-transform: scale(.96);
    height: 100vh;
}

#container.vision .contents .section02 .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#container.vision .contents .section02 .bg .overlay {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .3);
}

#container.vision .contents .section02 .txt-box {
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: calc(50% + 90px);
    display: block;
    text-align: center;
    color: #fff;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}

#container.vision .contents .section02 .txt-box p {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 70px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    opacity: 0;
}

#container.vision .contents .section02 .txt-box p span {
    font-weight: 700;
}

#container.vision .contents .section02 .txt-box>span {
    font-size: 18px;
    line-height: 30px;
    display: block;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
}

#container.vision .contents .section03 {
    text-align: center;
}

#container.vision .contents .section03>p {
    font-size: 30px;
    font-weight: 700;
    margin: 120px 0 140px;
    line-height: 1;
}

#container.vision .contents .section03 .shape-wrap {
    width: 870px;
    height: 470px;
    position: relative;
    margin: 0 auto 160px;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
}

#container.vision .contents .section03 .shape-wrap div p {
    font-size: 26px;
    font-weight: 700;
}

#container.vision .contents .section03 .shape-wrap div li {
    font-size: 18px;
    line-height: 30px;
}

#container.vision .contents .section03 .shape-wrap div {
    position: absolute;
}

#container.vision .contents .section03 .shape-wrap div:before,
#container.vision .contents .section03 .shape-wrap div:after {
    content: "";
    display: block;
    position: absolute;
}

#container.vision .contents .section03 .shape-wrap div:before {
    width: 0;
    height: 1px;
    background-color: #ddd;
}

#container.vision .contents .section03 .shape-wrap div:after {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #036eb8;
    opacity: 0;
}

#container.vision .contents .section03 .shape-wrap div:nth-child(1) {
    top: 115px;
    left: 0;
}

#container.vision .contents .section03 .shape-wrap div:nth-child(2) {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#container.vision .contents .section03 .shape-wrap div:nth-child(3) {
    top: 115px;
    right: 0;
}

#container.vision .contents .section03 .shape-wrap div:nth-child(1):before {
    right: -135px;
    top: 17px;
}

#container.vision .contents .section03 .shape-wrap div:nth-child(1):after {
    left: 280px;
    top: 14px;
}

#container.vision .contents .section03 .shape-wrap div:nth-child(2):before {
    left: 50%;
    top: -110px;
    width: 1px;
    height: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#container.vision .contents .section03 .shape-wrap div:nth-child(2):after {
    left: calc(50% - 4px);
    bottom: 201px;
}

#container.vision .contents .section03 .shape-wrap div:nth-child(3):before {
    left: -55px;
    top: 17px;
}

#container.vision .contents .section03 .shape-wrap div:nth-child(3):after {
    right: 280px;
    top: 14px;
}

#container.vision .contents .section03 .shape-wrap.aos-animate div:after {
    opacity: 1;
    transition: all .8s 1s;
    -webkit-transition: all .8s 1s;
    -moz-transition: all .8s 1s;
    -ms-transition: all .8s 1s;
    -o-transition: all .8s 1s;
}

#container.vision .contents .section03 .shape-wrap.aos-animate div:before {
    width: 100px;
    height: 1px;
    transition: all .8s 1.2s;
    -webkit-transition: all .8s 1.2s;
    -moz-transition: all .8s 1.2s;
    -ms-transition: all .8s 1.2s;
    -o-transition: all .8s 1.2s;
}

#container.vision .contents .section03 .shape-wrap.aos-animate div:nth-child(2):before {
    width: 1px;
    height: 100px;
}

#container.vision .contents .section03 .shape-wrap div p,
#container.vision .contents .section03 .shape-wrap div ul {
    opacity: 0;
}

#container.vision .contents .section03 .shape-wrap.aos-animate div p,
#container.vision .contents .section03 .shape-wrap.aos-animate div ul {
    opacity: 1;
    transition: all .8s 1.6s;
    -webkit-transition: all .8s 1.6s;
    -moz-transition: all .8s 1.6s;
    -ms-transition: all .8s 1.6s;
    -o-transition: all .8s 1.6s;
}

#container.history .contents .section01 .bg {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

#container.history .contents .section01 .bg:before,
#container.history .contents .section01 .bg:after {
    content: "";
    width: 50%;
    height: 100vh;
    display: block;
    position: absolute;
    top: 0;
    background-color: #000;
    animation: intro 1s forwards cubic-bezier(0.65, 0.05, 0.36, 1) 2s;
    -webkit-animation: intro 1s forwards cubic-bezier(0.65, 0.05, 0.36, 1) 2s;
}

#container.history .contents .section01 .bg:before {
    left: 0;
}

#container.history .contents .section01 .bg:after {
    right: 0;
}

@keyframes intro {
    100% {
        width: 0;
    }
}

#container.history .contents .section01 .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#container.history .contents .section01 .txt-box {
    color: #fff;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: center;
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    animation: intro_txt 2s forwards linear;
    -webkit-animation: intro_txt 2s forwards linear;
}

#container.history .contents .section01 .txt-box .intro-txt,
#container.history .contents .section01 .txt-box p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#container.history .contents .section01 .txt-box .intro-txt {
    width: 100%;
    margin-top: -45px;
    overflow: hidden;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
}

#container.history .contents .section01 .txt-box .intro-txt .year {
    overflow: hidden;
    height: 1em;
    display: flex;
    letter-spacing: -0.06em;
}

#container.history .contents .section01 .txt-box p {
    opacity: 0;
    line-height: 80px;
    width: 100%;
}

@keyframes intro_txt {
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        opacity: 1;
    }
}

#container.history .contents .section02 {
    display: flex;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto 250px;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
}

#container.history .contents .section02>div {
    width: 50%;
}

#container.history .contents .section02 .history-nav {
    padding-top: 100px;
}

#container.history .contents .section02 .history-nav.active {
    position: fixed;
    top: 60px;
}

#container.history .contents .section02 .history-nav.active~.history-wrap {
    margin-left: 50%;
}

#container.history .contents .section02 .history-nav li a {
    position: relative;
    font-size: 60px;
    font-weight: 700;
    color: #d4d4d4;
    line-height: 100px;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

#container.history .contents .section02 .history-nav li a:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-color: #036eb8;
    position: absolute;
    right: -15px;
    top: -10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transform-origin: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

#container.history .contents .section02 .history-nav li.active a {
    color: #111;
}

#container.history .contents .section02 .history-nav li.active a:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

#container.history .contents .section02 .history-wrap .year-wrap {
    padding: 90px 0 10px;
    margin-top: 50px;
    opacity: .4;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

#container.history .contents .section02 .history-wrap .year-wrap.active {
    opacity: 1;
}

#container.history .contents .section02 .history-wrap .year-wrap div {
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 35px;
    line-height: 1;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    position: relative;
}

#container.history .contents .section02 .history-wrap .year-wrap div:after {
    content: "";
    max-width: 290px;
    width: 0;
    width: 0;
    height: 2px;
    display: block;
    background-color: #036eb8;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
}

#container.history .contents .section02 .history-wrap .year-wrap.active div:after {
    width: 100%;
    transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    -webkit-transition: all 1.2s ease-in-out;
}

#container.history .contents .section02 .history-wrap li {
    padding: 35px 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

#container.history .contents .section02 .history-wrap li p {
    font-size: 24px;
    font-weight: 700;
    margin-right: 50px;
}

#container.history .contents .section02 .history-wrap li span {
    font-size: 18px;
    line-height: 30px;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
}

#container.location .contents .map .root_daum_roughmap {
    width: 100%;
    margin: 140px 0 0;
}

#container.location .contents .map .root_daum_roughmap .map_border {
    display: none;
}

#container.location .contents .map .root_daum_roughmap .wrap_map {
    height: 600px;
}

#container.location .contents .map .root_daum_roughmap .wrap_controllers {
    display: none;
}

#container.location .contents .section01 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 1;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    margin-bottom: 70px;
}

#container.location .contents .section01 .address {
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#container.location .contents .section01 .address p {
    font-size: 24px;
    margin: 60px 0 20px;
}

#container.location .contents .section01 .address span {
    font-size: 18px;
}

#container.location .contents .section01 .address span strong {
    color: #036eb8;
}

#container.location .contents .section01 ul li {
    height: 160px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
}

#container.location .contents .section01 ul li p {
    line-height: 42px;
    width: 130px;
    padding: 0 55px;
    margin-right: 60px;
    font-size: 20px;
    font-weight: 700;
    border-right: 1px solid #e8e8e8;
    flex: none;
}

#container.location .contents .section01 ul li span {
    font-size: 18px;
}

#container.esg .contents .section01 .title {
    font-size: 70px;
    font-weight: 700;
    color: #111;
    max-width: 1400px;
    margin: 120px auto 0;
    position: relative;
    z-index: 1;
}

#container.esg .contents .section01 .title span {
    display: inline-block;
}

#container.esg .contents .section01 .bg img {
    width: 100%;
    margin-top: -40px;
    transform-origin: center;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
}

#container.esg .contents .section02 .txt-box {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    padding: 170px 0 170px 130px;
    box-sizing: border-box;
}

#container.esg .contents .section02 .txt-box p {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    max-width: 390px;
    width: 100%;
    flex: none;
}

#container.esg .contents .section02 .txt-box span {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    word-break: keep-all;
}

#container.esg .contents .bg-wrap .section {
    position: relative;
}

#container.esg .contents .bg-wrap .section .bg {
    position: relative;
    z-index: 0;
    height: 100vh;
}

#container.esg .contents .bg-wrap .section .bg img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#container.esg .contents .bg-wrap .section .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-family: "SUIT", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#container.esg .contents .bg-wrap .section .txt-box p {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 60px;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

#container.esg .contents .bg-wrap .section .txt-box p span {
    font-size: 26px;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

#container.esg .contents .section03 .txt-box p span {
    color: #6696a2;
}

#container.esg .contents .section04 .txt-box p span {
    color: #9abac8;
}

#container.esg .contents .section05 .txt-box p span {
    color: #b5b5b4;
}

#container.esg .contents .bg-wrap .section .txt-box>span {
    font-size: 18px;
    line-height: 30px;
    opacity: 0;
    transition: all 1s .3s;
    -webkit-transition: all 1s .3s;
    -moz-transition: all 1s .3s;
    -ms-transition: all 1s .3s;
    -o-transition: all 1s .3s;
}

#container.esg .contents .bg-wrap .section ul {
    display: flex;
    justify-content: center;
    margin-top: 150px;
}

#container.esg .contents .bg-wrap .section ul li {
    width: 170px;
    padding: 0 60px;
    white-space: nowrap;
    opacity: 0;
}

#container.esg .contents .bg-wrap .section ul li:nth-child(1) {
    transition: all 1s .6s;
    -webkit-transition: all 1s .6s;
    -moz-transition: all 1s .6s;
    -ms-transition: all 1s .6s;
    -o-transition: all 1s .6s;
}

#container.esg .contents .bg-wrap .section ul li:nth-child(2) {
    transition: all 1s .8s;
    -webkit-transition: all 1s .8s;
    -moz-transition: all 1s .8s;
    -ms-transition: all 1s .8s;
    -o-transition: all 1s .8s;
}

#container.esg .contents .bg-wrap .section ul li:nth-child(3) {
    transition: all 1s 1s;
    -webkit-transition: all 1s 1s;
    -moz-transition: all 1s 1s;
    -ms-transition: all 1s 1s;
    -o-transition: all 1s 1s;
}

#container.esg .contents .bg-wrap .section ul li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    box-sizing: border-box;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .4);
    margin: 0 auto 25px;
}

#container.esg .contents .bg-wrap .section ul li p {
    font-size: 18px;
    line-height: 30px;
}

#container.esg .contents .bg-wrap {
    position: relative;
    height: 100vh;
}

#container.esg .contents .bg-wrap .section {
    will-change: transform;
    width: 100%;
    overflow: hidden;
}

#container.esg .contents .bg-wrap .section.active .txt-box p,
#container.esg .contents .bg-wrap .section.active .txt-box>span,
#container.esg .contents .bg-wrap .section.active ul li {
    opacity: 1;
}

#container.support .contents .board-wrap {
    max-width: 1400px;
    width: 100%;
    margin: 90px auto 140px;
}

#container.support .contents .board-wrap form {
    display: flex;
    justify-content: flex-end;
}

#container.support .contents .board-wrap form .bbs-option select {
    width: 120px;
    height: 40px;
    font-size: 14px;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    padding: 0 20px;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#container.support .contents .board-wrap form .bbs-option {
    position: relative;
}

#container.support .contents .board-wrap form .bbs-option:after {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border: solid #666;
    border-width: 0 2px 2px 0;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#container.support .contents .board-wrap form .search {
    width: 250px;
    height: 40px;
    box-sizing: border-box;
    border: solid #e7e7e7;
    border-width: 1px 1px 1px 0;
    position: relative;
}

#container.support .contents .board-wrap form .search input[type="text"] {
    outline: none;
    width: calc(100% - 40px);
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    color: #666;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
}

#container.support .contents .board-wrap form .search input[type="submit"] {
    font-size: 0;
    width: 15px;
    height: 15px;
    background-color: transparent;
    background: url(../support/images/search_btn.png) center / contain no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
}

#container.support .contents .board-wrap .board-list {
    border-top: 1px solid #111;
    margin: 30px 0 0;
}

#container.support .contents .board-wrap .board-list li a {
    display: flex;
    align-items: center;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    font-size: 18px;
    color: #111;
    height: 80px;
    border-bottom: 1px solid #e7e7e7;
}

#container.support .contents .board-wrap .board-list li a p:not(.title) {
    text-align: center;
}

#container.support .contents .board-wrap .board-list li a .no {
    width: 80px;
}

#container.support .contents .board-wrap .board-list li a .type {
    width: 180px;
}

#container.support .contents .board-wrap .board-list li a .title {
    width: 800px;
    text-indent: 40px;
}

#container.support.document .contents .board-wrap .board-list li a .title,
#container.support.service .contents .board-wrap .board-list li a .title {
    width: 980px;
}

#container.support .contents .board-wrap .board-list li a .writer {
    width: 180px;
}

#container.support .contents .board-wrap .board-list li a .date {
    width: 160px;
    color: #999;
}

#container.support .contents .board-wrap .write-btn {
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #036eb8;
    color: #fff;
    font-size: 18px;
    margin: 20px 0 30px auto;
}

#container.support .contents .board-wrap .pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

#container.support.document .contents .board-wrap .pagination ul,
#container.support.service .contents .board-wrap .pagination ul {
    margin-top: 110px;
}

#container.support .contents .board-wrap .pagination ul .arrow a {
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: block;
    position: relative;
}

#container.support .contents .board-wrap .pagination ul .arrow.prev {
    padding-right: 30px;
}

#container.support .contents .board-wrap .pagination ul .arrow.next {
    padding-left: 30px;
}

#container.support .contents .board-wrap .pagination ul .arrow a:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border: solid #999;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: calc(50% - 5px);
}

#container.support .contents .board-wrap .pagination ul .arrow.prev a:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    right: calc(50% - 6px);
}

#container.support .contents .board-wrap .pagination ul .arrow.next a:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    left: calc(50% - 6px);
}

#container.support .contents .board-wrap .pagination ul li a {
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    color: #999;
    display: block;
    padding: 0 10px;
}

#container.support .contents .board-wrap .pagination ul li.active a {
    font-weight: 700;
    color: #1f368e;
}

#container.support .contents .board-view {
    max-width: 1400px;
    width: 100%;
    margin: 90px auto 140px;
}

#container.support .contents .board-view .title-area {
    display: flex;
    align-items: center;
    height: 160px;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    box-sizing: border-box;
    padding: 0 30px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #e7e7e7;
}

#container.support .contents .board-view .title-area .title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

#container.support .contents .board-view .title-area .title-wrap div {
    display: flex;
    font-size: 14px;
    color: #999;
    height: 14px;
    line-height: 1;
}

#container.support .contents .board-view .title-area .title-wrap div .writer {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

#container.support .contents .board-view .title-area .title-wrap div .writer:after {
    content: "";
    width: 1px;
    height: 10px;
    display: block;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
}

#container.support .contents .board-view .title-area .type {
    margin-left: auto;
    font-size: 18px;
}

#container.support .contents .board-view .con-txt {
    padding: 60px 30px;
    font-size: 18px;
    line-height: 30px;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    border-bottom: 1px solid #e7e7e7;
}

#container.support .contents .board-view .file li {
    border-bottom: 1px solid #e7e7e7;
}

#container.support .contents .board-view .file li a {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 30px;
    box-sizing: border-box;
    width: 100%;
}

#container.support .contents .board-view .file li a .file-name {
    color: #666;
    margin-left: 20px;
}

#container.support .contents .board-view .pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    box-sizing: border-box;
    padding: 0 30px;
    margin-top: 15px;
}

#container.support .contents .board-view .pagination .arrow a {
    display: flex;
    width: 300px;
}

#container.support .contents .board-view .pagination .arrow.next a {
    justify-content: flex-end;
}

#container.support .contents .board-view .pagination .arrow a div {
    font-weight: 700;
    color: #111;
    position: relative;
    padding: 0 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

#container.support .contents .board-view .pagination .arrow a div:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border: solid #111;
    position: absolute;
    top: calc(50% - 4px);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#container.support .contents .board-view .pagination .arrow.prev a div:after {
    left: 0;
    border-width: 0 0 1px 1px;
}

#container.support .contents .board-view .pagination .arrow.next a div:after {
    right: 0;
    border-width: 1px 1px 0 0;
}

#container.support .contents .board-view .pagination .arrow a .title {
    color: #555;
    width: 170px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#container.support .contents .board-view .pagination .arrow.next a .title {
    text-align: right;
}

#container.support .contents .board-view .pagination .list-btn a {
    width: 60px;
    height: 60px;
    background-color: #3b4558;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#container.support .contents .board-view .pagination .list-btn a span {
    display: block;
    width: 15px;
    height: 2px;
    background-color: #fff;
}

#container.support .contents .board-view .pagination .list-btn a span:nth-child(2) {
    margin: 4px 0;
}

#container.support .contents .board-write form {
    max-width: 1200px;
    width: 100%;
    margin: 90px auto 140px;
    border-top: 1px solid #111;
}

#container.support .contents .board-write form>div {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

#container.support .contents .board-write form>div label {
    width: 160px;
    font-size: 18px;
    display: block;
    text-align: right;
    box-sizing: border-box;
    padding-right: 30px;
    margin-right: 30px;
    position: relative;
    line-height: 40px;
    flex: none;
}

#container.support .contents .board-write form>div label:after {
    content: "";
    width: 1px;
    height: 20px;
    display: block;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
}

#container.support .contents .board-write form>div input {
    width: calc(100% - 160px);
    height: 40px;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 5px 15px;
    font-size: 16px;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    box-sizing: border-box;
}

#container.support .contents .board-write form>div div {
    display: flex;
    width: 50%;
}

#container.support .contents .board-write form>div div input {
    width: calc(100% - 160px);
}

#container.support .contents .board-write form .type {
    position: relative;
}

#container.support .contents .board-write form .type select {
    width: 200px;
    height: 40px;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #ddd;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#container.support .contents .board-write form .type:after {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border: solid #666;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 400px;
    top: calc(50% - 4px);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#container.support .contents .board-write form>div textarea {
    width: calc(100% - 220px);
    outline: none;
    border: 1px solid #ddd;
    resize: none;
    padding: 5px 15px;
    font-size: 16px;
    font-size: 16px;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    line-height: 30px;
    height: 260px;
}

#container.support .contents .board-write form>div.text {
    border-bottom: 1px solid #e7e7e7;
}

#container.support .contents .board-write form>div.text label:after {
    height: 252px;
    top: calc(50% - 126px);
}

#container.support .contents .board-write form .file-upload li {
    position: relative;
}

#container.support .contents .board-write form .file-upload li:nth-child(1)~li {
    margin-top: 5px;
}

#container.support .contents .board-write form .file-upload .upload-name {
    display: flex;
    align-items: center;
    padding: 0 20px;
    vertical-align: middle;
    border: 1px solid #ddd;
    width: 380px;
    height: 45px;
    color: #666;
    outline: none;
    box-sizing: border-box;
    pointer-events: none;
    font-size: 16px;
}

#container.support .contents .board-write form .file-upload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 480px;
    height: 40px;
    cursor: pointer;
}

#container.support .contents .board-write form .file-upload .btn {
    width: 110px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #d6d4d0;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    cursor: pointer;
}

#container.support .contents .board-write form .file-upload li {
    display: flex;
    align-items: center;
    margin-right: 0;
}

#container.support .contents .board-write form .file-upload li .add {
    width: 12px;
    height: 12px;
    display: block;
    box-sizing: border-box;
    position: relative;
    margin-left: 20px;
    cursor: pointer;
}

#container.support .contents .board-write form .file-upload li .add:before,
#container.support .contents .board-write form .file-upload li .add:after {
    content: "";
    width: 12px;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#container.support .contents .board-write form .file-upload li .add:after {
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
}

#container.support .contents .board-write form .file-upload li .add.active {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

#container.support .contents .board-write form .password input {
    width: 200px;
}

#container.support .contents .board-write form .btn-wrap {
    border-bottom: none;
    justify-content: center;
    margin: 50px 0;
}

#container.support .contents .board-write form .btn-wrap>* {
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
}

#container.support .contents .board-write form .btn-wrap input {
    background-color: #036eb8;
    border: 1px solid #036eb8;
}

#container.support .contents .board-write form .btn-wrap a {
    background-color: #999;
}

#container.recruit .contents .section01 .title {
    font-size: 70px;
    font-weight: 700;
    color: #111;
    max-width: 1400px;
    margin: 120px auto 0;
    position: relative;
    z-index: 1;
}

#container.recruit .contents .section01 .title span {
    display: inline-block;
}

#container.recruit .contents .section01 .bg img {
    width: 100%;
    margin-top: -50px;
    transform-origin: center;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
}

#container.recruit .contents .section02 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

#container.recruit .contents .section02 .process {
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    margin: 140px 0 170px;
}

#container.recruit .contents .section02 .process li {
    padding-top: 30px;
    position: relative;
    width: 180px;
}

#container.recruit .contents .section02 .process li:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #d1d1d1;
    position: absolute;
    top: -3px;
    left: calc(50% - 4px);
    z-index: 1;
}

#container.recruit .contents .section02 .process li.blue:before {
    background-color: #036eb8;
}

#container.recruit .contents .section02 .process li:after {
    content: "";
    width: 180px;
    height: 1px;
    display: block;
    background-color: #d1d1d1;
    position: absolute;
    top: 0;
    left: 90px;
}

#container.recruit .contents .section02 .process li:nth-child(5):after {
    display: none;
}

#container.recruit .contents .section02 .process li span {
    font-size: 14px;
    font-weight: 700;
    color: #bfbfbf;
    display: block;
}

#container.recruit .contents .section02 .process li p {
    font-size: 18px;
    margin-top: 5px;
}

#container.recruit .contents .section02 .process-detail {
    padding-bottom: 70px;
}

#container.recruit .contents .section02 .process-detail li {
    display: flex;
    align-items: flex-start;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    margin-bottom: 100px;
}

#container.recruit .contents .section02 .process-detail li>p {
    font-size: 50px;
    font-weight: 300;
    color: #d1d1d1;
    margin-right: 50px;
    line-height: 1;
    width: 50px;
}

#container.recruit .contents .section02 .process-detail li div {
    width: calc(100% - 100px);
}

#container.recruit .contents .section02 .process-detail li div p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    width: 100%;
}

#container.recruit .contents .section02 .process-detail li div span {
    font-size: 18px;
}

#container.recruit .contents .mission {
    max-width: 1400px;
    width: 100%;
    margin: 90px auto 150px;
    font-family: 'SUIT',"Noto Sans JP", sans-serif;
    border-top: 2px solid #111;
}

#container.recruit .contents .mission>li {
    position: relative;
    cursor: pointer;
}

#container.recruit .contents .mission>li:before,
#container.recruit .contents .mission>li:after {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #111;
    right: 40px;
    top: 49px;
}

#container.recruit .contents .mission>li:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

#container.recruit .contents .mission>li.active:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

#container.recruit .contents .mission>li>p {
    font-size: 24px;
    font-weight: 700;
    height: 100px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 40px;
}

#container.recruit .contents .mission .mission-detail {
    padding: 40px 70px;
    border-bottom: 1px solid #e8e8e8;
    display: none;
}

#container.recruit .contents .mission .mission-detail>li {
    display: flex;
    margin-bottom: 40px;
}

#container.recruit .contents .mission .mission-detail>li p {
    font-size: 20px;
    font-weight: 700;
    margin-right: 40px;
    width: 120px;
    flex: none;
}

#container.recruit .contents .mission .mission-detail>li span {
    font-size: 18px;
}

#container.recruit .contents .mission .mission-detail>li ul {
    padding: 20px 60px;
    background-color: #f7f7f7;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 20px;
    width: 1140px;
}

#container.recruit .contents .mission .mission-detail>li ul li {
    width: 50%;
    padding: 5px 0;
    display: flex;
    word-break: keep-all;
}

#container.recruit .contents .mission .mission-detail>li ul li span {
    margin-right: 5px;
}

#container.recruit.WB .contents .bg-wrap {
    margin-bottom: 170px;
}

#container.recruit.WB .contents .bg-wrap .section {
    max-width: 100%;
    position: relative;
}

#container.recruit.WB .contents .bg-wrap .section .bg {
    width: 94.8vw;
    height: 400px;
    overflow: hidden;
    position: relative;
}

#container.recruit.WB .contents .bg-wrap .section02 .bg {
    margin: 200px 0 60px;
}

#container.recruit.WB .contents .bg-wrap .section03 .bg {
    margin: 200px 0 60px auto;
}

#container.recruit.WB .contents .bg-wrap .section .bg img {
    position: absolute;
    width: 100%;
    height: 500px;
    object-fit: cover;
    bottom: 0;
    left: 0;
}

#container.recruit.WB .contents .bg-wrap .section .title {
    font-size: 70px;
    font-weight: 700;
    line-height: 95px;
    position: absolute;
    max-width: 1400px;
    width: 100%;
    left: calc(50% - 700px);
    top: 200px;
}

#container.recruit.WB .contents .section .txt-box {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}

#container.recruit.WB .contents .section .txt-box p {
    font-size: 45px;
    font-weight: 700;
    width: 50%;
    line-height: 1;
}

#container.recruit.WB .contents .section .txt-box ul {
    display: flex;
    width: 480px;
    flex-wrap: wrap;
}

#container.recruit.WB .contents .section .txt-box ul li {
    width: 50%;
    font-size: 18px;
    margin-bottom: 20px;
}

#container.sales .contents .section {
    /* font-family: 'SUIT',"Noto Sans JP", sans-serif; */
}

#container.sales .contents .section .title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 90px 0 50px;
}

#container.sales .contents .section .center-list {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#container.sales .contents .section .center-list li {
    width: 430px;
    margin: 0 18px 80px;
}

#container.sales .contents .section .center-list li div {
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

#container.sales .contents .section .center-list li div p {
    font-size: 26px;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
    line-height: 1;
}

#container.sales .contents .section .center-list li div p:after {
    content: "";
    width: 1px;
    height: 10px;
    display: block;
    background-color: #ddd;
    position: absolute;
    right: 0;
    bottom: 6px;
}

#container.sales .contents .section .center-list li div span {
    font-size: 18px;
    color: #999;
}

#container.sales .contents .section table {
    line-height: 30px;
}

#container.sales .contents .section table th {
    font-weight: 700;
    color: #1f368e;
    padding-right: 20px;
}

#container.sales .contents .section table td {
    color: #555;
}

#container.sales .contents .section .inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

#container.sales .contents .section .inner .sub-title {
    font-size: 30px;
    font-weight: 700;
}

#container.sales .contents .section .inner .location {
    font-size: 26px;
    padding-bottom: 20px;
    border-bottom: 2px solid #111;
    margin-top: 60px;
}

#container.sales .contents .section .inner .location-list>li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
}

#container.sales .contents .section .inner .location-list>li>p {
    width: 230px;
    font-size: 26px;
    text-align: center;
    flex: none;
}

#container.sales .contents .section .inner .location-list>li ul {
    width: calc(100% - 230px);
}

#container.sales .contents .section .inner .location-list>li li {
    padding: 20px 60px;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    box-sizing: border-box;
}

#container.sales .contents .section .inner .location-list>li li:last-child {
    border-bottom: none;
}

#container.sales .contents .section .inner .location-list>li li p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

#container.sales .contents .section02 .bg {
    background-color: #f7f7f7;
    text-align: center;
    padding: 60px 0 40px;
}

#container.sales .contents .section02 .bg img {
    margin: 0 auto;
}

#container.sales .contents .section03 .sub-title {
    margin: 80px 0 60px;
}

#container.sales .contents .section04 {
    margin-bottom: 170px;
}