@keyframes progress {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes imgscale {
    0% {
        transform: scale(1.1,1.1)
    }

    to {
        transform: scale(1)
    }
}

.main_visual .item {
    position: relative
}

.main_visual .img-bx {
    /* display:block; */
    position: relative;
    overflow: hidden;
}

.main_visual .img-bx:after {
    content: "";
    display: block;
    padding-bottom: 100vh
}

.main_visual .img-bx iframe,.main_visual .img-bx video,.main_visual .img-bx>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%,-50%) scale(0.1)
}

.main_visual .txt-bx {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-shadow: 0 0 1em rgba(0,0,0,0.1);
    letter-spacing: -0.05em;
    line-height: 1.3;
    text-align: left
}

.main_visual .txt-bx .container {
    max-width: 1700px
}

.main_visual .txt-bx .title {
    font-size: 4.8rem;
    font-weight: bold
}

.main_visual .txt-bx .text {
    margin-top: 0.5em;
    font-size: 1.4rem;
    font-weight: 300;
    transition-delay: 300ms!important
}

.main_visual .swiper-control .container {
    max-width: 1700px
}

.main_visual .swiper-slide {
    /* width:100%!important; */
}

.main_visual .swiper-slide .txt-bx .text,.main_visual .swiper-slide .txt-bx .title {
    transform: translateY(50px);
    opacity: 0;
    transition: 1000ms opacity,1000ms transform
}

.main_visual .swiper-slide-active .txt-bx .text,.main_visual .swiper-slide-active .txt-bx .title {
    transform: translateY(0);
    opacity: 1
}

.main_visual .swiper-slide-active .img-bx {
    animation-duration: 4s;
    animation-delay: 0.1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-name: imgscale
}

@media (max-width: 1280px) {
    .main_visual .txt-bx .title {
        font-size:2.8rem;
        line-height: 2.7rem
    }

    .main_visual .txt-bx .text {
        font-size: 1.15rem
    }
}

@media (max-width: 1200px) {
    .main_visual .img-bx:after {
        padding-bottom:75vh
    }

    .main_visual .txt-bx .title {
        font-size: 3.125rem;
        line-height: 3rem
    }

    .main_visual .txt-bx .text {
        font-size: 1.2rem
    }
}

@media (max-width: 768px) {
    .main_visual .img-bx:after {
        padding-bottom:60vh
    }

    .main_visual .txt-bx {
        font-size: 2.3vw
    }
}

.main_visual .swiper-control--origin {
    position: absolute;
    left: 0;
    bottom: 18.5rem;
    width: 100%
}

@media (max-width: 1280px) {
    .main_visual .swiper-control--origin {
        bottom:14.5rem
    }
}

@media (max-width: 1200px) {
    .main_visual .swiper-control--origin {
        bottom:15rem
    }
}

@media (max-width: 768px) {
    .main_visual .swiper-control--origin {
        bottom:11.125rem
    }
}

@media (max-width: 576px) {
    .main_visual .swiper-control--origin {
        bottom:8rem
    }
}

@media (max-width: 375px) {
    .main_visual .swiper-control--origin {
        bottom:7.125rem
    }
}

.main_visual .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    opacity: 0.3;
    border-radius: 5px;
    background-color: #fff
}

.main_visual .swiper-pagination-bullet:first-child {
    margin-left: 0px
}

.main_visual .swiper-pagination-bullet-active {
    width: 32px;
    opacity: 1
}

@media (max-width: 1024px) {
    .main_visual .swiper-pagination {
        bottom:1.25rem
    }
}

.main_visual .swiper-button {
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 2.5rem;
    transition: 300ms color
}

.main_visual .swiper-button:hover {
    color: #da291c
}

.main_visual .swiper-button--prev {
    left: 50%;
    margin-left: -700px
}

.main_visual .swiper-button--next {
    right: 50%;
    margin-right: -700px
}

@media (max-width: 1400px) {
    .main_visual .swiper-button {
        display:none
    }
}

.main_visual .swiper-play {
    display: block;
    padding-right: 8px;
    padding-left: 8px;
    cursor: pointer
}

.main_visual .swiper-play .xi-pause {
    display: none
}

.main_visual .swiper-play.on .xi-pause {
    display: inline-block
}

.main_visual .swiper-play.on .xi-play {
    display: none
}

.main_visual .swiper-control.swiper-control--progress {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    width: 100%
}

.main_visual .swiper-control.swiper-control--progress .swiper-pagination {
    transform: none
}

.main_visual .swiper-control.swiper-control--progress .swiper-pagination-bullets {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.main_visual .swiper-control.swiper-control--progress .swiper-pagination-bullet {
    position: relative;
    display: block;
    margin: 0;
    border-radius: 0;
    width: 100%;
    height: 5px;
    background: rgba(0,0,0,0.3);
    opacity: 1
}

.main_visual .swiper-control.swiper-control--progress .swiper-pagination-bullet:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #da291c
}

.main_visual .swiper-control.swiper-control--progress .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    animation: progress 9s linear 0s 1;
    width: 100%
}

.main_visual .swiper-control.swiper-control--progress-no {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.125rem;
    z-index: 10
}

.main_visual .swiper-control.swiper-control--progress-no .container {
    display: flex;
    align-items: center
}

.main_visual .swiper-control.swiper-control--progress-no .swiper-pagination {
    position: static;
    transform: none
}

.main_visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet {
    width: auto;
    height: auto;
    opacity: 1;
    background: none;
    color: #fff;
    font-weight: 700;
    margin-right: 1.875rem;
    padding-right: 0;
    position: relative
}

.main_visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet:before {
    content: "";
    display: none;
    position: absolute;
    left: 2.1875rem;
    top: 50%;
    transform: translateY(-50%);
    width: 7.5rem;
    height: 2px;
    background: rgba(255,255,255,0.5)
}

.main_visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet:after {
    content: "";
    display: none;
    position: absolute;
    left: 2.1875rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #000
}

.main_visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active {
    color: #000;
    padding-right: 8.4375rem
}

.main_visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active:after,.main_visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active:before {
    display: block
}

.main_visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active:after {
    animation: progress 5.1s linear 0s 1
}

.body {
    overflow-x: hidden!important
}

body::-webkit-scrollbar {
    display: none
}

.section {
    overflow-x: hidden
}

@media (max-width: 1200px) {
    .section {
        height:auto!important
    }

    .section .fp-tableCell {
        height: auto!important
    }
}

.section .tit-wrap .tit {
    font-size: 3.25rem;
    font-weight: bold;
    text-align: center;
    color: #111
}

.section .tit-wrap .txt {
    opacity: 0.7;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    color: rgba(85,85,85,0.7)
}

@media (max-width: 1280px) {
    .section .tit-wrap .tit {
        font-size:2.4rem
    }

    .section .tit-wrap .txt {
        font-size: 1rem
    }
}

@media (max-width: 768px) {
    .section .tit-wrap .tit {
        font-size:2.4rem
    }

    .section .tit-wrap .txt {
        font-size: 1rem
    }
}

@keyframes fadeInUp {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(110px)
    }

    to {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInRight {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateX(110px)
    }

    to {
        visibility: visible;
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes txtColor {
    0% {
        color: white
    }

    to {
        color: #da291c
    }
}

.section--02 {
    overflow: hidden
}

.section--02:before {
    content: "";
    display: block;
    background-color: rgba(0,0,0,0);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: background-color 1s 0.9s ease-in-out
}

.section--02:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/main/section2-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    transform: scale(1.1);
    transition: transform 2.5s ease-in-out
}

.section--02 .container {
    position: relative;
    z-index: 2
}

.section--02 .swiper-container .swiper-wrapper .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.section--02 .tit-bx .txt {
    font-size: 4.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin-top: 10px
}

.section--02 .tit-bx .tit {
    font-size: 2.656rem;
    font-weight: 500;
    text-align: center;
    color: #fff
}

@media (max-width: 1280px) {
    .section--02 .tit-bx .txt {
        font-size:2.4rem
    }

    .section--02 .tit-bx .tit {
        font-size: 1.2rem
    }
}

.section--02 .intro-wrap {
    opacity: 0
}

@media (min-width: 576.02px) {
    .section--02 .intro-wrap .swiper-wrapper {
        justify-content:space-between
    }
}

@media (max-width: 576px) {
    .section--02 .intro-wrap .swiper-wrapper {
        justify-content:initial
    }
}

@media (min-width: 1024.02px) {
    .section--02 .intro-wrap .swiper-wrapper {
        justify-content:center
    }
}

.section--02 .intro-wrap .swiper-button {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5
}

@media (min-width: 1024.02px) {
    .section--02 .intro-wrap .swiper-button {
        display:none
    }
}

.section--02 .intro-wrap .swiper-button>img.red {
    display: none
}

.section--02 .intro-wrap .swiper-button>img.white {
    display: block
}

@media (max-width: 768px) {
    .section--02 .intro-wrap .swiper-button>img {
        width:20px
    }
}

.section--02 .intro-wrap .swiper-button--prev {
    left: 0
}

.section--02 .intro-wrap .swiper-button--next {
    right: 0
}

.section--02 .intro-wrap .swiper-slide {
    display: block;
    position: relative;
    width: auto
}

.section--02 .intro-wrap .swiper-slide .img-bx {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden
}

.section--02 .intro-wrap .swiper-slide .img-bx:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.section--02 .intro-wrap .swiper-slide .img-bx iframe,.section--02 .intro-wrap .swiper-slide .img-bx video,.section--02 .intro-wrap .swiper-slide .img-bx>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%,-50%) scale(0.1)
}

.section--02 .intro-wrap .swiper-slide .img-bx img {
    transition: all 0.3s
}

@media (max-width: 1280px) {
    .section--02 .intro-wrap .swiper-slide .img-bx {
        width:190px;
        height: 190px
    }
}

.section--02 .intro-wrap .swiper-slide .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.section--02 .intro-wrap .swiper-slide .inner .ico {
    width: 80px;
    height: 80px;
    background: url("../../assets/images/main/intro-ico1.png") no-repeat;
    background-size: 57px;
    background-position: center center
}

.section--02 .intro-wrap .swiper-slide .inner .ico-2 {
    background: url("../../assets/images/main/intro-ico2.png") no-repeat;
    background-size: 57px;
    background-position: center center
}

.section--02 .intro-wrap .swiper-slide .inner .ico-3 {
    background: url("../../assets/images/main/intro-ico3.png") no-repeat;
    background-size: 44px;
    background-position: center center
}

.section--02 .intro-wrap .swiper-slide .inner .tit {
    font-size: 1.375rem;
    font-weight: 500;
    text-align: center;
    color: #111;
    transition: all 0.2s
}

@media (max-width: 1280px) {
    .section--02 .intro-wrap .swiper-slide .inner .tit {
        font-size:1rem
    }
}

.section--02 .intro-wrap .swiper-slide:hover .img-bx img.red {
    display: block
}

.section--02 .intro-wrap .swiper-slide:hover .img-bx img.white {
    display: none
}

.section--02 .intro-wrap .swiper-slide:hover .inner .ico {
    background: url("../../assets/images/main/intro-ico1-white.png") no-repeat;
    background-size: 57px;
    background-position: center center
}

.section--02 .intro-wrap .swiper-slide:hover .inner .ico-2 {
    background: url("../../assets/images/main/intro-ico2-white.png") no-repeat;
    background-size: 57px;
    background-position: center center
}

.section--02 .intro-wrap .swiper-slide:hover .inner .ico-3 {
    background: url("../../assets/images/main/intro-ico3-white.png") no-repeat;
    background-size: 44px;
    background-position: center center
}

.section--02 .intro-wrap .swiper-slide:hover .inner .tit {
    color: white
}

.section--02 .intro-txt {
    opacity: 0;
    font-size: 1.375rem;
    font-weight: 200;
    line-height: 2.125rem;
    text-align: center;
    color: #fff;
    margin-top: 3.25rem
}

@media (max-width: 1280px) {
    .section--02 .intro-txt {
        font-size:1.2rem;
        line-height: 2rem;
        margin-top: 2rem
    }
}

.section--02.active-02:before {
    background-color: rgba(0,0,0,0.7)
}

.section--02.active-02:after {
    transform: scale(1)
}

.section--02.active-02 .tit-bx .txt {
    animation: txtColor 1.5s 0.8s both
}

.section--02.active-02 .intro-wrap {
    animation: fadeInUp 1.1s 0.9s both
}

.section--02.active-02 .intro-wrap .img.red {
    display: none
}

.section--02.active-02 .intro-wrap .img.white {
    display: block
}

.section--02.active-02 .intro-txt {
    animation: fadeInUp 1.1s 0.9s both
}

@media (max-width: 1200px) {
    .section--02 {
        padding:5rem 0
    }
}

.section--03 {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto
}

.section--03 .video-bx {
    display: block;
    position: relative;
    overflow: hidden
}

.section--03 .video-bx:after {
    content: "";
    display: block;
    padding-bottom: 100vh
}

.section--03 .video-bx iframe,.section--03 .video-bx video,.section--03 .video-bx>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%,-50%) scale(0.1)
}

@media (max-width: 1024px) {
    .section--03 .video-bx {
        display:block;
        position: relative;
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 0
    }

    .section--03 .video-bx:after {
        content: "";
        display: block;
        padding-bottom: 120vh
    }

    .section--03 .video-bx iframe,.section--03 .video-bx video,.section--03 .video-bx>img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 1000%;
        min-height: 1000%;
        max-width: none;
        max-height: none;
        transform: translate(-50%,-50%) scale(0.1)
    }
}

@media (max-width: 768px) {
    .section--03 .video-bx {
        display:block;
        position: relative;
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 0
    }

    .section--03 .video-bx:after {
        content: "";
        display: block;
        padding-bottom: 120vh
    }

    .section--03 .video-bx iframe,.section--03 .video-bx video,.section--03 .video-bx>img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 1000%;
        min-height: 1000%;
        max-width: none;
        max-height: none;
        transform: translate(-50%,-50%) scale(0.1)
    }
}

@media (max-width: 576px) {
    .section--03 .video-bx {
        display:block;
        position: relative;
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 0
    }

    .section--03 .video-bx:after {
        content: "";
        display: block;
        padding-bottom: 120vh
    }

    .section--03 .video-bx iframe,.section--03 .video-bx video,.section--03 .video-bx>img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 1000%;
        min-height: 1000%;
        max-width: none;
        max-height: none;
        transform: translate(-50%,-50%) scale(0.1)
    }
}

@media (max-width: 375px) {
    .section--03 .video-bx {
        display:block;
        position: relative;
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 0
    }

    .section--03 .video-bx:after {
        content: "";
        display: block;
        padding-bottom: 120vh
    }

    .section--03 .video-bx iframe,.section--03 .video-bx video,.section--03 .video-bx>img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 1000%;
        min-height: 1000%;
        max-width: none;
        max-height: none;
        transform: translate(-50%,-50%) scale(0.1)
    }
}

.section--03 .video-bx:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: url("../images/main/section3-bg.jpg") no-repeat;
    background-size: cover
}

@media (max-width: 1400px) {
    .section--03 .video-bx:before {
        background:url("../images/main/section3-bg.jpg") no-repeat;
        background-position: 60%
    }
}

@media (max-width: 1200px) {
    .section--03 .video-bx:before {
        background:url("../images/main/section3-bg.jpg") no-repeat;
        background-position: 80%
    }
}

@media (max-width: 1024px) {
    .section--03 .video-bx:before {
        background:url("../images/main/section3-bg-m.png") no-repeat;
        background-size: cover;
        background-position: 80%
    }
}

@media (max-width: 768px) {
    .section--03 .video-bx:before {
        background:url("../images/main/section3-bg-m.png") no-repeat;
        background-size: cover;
        background-position: 80%
    }
}

@media (max-width: 768px) {
    .section--03 .video-bx:before {
        background:url("../images/main/section3-bg-m.png") no-repeat;
        background-size: cover;
        background-position: 100%
    }
}

.section--03 .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.section--03 .container .tit-bx {
    text-align: left;
    margin-top: 8rem
}

.section--03 .container .tit-bx .tit {
    font-size: 3.219rem;
    font-weight: bold;
    line-height: 4rem;
    color: #111;
    margin-bottom: 10px
}

.section--03 .container .tit-bx .txt {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgba(85,85,85,0.7)
}

@media (max-width: 1280px) {
    .section--03 .container .tit-bx {
        margin-top:6rem
    }

    .section--03 .container .tit-bx .tit {
        font-size: 2.4rem
    }

    .section--03 .container .tit-bx .txt {
        font-size: 1rem
    }
}

@media (max-width: 768px) {
    .section--03 .container .tit-bx .tit {
        font-size:2.4rem;
        line-height: 1.2
    }

    .section--03 .container .tit-bx .txt {
        font-size: 1rem
    }
}

.section--03 .container .research-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    height: 100%
}

@media (max-width: 1420px) {
    .section--03 .container .research-wrap {
        height:auto
    }
}

@media (max-width: 1400px) {
    .section--03 .container .research-wrap {
        position:static
    }
}

.section--03 .container .research-wrap .research-category {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width: 1400px) {
    .section--03 .container .research-wrap .research-category {
        top:16rem;
        left: 20px
    }
}

@media (max-width: 1280px) {
    .section--03 .container .research-wrap .research-category {
        top:13rem
    }
}

.section--03 .container .research-wrap .research-category .list.active .link {
    background: url("../images/icon/link-arrow.png") no-repeat;
    background-position: 100% center;
    border-bottom: 1px solid #da291c
}

.section--03 .container .research-wrap .research-category .list.active .link:before {
    background-color: #da291c
}

@media (max-width: 768px) {
    .section--03 .container .research-wrap .research-category .list.active .link {
        background:url("../images/icon/link-arrow.png") no-repeat;
        background-position: 100% center;
        background-size: 20px
    }
}

.section--03 .container .research-wrap .research-category .list .link {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
    min-width: 260px;
    text-align: left;
    font-size: 1.406rem;
    text-align: left;
    color: #555;
    transition: background-position 0.4s;
    background-position: 90% center
}

.section--03 .container .research-wrap .research-category .list .link:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #ccc
}

.section--03 .container .research-wrap .research-category .list.active .link {
    color: #da291c
}

@media (max-width: 768px) {
    .section--03 .container .research-wrap .research-category .list {
        padding:0 10px
    }
}

@media (max-width: 768px) {
    .section--03 .container .research-wrap .research-category {
        margin-left:-10px;
        margin-right: -10px
    }
}

.section--03 .container .research-wrap .content-inner .contents {
    display: none
}

.section--03 .container .research-wrap .content-inner .contents .inner {
    width: 100%;
    display: flex;
    gap: 20px
}

.section--03 .container .research-wrap .content-inner .contents .inner .research-img {
    text-align: right
}

.section--03 .container .research-wrap .content-inner .contents .inner .research-txt {
    position: relative;
    padding-top: 130px;
    opacity: 0
}

.section--03 .container .research-wrap .content-inner .contents .inner .research-txt .tit {
    display: inline-block;
    font-size: 3.844rem;
    font-weight: 200;
    text-align: left;
    color: #111;
    margin-bottom: 10px;
    position: relative
}

.section--03 .container .research-wrap .content-inner .contents .inner .research-txt .tit .num {
    font-size: 7.563rem;
    font-weight: 800;
    text-align: left;
    color: rgba(255,255,255,0.9);
    position: absolute;
    right: -58px;
    top: -87px;
    z-index: -1
}

@media (max-width: 768px) {
    .section--03 .container .research-wrap .content-inner .contents .inner .research-txt .tit .num {
        font-size:5.563rem;
        right: -32px;
        top: -52px
    }
}

.section--03 .container .research-wrap .content-inner .contents .inner .research-txt .txt {
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.969rem;
    text-align: left;
    color: #333;
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .section--03 .container .research-wrap .content-inner .contents .inner .research-txt .txt {
        margin-bottom:30px
    }
}

.section--03 .container .research-wrap .content-inner .contents .inner .research-txt .link {
    border-radius: 30px;
    background-color: #da291c;
    font-size: 1rem;
    font-weight: 300;
    text-align: left;
    color: #fff;
    padding: 12px 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.section--03 .container .research-wrap .content-inner .contents .inner .research-txt .link img {
    width: 25px;
    -moz-filter: invert(0.5) brightness(2);
    -o-filter: invert(0.5) brightness(2);
    -ms-filter: invert(0.5) brightness(2);
    filter: invert(0.5) brightness(2)
}

@media (max-width: 1280px) {
    .section--03 .container .research-wrap .content-inner .contents .inner .research-txt .tit {
        font-size:2.6rem
    }

    .section--03 .container .research-wrap .content-inner .contents .inner .research-txt .tit .num {
        font-size: 6rem
    }

    .section--03 .container .research-wrap .content-inner .contents .inner .research-txt .txt {
        font-size: 1rem;
        line-height: 1.2
    }

    .section--03 .container .research-wrap .content-inner .contents .inner .research-txt .link {
        font-size: 0.9rem;
        padding: 8px 15px
    }
}

@media (max-width: 1400px) {
    .section--03 .container .research-wrap .content-inner .contents .inner .research-txt {
        padding-top:2rem;
        min-width: 300px
    }
}

@media (max-width: 1200px) {
    .section--03 .container .research-wrap .content-inner .contents .inner .research-txt {
        padding-top:3rem
    }
}

@media (max-width: 1024px) {
    .section--03 .container .research-wrap .content-inner .contents .inner .research-txt .tit .num {
        color:#eee
    }
}

.section--03 .container .research-wrap .content-inner .contents.open {
    display: block
}

@media (max-width: 1024px) {
    .section--03 .container .research-wrap .content-inner .contents.open .inner {
        flex-direction:column-reverse
    }
}

.section--03 .container .research-wrap .content-inner .contents.open .inner .research-img {
    animation: fadeInUp 1.2s
}

@media (max-width: 1024px) {
    .section--03 .container .research-wrap .content-inner .contents.open .inner .research-img {
        margin-top:-100px
    }

    .section--03 .container .research-wrap .content-inner .contents.open .inner .research-img img {
        width: 70%
    }
}

@media (max-width: 768px) {
    .section--03 .container .research-wrap .content-inner .contents.open .inner .research-img {
        margin-top:0
    }

    .section--03 .container .research-wrap .content-inner .contents.open .inner .research-img img {
        width: 90%
    }
}

.section--03 .container .research-wrap .content-inner .contents.open .inner .research-txt {
    animation: fadeInRight 1.2s 0.1s both
}

@media (max-width: 1280px) {
    .section--03 .container .research-wrap .research-category .list .link {
        font-size:1.2rem
    }
}

@media (max-width: 1024px) {
    .section--03 .container {
        position:relative;
        left: auto;
        top: auto;
        transform: none;
        height: auto;
        display: block;
        padding-top: 5rem
    }

    .section--03 .container .tit-bx {
        text-align: center;
        margin-top: 0
    }

    .section--03 .container .research-wrap {
        flex-direction: column
    }

    .section--03 .container .research-wrap .research-category {
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-top: 2rem;
        width: auto;
        margin-left: -20px;
        margin-right: -20px
    }

    .section--03 .container .research-wrap .research-category .list {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0px 20px
    }

    .section--03 .container .research-wrap .research-category .list .link {
        padding: 15px 20px
    }
}

@media (max-width: 1024px) and (max-width:768px) {
    .section--03 .container .research-wrap .research-category .list .link {
        padding:10px 20px
    }
}

@media (max-width: 1024px) and (max-width:768px) {
    .section--03 .container .research-wrap .research-category {
        margin-left:-10px;
        margin-right: -10px
    }

    .section--03 .container .research-wrap .research-category .list {
        padding: 0 10px
    }

    .section--03 .container .research-wrap .research-category .list .link {
        min-width: auto
    }
}

@media (max-width: 1024px) {
    .section--03 .container .research-wrap .content-inner {
        width:100%
    }
}

.section--04 {
    overflow: hidden
}

.section--04.food-section {
    background-color: #f3f3f3
}

.section--04.food-section .tit-wrap {
    padding-top: 60px
}

.section--04.food-section .tit-wrap .tit {
    color: #111
}

.section--04.food-section .tit-wrap .txt {
    color: #555
}

@media (max-width: 1200px) {
    .section--04.food-section .tit-wrap {
        padding-top:0
    }
}

@media (max-width: 1280px) {
    .section--04.food-section .tit-wrap {
        padding-top:100px
    }
}

@media (max-width: 1200px) {
    .section--04.food-section .tit-wrap {
        padding-top:0px
    }
}

.section--04.life-section .tab-content-02 .img-bx {
    display: block;
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -10;
    opacity: 0;
    transition: opacity 1s
}

.section--04.life-section .tab-content-02 .img-bx:after {
    content: "";
    display: block;
    padding-bottom: 100vh
}

.section--04.life-section .tab-content-02 .img-bx iframe,.section--04.life-section .tab-content-02 .img-bx video,.section--04.life-section .tab-content-02 .img-bx>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%,-50%) scale(0.1)
}

.section--04.life-section .tab-content-02 .img-bx>img {
    min-height: 1000vh
}

.section--04.life-section .tab-content-02 .img-bx .slide-bg {
    display: none
}

.section--04.life-section .tab-content-02 .img-bx .slide-bg.slide-show {
    display: block
}

.section--04.life-section .tab-content-02 .img-bx .m-slide-bg {
    display: none
}

.section--04.life-section .tab-content-02 .img-bx .m-slide-bg.slide-show {
    display: block
}

.section--04.life-section .tit-wrap .tit {
    color: white
}

.section--04.life-section .tit-wrap .txt {
    color: white
}

.section--04 .tab-header {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0
}

.section--04 .tab-header .tab-item .link {
    display: block;
    min-width: 230px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 27px;
    background-color: #333;
    font-size: 1.25rem;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
    cursor: pointer
}

.section--04 .tab-header .tab-item .link.on {
    background-color: #da291c;
    color: white
}

@media (max-width: 1280px) {
    .section--04 .tab-header .tab-item .link {
        height:40px;
        line-height: 40px
    }
}

@media (max-width: 1024px) {
    .section--04 .tab-header .tab-item .link {
        min-width:170px
    }
}

@media (max-width: 576px) {
    .section--04 .tab-header .tab-item .link {
        min-width:145px
    }
}

@media (max-width: 1280px) {
    .section--04 .tab-header {
        margin-bottom:20px;
        margin-top: 20px
    }
}

.section--04 .food-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.section--04 .food-wrapper.swiper-container {
    margin: 0 -30px
}

@media (max-width: 1024px) {
    .section--04 .food-wrapper.swiper-container {
        margin:0
    }
}

.section--04 .food-wrapper .swiper-wrapper {
    justify-content: space-between
}

.section--04 .food-wrapper .swiper-slide {
    flex: 1 0 33.33%;
    max-width: 33.33%;
    padding: 30px
}

@media (max-width: 1024px) {
    .section--04 .food-wrapper .swiper-slide {
        flex:auto;
        flex-shrink: 0;
        max-width: none;
        padding: 30px 25px
    }
}

.section--04 .food-wrapper .food-item {
    position: relative;
    box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
    border-radius: 30px;
    background-color: white;
    transform: translateY(0);
    transition: all 0.3s;
    display: block;
    position: relative;
    overflow: hidden
}

.section--04 .food-wrapper .food-item:after {
    content: "";
    display: block;
    padding-bottom: 80%
}

.section--04 .food-wrapper .food-item iframe,.section--04 .food-wrapper .food-item video,.section--04 .food-wrapper .food-item>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%,-50%) scale(0.1)
}

.section--04 .food-wrapper .food-item .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.section--04 .food-wrapper .food-item .inner .img-bx {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden
}

.section--04 .food-wrapper .food-item .inner .img-bx:after {
    content: "";
    display: block;
    padding-bottom: 80%
}

.section--04 .food-wrapper .food-item .inner .img-bx iframe,.section--04 .food-wrapper .food-item .inner .img-bx video,.section--04 .food-wrapper .food-item .inner .img-bx>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%,-50%) scale(0.1)
}

.section--04 .food-wrapper .food-item .inner .txt-bx {
    display: none
}

.section--04 .food-wrapper .food-item .hover-inner {
    background-color: rgba(217,15,0,0.9);
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.25s;
    left: 0;
    top: 0
}

.section--04 .food-wrapper .food-item .hover-inner .tit {
    font-size: 1.625rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px
}

@media (max-width: 1200px) {
    .section--04 .food-wrapper .food-item .hover-inner .tit {
        font-size:1.4rem
    }
}

.section--04 .food-wrapper .food-item .hover-inner .date {
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: -0.28px;
    margin-bottom: 38px
}

.section--04 .food-wrapper .food-item .hover-inner .arrow {
    background-color: white;
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.section--04 .food-wrapper .food-item .hover-inner .arrow i {
    color: #da291c
}

@media (min-width: 1200.02px) {
    .section--04 .food-wrapper .food-item:hover {
        transform:translateY(-30px)
    }
}

.section--04 .food-wrapper .food-item:hover .hover-inner {
    opacity: 1
}

@media (max-width: 1024px) {
    .section--04 .food-wrapper .food-item {
        display:block;
        position: relative;
        overflow: hidden
    }

    .section--04 .food-wrapper .food-item:after {
        content: "";
        display: block;
        padding-bottom: 120%
    }

    .section--04 .food-wrapper .food-item iframe,.section--04 .food-wrapper .food-item video,.section--04 .food-wrapper .food-item>img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 1000%;
        min-height: 1000%;
        max-width: none;
        max-height: none;
        transform: translate(-50%,-50%) scale(0.1)
    }

    .section--04 .food-wrapper .food-item .inner {
        flex-direction: column;
        justify-content: space-between
    }

    .section--04 .food-wrapper .food-item .inner .img-bx {
        height: 100%;
        display: block;
        position: relative;
        overflow: hidden
    }

    .section--04 .food-wrapper .food-item .inner .img-bx:after {
        content: "";
        display: block;
        padding-bottom: 76.5306122449%
    }

    .section--04 .food-wrapper .food-item .inner .img-bx iframe,.section--04 .food-wrapper .food-item .inner .img-bx video,.section--04 .food-wrapper .food-item .inner .img-bx>img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 1000%;
        min-height: 1000%;
        max-width: none;
        max-height: none;
        transform: translate(-50%,-50%) scale(0.1)
    }

    .section--04 .food-wrapper .food-item .inner .txt-bx {
        display: block;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        padding: 30px
    }

    .section--04 .food-wrapper .food-item .inner .txt-bx .txt-inner .tit {
        font-size: 1.3rem;
        font-weight: 500;
        text-align: left;
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 3em
    }

    .section--04 .food-wrapper .food-item .inner .txt-bx .txt-inner .date {
        font-size: 0.875rem;
        font-weight: 300;
        letter-spacing: -0.28px
    }

    .section--04 .food-wrapper .food-item .inner .txt-bx .arrow {
        background-color: #da291c;
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .section--04 .food-wrapper .food-item .inner .txt-bx .arrow img {
        width: 20px;
        -moz-filter: invert(0.5) brightness(2);
        -o-filter: invert(0.5) brightness(2);
        -ms-filter: invert(0.5) brightness(2);
        filter: invert(0.5) brightness(2)
    }
}

@media (max-width: 1024px) and (max-width:576px) {
    .section--04 .food-wrapper .food-item .inner .txt-bx {
        padding:15px 25px
    }
}

@media (max-width: 1024px) {
    .section--04 .food-wrapper .food-item .inner .hover-inner {
        display:none
    }
}

.section--04 .tab-content-02 .swiper-container {
    background-color: white;
    padding: 2rem;
    padding-bottom: 7rem;
    padding-top: 3rem;
    border-radius: 30px
}

@media (max-width: 1280px) {
    .section--04 .tab-content-02 .swiper-container {
        padding-bottom:4.5rem;
        padding-top: 1.8rem
    }
}

@media (max-width: 768px) {
    .section--04 .tab-content-02 .swiper-container {
        padding:3rem 1.5rem;
        padding-bottom: 5rem
    }
}

.section--04 .tab-content-02 .swiper-container .swiper-control {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px
}

.section--04 .tab-content-02 .swiper-container .swiper-control .swiper-pagination {
    position: relative
}

.section--04 .tab-content-02 .swiper-container .swiper-control .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background-color: white;
    border: 1px solid #999;
    opacity: 1
}

.section--04 .tab-content-02 .swiper-container .swiper-control .swiper-pagination-bullet-active {
    background-color: #da291c;
    border: 1px solid #da291c
}

.section--04 .tab-content-02 .swiper-container .swiper-control .swiper-play {
    cursor: pointer;
    padding-top: 2px;
    font-size: 18px
}

@media (max-width: 768px) {
    .section--04 .tab-content-02 .swiper-container .swiper-control .swiper-play {
        padding-top:1px
    }
}

.section--04 .tab-content-02 .swiper-container .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.section--04 .tab-content-02 .swiper-container .swiper-button--prev {
    left: 50px
}

.section--04 .tab-content-02 .swiper-container .swiper-button--next {
    right: 50px
}

@media (max-width: 768px) {
    .section--04 .tab-content-02 .swiper-container .swiper-button img {
        width:20px
    }

    .section--04 .tab-content-02 .swiper-container .swiper-button--prev {
        left: 10px
    }

    .section--04 .tab-content-02 .swiper-container .swiper-button--next {
        right: 10px
    }
}

.section--04 .life-inner {
    width: 80%;
    margin: 0 auto;
    text-align: center
}

.section--04 .life-inner .tit {
    display: block;
    font-size: 2.125rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 40px
}

.section--04 .life-inner .txt {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.875rem;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 4.5em
}

.section--04 .life-inner .g-txt {
    font-size: 1rem
}

@media (max-width: 1280px) {
    .section--04 .life-inner .tit {
        font-size:1.6rem;
        margin-bottom: 30px
    }

    .section--04 .life-inner .txt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 4.5em
    }

    .section--04 .life-inner .g-txt {
        font-size: 1rem;
        line-height: 1.3rem
    }
}

@media (max-width: 768px) {
    .section--04 .life-inner {
        width:85%
    }

    .section--04 .life-inner .txt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 12em;
        font-size: 1rem;
        height: auto
    }
}

@media (max-width: 1200px) {
    .section--04 {
        padding:5rem 0
    }
}

.section--05 .pr-container {
    margin: 0 -30px;
    overflow: visible;
    display: flex
}

@media (max-width: 1024px) {
    .section--05 .pr-container {
        margin-left:-15px;
        margin-right: -15px
    }
}

@media (max-width: 1024px) {
    .section--05 .pr-container {
        flex-direction:column;
        margin: 0
    }
}

.section--05 .pr-container .pr-item {
    flex: 1 0 33.33%;
    max-width: 33.33%;
    padding: 0 30px;
    transform: translateY(0);
    transition: all 0.3s
}

.section--05 .pr-container .pr-item .link {
    display: block;
    box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
    background-color: white;
    border-radius: 30px;
    overflow: hidden;
    position: relative
}

.section--05 .pr-container .pr-item .link .img-bx {
    display: block;
    position: relative;
    overflow: hidden
}

.section--05 .pr-container .pr-item .link .img-bx:after {
    content: "";
    display: block;
    padding-bottom: 66.6666666667%
}

.section--05 .pr-container .pr-item .link .img-bx iframe,.section--05 .pr-container .pr-item .link .img-bx video,.section--05 .pr-container .pr-item .link .img-bx>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%,-50%) scale(0.1)
}

.section--05 .pr-container .pr-item .link .txt-bx {
    padding: 40px
}

.section--05 .pr-container .pr-item .link .txt-bx .tit {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.625rem;
    text-align: left;
    color: #232425;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 3em;
    transition: color 0.3s
}

.section--05 .pr-container .pr-item .link .txt-bx .date {
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: -0.28px;
    text-align: left;
    color: #999
}

@media (max-width: 1280px) {
    .section--05 .pr-container .pr-item .link .txt-bx {
        padding:30px
    }
}

.section--05 .pr-container .pr-item .link:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #da291c;
    position: absolute;
    display: block;
    z-index: 5;
    opacity: 0;
    transition: 500ms all;
    border-radius: 30px
}

@media (max-width: 1024px) {
    .section--05 .pr-container .pr-item .link .txt-bx {
        padding:30px
    }
}

@media (max-width: 1024px) {
    .section--05 .pr-container .pr-item {
        flex:1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .section--05 .pr-container .pr-item:not(:last-child) {
        margin-bottom: 30px
    }
}

@media (min-width: 1200.02px) {
    .section--05 .pr-container .pr-item:hover {
        transform:translateY(-30px)
    }

    .section--05 .pr-container .pr-item:hover .link .txt-bx .tit {
        color: #da291c
    }

    .section--05 .pr-container .pr-item:hover .link:before {
        opacity: 1
    }
}

@media (max-width: 1280px) {
    .section--05 .tit-wrap {
        margin-bottom:1.5rem!important
    }
}

@media (max-width: 1200px) {
    .section--05 {
        padding:5rem 0
    }

    .section--05 .tit-wrap {
        margin-top: 0!important
    }
}

.scroll-wrap {
    position: fixed;
    right: 45px;
    bottom: 40px;
    width: 20px
}

.scroll-wrap .text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-left: -1px;
    letter-spacing: -0.2px
}

.scroll-wrap .mousey {
    padding: 2px 8px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
    margin-top: 5px
}

.scroll-wrap .mousey .scroller {
    width: 2px;
    height: 6px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 1.8s;
    animation-timing-function: cubic-bezier(0.15,0.41,0.69,0.94);
    animation-iteration-count: infinite;
    position: absolute;
    left: 45%
}

@keyframes scroll {
    0% {
        opacity: 0
    }

    10% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(15px);
        opacity: 0
    }
}

@media (max-width: 1200px) {
    .scroll-wrap .mousey {
        display:none
    }
}

.scroll-wrap.color .text {
    color: #333
}

.scroll-wrap.color .mousey {
    border: 2px solid #333
}

.scroll-wrap.color .mousey .scroller {
    background-color: #333
}

@media (max-width: 1200px) {
    .scroll-wrap {
        display:none
    }
}
