@charset "utf-8";
/*-- ------------- --*/
/*-- component css --*/
/*-- ------------- --*/
.c-t__btn{
    position: fixed;
    right:1%;
    bottom:6%;
    z-index: 100;
}
.c-t__btn a{
    position: relative;
    display: block;
    background: var(--main-color);
    color:var(--white-color);
    border:2px solid var(--white-color);
    width: 60px;
    height:60px;
    border-radius: 50%;
}
.c-t__btn a::before{
    content:'';
    position: absolute;
    top:calc(50% + 5px);
    left:50%;
    transform: translate(-50%,-50%)rotate(-45deg);
    display: block;
    width:20px;
    height:20px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    transition:all .5s;
}
.c-t__btn a:hover::before{
    top:calc(50% + 2px);
}
@media screen and (max-width: 768px){
.link__btn a::after{
    width: 30px;
    height: 30px;
    margin-top: 1rem;
}
.c-t__btn{position: fixed;right:5px;}
.c-t__btn a{
    width: 40px;
    height:40px;
}
.c-t__btn a::before{
    top:calc(50% + 3px);
    width:14px;
    height:14px;
}
}

/*-- ----------- --*/
/*-- project css --*/
/*-- ----------- --*/
/*-- Index MV--*/
.mv .mv__area{
    position: relative;
    margin: 0 auto 5rem;
    max-width: 160rem;
}
.mv .mv__bg{
    display: block;
    width: 100%;
    height: auto;
}
.mv .mv__txt{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.mv .mv__bottom{
    margin: 40px auto;
    max-width: 1000px;
}
@media screen and (max-width: 768px){
.mv .mv__bottom{
    margin: 40px auto;
    max-width: 90%;
}
}
/*-- index c --*/
.c__title{position: relative;margin: 0 auto 4rem;}
.c__title .c__title__item{
    position: relative;
    width:120px;
    margin-left: -100px;
    margin-right: 20px;
}
.c__title .c__title__ritem{
    position: relative;
    width:180px;
    margin-left: 15px;
}
.c__title .c__title__img{
    position: relative;
    width:calc(100% - 40px);
}
.c__title .c__title__img img,.c__title h2 img{width:auto;height:100%;max-height: 60px;}
.c__title.c__title__i .c__title__item{
    position: relative;
    width:180px;
    margin-right: 2rem;
    margin-left: 0;
}
.c__title.c__title__i h2{
    position: relative;
    width:calc(100% - 180px + 2rem);
    max-width: 600px;
}
.c__title.c__title__i h2 img{
    width:100%;
    max-height:initial;
}
.c__date{
    font-weight: 900;
    color:#4c4948;
    margin: 3rem 0 0;
}
.c__date img{
    width:auto;
    height:100%;
    max-height:30px!important;
}
.c__link{position: relative;margin: 6rem 0 0;}
.c__link .c__link__btn{
    position: absolute;
    left:0;
    right:0;
    bottom: 10%;
    width: 63%;
    margin: 0 auto;
}
.c__link .c__link__img{
    display: block;
    max-width: 650px;
    margin: 0 auto;
}
.l-container-inner.c__link .c__link__btn{
    position: absolute;
    left:0;
    right:0;
    bottom: calc(10% + 30px);
}
.c__link .c__link__btn img{
    display: block;
    margin: 0 auto;
}
.c__info__wrapper{width: 100%;gap:30px;}
.c__info img{max-width:100%;width:auto;height:100%;max-height:25px;}
section .section__body:first-child{padding-top: 4rem;}
section .section__body:last-child{padding-bottom: 4rem;}
.section__body .l-container > *,
.section__body .l-container-inner > *,
.section__body .l-container-innerp > *{width:100%;max-width: 1000px;margin-left:auto;margin-right:auto;}
.section6 .section__body.sb--2 .l-container > *,
.section6 .section__body .l-container-inner > *{display:block;}
/*-- .section1 --*/
.section1{
    background: url(../img/section1-bg.jpg)repeat-y center top/100% auto;
}
.section1 .section__body{padding:6rem 0;border-bottom: 5px dotted #c8a995;}
.section1 .section__body:last-child{border-bottom: 0px dotted #c8a995;}
.section1 .section__body.sb--8 .l-fc,.section1 .section__body.sb--9 .l-fc{margin-top: 50px;}
.section1__date{
    margin: 0 0 2rem;
}
.section1__date img{
    width:auto;
    height:100%;
    max-height:30px;
}
.section1__info{
    margin: 3rem 0 0;
}
.section1__info img{
    width:auto;
    height:100%;
    max-height: 30px;
}
.sb--2 .section1__info img{
    width:80%;
    max-width: 320px;
    max-height: initial;
}
.sb--3 .section1__info img{
    width:80%;
    max-width: 260px;
    max-height: initial;
}
.sb--4 .section1__info img{
    width:80%;
    max-width: 260px;
    max-height: initial;
}
.sb--5 .section1__info img{
    width:100%;
    max-width: 450px;
    max-height: initial;
}
.sb--6 .section1__info img{
    width:80%;
    max-width: 350px;
    max-height: initial;
}
.sb--6 .section1__info img:nth-child(2){
    width:100%;
    max-width: 400px;
    max-height: initial;
}
.sb--7 .section1__info img{
    width:80%;
    max-width: 350px;
    max-height: initial;
}
.section1__img1{
    max-width: 800px;
    margin: 0 auto;
}
.section1__title{
    margin: 0 0 15px;
}
.section1__title img{
    width:auto;
    max-width: 100%;
    height:100%;
    max-height: 80px;
}
.section1__infog .mainimg{
    max-width: 100%;
    width:auto;
    height:100%;
    max-height: 30px;
}
.section1__infog p{
    font-weight: 500;
    margin: 5px 0 0;
    color:#4c4948;
}
.section1 p.txt-c1{
    font-weight: 700;
    margin: 0;
}
/*-- .sb--1 --*/
.section1 .sb--1 .c__title .c__title__ritem{
    position: relative;
    width:140px;
    margin-left: 15px;
    margin-top: -60px;
}
.section1 .sb--1 .c__title .c__title__img{
    position: relative;
    width:calc(100% - 200px);
}
.section1 .sb--1 .c__title .c__title__img h2{
    width:100%;
}
.section1 .sb--1 .c__title .c__title__img img{width:100%;max-height: initial;}
.section1 .sb--1 .section__inner p{
    margin: 4rem 0;
}
.section1 .sb--1 .section__inner__item h3{
    font-weight: 700;
    line-height: 1.5;
    margin: 15px 0 0;
    text-align: center;
}
.section1 .sb--1 .section__inner__item p{
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}
.section1 .sb--1 .section__inner p{font-weight: 700;}
.section1 .sb--1 .c__link .c__link__btn{
    position: absolute;
    left:0;
    right:0;
    bottom: 30%;
}
/*-- .sb--2 --*/
.section1 .sb--2 .copy{
    letter-spacing: 1px;
    color:#000;
    text-align: right;
    margin: 5px 0 0;
}
/*-- sb--6 --*/
.section1 .sb--6 .section1__info{margin-bottom: 2rem;}
.section1 .sb--6 .c__title .c__title__img img{width:auto;max-height: 120px;}
/*-- .section2 --*/
.section2{
    background: url(../img/section2_bg.jpg)repeat-y center top/100% auto;
}
.section2 .section__body{padding:6rem 0;}
.section2 .img__line{
    text-align: center;
    padding-top: 8rem;
    display: flex;
    justify-content: center;
    margin: 0 0 -4rem;
    max-width: initial;
}
.section2 .c__title .l-fl{width:100%;gap:40px;}
.section2 .c__title .l-fl div{
    width:40%;
}
.section2 .c__title .l-fl div:nth-child(1){
    width:200px;
}
.section2 .txt20{
    font-weight: 500;
    line-height: 2.2;
    color:#fff;
}
.section2 .l-grid-2{
    margin-top: 6rem;
}
.section2 .l-grid-2 .l-fl__c-space .txt14{
    text-align: right;
    color:#fff;
}
/*-- .sb--title --*/
.section2 .sb--title  .section2__title{
    position: relative;
    left:20px;
}
.section2 .sb--title .section2__date{
    margin: 9rem auto;
    max-width: 750px;
}
.section2 .sb--title  .section2__txt{
    margin: 0 auto;
    text-align: center;
}
.section2 .sb--title  .section2__txt h3 img{
    max-width: 32%;
    margin: 0 0 5rem;
}
.section2 .sb--title  .section2__txt .img2{
    display: none;
}
.section2 .sb--title  .section2__txt p{
    text-align: center;
    color:#fff;
}
/*-- sb--4 --*/
.section2  .sb--4 .l-grid-2{
    margin-top: 0rem;
}
.section2 .sb--4 .section__inner ul{background-color:rgba(255,255,255,.8);}
.section2 .sb--4 .section__inner h3{
    display:flex;
    align-items: center;
    justify-content: center;
    background:#ab1e24;
    font-weight: 900;
    color:#fff;
    padding: 3rem;
}
.section2 .sb--4 .section__inner h3 img{
    max-width: 90%;
}
.section2 .sb--4 .section__inner ul li{
    padding: 3rem;
    border-bottom: 2px solid #ab1e24;
}
.section2 .sb--4 .section__inner ul li:nth-child(even){
    padding: 3rem;
    border-left: 2px solid #ab1e24;
}
.section2 .sb--4 .section__inner ul li:nth-child(3){
    border-bottom: 0px solid #ab1e24;
}
.section2 .sb--4 .section__inner ul li:nth-child(4){
    border-bottom: 0px solid #ab1e24;
}
.section2 .sb--4 .section__inner p{
    margin: 2rem 0 0;
    color:#fff;
}
.section2 .sb--4 .img1{
    margin: 4rem 0 6rem;
    text-align: right;
}
.section2 .sb--4 .img1 img{
    max-width: 350px;
}
/*-- .section3 --*/
.section3{
    background: url(../img/section3_bg.jpg)repeat-y center top/100% auto;
}
.section3 .section__body{padding:6rem 0;}
.section3 .section__body.sb--1 .l-fc{margin-top: 6rem;margin-bottom: 6rem;}
.section3 .sb--1 .c__info__wrapper{
    margin: 2rem 0 0;
}
.section3 .sb--1 .section__inner{background-color:rgba(255,255,255,.8);}
.section3 .sb--1 .section__inner h3{
    display:flex;
    align-items: center;
    justify-content: center;
    background:#e74473;
    font-weight: 900;
    color:#fff;
    padding: 10px;
}
.section3 .sb--1 .section__inner ul li{
    padding: 3rem;
    border-bottom: 2px solid #e74473;
}
.section3 .sb--1 .section__inner ul li:nth-child(even){
    padding: 3rem;
    border-left: 2px solid #e74473;
}
.section3 .sb--1 .section__inner ul li:nth-child(3){
    border-bottom: 0px solid #e74473;
}
.section3 .sb--1 .section__inner ul li:nth-child(4){
    border-bottom: 0px solid #e74473;
}
/*-- .section4 --*/
.section4{
    background: url(../img/section4_bg.jpg)repeat-y center top/100% auto;
}
.section4 .section__body{padding:6rem 0;border-bottom: 5px dotted #c8a995;}
.section4 .section__body:last-child{border-bottom: 0px dotted #c8a995;}
.section4 .sb--1 h2{color:#ea6da4;}
.section4 .sb--1 .txt-c1{
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.section4 .sb--1 .section__inner .img1{
    position: relative;
    z-index: 2;
    width:calc(50% - 5px);
    margin-right: 5px;
}
.section4 .sb--1 .section__inner .img2{
    position: relative;
    z-index: 1;
    width:calc(50% - 5px);
    margin-left: 5px;
}
/*-- .sb--2 --*/
.section4 .sb--2 .c__title .c__title__item {
    margin-left: 0px;
}
.section4 .sb--2 .c__title .c__title__ritem{
    position: relative;
    width:140px;
    margin-left: 15px;
    margin-top: 0px;
}
.section4 .sb--2 .c__title .c__title__img{position: relative;width:auto;}
.section4 .sb--2 .c__title .c__title__img img{max-height: initial;}
.section4 .section__body.sb--2 .l-fc{margin-top: 6rem;margin-bottom: 6rem;}
.section4 .sb--2 .l-container-inner{background:rgba(255,240,0,.3);}
.section4 .sb--2 h3{color:#ea6da4;}
.section4 .sb--2 .c__title__ritem{
    width:180px;
}
.section4 .sb--2 .txt-c1{
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.section4 .sb--2 .c__info .c__info__title{background-color: #ea6da4;}
.section4 .sb--2 .c__link.l-fc{
    padding: 0 40px;
}
.section4 .sb--2 .l-container-innerp{
    padding: 40px;
    background:#fff ;
}
.section4 .sb--2 .l-container-innerp .c__link{
    margin-top: 2rem;
}
.section4 .sb--2 .l-container-innerp p{
    font-weight: 900;
    text-align: center;
}
.section4 .sb--2 .l-container-innerp p span{
    color:#ea6da4;
}
/*-- .sb--3 --*/
.section4 .sb--3 .c__title{margin: 0 0 2rem;}
.section4 .sb--3 .c__title h3 img {
    width: auto;
    max-height: 100px;
}
.section4 .sb--3 h3{margin-top:2rem;}
.section4 .sb--3 .txt-c1{font-weight:700;margin: 2rem 0;}
.section4 .sb--3 .l-grid-2 .grid__img{
    margin: -15px -20px;
}
.section4 .sb--3 .l-grid-2 .grid__img img{
    width:calc(100% + 30px);
}
.section4 .sb--3 .c__link{
    max-width: 800px;
    margin-top: 2rem;
}
/*-- .section5 --*/
.section5{
    background: url(../img/section5_bg.jpg)repeat-y center top/100% auto;
}
section.section5 .section__body:first-child {
    padding-top: 0;
}
.section5 .section__body{padding:6rem 0;}
.section5 .c__title .c__title__item{
    position: relative;
    width:120px;
    margin-left: 0px;
    margin-right: 20px;
}
.section5 .c__title .c__title__img {
    position: relative;
    width: calc(100% - 140px);
}
.section5 .c__title .txt-c1{
    font-weight: 700;
    margin: 1.5rem 0 0;
}
.section5 .section__inner__item{
    padding: 0 20px;
}
.section5 .section__inner__item .item__img{
    width:calc(100% + 40px);
    margin-left: -20px;
}
.section5 h3{
    margin: 10px 0;
}
.section5 h3 img{
    max-width: 180px;
}
.section5 .section__inner__item:nth-child(7) h3 img{
    max-width: 210px;
}
.section5 .item__subtitle{
    font-weight: 900;
    margin: 0px 0 10px;
}
.section5 .item__place{
    background: #3db4d8;
    padding: 0px 0;
}
.section5 .item__price{
    font-weight: 900;
    margin: 5px 0 10px;
}
.section5 .item__place img{
    width:100%;
    max-width: 250px;
}
.section5 .section__inner__item:nth-child(7) .item__place img{
    width:auto;
    height:100%;
    max-width: initial;
    max-height: 52.83px;
}
.section5 .item__txt{
    font-weight: 700;
}
/*-- .section6 --*/
.section6{
    background: url(../img/section1-bg.jpg)repeat-y center top/100% auto;
}
.section6 .c__link{margin-top: 0;}
.section6 .l-container-inner{
    position: relative;
    background:#fff ;
    padding: 70px 40px 60px;
}
.section6 .section__body{padding:6rem 0;}
/*-- sb--1 --*/
.section6 .section__body.sb--1 .l-fc{margin-top: 6rem;margin-bottom: 100px;}
.section6 .c__link .c__link__btn{
    bottom: 15%;
}
.section6 .sb--1 .l-container-full .section__title{
    position: absolute;
    top:-30px;
    left:0;
    right:0;
    margin-top: 0px;
}
.section6 .sb--1 .l-container-full .section__title img{
    position: relative;
    max-height: 60px;
}
.section6 .sb--1 .l-container-full .section__inner{
    padding-bottom:4rem;border-bottom: 5px dotted #040000;
}
.section6 .sb--1 .l-container-full .section__inner:last-child{
    padding-top:4rem;padding-bottom:0rem;border-bottom: 0px dotted #040000;
}
.section6 .sb--1 .l-iframe-map{
    margin-bottom:15px;
}
.section6 .sb--1 .l-fl{gap:15px;margin: 0 15px;}
.section6 .sb--1 .section__inner__b{padding-left:15px;padding-right: 15px;}
.section6 .sb--1 h3,.section6 .sb--1 p{
    font-weight: 700;
}
/*-- sb--2 --*/
.section6 .section__body.sb--2{
    padding: 0 0 60px;
}
.section6 .section__body.sb--2 a{
    max-width: 800px;
}
@media screen and (max-width: 1400px){

}
@media screen and (max-width: 1200px){
.c__title .c__title__item{
    width:100px;
    margin-left: 0px;
    margin-right: 10px;
}
.c__title .c__title__img{width:calc(100% - 110px);}
/*-- .section1 --*/
/*-- .sb--1 --*/
.section1 .sb--1 .c__title .c__title__ritem{
    position: relative;
    width:80px;
    margin-left: 15px;
    margin-top: -10px;
}
.section1 .sb--1 .c__title .c__title__img{
    position: relative;
    width:calc(100% - 210px);
}
/*-- .section2 --*/
/*-- .sb--title --*/
.section2 .sb--title  .section2__title{
    position: relative;
    left:10px;
}
/*-- .section4 --*/
.section4 .sb--2 .c__title .c__title__img{width:auto;}
.section4 .sb--2 .c__title__ritem{
    width:160px;
}
/*-- .section5 --*/
.section5 .section__inner__item{
    padding: 0px;
}
.section5 .section__inner__item .item__img{
    width:calc(100% + 0px);
    margin-left: 0px;
}
}
@media screen and (max-width: 900px){
.c__title.c__title__i .c__title__item{
    position: relative;
    width:180px;
    margin-right: -20px;
    margin-left: 0;
    z-index: 2;
}
.c__title.c__title__i h2{
    position: relative;
    width:calc(100% - 180px);
    max-width: 600px;
}
/*-- .section1 --*/
/*-- .sb--1 --*/
.section1 .sb--1 .c__title .c__title__ritem{
    position: relative;
    width:100px;
    margin-left: 15px;
    margin-top: -20px;
}
.section1 .sb--1 .c__title .c__title__img{
    position: relative;
    width:100%;
    max-width: 400px;
}
/*-- .section2 --*/
.section2 .c__title .l-fl div{
    width:60%;
}
.section2 .c__title .l-fl div:nth-child(1) {
    width: 200px;
}
/*-- .section4 --*/
/*-- .sb--2 --*/
.section4 .sb--2 .c__title .c__title__ritem{
    position: relative;
    width:120px;
    margin-left: 15px;
    margin-top: 0px;
}
.section4 .sb--2 .c__title .c__title__img{position: relative;width:calc(100% - 245px);}
.section4 .sb--2 .c__title .c__title__img h3 img{width:100%;}
.section4 .sb--2 .c__link.l-fc{
    padding: 0 20px;
}
/*-- .section5 --*/
.section5 .item__place{
    background: #3db4d8;
    padding: 5px 0;
}
.section5 .item__place img{
    width:80%;
    max-width: 250px;
}
}
@media screen and (max-width: 768px){
.c__title{margin: 0 0 3rem;}
.c__title .c__title__item{
    position: relative;
    width:80px;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 0;
}
.c__title .c__title__item img{
    width:100%;
}
.c__title.c__title__i .c__title__item{
    position: relative;
    width:120px;
    margin-right: -20px;
    margin-left: 0;
    z-index: 2;
}
.c__title.c__title__i h2{
    position: relative;
    width:calc(100% - 100px);
}
.c__title .c__title__img img, .c__title h2 img {
    width: auto;
    height: 100%;
    max-height: 25px;
}
.c__title .c__title__img{width:calc(100% - 90px);}
.c__date img{
    max-height:20px!important;
}
.c__link{position: relative;margin: 3rem 0 0;}
.c__link .c__link__btn{width:80%;}
.c__link p{margin: 10px 0 0;}
.c__info__wrapper{width: 100%;gap:15px;}
.c__info img{max-width:100%;width:auto;max-height:22px;}
section .section__body:first-child{padding-top: 2rem;}
section .section__body:last-child{padding-bottom: 2rem;}
/*-- .section1 --*/
.section1__date img{
    max-height:20px;
}
.section1__title img{
    max-height: 24px;
}
.sb--2 .section1__info img{
    width:70%;
    max-width: 270px;
    max-height: initial;
}
.sb--3 .section1__info img{
    width:54%;
    max-width: 210px;
    max-height: initial;
}
.sb--4 .section1__info img{
    width:64%;
    max-width: 230px;
    max-height: initial;
}
.sb--5 .section1__info img{
    width:100%;
    max-width: 370px;
    max-height: initial;
}
.sb--6 .section1__info img{
    width:65%;
    max-width: 250px;
}
.sb--6 .section1__info img:nth-child(2){
    width:80%;
    max-width: 300px;
}
.sb--7 .section1__info img{
    width:70%;
    max-width: 260px;
}
.section1__infog .mainimg{
    max-height: 23px;
}
.section1__infog .subimg{
    max-width: 100%;
    width:auto;
    height:100%;
    max-height: 12px;
    margin: 5px 0 0;
}
.section1 .section__inner__mimg{max-width: 80%;display: block;margin: 0 auto;}
.section1 .section__inner__mimg9{max-width: 90%;display: block;margin: 0 auto;}
/*-- .sb--1 --*/
.section1 .sb--1 .c__title .c__title__ritem{
    position: relative;
    width:75px;
    margin-left: 10px;
    margin-top: -20px;
}
.section1 .sb--1 .c__title .c__title__img{position: relative;width:calc(100% - 175px);}
.section1 .sb--1 .section__inner__item img{max-width: 80%;margin: 0 auto;display: block;}
.section1 .sb--1 .section__inner__item h3{
    margin: 5px 0 0;
}
.section1 .sb--1 .c__link .c__link__btn{
    position: absolute;
    top:31vw;
    bottom: auto;
    width:80%;
    max-width: 500px;
}
/*-- .sb--2 --*/
.section1 .sb--2 .c__title h2 img ,
.section1 .sb--3 .c__title h2 img ,
.section1 .sb--4 .c__title h2 img {
    width: auto;
    max-height: 80px;
}
.section1 .sb--2 .copy {
    letter-spacing: 1px;
    color: #000;
    text-align: right;
    margin: 5px auto 0;
    max-width: 80%;
}
/*-- .sb--5 --*/
.section1 .sb--5 .c__title h2 img ,
.section1 .sb--7 .c__title h2 img {
    width: auto;
    max-height: 40px;
}
/*-- sb--6 --*/
.section1 .sb--6 .c__title .c__title__img img{max-height: 65px;}
/*-- .sb--8 --*/
.section1 .sb--8 .l-fl__ol1-7 .section1__title,
.section1 .sb--9 .l-fl__ol1-7 .section1__title{
    margin-top: 20px;
}
/*-- .section2 --*/
.section2 .section__body{padding:4rem 0;}
.section2 .c__title .l-fl{gap:20px;}
.section2 .l-grid-2 img{
    display: block;
    max-width:80%;
    margin:0 auto;
}
.section2 .l-fl__c-space div{
    margin: 0px;
}
.section2 .l-fl__c-space div img{
    max-width: 100%;
    margin: 20px 0 5px;
}
.section2 .img__line {
    padding-top: 4rem;
    margin: 0 0 -6rem;
}
/*-- .sb--title --*/
.section2 .sb--title  .section2__title{
    position: relative;
    left:5px;
}
.section2 .sb--title .section2__date{
    margin: 4rem auto 5rem;
    max-width: 250px;
}
.section2 .sb--title  .section2__txt{
    margin: 0 auto;
    text-align: center;
}
.section2 .sb--title  .section2__txt .img1{
    max-width: 500px;
}
.section2 .sb--title  .section2__txt h3 img{
    max-width: 180px;
    margin: 0 0 2rem;
}
.section2 .sb--title  .section2__txt p{
    font-size: 16px;
    text-align: center;
    color:#fff;
}
/*-- sb--4 --*/
.section2 .sb--4 .section__inner h3,
.section2 .sb--4 .section__inner ul{
    margin: 0 5%;
}
.section2 .sb--4 .section__inner h3 {
    padding: 0rem;
}
.section2 .sb--4 .section__inner h3 img{
    max-width: 100%;
}
.section2 .sb--4 .section__inner ul li{
    padding: 2rem;
    border-bottom: 2px solid #ab1e24;
}
.section2 .sb--4 .section__inner ul li:nth-child(even){
    border-left: 0px solid #ab1e24;
}
.section2 .sb--4 .section__inner ul li:nth-child(3){
    border-bottom: 2px solid #ab1e24;
}
.section2 .sb--4 .section__inner ul li:nth-child(4){
    border-bottom: 0px solid #ab1e24;
}
.section2 .sb--4 .img1 {
    margin: 20px 0 40px;
}
.section2 .sb--4 .img1 img{
    width:55%;
    max-width: 300px;
}
/*-- .section3 --*/
.section3 .section__body{padding:4rem 0;}
.section3 .section__body.sb--1 .l-fc{margin-top: 4rem;margin-bottom: 0;}
.section3 .sb--1 .c__title .l-fl{align-items: center;}
.section3 .sb--1 .section__inner ul li{
    padding: 2rem;
    border-bottom: 2px solid #e74473;
}
.section3 .sb--1 .section__inner ul li:nth-child(even){
    border-left: 0px solid #e74473;
}
.section3 .sb--1 .section__inner ul li:nth-child(3){
    border-bottom: 2px solid #e74473;
}
.section3 .sb--1 .section__inner ul li:nth-child(4){
    border-bottom: 0px solid #e74473;
}
.section3 .sb--1 p img{margin-bottom: 20px;}
/*-- .section4 --*/
.section4 .sb--1 .c__title h2 img {
    max-height: 30px;
}
.section4 .section__body{padding:4rem 0;}
.section4 .sb--1 .section__inner .img1{
    width:90%;
    margin-right: auto;
    margin-left: auto;
}
.section4 .sb--1 .section__inner .img2{
    width:90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -10px;
}
.section4 .sb--2 .c__title .c__title__img{width:calc(100% - 250px);}
.section4 .sb--2 .c__title .c__title__ritem {
    position: relative;
    width: 100px;
    margin-left: 10px;
}
.section4 .sb--2 .l-grid-3 div img{
    max-width: 80%;
    margin: 0 auto;
    display: block;
}
.section4 .sb--2 .l-container-innerp{
    padding: 20px;
    background:#fff ;
}
.section4 .sb--2 .c__link.l-fc{
    padding: 0;
    margin: 30px 0;
}
.section4 .sb--3 h3{margin-top:1rem;}
.section4 .sb--3 .txt-c1 {
    letter-spacing: 0;
    margin: 3rem 0;
}
.section4 .sb--3 .l-grid-2 .grid__img{
    margin: -15px -10px;
}
.section4 .sb--3 .l-grid-2 .grid__img img{
    width:calc(100% + 20px);
}
/*-- .section5 --*/
.section5 .section__body{padding:4rem 0;}
.section5 .c__title .c__title__item{
    position: relative;
    width:80px;
    margin-left: 0px;
    margin-right: 10px;
}
.section5 .c__title .c__title__img {
    position: relative;
    width: calc(100% - 90px);
}
.section5 .c__title h2 img {
    max-height: 30px;
}
.section5 h3 img{
    max-width: 170px;
}
.section5 .section__inner__item:nth-child(7) .item__place img{
    max-height: 52.83px;
}
/*-- .section6 --*/
.section6 .section__body{padding:4rem 0;}
.section6 .section__body.sb--1 .l-fc {
    margin-top: 30px;
    margin-bottom: 50px;
}
.section6 .l-container-inner{
    padding: 50px 20px 40px;
}
.section6 .sb--1 .l-container-full .section__title{
    position: absolute;
    top:-30px;
}
.section6 .sb--1 .l-container-full .section__title img{
    position: relative;
    max-height: 60px;
}
.section6 .sb--1 .l-fl{gap:15px;margin: 0;}
.section6 .sb--1 .section__inner__b{padding-left:0;padding-right: 0;}
/*-- sb--2 --*/
.section6 .section__body.sb--2{
    padding: 0px;
    margin-bottom: -30px;
}
}
@media screen and (max-width: 640px){
.c__title .c__title__item{
    position: relative;
    width:65px;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 0;
}
.c__title .c__title__item img{
    width:100%;
}
.c__title .c__title__img{width:calc(100% - 75px);}
.c__title .c__title__img img, .c__title h2 img {
    max-height: 24px;
}
.c__title.c__title__i .c__title__item{
    position: relative;
    width:20%;
    margin-right: -20px;
    margin-left: 0;
    z-index: 2;
}
.c__title.c__title__i h2{
    position: relative;
    width:calc(100% - 20% + 20px);
}
/*-- .section1 --*/
.section1__infog .mainimg{
    max-height: 21px;
}
/*-- .sb--1 --*/
.section1 .sb--1 .c__title .c__title__ritem{
    position: relative;
    width:70px;
    margin-left: 10px;
    margin-top: -30px;
}
.section1 .sb--1 .c__title .c__title__img{position: relative;width:calc(100% - 145px);margin-right: -10px;}
.section1 .sb--1 .c__link .c__link__btn{
    width:85%;
}
/*-- .sb--2 --*/
.section1 .sb--2 .c__title h2 img ,
.section1 .sb--3 .c__title h2 img ,
.section1 .sb--4 .c__title h2 img {
    max-height: 60px;
}
/*-- .sb--5 --*/
.section1 .sb--5 .c__title h2 img{
    max-height: 28px;
}
/*-- .sb--7 --*/
.section1 .sb--7 .c__title h2 img {
    max-height: 25px;
}
/*-- .section2 --*/
.section2 .c__title .l-fl div{
    width:80%;
}
.section2 .c__title .l-fl div:nth-child(1) {
    width: 150px;
}
.section2 .sb--title  .section2__txt .img1{
    display: none;
}
.section2 .sb--title  .section2__txt .img2{
    display: block;
    margin: 0 auto;
    max-width: 310px;
}
/*-- .section4 --*/
.section4 .sb--2 .c__title .c__title__img{width:calc(100% - 140px);}
.section4 .sb--2 .c__title .c__title__ritem {
    position: relative;
    width: 60px;
    margin-left: 5px;
}
/*-- .section5 --*/
.section5 .c__title .c__title__item{
    position: relative;
    width:65px;
    margin-left: 0px;
    margin-right: 10px;
}
.section5 .c__title .c__title__img {
    position: relative;
    width: calc(100% - 75px);
}
.section5 .c__title .txt-c1 {
    letter-spacing: 1.5px;
}
/*-- .section6 --*/
.section6 .l-container-inner{
    padding: 40px 20px;
}
.section6 .sb--1 .l-container-full .section__title{
    position: absolute;
    top:-15px;
    display: flex;
    justify-content: center;
}
.section6 .sb--1 .l-container-full .section__title img{
    position: relative;
    max-width: 250px;
    max-height: initial;
}
}
@media screen and (max-width: 480px){

}
