/** @format */
/** @format */
html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

body {
  letter-spacing: 0.08em;
  line-height: 1.75;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

.wrapper {
  width: 100%;
  max-width: 1878px;
  padding: 100px 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 50px 30px;
  }
}

.topHeading {
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
}
@media screen and (max-width: 768px) {
  .topHeading {
    gap: 3.7rem;
  }
}

.topSubtitle {
  font-size: 2rem;
  color: #ef604d;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .topSubtitle {
    font-size: 1.5rem;
  }
}

.topTitle {
  font-size: 4.5rem;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .topTitle {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 480px) {
  .topTitle {
    font-size: 7.7083333333vw;
  }
}

.topRedBtn {
  display: block;
  background-color: #ef604d;
  border-radius: 28px;
  padding: 1.6rem 3.7rem;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  max-width: 32.6rem;
  width: 100%;
  line-height: 1;
  border: 1px solid #ef604d;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .topRedBtn {
    font-size: min(4.1666666667vw, 2rem);
    padding: 1.6rem min(6.6666666667vw, 3.2rem);
  }
}
.topRedBtn::after {
  position: absolute;
  content: "";
  background-image: url(../img/pages/front-page/white-right-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 2.8rem;
  width: 2rem;
  height: 2rem;
}
.topRedBtn:hover {
  background-color: #fff;
  color: #ef604d;
}
.topRedBtn:hover::after {
  background-image: url(../img/pages/front-page/red-right-arrow.png);
}

.u-pc {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: flex !important;
  }
}

.page-title-section {
  background-color: #17487e;
}

.page-title-heading {
  display: flex;
  flex-direction: column;
  gap: min(6.875vw, 13.2rem);
  padding-left: 12rem;
  padding-right: 12rem;
  padding-top: min(7.8645833333vw, 15.1rem);
  padding-bottom: min(3.1770833333vw, 6.1rem);
  max-width: 1636px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-title-heading {
    gap: 4.1rem;
    padding-top: 5.6rem;
    padding-bottom: 1.5rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-title {
  font-size: min(3.3854166667vw, 6.5rem);
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .page-title {
    font-size: clamp(2.8rem, 6.25vw, 3rem);
  }
}

.page-breadcrumbs {
  display: flex;
  gap: 0.65rem;
}

.page-breadcrumbs__list {
  font-size: clamp(1.4rem, 0.9375vw, 1.8rem);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-breadcrumbs__list {
    font-size: 1.1rem;
  }
}
.page-breadcrumbs__list:first-child {
  color: #bfbfbf;
}

.page-breadcrumbs__link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.page-breadcrumbs__link::after {
  content: "";
  background-image: url(../img/common/breadcrumbs-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5px;
  height: 10px;
}

.section-title {
  font-size: clamp(3rem, 2.0833333333vw, 4rem);
  color: #000;
  font-weight: 600;
  border-left: 7px solid #17487e;
  border-bottom: 4px solid #ef604d;
  padding: min(1.1458333333vw, 2.2rem) min(1.8229166667vw, 3.5rem);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 2.4rem;
    padding: 1rem 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .section-title {
    font-size: clamp(2rem, 5vw, 2.4rem);
    line-height: 1.5;
  }
}

.pdf-menu {
  display: flex;
  gap: 2.3rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .pdf-list {
    width: 100%;
  }
}

.pdf-link {
  background-color: #e3e3e3;
  border-radius: 28px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.5rem;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .pdf-link {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .pdf-link {
    font-size: clamp(1.5rem, 3.5416666667vw, 1.7rem);
  }
}
.pdf-link::before {
  content: "";
  background-image: url(../img/common/pdf-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.5rem;
  height: 3.5rem;
}

.book-link {
  background-color: #e3e3e3;
  border-radius: 28px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.5rem;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .book-link {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .book-link {
    font-size: clamp(1.5rem, 3.5416666667vw, 1.7rem);
  }
}
.book-link::before {
  content: "";
  background-image: url(../img/common/book-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.5rem;
  height: 3.5rem;
}

.blue-title {
  font-size: clamp(2.3rem, 1.4583333333vw, 2.8rem);
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .blue-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .blue-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .blue-title {
    font-size: 1.8rem;
    gap: 1rem;
  }
}
.blue-title::before {
  content: "";
  width: clamp(2.8rem, 1.6145833333vw, 3.1rem);
  height: clamp(2.8rem, 1.6145833333vw, 3.1rem);
  border-radius: 50%;
  background-color: #17487e;
  flex: none;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .blue-title::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .blue-title::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.section-subtitle {
  font-size: clamp(2.5rem, 1.8229166667vw, 3.5rem);
  font-weight: 600;
  color: #17487e;
  border-bottom: 4px solid #17487e;
}
@media screen and (max-width: 768px) {
  .section-subtitle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .section-subtitle {
    font-size: 2rem;
  }
}

/** @format */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.topFV {
  position: relative;
}

.topFV__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topFV__img {
    height: 73.6rem;
    object-fit: cover;
  }
}

.topFV__newsWrapper {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1878px;
  padding-left: 12rem;
  padding-right: 12rem;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .topFV__newsWrapper {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    bottom: 23px;
  }
}

.topFV__news {
  background-color: #fff;
  padding: min(3.023255814vw, 3.9rem) min(3.7984496124vw, 4.9rem);
  border: 5px solid #ff4239;
  border-radius: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .topFV__news {
    padding: min(4.9543676662vw, 3.8rem) min(2.998696219vw, 2.3rem);
  }
}
.topFV__news::after {
  content: "";
  background-image: url(../img/pages/front-page/red-right-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 39px;
  height: 39px;
}
@media screen and (max-width: 768px) {
  .topFV__news::after {
    width: 5.0847457627vw;
    height: 5.0847457627vw;
  }
}
@media screen and (max-width: 480px) {
  .topFV__news::after {
    width: 8.125vw;
    height: 8.125vw;
  }
}

.topFV__newsLeft {
  display: flex;
  gap: 3.3rem;
}
@media screen and (max-width: 1024px) {
  .topFV__newsLeft {
    flex-direction: column;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .topFV__newsLeft {
    gap: min(3.9113428944vw, 3rem);
  }
}

.topFV__newsImportant {
  font-size: min(1.8604651163vw, 2.4rem);
  color: #ff4239;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .topFV__newsImportant {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .topFV__newsImportant {
    font-size: min(3.1290743155vw, 2.4rem);
  }
}
@media screen and (max-width: 480px) {
  .topFV__newsImportant {
    font-size: 5vw;
  }
}
.topFV__newsImportant::before {
  content: "";
  background-image: url(../img/pages/front-page/warning-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .topFV__newsImportant::before {
    width: 3.1290743155vw;
    height: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .topFV__newsImportant::before {
    width: 5vw;
    height: 5vw;
  }
}

.topFV__newsInfo {
  display: flex;
  align-items: center;
  gap: min(4.2635658915vw, 5.5rem);
}
@media screen and (max-width: 768px) {
  .topFV__newsInfo {
    flex-direction: column;
    align-items: flex-start;
    gap: min(1.9556714472vw, 1.5rem);
  }
}
@media screen and (max-width: 480px) {
  .topFV__newsInfo {
    gap: 3.125vw;
  }
}

.topFV__newsDate {
  font-size: 1.5rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: bold;
  color: #ff4239;
}
@media screen and (max-width: 768px) {
  .topFV__newsDate {
    font-size: 1.9556714472vw;
  }
}
@media screen and (max-width: 480px) {
  .topFV__newsDate {
    font-size: 3.125vw;
  }
}

.topFV__newsTitle {
  font-size: 1.7rem;
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .topFV__newsTitle {
    font-size: min(2.2164276402vw, 1.7rem);
  }
}
@media screen and (max-width: 480px) {
  .topFV__newsTitle {
    font-size: 3.5416666667vw;
  }
}

/** @format */
.topPurpose__contents {
  display: flex;
  gap: 2.6rem;
  flex-wrap: wrap;
  justify-content: center;
}

.topPurpose__item {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .topPurpose__item {
    width: calc(50% - 1.3rem);
    flex: none;
  }
}
@media screen and (max-width: 768px) {
  .topPurpose__item {
    width: 100%;
  }
}

.topPurpose__itemTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  font-size: min(3.1007751938vw, 4rem);
  color: #fff;
  font-weight: 600;
  padding: 5.1rem 1.6rem;
  border-radius: 26px 26px 0 0;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .topPurpose__itemTitle {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .topPurpose__itemTitle {
    flex-direction: row;
    font-size: 3rem;
    padding: 2rem 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .topPurpose__itemTitle {
    font-size: 6.25vw;
  }
}

.topPurpose__item {
  border-radius: 30px 30px;
  max-width: 390px;
  min-width: 390px;
}
@media screen and (max-width: 480px) {
  .topPurpose__item {
    max-width: auto;
    min-width: auto;
  }
}
.topPurpose__item:nth-child(odd) {
  border: 4px solid #17487e;
}
.topPurpose__item:nth-child(odd) .topPurpose__itemTitle {
  background-color: #17487e;
}
.topPurpose__item:nth-child(even) {
  border: 4px solid #ef604d;
}
.topPurpose__item:nth-child(even) .topPurpose__itemTitle {
  background-color: #ef604d;
}

.topPurpose__itemContent {
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .topPurpose__itemContent {
    gap: 20px;
    padding: 36px min(6.25vw, 30px);
  }
}

.topPurpose__itemLink {
  font-size: 2.5rem;
  text-decoration: underline;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .topPurpose__itemLink {
    font-size: 1.9rem;
  }
}

.topPurpose__itemLink--blue {
  color: #17487e;
}
.topPurpose__itemLink--blue::after {
  content: "";
  background-image: url(../img/pages/front-page/red-right-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 39px;
  height: 39px;
  flex: none;
}
@media screen and (max-width: 480px) {
  .topPurpose__itemLink--blue::after {
    width: 35px;
    height: 35px;
  }
}

.topPurpose__itemLink--red {
  color: #ef604d;
}
.topPurpose__itemLink--red::after {
  content: "";
  background-image: url(../img/pages/front-page/blue-right-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 39px;
  height: 39px;
  flex: none;
}
@media screen and (max-width: 480px) {
  .topPurpose__itemLink--red::after {
    width: 35px;
    height: 35px;
  }
}

.topPurpose__itemImg {
  max-width: 80px;
  width: 6.2015503876vw;
}
@media screen and (max-width: 1024px) {
  .topPurpose__itemImg {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topPurpose__itemImg {
    max-width: 60px;
  }
}
@media screen and (max-width: 480px) {
  .topPurpose__itemImg {
    max-width: 12.5vw;
  }
}

/** @format */
.topNews {
  background-color: #17487e;
}

.topNews__contents {
  display: flex;
  gap: 3.5rem;
  align-items: flex-end;
}
@media screen and (max-width: 1280px) {
  .topNews__contents {
    flex-direction: column;
    align-items: center;
    max-width: 900px;
  }
}

.topNews__left {
  display: flex;
  flex-direction: column;
  gap: 8.2rem;
  width: calc(100% - 54.7rem);
}
@media screen and (max-width: 1280px) {
  .topNews__left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topNews__left {
    gap: 4rem;
  }
}

.topNews__leftHeading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.topNews__leftLink {
  font-size: 2rem;
  color: #fff;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 2.7rem;
}
@media screen and (max-width: 480px) {
  .topNews__leftLink {
    font-size: 3.5416666667vw;
    gap: 5.625vw;
  }
}
.topNews__leftLink::after {
  content: "";
  background-image: url(../img/pages/front-page/red-right-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 39px;
  height: 39px;
}
@media screen and (max-width: 480px) {
  .topNews__leftLink::after {
    width: 2rem;
    height: 2rem;
  }
}

.topNews__leftDetails {
  background-color: #fff;
  padding: 7.8rem min(4.8958333333vw, 9.4rem);
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
  border-radius: 49px;
}
@media screen and (max-width: 768px) {
  .topNews__leftDetails {
    padding: 3.9rem 3.3rem;
  }
}
@media screen and (max-width: 480px) {
  .topNews__leftDetails {
    padding: 3.9rem 1.7rem;
  }
}

.topNews__leftCategory {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .topNews__leftCategory {
    gap: 1rem;
    justify-content: center;
  }
}

.topNews__leftAreaItem {
  display: flex;
  gap: 3.2rem;
  padding-top: 5.3rem;
  padding-bottom: 5.3rem;
  border-bottom: 1px solid #bfbfbf;
  align-items: flex-start;
  margin-right: 3.8rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .topNews__leftAreaItem {
    flex-direction: column;
    gap: 1.3rem;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    margin-right: 3.2rem;
  }
}
.topNews__leftAreaItem:first-child {
  border-top: 1px solid #bfbfbf;
}

.topNews__leftAreaItemLeft {
  display: flex;
  gap: 1.8rem;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .topNews__leftAreaItemLeft {
    gap: 0.5rem;
  }
}

.topNews__leftAreaItemDate {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .topNews__leftAreaItemDate {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  .topNews__leftAreaItemDate {
    font-size: 3.5416666667vw;
  }
}

.topNews__leftAreaItemLabel {
  background-color: #e3e3e3;
  border-radius: 18px;
  padding: 0.8rem 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  width: 14rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topNews__leftAreaItemLabel {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  .topNews__leftAreaItemLabel {
    width: 11.4rem;
    font-size: 3.5416666667vw;
  }
}

.topNews__leftAreaItemTitle {
  font-size: 2.5rem;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .topNews__leftAreaItemTitle {
    font-size: 1.7rem;
  }
}

.cat-all {
  background-color: #ef604d;
}

.cat-news {
  background-color: #006dcb;
}

.cat-event {
  background-color: #ffba00;
}

.cat-important {
  background-color: #ff4239;
}

.cat-letter {
  background-color: #009944;
}

.cat-recruit {
  background-color: #00b1cb;
}

.topNews__leftCategoryLink {
  background-color: #e3e3e3;
  border-radius: 18px;
  padding: 8px 15px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  width: 14rem;
  text-align: center;
  transition: all 0.2s;
}
@media screen and (max-width: 480px) {
  .topNews__leftCategoryLink {
    width: 11.4rem;
    font-size: 3.5416666667vw;
  }
}

.topNews__leftCategoryLink.cat-all:hover {
  background-color: #ef604d;
  color: #fff;
}

.topNews__leftCategoryLink.cat-news:hover {
  background-color: #006dcb;
  color: #fff;
}

.topNews__leftCategoryLink.cat-event:hover {
  background-color: #ffba00;
  color: #fff;
}

.topNews__leftCategoryLink.cat-important:hover {
  background-color: #ff4239;
  color: #fff;
}

.topNews__leftCategoryLink.cat-letter:hover {
  background-color: #009944;
  color: #fff;
}

.topNews__leftCategoryLink.cat-recruit:hover {
  background-color: #00b1cb;
  color: #fff;
}

.topNews__leftCategoryLink.cat-all.is-active {
  background-color: #ef604d;
  color: #fff;
}

.topNews__leftCategoryLink.cat-news.is-active {
  background-color: #006dcb;
  color: #fff;
}

.topNews__leftCategoryLink.cat-event.is-active {
  background-color: #ffba00;
  color: #fff;
}

.topNews__leftCategoryLink.cat-important.is-active {
  background-color: #ff4239;
  color: #fff;
}

.topNews__leftCategoryLink.cat-letter.is-active {
  background-color: #009944;
  color: #fff;
}

.topNews__leftCategoryLink.cat-recruit.is-active {
  background-color: #00b1cb;
  color: #fff;
}

.topNews__right {
  background-color: #fff;
  padding: 8rem 4.9rem;
  border-radius: 45px;
  display: flex;
  flex-direction: column;
  gap: 6.43rem;
  width: 49.4rem;
}
@media screen and (max-width: 1280px) {
  .topNews__right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topNews__right {
    gap: 2.95rem;
    padding: 3.65rem 3.2rem;
  }
}
.topNews__right iframe {
  width: 100%;
}

.topNews__rightTitle {
  font-size: 3.7rem;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .topNews__rightTitle {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .topNews__rightTitle {
    font-size: 4.1666666667vw;
  }
}
.topNews__rightTitle::before {
  content: "";
  background-image: url(../img/pages/front-page/facebook-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.2rem;
  height: 3.2rem;
  flex: none;
}

.topNews__rightImg {
  width: 100%;
}

.topNews__leftBar {
  height: 50rem;
  overflow-y: auto;
}

.simplebar-track {
  background-color: #bfbfbf;
  border-radius: 4px;
}

.simplebar-scrollbar {
  background-color: #ef604d;
  border-radius: 4px;
}

.topNews__leftDetails:has(.topNews__leftCategoryLink.cat-all.is-active) .simplebar-scrollbar {
  background-color: #ef604d;
}

.topNews__leftDetails:has(.topNews__leftCategoryLink.cat-event.is-active) .simplebar-scrollbar {
  background-color: #ffba00;
}

.topNews__leftDetails:has(.topNews__leftCategoryLink.cat-news.is-active) .simplebar-scrollbar {
  background-color: #006dcb;
}

.topNews__leftDetails:has(.topNews__leftCategoryLink.cat-recruit.is-active) .simplebar-scrollbar {
  background-color: #00b1cb;
}

.topNews__leftDetails:has(.topNews__leftCategoryLink.cat-letter.is-active) .simplebar-scrollbar {
  background-color: #009944;
}

.topNews__leftDetails:has(.topNews__leftCategoryLink.cat-important.is-active) .simplebar-scrollbar {
  background-color: #ff4239;
}

/** @format */
.topAbout {
  background-color: #fff;
}

.topAbout__contents {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .topAbout__contents {
    gap: 4.5rem;
  }
}

.topAbout__title {
  color: #000;
}

.topAbout__bottom {
  display: flex;
  flex-direction: column;
  gap: 6.2rem;
}

.topAbout__details {
  display: flex;
  gap: 9.8rem;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .topAbout__details {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .topAbout__details {
    gap: 4.5rem;
  }
}

.topAbout__detailsText {
  font-size: clamp(2rem, 1.5625vw, 3rem);
  font-weight: 600;
  color: #000;
  background-image: url(../img/pages/front-page/about-logo.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  line-height: 75px;
}
@media screen and (max-width: 1024px) {
  .topAbout__detailsText {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .topAbout__detailsText {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .topAbout__detailsText {
    font-size: 1.7rem;
    line-height: 50px;
  }
}

.topAbout__detailsImg {
  width: 50%;
  max-width: 79.7rem;
}
@media screen and (max-width: 1024px) {
  .topAbout__detailsImg {
    width: 100%;
    max-width: none;
  }
}

/** @format */
.topNewsletter {
  background-color: #fff;
}

.topNewsletter__contents {
  display: flex;
  gap: 9.8rem;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .topNewsletter__contents {
    display: none;
  }
}

.topNewsletter__left {
  display: flex;
  flex-direction: column;
  gap: 13.6rem;
}

.topNewsletter__leftDetails {
  display: flex;
  flex-direction: column;
  gap: 11rem;
}
@media screen and (max-width: 1024px) {
  .topNewsletter__leftDetails {
    gap: 4.9rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .topNewsletter__leftDetails {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
}

.topNewsletter__leftDetailsTextbox {
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
}
@media screen and (max-width: 1024px) {
  .topNewsletter__leftDetailsTextbox {
    gap: 2rem;
  }
}

.topNewsletter__leftDetailsTextboxTitle {
  font-size: clamp(2.8rem, 1.8229166667vw, 3.5rem);
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .topNewsletter__leftDetailsTextboxTitle {
    font-size: 2.4rem;
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .topNewsletter__leftDetailsTextboxTitle {
    font-size: 1.7rem;
  }
}

.topNewsletter__leftDetailsTextboxText {
  font-size: clamp(2rem, 1.5625vw, 3rem);
  font-weight: 600;
  color: #000;
  line-height: 75px;
}
@media screen and (max-width: 1024px) {
  .topNewsletter__leftDetailsTextboxText {
    font-size: 2.4rem;
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .topNewsletter__leftDetailsTextboxText {
    font-size: 1.7rem;
    line-height: 35px;
  }
}

.topNewsletter__right {
  background-color: #17487e;
  padding: 9.2rem min(10.9375vw, 21rem);
  border-radius: 0 0 45px 0;
  width: 50%;
}

.topNewsletter__rightImg {
  width: 100%;
  max-width: 37.7rem;
}
@media screen and (max-width: 1024px) {
  .topNewsletter__rightImg {
    max-width: 23.3rem;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .topNewsletter__rightImg {
    max-width: 48.5416666667vw;
  }
}

.topNewsletter__contents-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .topNewsletter__contents-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .topNewsletter__contents-sp {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .topNewsletter__heading {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.topNewsletter__leftDetails-sp {
  background: linear-gradient(180deg, transparent 0%, transparent 30%, #17487e 30%, #17487e 100%);
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-radius: 0 0 35px 0;
  display: flex;
  flex-direction: column;
  gap: 4.9rem;
}
@media screen and (max-width: 480px) {
  .topNewsletter__leftDetails-sp .topRedBtn {
    font-size: min(4.1666666667vw, 2rem);
  }
}

/** @format */
.topDonation {
  background-color: #fff;
}

.topDonation__contents {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .topDonation__contents {
    flex-direction: column;
  }
}

.topDonation__left {
  background-color: #17487e;
  padding: min(6.6145833333vw, 12.7rem) min(6.4583333333vw, 12.4rem);
  display: flex;
  flex-direction: column;
  gap: 10rem;
  border-radius: 48px 0 0 48px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .topDonation__left {
    width: 100%;
    border-radius: 48px 48px 0 0;
    gap: 4.5rem;
    padding: 5.7rem 2.2rem 3rem;
  }
}
@media screen and (max-width: 480px) {
  .topDonation__left {
    padding: 5.7rem 2.2rem 3rem;
  }
}

.topDonation__leftDetails {
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
}
@media screen and (max-width: 480px) {
  .topDonation__leftDetails {
    gap: 5.3rem;
  }
}

.topDonation__leftDetailsText {
  font-size: clamp(2rem, 1.5625vw, 3rem);
  color: #fff;
  font-weight: 600;
  line-height: 75px;
}
@media screen and (max-width: 480px) {
  .topDonation__leftDetailsText {
    line-height: 35px;
    font-size: 1.7rem;
  }
}

.topDonation__right {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .topDonation__right {
    width: 100%;
  }
}

.topDonation__rightImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 45px 45px 0;
}
@media screen and (max-width: 1024px) {
  .topDonation__rightImg {
    border-radius: 0 0 45px 45px;
  }
}

/** @format */
.topInstagram {
  background-color: #fff;
}

.topInstagram__contents {
  display: flex;
  flex-direction: column;
  gap: 15.9rem;
}
@media screen and (max-width: 1024px) {
  .topInstagram__contents {
    gap: 3rem;
  }
}

.topInstagram__heading {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media screen and (max-width: 1024px) {
  .topInstagram__heading {
    gap: 4.5rem;
  }
}

.topInstagram__headingText {
  font-size: 3rem;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 480px) {
  .topInstagram__headingText {
    font-size: 1.7rem;
  }
}

.topInstagram__img {
  width: 100%;
}

/** @format */
.topContact {
  background-color: #17487e;
}

.topContact__contents {
  background-color: #fff;
  display: flex;
  gap: min(11.25vw, 21.6rem);
  padding: 16rem min(7.8125vw, 15rem);
  border-radius: 45px;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1280px) {
  .topContact__contents {
    gap: 3rem;
    padding: 10rem 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .topContact__contents {
    flex-direction: column;
    align-items: flex-start;
    max-width: 900px;
    margin: 0 auto;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .topContact__contents {
    padding: 5.1rem 2.2rem;
    gap: 8.4rem;
  }
}
@media screen and (max-width: 480px) {
  .topContact__contents {
    padding: 5.1rem min(4.5833333333vw, 2.2rem);
  }
}

.topContact__left {
  display: flex;
  flex-direction: column;
  gap: 9.5rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .topContact__left {
    gap: 4.5rem;
  }
}

.topContact__leftText {
  font-size: min(1.5625vw, 3rem);
  font-weight: 600;
  color: #000;
  line-height: 75px;
}
@media screen and (max-width: 1024px) {
  .topContact__leftText {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .topContact__leftText {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .topContact__leftText {
    font-size: 1.6rem;
    line-height: 35px;
  }
}

.topContact__leftInfo {
  display: flex;
  flex-direction: column;
  gap: 8.2rem;
}
@media screen and (max-width: 480px) {
  .topContact__leftInfo {
    gap: 3.6rem;
  }
}

.topContact__leftInfoTop {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 480px) {
  .topContact__leftInfoTop {
    gap: 2.3rem;
  }
}

.topContact__leftInfoTell {
  font-size: min(2.3958333333vw, 4.6rem);
  font-weight: bold;
  color: #17487e;
  display: flex;
  align-items: center;
  gap: min(1.0416666667vw, 2rem);
}
@media screen and (max-width: 1024px) {
  .topContact__leftInfoTell {
    font-size: 4.6rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .topContact__leftInfoTell {
    font-size: 3.2rem;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .topContact__leftInfoTell {
    font-size: min(5.8333333333vw, 2.8rem);
  }
}
.topContact__leftInfoTell::before {
  content: "";
  background-image: url(../img/pages/front-page/tel-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: min(3.6458333333vw, 7rem);
  height: min(3.6458333333vw, 7rem);
}
@media screen and (max-width: 1024px) {
  .topContact__leftInfoTell::before {
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .topContact__leftInfoTell::before {
    width: 5.5rem;
    height: 5.5rem;
  }
}
@media screen and (max-width: 480px) {
  .topContact__leftInfoTell::before {
    width: 11.4583333333vw;
    height: 11.4583333333vw;
  }
}

.topContact__leftInfoDate {
  font-size: min(1.3020833333vw, 2.5rem);
  font-weight: 600;
  color: #000;
  padding-left: min(4.6875vw, 9rem);
}
@media screen and (max-width: 1024px) {
  .topContact__leftInfoDate {
    font-size: 2.5rem;
    padding-left: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .topContact__leftInfoDate {
    font-size: 2rem;
    padding-left: 7rem;
  }
}
@media screen and (max-width: 480px) {
  .topContact__leftInfoDate {
    font-size: 1.5rem;
    padding-left: 14.5833333333vw;
  }
}
.topContact__leftInfoDate .topContact__leftInfoDate--small {
  font-size: min(1.0416666667vw, 2rem);
}
@media screen and (max-width: 1024px) {
  .topContact__leftInfoDate .topContact__leftInfoDate--small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .topContact__leftInfoDate .topContact__leftInfoDate--small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .topContact__leftInfoDate .topContact__leftInfoDate--small {
    font-size: 1.2rem;
  }
}

.topContact__leftInfoFax {
  font-size: min(0.9375vw, 1.8rem);
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: min(0.5208333333vw, 1rem);
  padding-left: min(4.6875vw, 9rem);
}
@media screen and (max-width: 1024px) {
  .topContact__leftInfoFax {
    font-size: 1.8rem;
    gap: 1rem;
    padding-left: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .topContact__leftInfoFax {
    font-size: 1.7rem;
    padding-left: 7rem;
    gap: 0.9rem;
  }
}
@media screen and (max-width: 480px) {
  .topContact__leftInfoFax {
    padding-left: 14.5833333333vw;
    font-size: clamp(1.4rem, 3.5416666667vw, 1.7rem);
  }
}
.topContact__leftInfoFax::before {
  content: "";
  background-image: url(../img/pages/front-page/fax-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: min(2.03125vw, 3.9rem);
  height: min(2.03125vw, 3.9rem);
}
@media screen and (max-width: 1024px) {
  .topContact__leftInfoFax::before {
    width: 3.9rem;
    height: 3.9rem;
  }
}

.topContact__leftInfoBtn {
  position: relative;
  background-color: #ef604d;
  border-radius: 53px;
  padding: 1.75rem min(1.25vw, 2.4rem);
  max-width: min(27.4479166667vw, 52.7rem);
  width: 100%;
  height: min(5.46875vw, 10.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: min(1.3020833333vw, 2.5rem);
  font-weight: bold;
  border: 1px solid #ef604d;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .topContact__leftInfoBtn {
    padding: 1.75rem 2.4rem;
    max-width: 52.7rem;
    height: 10.5rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .topContact__leftInfoBtn {
    font-size: 2rem;
    padding: 1rem 1.5rem;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .topContact__leftInfoBtn {
    font-size: min(4.1666666667vw, 2rem);
  }
}
.topContact__leftInfoBtn::before {
  position: absolute;
  content: "";
  background-image: url(../img/pages/front-page/mail-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: min(3.6458333333vw, 7rem);
  height: min(3.6458333333vw, 7rem);
  left: min(1.25vw, 2.4rem);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .topContact__leftInfoBtn::before {
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .topContact__leftInfoBtn::before {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .topContact__leftInfoBtn::before {
    width: clamp(3rem, 7.2916666667vw, 3.5rem);
    height: clamp(3rem, 7.2916666667vw, 3.5rem);
  }
}
.topContact__leftInfoBtn::after {
  position: absolute;
  content: "";
  background-image: url(../img/pages/front-page/white-right-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: min(2.03125vw, 3.9rem);
  height: min(2.03125vw, 3.9rem);
  right: min(1.6510416667vw, 3.17rem);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .topContact__leftInfoBtn::after {
    width: 3.9rem;
    height: 3.9rem;
  }
}
@media screen and (max-width: 768px) {
  .topContact__leftInfoBtn::after {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .topContact__leftInfoBtn::after {
    width: clamp(1.8rem, 4.1666666667vw, 2rem);
    height: clamp(1.8rem, 4.1666666667vw, 2rem);
  }
}
.topContact__leftInfoBtn:hover {
  background-color: #fff;
  color: #ef604d;
}
.topContact__leftInfoBtn:hover::before {
  background-image: url(../img/pages/front-page/mail-red-img.png);
}
.topContact__leftInfoBtn:hover::after {
  background-image: url(../img/pages/front-page/red-right-arrow.png);
}

.topContact__right {
  display: flex;
  flex-direction: column;
  gap: 9.7rem;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .topContact__right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topContact__right {
    gap: 4.5rem;
  }
}
.topContact__right iframe {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .topContact__right iframe {
    height: 22.9rem;
  }
}

.topContact__rightTitle {
  font-size: min(2.0833333333vw, 4rem);
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .topContact__rightTitle {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .topContact__rightTitle {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 480px) {
  .topContact__rightTitle {
    font-size: 3rem;
  }
}
.topContact__rightTitle::before {
  content: "";
  width: 3.1rem;
  height: 3.1rem;
  background-color: #ef604d;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .topContact__rightTitle::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.topContact__rightDetails {
  display: flex;
  flex-direction: column;
  gap: 5.1rem;
}
@media screen and (max-width: 768px) {
  .topContact__rightDetails {
    gap: 3.7rem;
  }
}

.topContact__rightDetailsAddress {
  font-size: min(1.5625vw, 3rem);
  color: #000;
  font-weight: 600;
  line-height: 75px;
}
@media screen and (max-width: 1024px) {
  .topContact__rightDetailsAddress {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .topContact__rightDetailsAddress {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .topContact__rightDetailsAddress {
    font-size: 1.7rem;
    line-height: 35px;
  }
}/*# sourceMappingURL=front-page.css.map */