main {
  position: relative;
  width: 100%;
  padding: 1rem 5rem 0rem;
}
@media screen and (max-width: 1024px) {
  main {
    padding: 0rem 1.5rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  main {
    padding: 0 1.5rem;
  }
}
main .layout_wrap {
  display: flex;
  gap: 12rem;
  margin: 4.8rem auto;
  max-width: 90rem;
}
main .layout_wrap .content_wrap {
  margin: 0;
  align-items: flex-start;
  max-width: 50rem;
  width: 100%;
}
main .layout_wrap .form_wrap {
  width: 62rem;
}
main .layout_wrap .news_wrap {
  flex: 1;
}
@media screen and (max-width: 1600px) {
  main .layout_wrap {
    gap: 6rem;
    margin: 3.5rem auto;
  }
  main .layout_wrap .content_wrap {
    max-width: 36rem;
  }
  main .layout_wrap .form_wrap {
    flex: 1;
    max-width: 80rem;
  }
}
@media screen and (max-width: 1280px) {
  main .layout_wrap {
    gap: 3rem;
    margin: 3rem auto;
  }
  main .layout_wrap .content_wrap {
    max-width: 28rem;
  }
}
@media screen and (max-width: 1024px) {
  main .layout_wrap {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2rem;
  }
  main .layout_wrap .content_wrap {
    max-width: 100%;
    width: 100%;
  }
  main .layout_wrap .form_wrap,
  main .layout_wrap .news_wrap {
    width: 100%;
  }
}
main.form .layout_wrap {
  gap: 9.25rem;
  max-width: 100%;
}
@media (min-width: 1920px) {
  main.form .layout_wrap {
    gap: 3rem;
  }
}
main.form .layout_wrap .content_wrap {
  max-width: 20rem;
  margin-top: 5.6rem;
  justify-content: flex-start;
}
@media (min-width: 1920px) {
  main.form .layout_wrap .content_wrap {
    max-width: 38rem;
  }
}
main.form .layout_wrap .group__address-title,
main.form .layout_wrap .group__address-text,
main.form .layout_wrap .group__contact-link {
  color: var(--color-sea-blue);
  max-width: 100%;
}
main.form .layout_wrap .group__icon {
  filter: brightness(0) saturate(100%) invert(22%) sepia(97%) saturate(2000%) hue-rotate(183deg) brightness(88%) contrast(102%);
}
main.news .news_wrap {
  display: flex;
  flex-direction: column;
  max-width: 28rem;
}
@media screen and (max-width: 1280px) {
  main.news .news_wrap {
    max-width: 100%;
  }
}
main.news .news_wrap .news_label {
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(31, 31, 31, 0.6);
  line-height: normal;
  margin: 0 0 1rem;
}
main.news .news_wrap .news_divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 92, 142, 0.2);
  flex-shrink: 0;
  margin: 1rem 0;
}
main.news .news_wrap .item {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
main.news .news_wrap .item .thumb {
  width: 11.25rem;
  height: 6.25rem;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 0.5rem;
}
main.news .news_wrap .item .item__text {
  flex: 1;
  padding: 1rem 0 1rem 1rem;
}
main.news .news_wrap .item .item__meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
main.news .news_wrap .item .item__date {
  font-family: var(--font-primary);
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--color-sea-blue);
  white-space: nowrap;
  line-height: normal;
  margin: 0;
}
main.news .news_wrap .item .item__title {
  font-family: var(--font-secondary);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--color-sea-blue);
  letter-spacing: 0.02em;
  line-height: normal;
  text-decoration: none;
  display: block;
  transition: var(--transition-base);
}
main.news .news_wrap .item .item__title:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  main.news .news_wrap .item {
    flex-direction: column;
  }
  main.news .news_wrap .item .thumb {
    width: 100%;
    height: 12rem;
    border-radius: 0.5rem;
  }
  main.news .news_wrap .item .item__text {
    padding: 0.75rem 0 0;
  }
}
main .content_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  max-width: 84.8125rem;
  margin: 2rem auto 0;
}
@media screen and (max-width: 1280px) {
  main .content_wrap {
    gap: 2.5rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  main .content_wrap {
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
}
main .content_wrap .post_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
main .content_wrap .post_meta__date {
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--color-sea-blue);
  line-height: normal;
  white-space: nowrap;
  margin: 0;
}
main .content_wrap .post_meta__chip {
  background-color: #e0ecf8;
  padding: 0.625rem 1.5rem;
  border-radius: 0.5rem;
  min-width: 9.375rem;
  display: flex;
  align-items: center;
}
main .content_wrap .post_meta__chip span {
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--color-sea-blue);
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  main .content_wrap .post_meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
main .content_wrap .title {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: var(--color-sea-blue);
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1280px) {
  main .content_wrap .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  main .content_wrap .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  main .content_wrap .title {
    font-size: 1.5rem;
  }
}
main .content_wrap .subtitle {
  font-family: var(--font-secondary);
  font-style: normal;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.2;
  color: var(--color-sea-blue);
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  main .content_wrap .subtitle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  main .content_wrap .subtitle {
    font-size: 1.25rem;
  }
}
main .content_wrap .content {
  width: 100%;
  max-width: 50rem;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 2rem;
  letter-spacing: 0.0275em;
  color: var(--color-sea-blue);
  margin: 0;
}
@media screen and (max-width: 1280px) {
  main .content_wrap .content {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 1024px) {
  main .content_wrap .content {
    position: relative;
    font-size: 1.5rem;
    font-family: "Old Standard TT";
    color: #005c8e;
    display: inline-block;
  }
}
main .content_wrap .content p {
  margin-bottom: 1rem;
}
main .content_wrap .content p:last-child {
  margin-bottom: 0;
}
main .content_wrap .content h2, main .content_wrap .content h3, main .content_wrap .content h4 {
  font-family: var(--font-secondary);
  color: var(--color-sea-blue);
  margin-bottom: 0.75rem;
}

.page-template-template-legal main.section .content_wrap {
  max-width: 62.5rem;
  margin: 2rem clamp(15rem, 5vw, 35rem) 0 clamp(5rem, 10vw, 12.5rem);
}
@media screen and (max-width: 767px) {
  .page-template-template-legal main.section .content_wrap {
    margin: 0;
  }
}
.page-template-template-legal main.section .content_wrap .content {
  max-width: 62.5rem;
}
.page-template-template-legal main.section .content_wrap h2 {
  font-size: 2rem;
  letter-spacing: 0.04rem;
  margin-top: 3rem;
}
.page-template-template-legal main.section .content_wrap .content {
  font-size: 1.375rem;
  color: var(--Text, rgba(31, 31, 31, 0.6));
  line-height: 1.8125rem;
}
.page-template-template-legal main.section .content_wrap .content ul {
  margin: 0 2rem;
}
/*# sourceMappingURL=main_content.min.css.map */
