@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------
	topMain
------------------------------------------------------------*/
#topMain {
    background: #E0EEFD url("image/top_main_bg.png") no-repeat center bottom;
    padding-top: 180px;
    padding-bottom: 100px;
    text-align: center;
}
#topMain strong {
    display: block;
    margin: 0 auto;
    width: 450px;
}

#topMain strong img {
    width: 100%;
}

@media screen and (max-width: 1100px) {
    #topMain {
        padding-top: 120px;
        padding-bottom: 50px;
        background-size: contain;
    }
    #topMain strong {
        width: 50%;
    }
    
}


@media screen and (max-width: 700px) {
    #topMain {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    #topMain strong {
        width: 80%;
    }
}



/*------------------------------------------------------------
	service_section
------------------------------------------------------------*/
#service_section .title {
    background: #E7F3CA url("image/top_bg_dot.png") repeat 0 0;
    height: 160px;
    position: relative;
}

#service_section .title h2 {
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -140px;
    z-index: 1;
    width: 280px;
    line-height: 0;
}

@media screen and (max-width: 500px) {
    #service_section .title {
        height: 110px;
    }
    #service_section .title h2 {
        width: 50%;
        margin-left: -25%;
    }
}

/*#service_section .title::after {
    content: "";
    display: block;
    width: 280px;
    height: 140px;
    border-radius: 140px 140px 0 0;
    background: #FAC923;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -140px;
    z-index: 1;
}


#service_section .title h2 {
    text-align: center;
    position: absolute;
    width: 280px;
    color: #552F09;
    bottom: 10px;
    left: 50%;
    margin-left: -140px;
    z-index: 2;
}
#service_section .title h2 span {
    display: block;
    color: #fff;
}
#service_section .title h2::before {
    content: "";
    display: block;
    background: url("image/gnav02.svg") no-repeat 0 0 / contain;
    width: 100px;
    height: 50px;
    margin: 0 auto;
    padding-bottom: 5px;
}*/






#service_section .content {
    background: #FAC923;
    padding: 50px 0;
    position: relative;
}
#service_section nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
#service_section nav li {
    width: 22%;
}
#service_section nav li strong {
    display: block;
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 30px;
}
#service_section nav li strong::before {
    content: "";
    display: block;
    margin: 0 auto 10px;
    width: 120px;
    height: 120px;
    background: url("image/service_btn1.svg") no-repeat 0 0 / contain;
}

#service_section nav li:nth-child(2) strong::before {
    background-image: url("image/service_btn2.svg");
}
#service_section nav li:nth-child(3) strong::before {
    background-image: url("image/service_btn3.svg");
}
#service_section nav li:nth-child(4) strong::before {
    background-image: url("image/service_btn4.svg");
}

#service_section nav li p {
    font-size: 1.5rem;
    line-height: 1.8;
}

#service_section .newsArea {
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    min-height: 2em;
}

#service_section .newsArea h2 {
    margin: 0 20px 0 20px;
    display: flex;
    align-items: center;
}
#service_section .newsArea h2 img {
    width: 90px;
}
#service_section .newsArea ul {
    list-style: none;
    display: flex;
    align-items: center;
}
#service_section .newsArea li a {
    display: flex;
    align-items: center;
    min-height: 50px;
    color: inherit;
}
#service_section .newsArea li a:hover {
    text-decoration: none;
}
#service_section .newsArea li a time {
    margin-right: 10px;
}


.ticker {
  flex: 1;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}


#service_section .newsArea .more {
    margin-left: auto;
    background: #552F09;
    display: flex;
    border-radius: 0 10px 10px 0;
    
}
#service_section .newsArea .more a {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 7px 10px;
}
#service_section .newsArea .more a::after {
    content: "";
    display: inline-block;
    background: url("image/arrow02_w.svg") no-repeat 0 0 / contain;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

#service_section .btn {
    margin-bottom: 50px;
}
#service_section .btn a {
    background: #FA8E23;
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 700px) {
    #service_section nav ul {
        display: block;
    }
    #service_section nav li {
        width: 100%;
    }
    
    
    #service_section .newsArea {
        display: block;
        padding: 10px;
    }
    #service_section .newsArea h2 {
        margin: 0;
        display: block;
        padding: 0px;
    }
    #service_section .newsArea .more {
        border-radius: 10px;
    }
}

/*------------------------------------------------------------
	car_pict
------------------------------------------------------------*/
#grass_pict {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}
#grass_pict span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
}
#grass_pict span:nth-child(1) {
    left: -500px;
}
#grass_pict span:nth-child(2) {
    left: 500px;
}

#car_pict {
    position: absolute;
    top: -80px;
    left: 50%;
    z-index: 2;
}
#car_pict span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    animation: carMove 3s ease-out infinite;
}

#car_pict span:nth-child(1) {
    left: -480px;
    animation-delay: 0.3s;
}
#car_pict span:nth-child(2) {
    left: -250px;
    animation-delay: 0.5s;
}
#car_pict span:nth-child(3) {
    left: 180px;
    animation-delay: 1s;
}
#car_pict span:nth-child(4) {
    left: 320px;
    animation-delay: 1.2s;
}
#car_pict span:nth-child(5) {
    left: 420px;
    animation-delay: 1.4s;
}

@keyframes carMove {
    0% {
        transform: translateY(0);
    }
    10% {
        transform: translateY(-10px);
    }
    30% {
        transform: translateY(0);
    }
}


@media screen and (max-width: 1100px) {
    #grass_pict {
        
        display: none;
    }
    #grass_pict span:nth-child(1) {
        left: 10px;
    }
    #grass_pict span:nth-child(2) {
        left: inherit;
        right: 10px;
    }
    #car_pict {
        
    }
    #car_pict span:nth-child(1),
    #car_pict span:nth-child(4),
    #car_pict span:nth-child(5) {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    #car_pict {
        display: none;
    }
}



/*------------------------------------------------------------
	blog_section
------------------------------------------------------------*/
#blog_section {
    background: #F8F3CC;
    position: relative;
    padding: 50px 0 0;
}
#blog_section::after {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background: #fff url("image/bg_yellow.png") no-repeat center top / cover;
    /*position: absolute;
    bottom: -80px;*/
}

#blog_section .title {
    position: relative;
    margin-bottom: 40px;
}
#blog_section .title::before,
#blog_section .title::after {
    content: "";
    display: inline-block;
    background: url("image/line_dot.png") no-repeat 0 0 / contain;
    width: 400px;
    height: 20px;
    position: absolute;
    top: 20px;
}
#blog_section .title::before {
    left: 0;
}
#blog_section .title::after {
    right: 0;
}

#blog_section .title h2 {
    text-align: center;
    color: #552F09;
}
#blog_section .title h2 span {
    display: block;
    color: #C68E52;
}
#blog_section .title h2::before {
    content: "";
    display: block;
    background: url("image/gnav03.svg") no-repeat 0 0 / contain;
    width: 100px;
    height: 50px;
    margin: 0 auto;
    padding-bottom: 5px;
}

#blog_section .blog_archive_list {
    background: #fff url("image/bg_note.png");
    border-radius: 14px;
    padding: 60px;
    margin-bottom: 60px;
}


@media screen and (max-width: 1000px) {
    #blog_section .title::before,
    #blog_section .title::after {
        width: 40%;
        background-size: cover;
    }
}
@media screen and (max-width: 700px) {
    #blog_section .title::before,
    #blog_section .title::after {
        width: 30%;
        background-size: cover;
    }
}



/*------------------------------------------------------------
	insta_block
------------------------------------------------------------*/
.insta_block {

}
.insta_block h2 {
    font-size: 3.0rem;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 20px;
}
.insta_block h2::before {
    content: "";
    display: inline-block;
    background: url("image/icon_insta.svg") no-repeat 0 0 / contain;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    vertical-align: middle;
}
.insta_block h2 span {
    font-size: 1.8rem;
    margin-left: 20px;
}

@media screen and (max-width: 700px) {
    .insta_block h2 {
        text-align: center;
    }
    .insta_block h2::before {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .insta_block h2 span {
        display: block;
        margin-top: 5px;
    }
}
