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

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

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

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

.committeeRecruit__details {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
@media screen and (max-width: 480px) {
  .committeeRecruit__details {
    gap: 2rem;
  }
}

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

.committeeRecruit__info {
  background-color: #ffebe8;
  padding: 7rem 9.8rem;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .committeeRecruit__info {
    padding: 3.4rem 2.7rem;
  }
}
@media screen and (max-width: 480px) {
  .committeeRecruit__info {
    gap: 3.5rem;
    padding: 3.4rem min(5.625vw, 2.7rem);
  }
}

.committeeRecruit__infoTitle {
  font-size: 3.5rem;
  font-weight: 600;
  color: #17487e;
  border-bottom: 4px solid #17487e;
}
@media screen and (max-width: 1024px) {
  .committeeRecruit__infoTitle {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .committeeRecruit__infoTitle {
    font-size: clamp(1.8rem, 4.1666666667vw, 2rem);
  }
}

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

.committeeRecruit__infoItem {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media screen and (max-width: 768px) {
  .committeeRecruit__infoItem {
    gap: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .committeeRecruit__infoItem {
    gap: 1rem;
  }
}

.committeeRecruit__infoItemTitle {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 768px) {
  .committeeRecruit__infoItemTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .committeeRecruit__infoItemTitle {
    font-size: 1.7rem;
  }
}
.committeeRecruit__infoItemTitle .committeeRecruit__infoItemTitle--red {
  color: #ef604d;
}

.committeeRecruit__alert {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.committeeRecruit__alertTitle {
  font-size: 3.5rem;
  font-weight: 600;
  color: #ef604d;
  border-bottom: 4px solid #ef604d;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .committeeRecruit__alertTitle {
    font-size: 3rem;
    gap: 0.7rem;
  }
}
@media screen and (max-width: 480px) {
  .committeeRecruit__alertTitle {
    font-size: 2rem;
    gap: 0.6rem;
  }
}
.committeeRecruit__alertTitle::before {
  content: "";
  background-image: url(../img/pages/front-page/warning-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.5rem;
  height: 3.5rem;
}
@media screen and (max-width: 768px) {
  .committeeRecruit__alertTitle::before {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .committeeRecruit__alertTitle::before {
    width: 2rem;
    height: 2rem;
  }
}

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

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

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

.committeeRecruit__bottomLink {
  font-size: 2.5rem;
  font-weight: 500;
  color: #ef604d;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
@media screen and (max-width: 768px) {
  .committeeRecruit__bottomLink {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 480px) {
  .committeeRecruit__bottomLink {
    font-size: clamp(1.5rem, 3.75vw, 1.8rem);
  }
}
.committeeRecruit__bottomLink::after {
  content: "";
  background-image: url(../img/common/other-window.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.7rem;
  height: 2.4rem;
}
@media screen and (max-width: 768px) {
  .committeeRecruit__bottomLink::after {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .committeeRecruit__bottomLink::after {
    width: 1.6rem;
    height: 1.4rem;
  }
}

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

.committeeDownload__details {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
@media screen and (max-width: 768px) {
  .committeeDownload__details {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .committeeDownload__details {
    gap: 2.6rem;
  }
}

.pdf-menu:has(.committeeDownload__link) .pdf-list {
  width: 100%;
}

.committeeDownload__link {
  width: 53.6rem;
}
@media screen and (max-width: 768px) {
  .committeeDownload__link {
    width: max(40rem, 69.7916666667vw);
  }
}
@media screen and (max-width: 480px) {
  .committeeDownload__link {
    width: 100%;
  }
}

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

.committeeDownload__itemLink {
  width: 40rem;
}
@media screen and (max-width: 480px) {
  .committeeDownload__itemLink {
    width: 100%;
  }
}/*# sourceMappingURL=committee.css.map */