<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* section */
h2 {
    text-align: center;
    color: #BA181B;
    font-size: 50px;
    line-height: 30px;
    padding: 0 0 40px;
}
h2 span {
    color: #363636;
    font-size: 16px;
    font-weight: normal;
}
h3 {
    margin-bottom: 40px;
    font-size: 30px;
    text-align: center;
}
.height-186px {
    height: 186px;
    position: relative;
}
.height-186px h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
section {
    padding: 100px 0 130px;
}
.p-top_0 {
    padding-top: 0;
}

/* sec01 */
.sec_01 h2 {
    padding: 60px 0 60px;
}
.sec01_img {
    background-image: url(../img_2023/img_sec01-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    width: 1278px;
    margin: 0 auto;
}
.sec_01_txt {
    text-align: center;
    color: #363636;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.section-box__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    width: 100%;
}
.section-box__item {
    width: 443px;
    position: relative;
    margin-bottom: 80px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
}
.section-box__item img {
    vertical-align: bottom;
}
.margin-none {
    margin-bottom: 0;
}
.tag {
    display: block;
    width: 140px;
    background-color: rgba(54, 54, 54, 0.8);
    color: #fff;
    text-align: center;
    padding: 6px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.section-box__item p {
    color: #363636;
    text-align: center;
    width: 100%;
    background-color: #fff;
    padding: 16px 0;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}
.section-box__item p::after {
    content: url(../img_2023/arrow_outward.png);
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
}
.section-box__item a {
    transition: 0.3s;
}
.section-box__item a img {
    transition:all 0.6s ease-in-out;
}
.section-box__item a:hover img {
    transform:scale(1.1,1.1);
}

.sec_01-1 {
    margin: 0 auto 100px;
}
.img-series {
    width: 100%;
    margin: 60px auto;
}
.app-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.app-cont {
    width: 443px;
}
h4 {
    color: #fff;
    background-color: #595959;
    padding: 10px;
    margin-bottom: 50px;
}
.app-btn {
    margin-bottom: 30px;
}
.app-btn p {
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-new {
    width: 40px;
    margin-right: 10px;
    margin-top: -4px;
}
.app-btn .mee_btn {
    margin: 10px auto 0;
    display: block;
    width: 440px;
}
.app-btn .mee_btn .g-icon {
    margin-right: 70px;
}

.app-wrap_air {
    margin: 30px 0 0;
}
.app-wrap_air .app-cont {
    width: 100%;
}

.sec_01-2 .text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}
.app-btn .mee_btn .g-icon.icon-dl {
    margin-right: 60px;
}


/* sec02 */
.sec02_100vw {
    background-image: url(../img_2023/img_sec02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.sec_02 {
    height: 566px;
    position: relative;
}
.sec_02 h2 {
    padding-top: 120px;
}
.sec_02 h2,
.sec_02 h2 span,
.sec_02 p {
    color: #fff;
}
.sec_02 p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.sec_02 .mee_btn {
    margin: 40px auto 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
section.padding-none {
    padding: 0;
}

/* sec03 */
.section-news_list {
    list-style: none;
}
.section-news_item {
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #D3D3D3;
}
.section-news_item:first-child {
    border-top: 1px solid #D3D3D3;
}
.section-news_item span {
    color: #363636;
}
.section-news__date {
    margin-right: 10px;
    font-size: 18px;
}
.section-news__tag {
    display: inline-block;
    width: 100px;
    background-color: #D3D3D3;
    text-align: center;
    margin-right: 10px;
    font-weight: bold;
}
.section-news__desc {
    font-size: 18px;
    font-weight: bold;
}
.moreBtn {
    display: flex;
    align-items: center;
    justify-content: end;
    color: #363636;
    font-weight: bold;
} 
.moreBtn span {
    color: #BA181B;
}
a.moreBtn:visited {
    color: #363636;
}
.moreBtn:hover {
    text-decoration: none;
    opacity: 0.8;
}

/* sec04 */
.sec04_100vw {
    background-color: #FAFAFA;
}
.sec_04 div {
    display: flex;
}
.sec_04 div p {
    margin-left: 40px;
    color: #363636;
    font-size: 18px;
}
.padding-top_70px {
    padding-top: 70px;
}</pre></body></html>