/** @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;
}

.newsList__contents {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .newsList__contents {
    gap: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .newsList__contents {
    gap: 2.5rem;
  }
}

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

.newsList__categoryLink {
  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;
  display: block;
}
@media screen and (max-width: 480px) {
  .newsList__categoryLink {
    width: 11.4rem;
    font-size: 3.5416666667vw;
  }
}

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

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

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

.newsList__areaItemLabel {
  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) {
  .newsList__areaItemLabel {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  .newsList__areaItemLabel {
    width: 11.4rem;
    font-size: 3.5416666667vw;
  }
}

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

.newsList__area .cat-all {
  background-color: #ef604d;
}
.newsList__area .cat-news {
  background-color: #006dcb;
}
.newsList__area .cat-event {
  background-color: #ffba00;
}
.newsList__area .cat-important {
  background-color: #ff4239;
}
.newsList__area .cat-letter {
  background-color: #009944;
}
.newsList__area .cat-recruit {
  background-color: #00b1cb;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pagination {
  padding-top: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.6rem;
}
@media screen and (max-width: 480px) {
  .pagination {
    font-size: 2.5rem;
    padding-top: 3.2rem;
  }
}

.page-numbers {
  font-size: 2.5rem;
  color: #17487e;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .page-numbers {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .page-numbers {
    font-size: 1.7rem;
  }
}

.next.page-numbers,
.prev.page-numbers,
.current.page-numbers {
  text-decoration: none;
}

.current.page-numbers {
  color: #afafaf;
}

/** @format */
.newsContents__heading {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .newsContents__heading {
    gap: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .newsContents__heading {
    gap: 2.5rem;
  }
}

.newsContents__heading .cat-all {
  background-color: #ef604d;
}
.newsContents__heading .cat-news {
  background-color: #006dcb;
}
.newsContents__heading .cat-event {
  background-color: #ffba00;
}
.newsContents__heading .cat-important {
  background-color: #ff4239;
}
.newsContents__heading .cat-letter {
  background-color: #009944;
}
.newsContents__heading .cat-recruit {
  background-color: #00b1cb;
}

.newsContents__title {
  font-size: 4rem;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #bfbfbf;
}
@media screen and (max-width: 768px) {
  .newsContents__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 480px) {
  .newsContents__title {
    font-size: 2.4rem;
  }
}

.newsContents__main {
  padding-top: 7rem;
}
.newsContents__main h1 {
  font-size: 4.8rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .newsContents__main h1 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .newsContents__main h1 {
    font-size: 6.25vw;
  }
}
.newsContents__main h2 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #000;
  padding-left: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .newsContents__main h2 {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .newsContents__main h2 {
    font-size: 2rem;
  }
}
.newsContents__main h3 {
  font-size: 2.2rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .newsContents__main h3 {
    font-size: 1.8rem;
  }
}
.newsContents__main h4, .newsContents__main h5, .newsContents__main h6 {
  font-size: 2.2rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .newsContents__main h4, .newsContents__main h5, .newsContents__main h6 {
    font-size: 1.8rem;
  }
}
.newsContents__main p {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .newsContents__main p {
    margin-bottom: 24px;
  }
}
.newsContents__main ul {
  padding-left: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .newsContents__main ul {
    margin-bottom: 24px;
  }
}
.newsContents__main ul li {
  font-size: 1.6rem;
  list-style-type: disc;
}
.newsContents__main ol {
  padding-left: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .newsContents__main ol {
    margin-bottom: 24px;
  }
}
.newsContents__main ol li {
  font-size: 1.6rem;
  list-style-type: decimal;
}
.newsContents__main a {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
  color: #000;
  transition: all 0.2s;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .newsContents__main a {
    margin-bottom: 24px;
  }
}
.newsContents__main a:hover {
  opacity: 0.7;
}
.newsContents__main img {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .newsContents__main img {
    margin-bottom: 24px;
  }
}/*# sourceMappingURL=news.css.map */