:root {
  --color-main: #15254F;
  --color-subD: #1A3B92;
  --color-subL: #48AFFF;
}

.font28 {
  --fontsize: 2.8rem;
  font-size: var(--fontsize);
}

.font32 {
  --fontsize: 3.2rem;
  font-size: var(--fontsize);
}

.font35 {
  --fontsize: 3.5rem;
  font-size: var(--fontsize);
}

.font40 {
  --fontsize: 4.0rem;
  font-size: var(--fontsize);
}

.font55 {
  --fontsize: 5.5rem;
  font-size: var(--fontsize);
}

.font70 {
  --fontsize: 7.0rem;
  font-size: var(--fontsize);
}

.font90 {
  --fontsize: 9.0rem;
  font-size: var(--fontsize);
}

@media (max-width: 1740px) {
  .w1700,
  .w1500,
  #sv .lnbBox {
    padding: 0 20px;
  }
  #fullpage .who .flexBox {
    padding: 0;
  }
  .allMenu hr {
    margin: 0 60px;
  }
  #sv .lnbBox {
    background: #ffffff;
    border-radius: 10px 10px 0 0;
/*    bottom: 0;*/
  }
  #sv .lnbBox::before {
    display: none;
  }
  .ethical .subFlex {
    gap: 0;
  }
  .topButton {
    width: 65px;
    height: 65px;
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 1600px) {
  .font90 {
    font-size: calc(var(--fontsize) * 0.86);
  }
  .font70 {
    font-size: calc(var(--fontsize) * 0.90);
  }
  .font55,
  .font40 {
    font-size: calc(var(--fontsize) * 0.92);
  }
  header .depth1 > li > a {
    padding: 0 35px;
  }
  .allMenu .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 20px;
  }
  .allMenu dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px 0;
  }
  .allMenu dl dt {
    width: 100%;
  }
  .allMenu dl dt::after {
    display: none;
  }
  .allMenu dl dd {
    padding: 0;
  }
  .allMenu #snb > li > a {
    width: 220px;
    font-size: 3.0rem;
  }
  #fullpage .visual .quick {
    right: 20px;
    bottom: 40px;
  }
}

@media (max-width: 1400px) {
  .font90 {
    font-size: calc(var(--fontsize) * 0.76);
  }
  .font70 {
    font-size: calc(var(--fontsize) * 0.80);
  }
  .font55 {
    font-size: calc(var(--fontsize) * 0.82);
  }
  header .depth1 > li > a {
    font-size: 1.6rem;
    padding: 0 30px;
  }
  header .menuButton {
    margin: 0 0 0 30px;
  }
  .allMenu .inner > * {
    height: auto;
  }
  .allMenu .infoBox,
  .allMenu hr {
    display: none;
  }
  #fullpage .section:not(.visual) .title p {
    font-size: 1.8rem;
  }
  #fullpage .who .flexBox {
    gap: 0 40px;
  }
  #fullpage .who .textBox {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #fullpage .who .textBox p br {
    display: none;
  }
  #fullpage .who .itemBox {
    width: 52%;
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  #fullpage .who .item {
    padding: 30px;
  }
  #fullpage .who .item h3 span {
    font-size: 4.2rem;
  }
  #fullpage .who .item h5 {
    font-size: 2.4rem;
  }
  #fullpage .awards .textBox {
    margin: 50px 0 0;
  }
  #fullpage .awards .text a {
    padding: 40px;
  }
  .overview .itemBox dl dt {
    font-size: 2.5rem;
  }
  .overview .chartBox .labels {
    top: 2%;
  }
  .overview .chartBox .bar ul {
    gap: 0 6.2%;
  }
  .overview .chartBox .bar .line {
    width: 99%;
  }
  .overview .chartBox .lightBar .line {
    top: -4px;
  }
  .history .textBox span {
    font-size: 6.0rem;
  }
  .member .itemBox {
    gap: 40px 20px;
  }
  .member .item {
	width: calc((100% - 40px) / 3);
  }
  .portfolio .itemBox {
    gap: 20px;
  }
  .portfolio .text {
    padding: 20px;
  }
  .stewardship .number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
  }
  .stewardship .number em {
    width: 100%;
  }
  .stewardship .pBox {
    padding: 30px 20px;
  }
  .stewardship .pBox br {
    display: none;
  }
  .ethical .tab {
    display: none;
  }
  .ethical .textBox {
    max-width: 100%;
    gap: 80px 0;
  }
}

@media (max-width: 1200px) {
  html,
  body {
    font-size: 56.25%;
  }
  header nav {
    display: none;
  }
  header .langBox {
    margin: 0 30px 0 auto;
  }
  header .menuButton {
    margin: 0;
  }
  #fullpage .section:not(.visual) .box {
    padding: 100px 0;
  }
  #fullpage .who .flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
  #fullpage .who .textBox {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 60px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #fullpage .who .textBox a {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #fullpage .who .title p {
    margin: 20px 0 0;
  }
  #fullpage .who .itemBox {
    width: 100%;
    gap: 0 10px;
    -ms-grid-rows: inherit;
        grid-template-rows: inherit;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  #fullpage .who .item {
    width: 100%;
    padding: 30px 20px;
  }
  #fullpage .who .item h5 em {
    display: block;
    margin: 5px 0 0;
  }
  #fullpage .who .item .icon {
    height: 45px;
  }
  #fullpage .who .item .icon img {
    width: auto;
    height: 100%;
  }
  #fullpage .invest .flexBox,
  #fullpage .awards .flexBox {
    gap: 0 40px;
  }
  #fullpage .invest .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #fullpage .invest .title .flexBox {
    width: 100%;
  }
  #fullpage .invest .title a {
    margin: 20px 0 0 auto;
    position: relative;
    right: auto;
    bottom: auto;
  }
  #fullpage .invest .logoBox {
	grid-template-rows: repeat(2, minmax(auto, 80px));
    margin: 60px 0 0;
  }
  #fullpage .awards .textBox {
    margin: 60px 0 0;
  }
  #sv {
    height: 600px;
  }
  #sv .lnbBox {
    height: 80px;
  }
  #sv #lnb > li > a::after {
    bottom: -32px;
  }
  .subPage {
    padding: 100px 0;
  }
  .overview .itemBox {
    gap: 20px;
  }
  .overview .itemBox .item {
    padding: 40px 20px;
  }
  .overview .itemBox dl {
    margin: 20px 0 0;
  }
  .overview .itemBox dl dt em {
    display: block;
    margin: 5px 0 0;
  }
  .overview .chartBox .darkBar {
    left: 30px;
  }
  .overview .chartBox .lightBar {
    left: 60.5px;
  }
  .history .itemBox {
    gap: 100px 0;
  }
  .history .textBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
    margin: 60px 0 0;
  }
  .history .textBox > * {
    width: 100%;
  }
  .history .textBox .list {
    gap: 30px 0;
  }
  .ceo .itemBox {
    gap: 0 40px;
  }
  .ceo .imgBox {
    margin: 0;
  }
  .ceo dl p br {
    display: none;
  }
  .member .itemBox {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .member .item {
	width: calc((100% - 60px) / 3);
  }
  .member .dlBox {
/*    min-height: inherit;*/
	min-height: 380px;
	max-height: 380px;
	overflow-y: scroll;
  }
  .portfolio .itemBox {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .contact .infoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
  footer {
    padding: 60px 0;
  }
  footer .contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  footer .contact li {
    font-size: 1.6rem;
  }
  footer .contact .address {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .font90 {
    font-size: calc(var(--fontsize) * 0.62);
  }
  .font70 {
    font-size: calc(var(--fontsize) * 0.66);
  }
  .font55 {
    font-size: calc(var(--fontsize) * 0.68);
  }
  .font40 {
    font-size: calc(var(--fontsize) * 0.72);
  }
  .font35,
  .font32 {
    font-size: calc(var(--fontsize) * 0.82);
  }
  .allMenu .depth2 > li > a {
    font-size: 2.2rem;
  }
  #fullpage .visual .swiper-pagination {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  #fullpage .visual .quick {
    width: 80px;
    height: 80px;
  }
  #fullpage .who .itemBox {
    gap: 20px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  #fullpage .who .textBox a {
    width: 90px;
    height: 90px;
    padding: 10px;
  }
  #fullpage .invest .flexBox,
  #fullpage .awards .flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px 0;
  }
  #fullpage .invest .logoBox {
    grid-template-rows: repeat(3, minmax(auto, 80px));
    grid-template-columns: repeat(3, minmax(auto, 350px));
  }
  #fullpage .awards .text a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 20px;
  }
  #fullpage .awards .text p {
    width: calc(100% - 25px);
  }
  #fullpage .awards .date,
  #fullpage .awards h5 {
    width: 100%;
  }
  #fullpage .awards h5 {
    margin: 30px 0 20px;
  }
  #sv .lnbBox > a {
    width: 145px;
  }
  #sv #lnb {
    gap: 0 40px;
  }
  .subTitle {
    margin: 0 0 50px;
  }
  .subTitle p {
    margin: 20px 0 0;
  }
  .subTitle p br {
    display: none;
  }
  .overview .itemBox {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .overview .chartBox .labels {
    gap: 0 20px;
    left: 1%;
  }
  .overview .chartBox .labels p {
    gap: 0 4px;
    font-size: 1.6rem;
  }
  .overview .chartBox .bar {
    max-width: 94%;
  }
  .overview .chartBox .bar ul {
    gap: 5.2%;
  }
  .overview .chartBox .darkBar {
    left: 1%;
  }
  .overview .chartBox .lightBar {
    left: 5%;
  }
  .overview .chartBox .year {
    width: 98.5%;
    margin: 25px auto 0;
  }
  .ceo .itemBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px 0;
  }
  .ceo .itemBox > div {
    width: 100%;
  }
  .ceo .imgBox {
    padding: 44.15% 0;
  }
  .ceo .text {
    padding: 0;
  }
  .ceo h4 {
    margin: 0 0 40px;
  }
  .ceo .dlBox {
    min-height: 340px;
	max-height: 340px;
    gap: 30px 0;
  }
  .member .itemBox {
    gap: 30px 10px;
  }
  .member .item {
	width: calc((100% - 30px) / 3);
  }
  .member .dlBox {
    gap: 15px 0;
    padding: 20px;
  }
  .member .text {
    margin: 20px 0 0;
  }
  .member dl dt {
    font-size: 1.9rem;
    margin: 0 0 5px;
  }
  .portfolio .itemBox {
    gap: 10px;
  }
  .ethical .dlBox {
    gap: 20px 0;
    margin: 30px 0 0;
  }
  .ethical dl dd {
    gap: 10px 0;
  }
  .contact .mapBox {
    height: 520px;
  }
  .team h4.center {
    margin:50px 0 20px;
  }
  footer .footerBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px 0;
  }
}

@media (max-width: 768px) {
  .font90 {
    font-size: calc(var(--fontsize) * 0.54);
  }
  .font70 {
    font-size: calc(var(--fontsize) * 0.58);
  }
  .font55,
  .font50 {
    font-size: calc(var(--fontsize) * 0.60);
  }
  .font35,
  .font32 {
    font-size: calc(var(--fontsize) * 0.70);
  }
  .font28 {
    font-size: calc(var(--fontsize) * 0.80);
  }
  header .logo,
  footer .logo {
    width: 180px;
    height: 24px;
  }
  header {
    height: 70px;
  }
  .allMenu #snb {
    gap: 40px 0;
  }
  .allMenu #snb > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px 0;
  }
  .allMenu #snb > li > a {
    width: 100%;
    font-size: 2.8rem;
  }
  #fullpage .invest .logoBox {
	gap: 20px;
  }
  #sv {
    height: 460px;
  }
  #sv .flexBox {
    padding: 0 0 60px;
  }
  #sv .lnbBox {
    display: none;
  }
  .more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: auto;
    padding: 20px 40px;
    margin: 60px 0 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .overview .itemBox dl dt {
    font-size: 2.2rem;
  }
  .overview .chartBox .bar ul {
    gap: 0 6%;
  }
  .overview .chartBox .bar ul li {
    position: relative;
  }
  .overview .chartBox .bar em {
    font-size: 1.3rem;
    top: 18px;
    left: -14%;
    -webkit-transform: rotate(-90deg) translateX(0);
            transform: rotate(-90deg) translateX(0);
  }
  .overview .chartBox .year {
    margin: 20px auto 0;
  }
  .history .bg dl dt {
    font-size: 4.4rem;
  }
  .history .textBox span {
    font-size: 3.8rem;
  }
  .history .textBox .list {
    gap: 20px 0;
  }
  .history .textBox dl dt {
    width: 95px;
    font-size: 2.5rem;
  }
  .member .itemBox {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .member .item {
	width: calc((100% - 40px) / 2);
  }
  .portfolio .itemBox {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .portfolio .text p {
	margin: 0 0 40px;
  }
  .ethical .textBox {
    gap: 60px 0;
  }
  .ethical h4 {
    font-size: 2.2rem;
  }
  .ethical dl dt {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
  .ethical dl dd p {
    font-size: 1.6rem;
  }
  .ethical .check::before {
    width: 13px;
    height: 13px;
    margin: 4px 0 0;
  }
  .contact .mapBox {
    height: 420px;
  }
  footer .contact {
	width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 640px) {
  .font90 {
    font-size: calc(var(--fontsize) * 0.46);
  }
  .font70 {
    font-size: calc(var(--fontsize) * 0.50);
  }
  .font55,
  .font50 {
    font-size: calc(var(--fontsize) * 0.52);
  }
  .font35,
  .font32 {
    font-size: calc(var(--fontsize) * 0.62);
  }
  .font28 {
    font-size: calc(var(--fontsize) * 0.70);
  }
  header .langBox {
    margin: 0 20px 0 auto;
  }
  header .menuButton .on {
    -ms-grid-rows: (5px)[2];
        grid-template-rows: repeat(2, 5px);
    -ms-grid-columns: (5px)[2];
        grid-template-columns: repeat(2, 5px);
    gap: 7px;
  }
  header.menuOn .menuButton .off {
    width: 17px;
  }
  .allMenu .depth2 {
    display: block;
    display: none;
  }
  .allMenu .depth2 > li > a {
    display: block;
    font-size: 1.9rem;
    padding: 10px 0;
  }
  #fullpage .section:not(.visual) .title p {
    font-size: 1.7rem;
  }
  #fullpage .visual h2 {
    margin: 0 0 15px;
  }
  #fullpage .visual .swiper-pagination {
    -webkit-transform: scale(0.68);
            transform: scale(0.68);
  }
  #fullpage .who .flexBox {
    gap: 20px 0;
  }
  #fullpage .who .textBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
  #fullpage .who .textBox a {
    width: 60px;
    height: 60px;
    padding: 6px;
  }
  #fullpage .who .itemBox {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
    padding: 0;
  }
  #fullpage .who .item:nth-child(even) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #fullpage .invest .title p br {
    display: none;
  }
  #fullpage .invest .logoBox {
	grid-template-rows: repeat(4, minmax(auto, 80px));
    grid-template-columns: repeat(2, 1fr);
  }
  #fullpage .awards .text a {
    padding: 20px 10px;
  }
  #fullpage .awards h5 {
    margin: 20px 0 10px;
  }
  #sv {
    height: 380px;
  }
  #sv .flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px 0;
    padding: 0 0 40px;
  }
  #sv .pathBox {
    gap: 0 5px;
    margin: 0 0 0 auto;
  }
  .overview .itemBox {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .overview .chartBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0 10px;
  }
  .overview .chartBox .labels {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .overview .chartBox .chart {
    width: 100%;
    border-bottom: none;
    padding: 45% 0;
  }
  .overview .chartBox .chart::before, .overview .chartBox .chart::after {
    height: 104%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .overview .chartBox .chart::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .overview .chartBox .chart::after {
    content: "";
    display: block;
    width: 100%;
    border-left: 1px solid #bebebe;
    z-index: -1;
  }
  .overview .chartBox .bar {
    max-width: 100%;
  }
  .overview .chartBox .bar .line {
    display: none;
  }
  .overview .chartBox .bar ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
  .overview .chartBox .bar ul li {
    width: 0;
    height: 100%;
    border-radius: 0 100px 100px 0;
  }
  .overview .chartBox .bar em {
    top: 50%;
    left: auto;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .overview .chartBox .darkBar,
  .overview .chartBox .lightBar {
    left: 0;
  }
  .overview .chartBox .lightBar {
    top: 4%;
  }
  .overview .chartBox .year {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
    padding: 4% 0 0;
    margin: 0;
  }
  .overview .chartBox .year li {
    font-size: 1.4rem;
  }
  .history ul {
    gap: 0 26px;
  }
  .history ul button {
    font-size: 2.0rem;
  }
  .history .itemBox {
    gap: 70px 0;
  }
  .history .bg {
    padding: 24% 0;
  }
  .history .bg dl dt {
    font-size: 3.2rem;
  }
  .history .textBox {
    gap: 25px 0;
    margin: 40px 0 0;
  }
  .history .textBox span {
    font-size: 2.8rem;
  }
  .history .textBox dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .history .textBox dl dt {
    width: 100%;
    font-size: 2.2rem;
  }
  .history .textBox dl dd p {
    font-size: 1.7rem;
  }
  .history .textBox .list {
    gap: 6px 0;
  }
  .ceo h4 {
    margin: 0 0 30px;
  }
  .ceo .dlBox {
    gap: 15px 0;
  }
  .ceo dl dt {
    font-size: 2.1rem;
    margin: 0 0 5px;
  }
  .ceo dl p {
    gap: 0 5px;
    font-size: 1.7rem;
  }
  .member .itemBox {
    gap: 30px 10px;
  }
  .member .item {
	width: calc((100% - 20px) / 2);
  }
  .member .dlBox {
    min-height: 460px;
    max-height: 460px;
}
  .member dl p {
    gap: 0 5px;
  }
  .portfolio .itemBox {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .portfolio h6 {
    font-size: 2.0rem;
  }
  .portfolio p {
    font-size: 1.6rem;
  }
  .stewardship .dlBox dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
  }
  .stewardship .number * {
    font-size: 1.7rem;
  }
  .stewardship .pBox {
    gap: 15px 0;
    padding: 20px;
  }
  .stewardship .pBox p {
    font-size: 1.6rem;
  }
  .contact .logo {
    width: 240px;
    height: 33px;
  }
  .contact ul li {
    gap: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact ul p {
    width: 100%;
  }
  footer #fnb {
    display: none;
  }
  footer .contact {
    margin: 0 0 20px;
  }
}

@media (max-width: 520px) {
  .member .itemBox {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
  .member .item {
	width: 100%;
	margin-right: 0 !important;
  }
}

@media (max-width: 420px) {
  html,
  body {
    font-size: 50%;
  }
}
