@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@400;700&display=swap");
body * {
  font-family: "IBM Plex Sans KR", sans-serif;
}

.wrapper {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
.wrapper[class*=background] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wrapper.background-01 {
  background-image: url("../imgs/background_01.jpg");
}
.wrapper.background-02 {
  background-image: url("../imgs/background_02.jpg");
}
.wrapper.background-03 {
  background-image: url("../imgs/background_03.jpg");
}
.wrapper.background-04 {
  background-image: url("../imgs/background_04.jpg");
}
.wrapper > [class*=container] {
  flex: 1 1 0;
}

.about-container {
  padding: 96px 0;
}
.about-container .about-container__box {
  position: relative;
  width: 1320px;
  margin: 0 auto;
  background-color: rgba(51, 51, 51, 0.4);
  border-radius: 12px;
  box-sizing: border-box;
}
.about-container .about-container__box.content-short {
  padding: 75px 216px 96px;
}
.about-container .about-container__box.content-large {
  padding: 75px 24px 96px;
}
.about-container .about-container__box .sub-nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-container .about-container__box .about-content {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.business-container__box {
  position: relative;
  width: 1320px;
  margin: 82px auto 158px;
  padding: 60px 120px;
  border-radius: 12px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.news-container {
  position: relative;
  width: 1320px;
  margin: 82px auto 158px;
}
.news-container__inner__top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.news-container__inner__title {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
}

.main-title h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 72px;
}

.sub-title h2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

.btn-main button {
  width: 93px;
  height: 37px;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  background-color: #1d78b7;
}
.btn-sub button {
  width: 93px;
  height: 37px;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  background-color: #b7391d;
}
.btn-small button {
  width: 60px;
  height: 28px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 4px;
}

.input-file {
  flex: 1 1 0;
  height: 42px;
  padding: 0 8px;
  font-size: 16px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 12px;
  box-sizing: border-box;
}
.input-file input[type=file] {
  display: none;
}
.input-file label {
  width: 100% !important;
  height: 100%;
  line-height: 42px;
  color: #999999;
}
.input-file.disabled {
  background-color: #eee;
}
.input-file.disabled label {
  pointer-events: none;
}

input[type=submit] {
  cursor: pointer;
}

i[class^=icon] {
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
i[class^=icon].icon-phone {
  width: 24px;
  height: 22.32px;
  background-image: url("../imgs/icon-phone.svg");
}
i[class^=icon].icon-crossboard {
  width: 21px;
  height: 22.32px;
  background-image: url("../imgs/icon-crossboard.svg");
}
i[class^=icon].icon-arrow-up {
  width: 18px;
  height: 11px;
  background-image: url("../imgs/icon-arrow-up.svg");
}
i[class^=icon].icon-arrow-down {
  width: 18px;
  height: 11px;
  background-image: url("../imgs/icon-arrow-down.svg");
}
i[class^=icon].icon-arrow-left {
  width: 10px;
  height: 16px;
  background-image: url("../imgs/icon-arrow-left.svg");
}
i[class^=icon].icon-arrow-right {
  width: 10px;
  height: 16px;
  background-image: url("../imgs/icon-arrow-right.svg");
}
i[class^=icon].icon-file {
  width: 16px;
  height: 16px;
  background-image: url("../imgs/icon-file.svg");
}
i[class^=icon].icon-plus {
  width: 36px;
  height: 36px;
  background-image: url("../imgs/icon-plus.svg");
}
i[class^=icon].icon-cross {
  width: 20px;
  height: 20px;
  background-image: url("../imgs/icon-cross.svg");
}
i[class^=icon].icon-cross-red {
  width: 62px;
  height: 62px;
  background-image: url("../imgs/icon-cross-red.svg");
}

.header {
  position: fixed;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  z-index: 9999;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1320px;
  height: 100%;
}
.header__inner a {
  display: flex;
}
.header__inner__logo {
  display: flex;
}
.header__inner__logo__title {
  margin-left: 60px;
  color: #666666;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
.header__inner__menu a {
  color: #000;
  text-decoration: none;
}
.header__inner__menu > ul {
  display: flex;
  gap: 70px;
}
.header__inner__menu > ul > li {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  cursor: pointer;
}
.header__inner__menu > ul > li .child-menu {
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  width: 200px;
  box-sizing: border-box;
}
.header__inner__menu > ul > li .child-menu > ul {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  overflow: hidden;
}
.header__inner__menu > ul > li .child-menu > ul > li {
  position: relative;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: initial;
  box-sizing: border-box;
  transition-duration: 0.2s;
  background-color: #fff;
}
.header__inner__menu > ul > li .child-menu > ul > li::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #1f3b71;
  content: "";
}
.header__inner__menu > ul > li .child-menu > ul > li:hover {
  background-color: #eee;
}
.header__inner__menu > ul > li:hover .child-menu {
  display: block;
}
.header__mobile-menu-icon,
.header .mobile-menu {
  display: none;
}
.header + * {
  margin-top: 90px;
}

.footer {
  position: relative;
  height: 207px;
  padding: 56px 120px 0;
  background-color: #eee;
  box-sizing: border-box;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__inner__information {
  display: flex;
  flex-flow: column wrap;
  gap: 12px;
}
.footer__inner__information__item {
  display: flex;
}
.footer__inner__information__item li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
.footer__inner__information__item li:not(:last-of-type) {
  margin-right: 37px;
}
.footer__inner__information__item li:not(:last-of-type)::after {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -18px;
  width: 1px;
  height: 14px;
  background-color: #999;
  transform: translate(100%, -50%);
  content: "";
}
.footer__inner__logo {
  align-self: flex-end;
}
.footer .top-button {
  position: absolute;
  top: -42px;
  right: 120px;
  transform: translateY(-100%);
}
.footer .top-button button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #1f3b71;
  background-image: url("../imgs/arrow-top.svg");
  background-size: 24px 25.5px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.sub-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 8px 30px;
  background-color: #ffffff;
  border-radius: 32px;
  box-sizing: border-box;
}
.sub-nav ul {
  display: flex;
  gap: 40px;
}
.sub-nav ul li {
  position: relative;
  font-size: 22px;
  line-height: 33px;
  cursor: pointer;
}
.sub-nav ul li a {
  color: #000000;
  position: relative;
  text-decoration: none;
}
.sub-nav ul li a p {
  white-space: nowrap;
  word-break: keep-all;
}
.sub-nav ul li.selected a {
  color: #ffffff;
  font-weight: bold;
}
.sub-nav ul li.selected::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 48px;
  padding: 0 22px;
  background-color: #1f3b71;
  border-radius: 24px;
  transform: translate(-50%, -50%);
  content: "";
}

.prefix-list ul {
  display: flex;
  flex-flow: column wrap;
  gap: 12px;
}
.prefix-list ul li {
  display: flex;
  gap: 8px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}
.prefix-list ul li::before {
  display: inline-block;
  width: 3px;
  height: 24px;
  border-radius: 1.5px;
  background-color: #1d78b7;
  content: "";
}
.prefix-list ul li.green::before {
  background-color: #70bd5e;
}

.label-list {
  display: flex;
  flex-flow: column wrap;
  gap: 12px;
}
.label-list__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.label-list__item__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 29px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  border-radius: 4px;
  background-color: #1d78b7;
}
.label-list__item__label.blue {
  background-color: #1d78b7;
}
.label-list__item__label.green {
  background-color: #2c850d;
}
.label-list__item__content {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.title-banner {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  height: 340px;
}
.title-banner__text {
  margin-top: 82px;
  margin-bottom: 28px;
}
.title-banner__text h1 {
  font-size: 72px;
  font-weight: bold;
  line-height: 108px;
}
.title-banner[class*=background] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.title-banner.background-1 {
  background-image: url("../imgs/banner-background_01.jpg");
}
.title-banner.background-2 {
  background-image: url("../imgs/banner-background_02.jpg");
}

.flex-box {
  display: flex;
  width: 100%;
}
.flex-box__item {
  flex: 1 1 0;
}

.text-box p {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  word-break: keep-all;
}

.border-box {
  border: 1px solid #dddddd;
  border-radius: 16px;
  padding: 24px;
  box-sizing: border-box;
}
.border-box > p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.document-box {
  display: flex;
  flex-flow: column wrap;
  gap: 32px;
  margin-top: 32px;
}
.document-box__content {
  width: 100%;
}
.document-box__content__title h3 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.document-box__content__text-list {
  display: flex;
  flex-flow: column wrap;
  gap: 4px;
  margin-top: 4px;
}
.document-box__content__text-list__item > p {
  position: relative;
  padding-left: 24px;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.document-box__content__text-list__item > p::before {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333333;
  transform: translate(0, -50%);
  content: "";
}
.document-box__content__text-list__item__sub {
  padding-left: 30px;
  box-sizing: border-box;
}
.document-box__content__text-list__item__sub > p {
  color: #999999;
  font-size: 14px;
  line-height: 21px;
}
.document-box__content__text-list__item__sub > p::before {
  content: "* ";
}

.bulletin-board__table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.bulletin-board__table__header {
  display: table-header-group;
  height: 46px;
  border-bottom: 1px solid #cccccc;
}
.bulletin-board__table__header__cell {
  display: table-cell;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
}
.bulletin-board__table__row {
  display: table-row;
  height: 46px;
}
.bulletin-board__table__row:first-of-type__cell {
  border-top: none;
}
.bulletin-board__table__row__cell {
  display: table-cell;
  padding: 0 12px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #cccccc;
}
.bulletin-board__table__row__cell.title {
  text-align: left;
}
.bulletin-board__table__row__cell.title a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000000;
  text-decoration: none;
}
.bulletin-board__table__row__cell.button-cell > div {
  display: inline-block;
}
.bulletin-board__table__row__cell.button-cell > div:not(:first-of-type) {
  margin-left: 8px;
}
.bulletin-board:has(.bulletin-board__no-row) {
  border-bottom: 1px solid #333333;
}
.bulletin-board:has(.bulletin-board__no-row) .bulletin-baord__table {
  border-bottom: none;
}
.bulletin-board__no-row {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 540px;
}
.bulletin-board__no-row__image {
  width: 180px;
  height: 120px;
  background-image: url("../imgs/no-board-row.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bulletin-board__no-row__text {
  margin-top: 16px;
  color: #999999;
  font-size: 14px;
  line-height: 21px;
}
.bulletin-board__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 62px;
}
.bulletin-board__pagination__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
}
.bulletin-board__pagination__number {
  display: flex;
  gap: 4px;
}
.bulletin-board__pagination__number > div {
  position: relative;
  width: 34px;
  height: 34px;
  color: #333333;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
}
.bulletin-board__pagination__number > div a {
  color: #333333;
  text-decoration: none;
}
.bulletin-board__pagination__number > div a span {
  position: relative;
}
.bulletin-board__pagination__number > div.selected::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #eeeeee;
  transform: translate(-50%, -50%);
  content: "";
}

.write-form {
  margin-top: 24px;
}
.write-form__header {
  display: flex;
  flex-flow: column wrap;
  gap: 12px;
}
.write-form__header__row {
  display: flex;
  gap: 24px;
}
.write-form__header__row__item {
  flex: 1 1 0;
  display: flex;
  align-items: center;
}
.write-form__header__row__item label {
  display: inline-block;
  width: 80px;
  font-size: 16px;
}
.write-form__header__row__item input,
.write-form__header__row__item select {
  flex: 1 1 0;
  height: 42px;
  padding: 0 8px;
  font-size: 16px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 12px;
  box-sizing: border-box;
}
.write-form__header__row__item .select-box {
  flex: 1 1 0;
  position: relative;
}
.write-form__header__row__item .select-box select {
  width: 100%;
}
.write-form__header__row__item .select-box::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 32px;
  height: calc(100% - 4px);
  border-radius: 12px;
  background-color: #fff;
  background-image: url("../imgs/select-arrow.svg");
  background-size: 16px 10px;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
  pointer-events: none;
  content: "";
}
.write-form__editor {
  margin-top: 16px;
  padding-bottom: 42px;
  height: 681px;
}
.write-form__editor .ql-toolbar {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.write-form__editor .ql-container {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.write-form__button {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  gap: 24px;
}
.write-form__button input[type=submit] {
  width: 140px;
  height: 52px;
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-radius: 4px;
  background-color: #1d78b7;
  cursor: pointer;
}
.write-form__button .btn-sub button {
  width: 140px;
  height: 52px;
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-radius: 4px;
  background-color: #b7391d;
  cursor: pointer;
}
.write-form input[type=submit].small-btn {
  width: 80px;
  height: 42px;
  color: #ffffff;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-radius: 4px;
  background-color: #1d78b7;
  cursor: pointer;
}

.gallery-board__content {
  display: flex;
  flex-flow: row wrap;
  gap: 4px;
}
.gallery-board__content__item {
  flex: 1 1 calc(50% - 2px);
  cursor: pointer;
}
.gallery-board__content__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-board__content__no-item {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  flex-basis: 100%;
  align-items: center;
  height: 540px;
}
.gallery-board__content__no-item__image {
  width: 180px;
  height: 120px;
  background-image: url("../imgs/no-board-row.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery-board__content__no-item__text {
  margin-top: 16px;
  color: #999999;
  font-size: 14px;
  line-height: 21px;
}
.gallery-board__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 62px;
}
.gallery-board__pagination__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
}
.gallery-board__pagination__number {
  display: flex;
  gap: 4px;
}
.gallery-board__pagination__number > div {
  position: relative;
  width: 34px;
  height: 34px;
  color: #333333;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
}
.gallery-board__pagination__number > div a {
  color: #333333;
  text-decoration: none;
}
.gallery-board__pagination__number > div a span {
  position: relative;
}
.gallery-board__pagination__number > div.selected::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #eeeeee;
  transform: translate(-50%, -50%);
  content: "";
}

.popup-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.3);
  z-index: 9999;
}
.popup-area.hide {
  display: none;
}
.popup-area.no-dimmed {
  background-color: rgba(0, 0, 0, 0);
}
.popup-area.no-dimmed .popup {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}

.popup {
  position: absolute;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  top: 50%;
  left: 50%;
  width: 889px;
  padding: 60px 0 69px;
  border-radius: 12px;
  background-color: #ffffff;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
.popup__title h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
}
.popup__form {
  margin-top: 66px;
}
.popup__form form {
  display: flex;
  align-items: center;
}
.popup__form form label {
  margin-right: 32px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.popup__form form input[type=text],
.popup__form form input[type=password] {
  width: 380px;
  height: 40px;
  margin-right: 24px;
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 0 8px;
}
.popup__form form input[type=submit] {
  width: 115px;
  height: 40px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  border: none;
  border-radius: 12px;
  background-color: #1d78b7;
}
.popup__text {
  margin-top: 46px;
}
.popup__text p {
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}
.popup__close {
  position: absolute;
  top: 42px;
  right: 42px;
  cursor: pointer;
}

#main {
  overflow: hidden;
}
#main .main-container .main-banner {
  height: 840px;
  overflow: hidden;
}
#main .main-container .main-banner .splide {
  position: relative;
  height: 100%;
}
#main .main-container .main-banner .splide__track {
  height: 100%;
}
#main .main-container .main-banner .splide__track .splide__list {
  height: 100%;
}
#main .main-container .main-banner .splide__track .splide__list .splide__slide {
  position: relative;
  width: 100%;
  height: 100%;
}
#main .main-container .main-banner .splide__track .splide__list .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .main-container .main-banner .splide__track .splide__list .splide__slide .slide-text {
  position: absolute;
  right: 120px;
  bottom: 101px;
  color: #fff;
  font-size: 48px;
  line-height: 72px;
  text-align: right;
  word-break: keep-all;
  z-index: 9;
}
#main .main-container .main-banner .splide__track .splide__list .splide__slide .slide-text b {
  font-weight: bold;
}
#main .main-container .main-banner .splide__track .splide__list .splide__slide::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  content: "";
}
#main .main-container .main-banner .splide__progress {
  position: absolute;
  bottom: 46px;
  right: 120px;
  width: 500px;
  background-color: #808080;
}
#main .main-container .main-banner .splide__progress__bar {
  height: 3px;
  background: #fff;
}
#main .main-container .main-banner .splide__pagination {
  position: absolute;
  bottom: 59px;
  left: initial;
  right: 120px;
  width: 58px;
  padding: 0;
}
#main .main-container .main-banner .splide__pagination li {
  margin-left: 8px;
}
#main .main-container .main-banner .splide__pagination li:first-of-type {
  margin: 0;
}
#main .main-container .main-banner .splide__pagination li .splide__pagination__page {
  width: 14px;
  height: 14px;
  margin: 0;
  background-color: #808080;
  border-radius: 0 !important;
  opacity: 1;
}
#main .main-container .main-banner .splide__pagination li .splide__pagination__page.is-active {
  background-color: #fff;
  transform: scale(1);
}
#main .main-container__inner {
  width: 1320px;
  margin: 0 auto;
}
#main .main-container__inner .main-about {
  margin-top: 180px;
}
#main .main-container__inner .main-about__inner h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  text-decoration: underline;
}
#main .main-container__inner .main-about__inner p {
  margin-top: 64px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}
#main .main-container__inner .main-about__inner p.pc {
  display: block;
}
#main .main-container__inner .main-about__inner p.mobile {
  display: none;
}
#main .main-container__inner .main-info {
  display: flex;
  flex-flow: row wrap;
  gap: 64px;
  margin-top: 179px;
}
#main .main-container__inner .main-info__item {
  flex: 1 1 397px;
  height: 499px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 4px 5px 5px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition-duration: 0.6s;
}
#main .main-container__inner .main-info__item:hover {
  transform: translateY(-10px);
}
#main .main-container__inner .main-info__item a {
  flex: 1 1 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 38px 58px;
  color: #000000;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
}
#main .main-container__inner .main-info__item__text {
  margin-top: 42px;
}
#main .main-container__inner .main-info__item__text h3 {
  font-size: 36px;
  line-height: 54px;
  text-align: center;
}
#main .main-container__inner .main-info__item__text p {
  margin-top: 27px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  word-break: keep-all;
}
#main .main-container__inner .main-together {
  display: flex;
  align-items: center;
  gap: 54px;
  margin-top: 214px;
}
#main .main-container__inner .main-together__image {
  width: 601px;
  height: 416px;
  border-radius: 12px;
  overflow: hidden;
}
#main .main-container__inner .main-together__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .main-container__inner .main-together__text {
  flex: 1 1 0;
}
#main .main-container__inner .main-together__text h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
}
#main .main-container__inner .main-together__text p {
  margin-top: 32px;
  font-size: 18px;
  line-height: 40px;
}
#main .main-container__inner .main-link {
  display: flex;
  gap: 101px;
  justify-content: center;
  align-items: center;
  margin-top: 209px;
  margin-bottom: 157px;
}
#main .main-container__inner .main-link__text {
  color: #000000;
  font-size: 16px;
  line-height: 40px;
  word-break: keep-all;
}
#main .main-container__inner .main-link__text em {
  font-size: 36px;
}
#main .main-container__inner .main-link__text em b {
  font-weight: bold;
}
#main .main-container__inner .main-link__box {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 46px;
}
#main .main-container__inner .main-link__box__inner {
  display: flex;
  gap: 16px;
}
#main .main-container__inner .main-link__box__inner__item img {
  height: 63px;
}

#greeting .text-box {
  margin-top: 70px;
}
#greeting .text-box p {
  font-size: 22px;
  line-height: 38px;
}
#greeting .text-box p:last-of-type {
  margin-top: 64px;
  font-weight: bold;
  text-align: right;
}

#organization .history {
  display: flex;
  flex-flow: column;
  gap: 24px;
  width: 100%;
  margin-top: 32px;
  color: #fff;
}
#organization .history__year {
  position: relative;
  display: flex;
  gap: 32px;
}
#organization .history__year:first-of-type:after {
  position: absolute;
  display: block;
  bottom: -12px;
  left: 0;
  width: 100%;
  border: 1px dashed #cccccc;
  transform: translateY(100%);
  content: "";
}
#organization .history__year__number {
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
}
#organization .history__year__month-list {
  display: flex;
  flex-flow: column wrap;
  gap: 12px;
  margin-top: 24px;
}
#organization .history__year__month-list__month-item {
  display: flex;
  gap: 18px;
}
#organization .history__year__month-list__month-item__number {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
#organization .history__year__month-list__month-item__labels ul {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
#organization .history__year__month-list__month-item__labels ul li {
  font-size: 18px;
  line-height: 27px;
}
#organization .main-title:not(:first-of-type) {
  margin-top: 72px;
}
#organization .organization-image {
  margin-top: 32px;
  height: 460px;
  transform: translateX(58px);
}
#organization .organization-image img {
  height: 100%;
}

#direction .prefix-list {
  width: 100%;
  margin-top: 32px;
}
#direction .direction-map {
  width: 100%;
  height: 548px;
  margin-top: 32px;
  border-radius: 12px;
}
#direction .map-marker-window {
  padding: 12px;
}
#direction .map-marker-window__title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
#direction .map-marker-window__address {
  margin-top: 8px;
  color: #999;
  font-size: 14px;
}
#direction .map-marker-window__route {
  margin-top: 8px;
  text-align: right;
}
#direction .map-marker-window__route a {
  font-size: 14px;
  color: #333;
}

#donation .text-box {
  margin-top: 32px;
}
#donation .donation-type {
  display: flex;
  width: 100%;
  gap: 28px;
  margin-top: 64px;
}
#donation .donation-type__item {
  flex: 1 1 0;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 24px 0 27px;
}
#donation .donation-type__item__text {
  margin-top: 16px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 33px;
}
#donation .flex-box {
  margin-top: 64px;
}
#donation .sub-title {
  margin-bottom: 32px;
}

#disabled .disabled-process {
  display: flex;
  justify-content: center;
  gap: 102px;
  margin-top: 18px;
}
#disabled .disabled-process__item {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
#disabled .disabled-process__item:not(:first-of-type)::before {
  position: absolute;
  display: block;
  top: 74px;
  left: 0;
  width: 102px;
  height: 3px;
  background-color: #cccccc;
  transform: translate(-100%);
  content: "";
}
#disabled .disabled-process__item__text {
  margin-top: 16px;
}
#disabled .disabled-process__item__text h5 {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
#disabled .disabled-process__item__text p {
  margin-top: 8px;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
#disabled .border-box {
  margin-top: 32px;
}
#disabled .border-box + .border-box {
  margin-top: 16px;
}
#disabled .border-box:first-of-type {
  margin-top: 0;
}
#disabled .border-box__icon-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
#disabled .border-box__icon-title h4 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
#disabled .border-box ul {
  display: flex;
  flex-flow: column wrap;
  gap: 4px;
  margin-top: 12px;
}
#disabled .border-box ul li p {
  position: relative;
  padding-left: 24px;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
#disabled .border-box ul li p::before {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333333;
  transform: translate(0, -50%);
  content: "";
}

#detail .detail-template__header {
  padding-bottom: 16px;
  border-bottom: 1px solid #999999;
}
#detail .detail-template__header__button {
  display: none;
}
#detail .detail-template__header__title h2 {
  color: #111111;
  font-size: 28px;
  font-weight: bold;
  line-height: 42px;
}
#detail .detail-template__header__info {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
#detail .detail-template__header__info__left, #detail .detail-template__header__info__right {
  display: flex;
  gap: 18px;
  color: #111111;
  font-size: 16px;
  line-height: 24px;
}
#detail .detail-template__header__info__left__item, #detail .detail-template__header__info__right__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
#detail .detail-template__header__info__left__item h3, #detail .detail-template__header__info__right__item h3 {
  font-weight: bold;
}
#detail .detail-template__header__info__left__item div a, #detail .detail-template__header__info__right__item div a {
  display: flex;
  color: #999999;
  align-items: center;
  text-decoration: underline;
}
#detail .detail-template__header__info__left__item div a i, #detail .detail-template__header__info__right__item div a i {
  margin-right: 8px;
}
#detail .detail-template__content {
  padding: 48px 0 64px;
  color: #333333;
  font-size: 16px;
  line-height: 32px;
}
#detail .detail-template__footer__adjoined__prev {
  border-top: 1px solid #cccccc;
}
#detail .detail-template__footer__adjoined__prev, #detail .detail-template__footer__adjoined__next {
  display: flex;
  align-items: center;
  padding: 14px 24px;
  border-bottom: 1px solid #cccccc;
}
#detail .detail-template__footer__adjoined__prev a, #detail .detail-template__footer__adjoined__next a {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
#detail .detail-template__footer__adjoined__prev a span, #detail .detail-template__footer__adjoined__next a span {
  margin-left: 40px;
}
#detail .detail-template__footer__adjoined > *:first-of-type:last-of-type {
  border-top: 1px solid #cccccc;
}
#detail .detail-template__footer__button {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

#notfound .notfound-content {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
#notfound .notfound-content h1 {
  font-size: 172px;
  font-weight: bold;
}
#notfound .notfound-content h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
#notfound .notfound-content p {
  margin-top: 16px;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
}
#notfound .notfound-content a {
  width: 202px;
  height: 52px;
  margin-top: 64px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 12px;
  background-color: #1d78b7;
}
#notfound .notfound-content img {
  margin-top: 64px;
}

.admin-header {
  padding: 0 32px;
  height: 70px;
}
.admin-header .header__inner {
  justify-content: flex-start;
  gap: 24px;
  width: 100% !important;
  margin: initial !important;
}
.admin-header .header__inner__title a {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}
.admin-header + * {
  margin-top: 70px;
}

.admin-container {
  display: flex;
  gap: 16px;
  padding: 32px;
  box-sizing: border-box;
  height: -moz-fit-content;
  height: fit-content;
}
.admin-container .admin-menu {
  width: 290px;
  padding: 24px 36px;
  border-radius: 12px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.admin-container .admin-menu__title h3 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
.admin-container .admin-menu .h-line {
  width: 100%;
  height: 2px;
  margin-top: 8px;
  background-color: #cccccc;
}
.admin-container .admin-menu__content {
  margin-top: 24px;
}
.admin-container .admin-menu__content__list {
  display: flex;
  flex-flow: column wrap;
  gap: 4px;
}
.admin-container .admin-menu__content__list__item a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #000000;
}
.admin-container .admin-menu__content__list__item.selected a {
  font-weight: bold;
}
.admin-container .not-selected-content {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.admin-container .not-selected-content__inner {
  transform: translateY(-32px);
}
.admin-container .not-selected-content__inner .background {
  width: 313px;
  height: 234px;
  background-image: url("../imgs/admin-initail.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.admin-container .not-selected-content__inner p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.admin-container .admin-content {
  flex: 1 1 0;
  padding: 24px 32px;
  border-radius: 12px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  height: 100%;
}
.admin-container .admin-content__title {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
}

.admin-gallery {
  display: flex;
  flex-flow: row wrap;
  gap: 17px;
}
.admin-gallery__add-button {
  flex: 0 1 224px;
  height: 200px;
  border: 3px dashed #666;
  border-radius: 12px;
  box-sizing: border-box;
}
.admin-gallery__add-button form {
  width: 100%;
  height: 100%;
}
.admin-gallery__add-button form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.admin-gallery__item {
  position: relative;
  flex: 0 1 224px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.admin-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.admin-gallery__item::before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.6);
  content: "";
}
.admin-gallery__item::after {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 62px;
  background-image: url("../imgs/icon-cross-red.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  content: "";
}
.admin-gallery__item:hover::before, .admin-gallery__item:hover::after {
  display: inline-block;
}

@media screen and (max-width: 1340px) {
  .header {
    height: 70px;
    padding: 0 64px;
  }
  .header__inner {
    width: auto;
  }
  .header__inner__logo {
    width: 160px;
  }
  .header__inner__logo img {
    width: 100%;
  }
  .header__inner__menu ul {
    gap: 32px;
  }
  .header__inner__menu ul li {
    font-size: 18px;
  }
  .header + * {
    margin-top: 70px;
  }
  .footer {
    padding: 56px 48px 0;
  }
  .footer .top-button {
    top: -42px;
    right: 48px;
  }
  .footer .top-button button {
    width: 60px;
    height: 60px;
    background-size: 24px 25.5px;
  }
  .sub-nav {
    height: 47px;
    padding: 10px 20px;
    border-radius: 24px;
  }
  .sub-nav ul {
    gap: 32px;
  }
  .sub-nav ul li {
    font-size: 18px;
    line-height: 24px;
  }
  .sub-nav ul li.selected::before {
    height: 35px;
    padding: 0 14px;
    border-radius: 18px;
  }
  .main-title h1 {
    font-size: 36px;
    line-height: 54px;
  }
  .sub-title h2 {
    font-size: 28px;
    line-height: 48px;
  }
  .about-container {
    padding: 80px 64px;
  }
  .about-container .about-container__box {
    width: 100%;
  }
  .about-container .about-container__box.content-short {
    padding: 75px 64px 96px;
  }
  .about-container .about-container__box.content-large {
    padding: 75px 24px 96px;
  }
  .business-container {
    padding: 0 64px;
  }
  .business-container__box {
    width: 100%;
    margin: 82px auto 158px;
    padding: 48px;
  }
  .news-container {
    width: 100%;
    margin: 82px auto 158px;
    padding: 0 64px;
    box-sizing: border-box;
  }
  .news-container__inner__title {
    font-size: 32px;
    line-height: 48px;
  }
  .prefix-list ul li {
    font-size: 16px;
  }
  .text-box p {
    font-size: 16px;
    line-height: 32px;
  }
  .title-banner {
    height: 240px;
  }
  .title-banner__text {
    margin-top: 48px;
    margin-bottom: 24px;
  }
  .title-banner__text h1 {
    font-size: 48px;
    line-height: 72px;
  }
  #main .main-container__inner {
    width: auto;
    margin: 0 64px;
  }
  #main .main-container__inner .main-banner {
    height: 725px;
  }
  #main .main-container__inner .main-banner .splide__track .splide__list .splide__slide .slide-text {
    right: 64px;
    bottom: 58px;
    width: 80%;
    font-size: 34px;
    line-height: 48px;
  }
  #main .main-container__inner .main-banner .splide__pagination {
    bottom: 34px;
    right: 64px;
  }
  #main .main-container__inner .main-banner .splide__progress {
    bottom: 24px;
    right: 64px;
  }
  #main .main-container__inner .main-about__inner h2 {
    font-size: 36px;
    line-height: 46px;
  }
  #main .main-container__inner .main-about__inner p {
    margin-top: 36px;
    font-size: 14px;
    line-height: 32px;
    word-break: keep-all;
  }
  #main .main-container__inner .main-about__inner p.pc {
    display: none;
  }
  #main .main-container__inner .main-about__inner p.mobile {
    display: block;
  }
  #main .main-container__inner .main-together__image {
    width: 43.75vw;
    height: initial;
  }
  #main .main-container__inner .main-together__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #main .main-container__inner .main-together__text h3 {
    font-size: 28px;
    line-height: 40px;
  }
  #main .main-container__inner .main-together__text p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 28px;
  }
  #main .main-container__inner .main-link {
    gap: 60px;
  }
  #main .main-container__inner .main-link__box__inner__item img {
    height: 40px;
  }
  #greeting .text-box {
    margin-top: 70px;
  }
  #greeting .text-box p {
    font-size: 16px;
    line-height: 32px;
  }
  #greeting .text-box p:last-of-type {
    font-size: 16px;
    line-height: 32px;
  }
  #direction .prefix-list {
    width: 100%;
    margin-top: 32px;
  }
  #direction .direction-map {
    width: 100%;
    height: 548px;
    margin-top: 32px;
    border-radius: 12px;
  }
  #direction .map-marker-window {
    padding: 12px;
  }
  #direction .map-marker-window__title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
  }
  #direction .map-marker-window__address {
    margin-top: 8px;
    color: #999;
    font-size: 14px;
  }
  #direction .map-marker-window__route {
    margin-top: 8px;
    text-align: right;
  }
  #direction .map-marker-window__route a {
    font-size: 14px;
    color: #333;
  }
  #donation .donation-type__item__text {
    font-size: 22px;
    font-weight: bold;
  }
  #donation .sub-title {
    margin-bottom: 24px;
  }
  #disabled .disabled-process {
    gap: 32px;
  }
  #disabled .disabled-process__item:not(:first-of-type)::before {
    width: 32px;
  }
  #disabled .border-box__icon-title {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  #disabled .border-box__icon-title h4 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
  }
  #disabled .border-box ul {
    display: flex;
    flex-flow: column wrap;
    gap: 4px;
    margin-top: 12px;
  }
  #disabled .border-box ul li p {
    position: relative;
    padding-left: 24px;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
  }
  #disabled .border-box ul li p::before {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333333;
    transform: translate(0, -50%);
    content: "";
  }
}
@media screen and (max-width: 840px) {
  .wrapper {
    background-image: none !important;
  }
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    padding: 0 24px;
  }
  .header__inner__logo {
    width: 121px;
  }
  .header__inner__logo img {
    width: 100%;
  }
  .header__inner__menu {
    display: none;
  }
  .header__mobile-menu-icon {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    gap: 3px;
    top: 19px;
    right: 24px;
    width: 16px;
    height: 14px;
    z-index: 9999;
  }
  .header__mobile-menu-icon span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 1.5px;
    background-color: #333333;
    transition-duration: 0.5s;
  }
  .header .mobile-menu {
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
    padding: 59px 24px 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    box-sizing: border-box;
    transition-duration: 1s;
  }
  .header .mobile-menu > ul > li.opened > span::before {
    transform: rotate(0);
  }
  .header .mobile-menu > ul > li.opened .mobile__child-menu {
    height: auto;
  }
  .header .mobile-menu > ul > li > span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    border-bottom: 1px solid #000000;
  }
  .header .mobile-menu > ul > li > span::before {
    display: block;
    width: 16px;
    height: 10px;
    background-image: url("../imgs/icon-mobile-menu.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    content: "";
  }
  .header .mobile-menu > ul > li .mobile__child-menu {
    height: 0;
    overflow: hidden;
    transition-duration: 1s;
  }
  .header .mobile-menu > ul > li .mobile__child-menu > ul {
    margin-top: 3px;
  }
  .header .mobile-menu > ul > li .mobile__child-menu > ul > li > a {
    display: block;
    padding: 6px 0;
    color: #666666;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    text-decoration: none;
  }
  .header.mobile-menu-opened .header__mobile-menu-icon span:nth-of-type(1) {
    transform: translateY(5.5px) rotate(45deg);
  }
  .header.mobile-menu-opened .header__mobile-menu-icon span:nth-of-type(2) {
    opacity: 0;
  }
  .header.mobile-menu-opened .header__mobile-menu-icon span:nth-of-type(3) {
    transform: translateY(-5.5px) rotate(-45deg);
  }
  .header.mobile-menu-opened .mobile-menu {
    left: 0;
  }
  .header + * {
    margin-top: 50px;
  }
  .footer {
    height: 249px;
    padding: 56px 24px 0;
    background-color: #eee;
  }
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__inner__information {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    gap: 12px;
  }
  .footer__inner__information__item {
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .footer__inner__information__item li {
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
  }
  .footer__inner__information__item li:not(:last-of-type) {
    margin-right: 17px;
  }
  .footer__inner__information__item li:not(:last-of-type)::after {
    right: -8px;
  }
  .footer__inner__logo {
    margin-top: 32px;
  }
  .footer__inner__logo img {
    height: 29px;
  }
  .footer .top-button {
    top: -24px;
    right: 24px;
  }
  .footer .top-button button {
    width: 30px;
    height: 30px;
    background-size: 16px 17px;
  }
  .popup {
    width: calc(100% - 24px);
    padding: 64px 24px;
  }
  .popup__title h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .popup__form {
    margin-top: 32px;
  }
  .popup__form form {
    display: flex;
    align-items: center;
  }
  .popup__form form label {
    margin-right: 11px;
    font-size: 12px;
    line-height: 18px;
  }
  .popup__form form input[type=text] {
    flex: 1 1 0;
    width: initial;
    height: 32px;
    min-width: 120px;
    margin-right: 11px;
  }
  .popup__form form input[type=submit] {
    width: 87px;
    height: 32px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 4px;
  }
  .popup__text {
    margin-top: 32px;
  }
  .popup__text p {
    font-size: 12px;
    line-height: 24px;
  }
  .popup__close {
    top: 26px;
    right: 26px;
  }
  .main-title h1 {
    color: #000000;
    font-size: 24px;
    line-height: 36px;
  }
  .btn-main button {
    width: 80px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
  }
  .btn-sub button {
    width: 80px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
  }
  .about-container {
    padding: 0;
  }
  .about-container .about-container__box {
    width: 100%;
    background-color: initial;
    border-radius: 12px;
    box-sizing: border-box;
  }
  .about-container .about-container__box.content-short {
    padding: 0;
  }
  .about-container .about-container__box.content-large {
    padding: 0;
  }
  .about-container .about-container__box .sub-nav {
    position: relative;
    top: initial;
    left: initial;
    height: 88px;
    border-radius: 0;
    background-color: rgba(238, 238, 238, 0.2);
    transform: initial;
  }
  .about-container .about-container__box .sub-nav ul {
    gap: 26px;
  }
  .about-container .about-container__box .sub-nav ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .about-container .about-container__box .sub-nav ul li a {
    color: #000000;
  }
  .about-container .about-container__box .sub-nav ul li.selected a {
    color: #000000;
  }
  .about-container .about-container__box .sub-nav ul li.selected a p::before {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    content: "";
  }
  .about-container .about-container__box .sub-nav ul li.selected::before {
    display: none;
  }
  .about-container .about-container__box .about-content {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    padding: 32px 24px 82px;
  }
  .business-container {
    padding: 0;
  }
  .business-container__box {
    position: relative;
    width: 100%;
    margin: 0 auto 82px;
    padding: 0 24px;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
  }
  .news-container {
    position: relative;
    width: 100%;
    margin: 32px auto 82px;
    padding: 0 24px;
    box-sizing: border-box;
  }
  .news-container__inner__title h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .title-banner {
    justify-content: center;
    height: 100px;
    background-image: none !important;
  }
  .title-banner__text {
    display: none;
  }
  .title-banner .sub-nav ul li:not(.selected) {
    display: none;
  }
  .title-banner .sub-nav ul li.selected::before {
    display: none;
  }
  .title-banner .sub-nav ul li.selected a p {
    color: #000000;
  }
  .write-form {
    margin-top: 24px;
  }
  .write-form__header__row {
    display: flex;
    flex-flow: column wrap;
    gap: 12px;
  }
  .write-form__header__row__item {
    flex: 1 1 0;
    display: flex;
    align-items: center;
  }
  .write-form__header__row__item label {
    display: inline-block;
    width: 80px;
    font-size: 16px;
  }
  .write-form__header__row__item .select-box {
    flex: 1 1 0;
    position: relative;
  }
  .write-form__header__row__item .select-box select {
    width: 100%;
  }
  .write-form__header__row__item:not(:has(label)) {
    display: none;
  }
  .write-form__editor {
    height: 430px;
    padding-bottom: 90px;
  }
  .write-form__button {
    margin-top: 16px;
  }
  .write-form__button input[type=submit] {
    width: 80px;
    height: 32px;
    font-size: 14px;
    line-height: 21px;
  }
  .write-form__button .btn-sub button {
    width: 80px;
    height: 32px;
    font-size: 14px;
    line-height: 21px;
  }
  .bulletin-board__table {
    display: flex;
    flex-flow: column wrap;
    border-top: 1px solid #1f3b71;
  }
  .bulletin-board__table__header {
    display: none;
  }
  .bulletin-board__table__row {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    height: 78px;
    border-bottom: 1px solid #cccccc;
  }
  .bulletin-board__table__row__cell {
    padding: 0 12px;
    font-size: 16px;
    border: none;
  }
  .bulletin-board__table__row__cell.id {
    display: none;
  }
  .bulletin-board__table__row__cell.title {
    display: inline-block;
    width: 340px;
    height: 24px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
  }
  .bulletin-board__table__row__cell.writer {
    display: none;
  }
  .bulletin-board__table__row__cell.date {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
  }
  .bulletin-board__table__row__cell.views {
    display: none;
  }
  .bulletin-board__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 62px;
  }
  .bulletin-board__pagination__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    cursor: pointer;
  }
  .bulletin-board__pagination__number {
    display: flex;
    gap: 4px;
  }
  .bulletin-board__pagination__number > div {
    position: relative;
    width: 34px;
    height: 34px;
    color: #333333;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
  }
  .bulletin-board__pagination__number > div span {
    position: relative;
  }
  .bulletin-board__pagination__number > div.selected::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #eeeeee;
    transform: translate(-50%, -50%);
    content: "";
  }
  .gallery-board__content {
    display: flex;
    flex-flow: row wrap;
    gap: 4px;
  }
  .gallery-board__content__item {
    flex: 1 1 100%;
  }
  .gallery-board__content__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #main .main-container .main-banner {
    height: 525px;
  }
  #main .main-container .main-banner .splide__track .splide__list .splide__slide .slide-text {
    right: 24px;
    bottom: 54px;
    width: 80%;
    font-size: 24px;
    line-height: 36px;
  }
  #main .main-container .main-banner .splide__pagination {
    bottom: 34px;
    right: 24px;
    width: 58px;
  }
  #main .main-container .main-banner .splide__pagination li {
    margin-left: 8px;
  }
  #main .main-container .main-banner .splide__pagination li .splide__pagination__page {
    width: 14px;
    height: 14px;
  }
  #main .main-container .main-banner .splide__progress {
    bottom: 24px;
    right: 24px;
    width: calc(100% - 48px);
  }
  #main .main-container__inner {
    width: auto;
    margin: 0 24px;
  }
  #main .main-container__inner .main-about {
    margin-top: 95px;
  }
  #main .main-container__inner .main-about__inner h2 {
    font-size: 24px;
    line-height: 46px;
  }
  #main .main-container__inner .main-about__inner p {
    margin-top: 36px;
    font-size: 12px;
    line-height: 24px;
    word-break: keep-all;
  }
  #main .main-container__inner .main-about__inner p.pc {
    display: none;
  }
  #main .main-container__inner .main-about__inner p.mobile {
    display: block;
  }
  #main .main-container__inner .main-info {
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
    margin-top: 62px;
  }
  #main .main-container__inner .main-info__item {
    height: auto;
  }
  #main .main-container__inner .main-info__item__image img {
    height: 126px;
  }
  #main .main-container__inner .main-info__item__text {
    margin-top: 24px;
  }
  #main .main-container__inner .main-info__item__text h3 {
    font-size: 24px;
    line-height: 36px;
  }
  #main .main-container__inner .main-info__item__text p {
    margin-top: 16px;
    font-size: 12px;
    line-height: 24px;
  }
  #main .main-container__inner .main-together {
    flex-direction: column-reverse;
    gap: 24px;
    margin-top: 72px;
  }
  #main .main-container__inner .main-together__image {
    width: 100%;
    height: initial;
    aspect-ratio: 1/0.5614;
  }
  #main .main-container__inner .main-together__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #main .main-container__inner .main-together__text h3 {
    font-size: 24px;
    line-height: 40px;
  }
  #main .main-container__inner .main-together__text p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
  }
  #main .main-container__inner .main-link {
    flex-direction: column;
    gap: 24px;
    margin-top: 77px;
    margin-bottom: 77px;
  }
  #main .main-container__inner .main-link__text {
    font-size: 14px;
    line-height: 40px;
  }
  #main .main-container__inner .main-link__text em {
    font-size: 24px;
  }
  #main .main-container__inner .main-link__box {
    gap: 24px;
  }
  #main .main-container__inner .main-link__box__inner {
    display: flex;
    gap: 8px;
  }
  #main .main-container__inner .main-link__box__inner__item img {
    height: 31px;
  }
  #greeting .text-box {
    margin-top: 24px;
  }
  #greeting .text-box p {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
  }
  #greeting .text-box p:last-of-type {
    margin-top: 24px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: right;
  }
  #organization .history {
    gap: 24px;
    width: 100%;
    margin-top: 24px;
    color: #666666;
  }
  #organization .history__year {
    gap: 21px;
  }
  #organization .history__year:first-of-type:after {
    bottom: -11px;
  }
  #organization .history__year__number {
    color: #1f3b71;
    font-size: 26px;
    line-height: 39px;
  }
  #organization .history__year__month-list {
    gap: 12px;
    margin-top: 12px;
  }
  #organization .history__year__month-list__month-item {
    gap: 18px;
  }
  #organization .history__year__month-list__month-item__number {
    font-size: 16px;
    line-height: 24px;
  }
  #organization .history__year__month-list__month-item__labels ul {
    gap: 8px;
  }
  #organization .history__year__month-list__month-item__labels ul li {
    font-size: 16px;
    line-height: 24px;
  }
  #organization .main-title:not(:first-of-type) {
    margin-top: 48px;
  }
  #organization .organization-image {
    margin-top: 24px;
    width: initial;
    height: 241px;
    transform: translateX(30px);
  }
  #organization .organization-image img {
    height: 100%;
  }
  #direction .prefix-list {
    width: 100%;
    margin-top: 24px;
  }
  #direction .prefix-list ul li {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
  }
  #direction .direction-map {
    width: 100%;
    height: 420px;
    margin-top: 32px;
    border-radius: 12px;
  }
  #direction .map-marker-window {
    padding: 12px;
  }
  #direction .map-marker-window__title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
  }
  #direction .map-marker-window__address {
    margin-top: 8px;
    color: #999;
    font-size: 14px;
  }
  #direction .map-marker-window__route {
    margin-top: 8px;
    text-align: right;
  }
  #direction .map-marker-window__route a {
    font-size: 14px;
    color: #333;
  }
  #donation .text-box {
    margin-top: 24px;
  }
  #donation .text-box p {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
  }
  #donation .donation-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    row-gap: 12px;
    -moz-column-gap: 24px;
         column-gap: 24px;
    margin-top: 28px;
  }
  #donation .donation-type__item {
    flex: initial;
    background-color: initial;
    padding: 0;
  }
  #donation .donation-type__item__image {
    position: relative;
    width: 142px;
    height: 142px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04) inset;
    box-sizing: border-box;
    border-radius: 50%;
  }
  #donation .donation-type__item__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    transform: translate(-50%, -50%);
  }
  #donation .donation-type__item__text {
    margin-top: 16px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
  }
  #donation .flex-box {
    flex-flow: column;
    margin-top: 32px;
    row-gap: 24px;
  }
  #donation .sub-title {
    margin-bottom: 16px;
  }
  #donation .sub-title h2 {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
  }
  #donation .label-list {
    gap: 12px;
  }
  #donation .label-list__item {
    gap: 12px;
  }
  #donation .label-list__item__label {
    width: 77px;
    height: 29px;
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
  }
  #donation .label-list__item__content {
    color: #333333;
    font-size: 14px;
    line-height: 21px;
  }
  #disabled .document-box__content__text-list {
    margin-top: 4px;
  }
  #disabled .document-box__content__text-list__item > p {
    font-size: 12px;
    line-height: 20px;
  }
  #disabled .document-box__content__text-list__item > p::before {
    top: 10px;
  }
  #disabled .document-box__content__text-list__item__sub {
    padding-left: 30px;
  }
  #disabled .document-box__content__text-list__item__sub > p {
    font-size: 10px;
    line-height: 15px;
  }
  #disabled .disabled-process {
    flex-wrap: wrap;
    row-gap: 28px;
    -moz-column-gap: 32px;
         column-gap: 32px;
    margin-top: 18px;
  }
  #disabled .disabled-process__item {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }
  #disabled .disabled-process__item::before {
    display: none !important;
  }
  #disabled .disabled-process__item__text {
    margin-top: 12px;
  }
  #disabled .disabled-process__item__text h5 {
    font-size: 14px;
    line-height: 21px;
  }
  #disabled .disabled-process__item__text p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
  }
  #disabled .border-box {
    margin-top: 0;
  }
  #disabled .border-box > p {
    font-size: 12px;
    line-height: 18px;
  }
  #disabled .border-box:has(.border-box__icon-title) {
    margin-top: 46px;
  }
  #disabled .border-box:has(.border-box__icon-title):last-of-type {
    margin-top: 16px;
  }
  #disabled .border-box__icon-title {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  #disabled .border-box__icon-title h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
  }
  #disabled .border-box ul li p {
    font-size: 10px;
    line-height: 15px;
  }
  #disabled .border-box ul li p::before {
    top: 7.5px;
  }
  #detail .title-banner {
    display: none;
  }
  #detail .detail-template {
    padding: 32px 0;
  }
  #detail .detail-template__header {
    border-bottom: 1px solid #999999;
  }
  #detail .detail-template__header__button {
    display: block;
  }
  #detail .detail-template__header__title {
    margin-top: 32px;
  }
  #detail .detail-template__header__title h2 {
    font-size: 20px;
    line-height: 30px;
  }
  #detail .detail-template__header__info {
    margin-top: 14px;
    flex-flow: column-reverse wrap;
    row-gap: 8px;
  }
  #detail .detail-template__header__info__left, #detail .detail-template__header__info__right {
    flex-wrap: wrap;
  }
  #detail .detail-template__header__info__left__item, #detail .detail-template__header__info__right__item {
    font-size: 14px;
    line-height: 21px;
    gap: 16px;
  }
  #detail .detail-template__header__info__left__item h3, #detail .detail-template__header__info__right__item h3 {
    font-weight: bold;
  }
  #detail .detail-template__header__info__left__item div a, #detail .detail-template__header__info__right__item div a {
    display: flex;
    color: #999999;
    align-items: center;
    text-decoration: underline;
  }
  #detail .detail-template__header__info__left__item div a i, #detail .detail-template__header__info__right__item div a i {
    margin-right: 8px;
  }
  #detail .detail-template__content {
    padding: 24px 0;
    font-size: 16px;
    line-height: 32px;
    border-bottom: 2px solid #eeeeee;
  }
  #detail .detail-template__footer__adjoined {
    display: none;
  }
  #detail .detail-template__footer__button {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
  }
  #detail .detail-template__footer__button > div:last-of-type {
    display: none;
  }
  #write .title-banner {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */