body.top > div.wrapper {
    padding-top: 104px;
}
ul.slick-dots:has(> li:only-child) {
    display: none;
}
div.mv {
    padding:0;
    height:auto;
    background-color: #fff;
    border-bottom: 1px solid #CDD6DD;
}
div.mv .mv-slide .slick-track:has(> li:only-child) .slick-slide > a{
    pointer-events: none;
}
div.mv .mv-slide.slick-dotted.slick-slider {
    margin-bottom: 0;
}
div.mv .mv-slide .slick-list {
    padding:0 !important;
}
div.mv .slick-slider .slick-track:has(> li:only-child){
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    max-width: 800px;
}
div.mv .mv-slide .slick-slide {
    max-width: 800px;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 934/548;
}
div.slick-track:has(> li:only-child) > li:first-of-type:last-of-type {
    margin-right: 0;
}
html:lang(en) #service .service-list .service-item,
html:lang(zh-Hans) #service .service-list .service-item,
html:lang(zh-Hant) #service .service-list .service-item,
html:lang(ko) #service .service-list .service-item {
    display: block !important;
    margin-bottom: 35px !important;
}
section.top-news > div.title-area {
    padding-top:24px;
}
@media screen and (min-width: 768px) {
    section.top-news > div.title-area {
        padding-top:40px;
    }
}
section.top-news ul li {
    border-top:none !important;
    border-bottom: none !important;
    padding-bottom:0 !important;
}
section.top-news > .btn-wrap2 > .btn{
    font-size:16px;
}
.btn-wrap2 {
    text-align:center;
}
.btn-wrap2 a{
    text-decoration: underline;
}
.btn-wrap2 a:hover{
    text-decoration: none;
}
/* #service > div.service-inner {
    padding-top:16px
} */
#service {
    background-color:#F5F5F5;
    width:100%;
    max-width:100%;
}
@media (width > 600px) {
    #service > .service-inner {
        max-width: 1000px;
        padding-inline: 3.3rem;
        margin-inline: auto;
    }
}
#about {
    padding-bottom:5rem;
}
#service.contents-wrapper .title-area{
    padding-top:5rem;
}
#service.contents-wrapper {
    padding-bottom:5rem;
}
@media screen and (max-width: 1000px) {
    #service {
        /* padding-inline:calc((100% - 1000px) / 2); */
        padding-inline:0;
    }
}
@media screen and (max-width: 767px) {
    #about {
        padding-bottom:2.5rem;
    }
    /* #service {
        padding-inline:3.3rem;
    } */
    #service.contents-wrapper .title-area{
        padding-top:2.5rem;
    }
}
@media screen and (max-width: 600px) {
    #service {
        padding-inline:15px;
    }
}
#service > div.service-inner h3 {
    font-size:20px;
    font-weight: 500;
    padding-top: 50px;
}
@media screen and (max-width: 600px) {
    #service > div.service-inner h3 {
        padding-top:26px;
    }
}
#service .title-area {
    padding-bottom:0;
}
html:not(:lang(ja)) .service-inner > h3:nth-of-type(-n + 5),
html:not(:lang(ja)) .service-inner > ul:nth-of-type(-n + 5),
html:not(:lang(ja)) #service > .service-inner ul.service-list li.service-item:nth-of-type(n + 2) {
    display: none !important;
}
#service h3 {
    font-size: 18px;
    line-height: 1;
    color: #333;
    padding-bottom:10px;
    border-bottom:solid 1px #CDD6DD;
    text-align: center;
}
#service h3 + ul {
    padding-top:24px;
    justify-content: center;
    margin-bottom:0;
    row-gap: 12px;
    /* column-gap: 28px; */
}
#service h3 + ul > li {
    margin-bottom:0;
}
#service h3 + ul + .btn-wrap {
    padding-top:36px;
}
.service-list:after{
    content: none;
}
@media screen and (max-width: 600px) {
    body.top > div.wrapper {
        padding-top: 70px;
    }
    #service h3 + ul {
        column-gap: 0;
        margin-bottom:0;
    }
    #service h3 + ul .ttl {
        padding-inline: 4px;
    }
}
@media screen and (max-width: 800px) {
    div.mv .slick-slider .slick-track:has(> li:only-child){
        max-width: 100vw;
    }
}
@media screen and (max-width: 805px) {
    html:lang(en) #service .service-list .service-item,
    html:lang(zh-Hans) #service .service-list .service-item,
    html:lang(zh-Hant) #service .service-list .service-item,
    html:lang(ko) #service .service-list .service-item {
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 768px) {
    .newslist-renewal-top {
        padding-top:44px;
    }
    .newslist-renewal > ul {
        max-width: 800px;
        margin-inline: auto;
    }
    .newslist-renewal > ul > li > a > article > header > h1 {
        font-size:16px;
    }
    .newslist-renewal > ul > li > a > article > div > time {
        font-size:16px;
    }
}
@media screen and (min-width: 768px) {
    #about .title-area .text-center p,
    #mypage .title-area .text-center p {
        font-size: 16px;
    }
    #bottomnavi .btn-wrap .btn a {
        font-size: 20px !important;
    }
}