.GridSet{
    width: auto;
}

.ImgOnlyStyle {
    margin-bottom: 0;
}

.ImgOnlyStyle img{
    width: 100%;
    margin-bottom: 0;
}

.TextStyle1{
    font-size: 110%;
    line-height: 2;
}

.headerArea{
    background-color: #F2F2F2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
}

.headerArea .introduce{
    max-width: 1275px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    margin: 0 auto;
}

.headerArea .introduce h2{
    font-size: 200%;
    font-weight: 900;
    text-align: center;
}

.headerArea .introduce h2 br{
    display: none;
}

.headerArea .introduce p.TextStyle1{
    line-height: 200%;
    margin-bottom: 0;
}

.headerArea .headSwiper{
    position: relative;
    width: 100%;
    background: url('./image/headerBg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 0 200px;
}

.headerArea .headSwiper .moduleCenter{
    display: block;
    position: relative;
    margin: 40px auto;
    padding: 0 0 10px;
    max-width: 950px;
}

.headerArea .headSwiper .moduleCenter h4{
    color: #fff;
    font-weight: 400;
    font-size: 120%;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-align: center;
}

.headerArea .headSwiper .moduleCenter .swiper-container{
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 8/5;
    border: 4px solid #FFF;
    overflow: hidden;
    box-sizing: border-box;
}
.headerArea .headSwiper .swiper-button-next,
.headerArea .headSwiper .swiper-button-prev{
    color: #fff;
}


.headerArea .headSwiper .moduleCenter .swiper-container .swiper-wrapper {
    z-index: 0;
}

.headerArea .headSwiper .moduleCenter .swiper-container .swiper-slide {
    display: block;
}
.headerArea .headSwiper .moduleCenter .swiper-container .swiper-slide img {
    width:100%;
    height: auto;
}


.mainCentent{
    max-width: 1275px;
    margin: 0 auto;
    margin-top: 50px;
}

.mainCentent .Section{
    margin-bottom: 65px;
}

.mainCentent>div{
    display: flex;
    flex-direction: column;
}

.mainCentent>div h3{
    font-size: 180%;
    margin-bottom: 20px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.mainCentent>div>span{
    text-align: center;
    font-size: 90%;
    color: #808080;
    margin-bottom: 50px;
}

.mainCentent>div .flex{
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}

.mainCentent>div .flex p.toggle {
    position: relative;
}
.mainCentent>div .flex p.toggle img {
    width: 100%;
    height: 100%;
}

/* Fading entrances  */
@-webkit-keyframes toggleFadeInOut {
    0% {
        opacity: 0;
      }
      20% {
        opacity: 0;
      }
      40% {
        opacity: 1;
      }
      60% {
        opacity: 1;
      }
      80% {
        opacity: 0;
      }
      100% {
        opacity: 0;
      }
  }
  @keyframes toggleFadeInOut {
        0% {
            opacity: 0;
        }
        40% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        90% {
            opacity: 1;
        }
  }

p.toggle img:last-child {
    position: absolute;
    opacity: 0;
    z-index: 2;
    left: 0;
    animation: toggleFadeInOut 15s infinite;
}
p.toggle:hover img:last-child {
    opacity: 1;
}

.mainCentent>div .flex.mt30{
    margin-top: 30px;
}

.mainCentent>div .flex p.ImgOnlyStyle{
    width: 50%;
}
.mainCentent>div .flex .copywriting{
    width: 50%;
}

.mainCentent>div .flex.ImgBox{
    gap: 30px;
    max-height: 440px;
}

.mainCentent>div .flex.ImgBox .ImgOnlyStyle{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mainCentent>div .flex.ImgBox .ImgOnlyStyle:first-child{
    width: calc((35% - 15px));
}

.mainCentent>div .flex.ImgBox .ImgOnlyStyle:last-child{
    width: calc((65% - 15px));
}

.mainCentent>div .flex div{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mainCentent>div .flex .order{
    order: -1;
}

.mainCentent>div .learnMore{
    width: 100%;
    display: flex;
}

.mainCentent>div .learnMore p.ImgOnlyStyle{
    width: 30%;
    min-width: 300px;
}

.mainCentent>div .learnMore p.ImgOnlyStyle img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.mainCentent>div .learnMore.mt50Pc{
    margin-top: 30px;
}

.mainCentent>div .learnMore ul.LinkListStyle1{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    background-color: #EEEEEE;
    margin: 0;
}

.mainCentent>div .learnMore ul.LinkListStyle1 li{
    padding-top: 0;
}

.mainCentent>div .learnMore ul.LinkListStyle1 li span{
    font-size: 100%;
    color: #747474;
}

.mainCentent>div .learnMore ul.LinkListStyle1 li:first-child{
    margin-bottom: 15px;
}

 .mainCentent>div .learnMore ul.LinkListStyle1 li a{
    color: #000;
    font-size: 120%;
    background-size: 18px 18px;
    padding: 0 20px 0 0;
}

.mainCentent>div .learnMore ul.LinkListStyle1 li a:hover{
    color: #c02;
    text-decoration: none;
}

.mainCentent>div .learnMore.noImg{
    margin-top: 50px;
}

.mainCentent>div .learnMore.noImg ul{
    flex-direction: row;
    justify-content: flex-start;
}

.mainCentent>div .learnMore.learnMore.noImg ul.LinkListStyle1 li:first-child{
    margin-bottom: 0;
    margin-right: 30px;
}


.mainCentent>div .learnMore.learnMore.noImg ul.LinkListStyle1 li:last-child a{
    color: #B80000;
}


@media screen and (max-width: 1304px){
    .OptionWideRWD #Contents{
        padding: 0;
    }

    .mainCentent{
        padding: 0 15px;
    }


    .OptionWideRWD .Grid4{
        padding: 0;
    }

    .OptionWideRWD .GridSet{
        margin: 0;
    }


    .headerArea .introduce{
        padding: 40px 15px;
    }
}

@media screen and (max-width: 1025px){
    .headerArea .headSwiper .swiper-button-next{
        right: 6vw;
        margin-top: 1%;
    }

    .headerArea .headSwiper .swiper-button-prev{
        left: 6vw;
        margin-top: 1%;
    }
}
@media screen and (max-width: 840px){
    .headerArea .headSwiper .moduleCenter{
        padding: 0 15px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 767px){
    .TextStyle1.mb0{
        margin-bottom: 0;
    }
    .mainCentent .Section{
        margin-bottom: 50px;
    }
    .TextStyle1{
        font-size: 100%;
    }
    .headerArea .introduce h2{
        font-size: 150%;
    }
    .mainCentent{
        margin-top: 30px;
    }

    .mainCentent>div .flex{
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom:30px;
    }

    .mainCentent>div .flex p.ImgOnlyStyle,
    .mainCentent>div .flex .copywriting{
        width: 100%;
    }
    .mainCentent>div .flex .order{
        order: 1;
    }
    
    .mainCentent>div .flex.ImgBox{
        flex-direction: column;
        align-items: center;
        max-height: none;
    }

    .mainCentent>div .flex.ImgBox .ImgOnlyStyle{
        width: 100%;
    }

    .mainCentent>div .flex.ImgBox .ImgOnlyStyle:first-child{
        width: 80%;
    }

    .mainCentent>div .flex.ImgBox .ImgOnlyStyle:last-child{
        width: 100%;
    }

    .mainCentent>div .learnMore p.ImgOnlyStyle{
        min-width: 170px;
    }
    .mainCentent>div h3{
        font-size: 140%;
        margin-bottom: 10px;
    }

    .mainCentent>div>span{
        margin-bottom: 30px;
        font-size: 80%;
    }

    .mainCentent>div .learnMore ul.LinkListStyle1{
        padding: 20px;
    }

    .mainCentent>div .learnMore ul.LinkListStyle1 li:first-child{
        margin-bottom: 10px;
    }

    .mainCentent>div .learnMore ul.LinkListStyle1 li span{
        font-size: 90%;
    }
    .mainCentent>div .learnMore ul.LinkListStyle1 li a{
        font-size: 100%;
    }
}

@media screen and (max-width: 676px){
    .mainCentent>div .learnMore.learnMore.noImg ul.LinkListStyle1{
        flex-direction: column;
    }
    .mainCentent>div .learnMore.learnMore.noImg ul.LinkListStyle1 li:first-child{
        margin-bottom: 5px;
    }
}


@media screen and (max-width: 540px){
    .mainCentent>div .learnMore p.ImgOnlyStyle{
        min-width: 120px;
    }

    .headerArea .introduce h2 br{
        display: block;
    }

    .mainCentent>div .flex{
        gap: 15px;
        margin-bottom: 10px;
    }

    .mainCentent>div .flex.ImgBox .ImgOnlyStyle:first-child{
        width: 100%;
    }


}







