@charset "utf-8";

/* ============== main ==============  */

.fp-tableCell {
    padding: 6.25rem 0 3.125rem;
}

.section {
    position: relative;
    overflow: hidden;
    transition: background-position 1.5s ease;
}

.section h2 {
    font-family: var(--font-tit);
    font-size: var(--font-size-80);
    font-weight: var(--font-w-bold);
    color: var(--black);
    line-height: 1;
}

.section .container {
    position: relative;
    margin: 0 auto;
    padding: 0 var(--main-p);
    max-width: var(--container);
    width: 100%;
}

.section .parallax {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateY(-100%) scale(0.85) rotate(0.001deg);
    transition: transform 1.2s ease;
}

.section.active .parallax  {
    transform: translateY(0) scale(1) rotate(0.001deg);
    z-index: 1;
}

.section.prev .parallax { 
    transform: translateY(0) scale(1.3) rotate(0.001deg);
}

/* ============== section-01 ==============  */

.section-01 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/bg-section-01.png');
    text-align: center;
    line-height: 4.5rem;
}

.section-01 .fp-tableCell {
    vertical-align:text-top;
    padding-top: 352px;
}

.section-01 h2 {
    margin: 0 auto;
    font-size: var(--font-size-36);
    color: var(--gray);
}

.section-01 h2 + p {
    font-size: var(--font-size-48);
    color: var(--gray);
}

.section-01 h2 + p b {
    font-weight: var(--font-w-bold);
}

.section-01.prev .parallax { 
    transform: translateY(0) scale(1) rotate(0.001deg);
}

/* ============== section-02 ==============  */

.section-02 .container {
    padding-top: 10px;
    max-height: 100%;
    overflow: hidden;
}

.section-02 h2 {
    margin-bottom: 5.5556vh;
}

.section-02 .tab-pane img {
    display: block;
    margin: 0 auto;
}

.section-02 .about-01 {
    display: flex;
}

.section-02 .about-01 .about-01-img {
    flex: 0 0 auto;
    margin-right: 80px;
    width: 560px;
    height: 43.5185vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/img-about-01.png');
    border-radius: 20px;
}

.section-02 .about-01 .about-01-txt {
    line-height: 28px;
}

.section-02 .about-01 .about-01-txt ul {
    margin-top: 7.4074vh;
}

.section-02 .about-01 .about-01-txt ul li {
    display: flex;
    margin-bottom: 16px;
}

.section-02 .about-01 .about-01-txt ul li h3 {
    width: 95px;
    line-height: 28px;
    color: var(--primary);
}

.section-02 .about-01 .about-01-txt ul li p span {
    display: inline-flex;
    height: 28px;
    padding: 0 17px;
    margin-right: 17px;
    margin-bottom: 15px;
    background-color: #8f979e;
    border-radius: 50em;
    font-size: var(--font-size-14);
    color: var(--white);
}

.section-02 .about-02 .about-02-tit {
    width: 100%;
    padding: 50px;
    margin-bottom: 7.4074vh;
    background-color: var(--bg-200);
    border-radius: 40px;
}

.section-02 .about-02 .about-02-tit li {
    display: flex;
    align-items: center;
    max-width: 825px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 40px;
    background-color: var(--primary);
    border-radius: 20px;
    font-size: var(--font-size-20);
    color: var(--white);
}

.section-02 .about-02 .about-02-tit li + li {
    margin-top: 9px;
}

.section-02 .about-02 .about-02-tit li h3 {
    position: relative;
    flex: 0 0 auto;
    padding-right: 80px;
}

.section-02 .about-02 .about-02-tit li h3::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 52px;
    height: 1px;
    background-color: var(--white);
}

.section-02 .about-02 .about-02-txt {
    display: flex;
}

.section-02 .about-02 .about-02-txt li {
    flex: 0 0 auto;
    width: 25%;
    line-height: 26px;
    text-align: center;
}

.section-02 .about-02 .about-02-txt li h3 {
    margin: 30px 0;
    font-size: var(--font-size-24);
    color: var(--primary);
}


.section-02 .about-04 {
    display: flex;
    align-items: center;
}

.section-02 .about-04 .about-04-img {
    flex: 0 0 auto;
    margin-right: 82px;
}

.section-02 .about-04 .about-04-txt li {
    display: flex;
    margin-bottom: 30px;
    line-height: 28px;
    color: var(--black);
}

.section-02 .about-04 .about-04-txt li h3 {
    position: relative;
    padding-top: 10px;
    margin-right: 35px;
    flex: 0 0 auto;
    width: 172px;
    font-size: var(--font-size-18);
    color: var(--primary);
    word-break: keep-all;
}

.section-02 .about-04 .about-04-txt li h3::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--primary);
}

/* ============== section-03 ==============  */

.section-03 {
    background-color: var(--bg-dark);
    color: var(--white);
}

.section-03 .bg {
    position: absolute;
    top:0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -ms-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
    opacity: 0;
}

.section-03 .bg:nth-child(1) {
    background-image: url('../images/bg-section03-01.png');
}
.section-03 .bg:nth-child(2) {
    background-image: url('../images/bg-section03-02.png');
}
.section-03 .bg:nth-child(3) {
    background-image: url('../images/bg-section03-03.png');
}
.section-03 .bg:nth-child(4) {
    background-image: url('../images/bg-section03-04.png');
}
.section-03 .bg:nth-child(5) {
    background-image: url('../images/bg-section03-05.png');
}
.section-03 .bg:nth-child(6) {
    background-image: url('../images/bg-section03-06.png');
}
.section-03 .bg:nth-child(7) {
    background-image: url('../images/bg-section03-07.png');
}
.section-03 .bg:nth-child(8) {
    background-image: url('../images/bg-section03-08.png');
}
.section-03 .bg:nth-child(9) {
    background-image: url('../images/bg-section03-09.png');
}
.section-03 .bg:nth-child(10) {
    background-image: url('../images/bg-section03-10.png');
}

.section-03 .bg.hover {
    opacity: 1;
}

.section-03 h2{
    color: var(--white);
}

.section-03 .hover-box {
    display: flex;
}

.section-03 .hover-tit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 65px;
}

.section-03 .hover-tit .hover-partner h3 {
    margin-bottom: 28px;
    font-size: var(--font-size-20);
    font-weight: var(--font-w-medium);
}

.section-03 .hover-tit .hover-partner ul {
    display: flex;
}

.section-03 .hover-tit .hover-partner ul li {
    margin-right: 20px;
    width: 90px;
    height: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-03 .hover-box .hover-list {
    flex: 1 1 auto;
    width: 100%;
    padding-right: 10px;
    height: calc(100vh - 244px);
    overflow-y: auto;
}

.section-03 .hover-box .hover-list::-webkit-scrollbar {
    width: .625rem;
    border-radius: .3125rem;
    background-color: var(--bg-white);
}

.section-03 .hover-box .hover-list::-webkit-scrollbar-thumb {
    width: .625rem;
    border-radius: .3125rem;
    background-color: var(--white);
}

.section-03 .hover-box .hover-list li {
    margin-bottom: 36px;
    width: fit-content;
    line-height: 1.2;
    z-index: 5;
}

.section-03 .hover-box .hover-list li:last-child {
    margin-bottom: 0;
}

.section-03 .hover-box .hover-list li h3 {
    position: relative;
    width: fit-content;
    padding-right: 38px;
    font-size: var(--font-size-26);
    font-weight: var(--font-w-medium);
    line-height: 1;
}

.section-03 .hover-box .hover-list li h3::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/i-arrow.png');
    transition: transform 0.2s linear;
}

.section-03 .hover-box .hover-list li div {
    display: none;
    font-size: var(--font-size-15);
    line-height: 1.5625rem;
    overflow: hidden;
}

.section-03 .hover-box .hover-list li div h4 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: var(--font-size-17);
    font-weight: var(--font-w-semibold);
}

.section-03 .hover-box .hover-list li:hover h3 {
    font-weight: var(--font-w-bold);
}

.section-03 .hover-box .hover-list li:hover h3::after {
    transform: rotate(180deg);
}

/* ============== section-04 ==============  */

.section-04 h2 {
    margin-bottom: 32px;
    line-height: 1;
}

.section-04 .portfolio-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 0 -20px;
    text-align: center;
}

.section-04 .portfolio-list .portfolio-item {
    flex: 0 0 33.3333%;
    margin: 9px 0;
    padding: 0 10px;
}

.section-04 .portfolio-list .portfolio-item .portfolio-thumb {
    position: relative;
    width: 100%;
    max-height: 277px;
    border: 1px solid var(--border-500);
    border-radius: 10px;
    overflow: hidden;
}

.section-04 .portfolio-list .portfolio-item .portfolio-thumb .portfolio-bg {
    width: 100%;
    padding-top: 68.7345%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-04.prev .parallax { 
    transform: translateY(0) scale(1) rotate(0.001deg);
}

/* ============== section-05 ==============  */

.section-05 .fp-tableCell {
    padding: 0;
}