@charset "utf-8";

.fz32 {font-size: 32px !important;  line-height: 1.5em;}
.txt-bold {font-weight: 700; color: #2c2c2c;}
.desc p:not(:last-child) {margin-bottom: 30px;}
.mb100 {margin-bottom: 100px !important;}
.mb55 {margin-bottom: 55px !important;}

.greetings {position: relative; text-align: center;}
.greetings:before {position: absolute; content: 'GREETING'; right: 0; top: -135px; color :#fff; -webkit-text-stroke: 1px #ddd; font-weight: 900; font-size: 130px; line-height: .8em; }
.greetings h2 {margin-bottom:30px;}
.sign {display: flex; justify-content: center; align-items: center; gap: 25px;}

.org-list ul {display: flex; flex-wrap: wrap; gap: 20px;}
.org-list ul li {width: calc((100% - 100px) / 6); border: 1px solid #ddd; padding: 38px 40px; font-size: 15px; line-height: 1.6667em;}
.org-list .name {margin-bottom: 13px; font-weight: 700; color: #2c2c2c; font-size: 20px;}
.org-list .name span {margin-left: 10px;font-weight: 500; font-size: 15px; color: #878787;}
.org-list .depart {color: #182c5c; font-weight: 600;}

.partners .photo {position: relative;}
.partners .caption {display: flex; align-items: center; justify-content: center; position: absolute; top: 0; width: 100%; height: 100%; padding: 0 20px; font-weight: 700; color: #fff;}
.partners-list ul {display: flex; flex-wrap: wrap; margin: -15px;}
.partners-list li {width: 20%; padding: 15px;}
.partners-list .img {position: relative; width: 100%; padding-bottom: 31.25%; overflow: hidden; background: #fafafa;}
.partners-list .img img {position: absolute; width: auto; height: auto; max-width: calc(100% - 15px); max-height: calc(100% - 15px); left: 50%; top: 50%; transform: translate(-50%,-50%); object-fit: contain;}