@charset "UTF-8";
/*-- variable --*/
/*-- variable --*/
/*-- variable --*/
/*-- variable --*/
main.support-page {
  margin-top: 130px;
}
@media (max-width: 1024px) {
  main.support-page {
    margin-top: 100px;
  }
}

.support-page .content-width {
  max-width: 1440px;
  padding: 0 140px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .support-page .content-width {
    padding: 0 20px;
  }
}
.support-page .gradient-bar {
  background: linear-gradient(90deg, #0F83E9 0%, #00B197 100%);
  height: 5px;
  width: 100%;
}
.support-page .section-title {
  font-size: 38px;
  color: #0F102E;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 8px;
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .support-page .section-title {
    font-size: 24px;
    letter-spacing: 6px;
  }
}
@media (max-width: 767px) {
  .support-page .section-title {
    margin-bottom: 31px;
  }
}
.support-page .section-subtitle {
  font-size: 16px;
  color: #666;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 2.4;
}
@media (max-width: 767px) {
  .support-page .section-subtitle {
    font-size: 14px;
    line-height: 2;
  }
}
.support-page .section-description {
  font-size: 16px;
  color: #000;
  line-height: 2.2;
  letter-spacing: 0.64px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .support-page .section-description {
    font-size: 15px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .support-page .section-description {
    margin-bottom: 30px;
  }
}

#growth-section {
  padding-top: 125px;
  padding-bottom: 140px;
}
@media (max-width: 1024px) {
  #growth-section {
    padding: 103px 20px 93px;
  }
}
#growth-section .section-lead {
  font-size: 16px;
  color: #000;
  line-height: 2.2;
  letter-spacing: 0.64px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #growth-section .section-lead {
    font-size: 15px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  #growth-section .section-lead {
    margin-bottom: 18px;
  }
}
#growth-section picture {
  display: block;
  width: 68%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #growth-section picture {
    width: 100%;
  }
}
#growth-section .growth-diagram {
  width: 100%;
  height: auto;
  display: block;
}

#training-section {
  padding-bottom: 147px;
}
@media (max-width: 1024px) {
  #training-section {
    padding-bottom: 97px;
  }
}
#training-section .section-subtitle {
  font-size: 16px;
  color: #666;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 2.4;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  #training-section .section-subtitle {
    font-size: 14px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  #training-section .section-subtitle {
    margin-bottom: 11px;
  }
}
#training-section .section-sub {
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #training-section .section-sub {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #training-section .section-description {
    margin-bottom: 48px;
  }
}
#training-section .training-header-image {
  margin-bottom: 80px;
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (max-width: 767px) {
  #training-section .training-header-image {
    margin-bottom: 37px;
    gap: 19px;
  }
}
#training-section .training-header-image img {
  width: 47.4%;
}
#training-section .training-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 77%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #training-section .training-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #training-section .training-cards {
    width: 100%;
  }
}
#training-section .training-cards .training-card--1 h3 {
  background-color: #E7EFF7;
  color: #2D4863;
}
#training-section .training-cards .training-card--1 ul {
  background-color: rgba(231, 239, 247, 0.5019607843);
}
#training-section .training-cards .training-card--2 h3 {
  background-color: #DAE8F6;
  color: #2D5175;
}
#training-section .training-cards .training-card--2 ul {
  background-color: rgba(218, 232, 246, 0.5019607843);
}
#training-section .training-cards .training-card--3 h3 {
  background-color: #C7E0F9;
  color: #28619A;
}
#training-section .training-cards .training-card--3 ul {
  background-color: rgba(199, 224, 249, 0.5019607843);
}
#training-section .training-cards .training-card--4 h3 {
  background-color: #B1D2F2;
  color: #00478B;
}
#training-section .training-cards .training-card--4 ul {
  background-color: rgba(177, 210, 242, 0.5019607843);
}
#training-section .training-cards .training-card h3 {
  padding: 9px 20px;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  #training-section .training-cards .training-card h3 {
    padding: 5px 20px;
    font-size: 16px;
  }
}
#training-section .training-cards .training-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 19px 18px;
  height: 219px;
}
@media (max-width: 767px) {
  #training-section .training-cards .training-card ul {
    padding: 16px 14px;
    height: 85%;
  }
}
#training-section .training-cards .training-card ul li {
  font-size: 16px;
  color: #000;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  #training-section .training-cards .training-card ul li {
    font-size: 13px;
  }
}
#training-section .training-cards .training-card ul li::before {
  content: "・";
  margin-right: 0.5em;
}

#youth-section {
  padding-bottom: 97px;
}
@media (max-width: 1024px) {
  #youth-section {
    padding-bottom: 105px;
  }
}
@media (max-width: 767px) {
  #youth-section .section-subtitle {
    margin-bottom: 31px;
  }
}
#youth-section .youth-main-image {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #youth-section .youth-main-image {
    margin-bottom: 49px;
  }
}
#youth-section .youth-main-image picture {
  display: block;
  width: 77%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #youth-section .youth-main-image picture {
    width: 100%;
  }
}
#youth-section .youth-main-image img {
  width: 100%;
  height: auto;
  display: block;
}
#youth-section .youth-follow-section {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  #youth-section .youth-follow-section {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}
#youth-section .youth-follow-section .follow-content {
  flex: 1;
}
#youth-section .subsection-title {
  font-size: 24px;
  color: #16202C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 12px;
  position: relative;
  font-size: 26px;
  padding-left: 30px;
  letter-spacing: 5px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  #youth-section .subsection-title {
    font-size: 28px;
  }
}
#youth-section .subsection-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 50px;
  background: linear-gradient(90deg, #0F83E9 0%, #00B197 100%);
}
@media (max-width: 767px) {
  #youth-section .subsection-title {
    margin-bottom: 37px;
    font-size: 20px;
    padding-left: 19px;
    letter-spacing: 6px;
  }
}
#youth-section .subsection-description {
  font-size: 16px;
  color: #000;
  line-height: 2.2;
  letter-spacing: 0.64px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #youth-section .subsection-description {
    font-size: 15px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  #youth-section .subsection-description {
    margin-bottom: 5px;
  }
}
#youth-section .section-description {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #youth-section .section-description {
    margin-bottom: 41px;
  }
}
#youth-section .youth-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) {
  #youth-section .youth-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#youth-section .youth-cards .youth-card {
  padding: 26px 0px;
  border-top: 1px solid #BEC7D8;
}
@media (max-width: 767px) {
  #youth-section .youth-cards .youth-card {
    padding: 20px 0px 27px;
  }
}
#youth-section .youth-cards .youth-card h4 {
  font-size: 20px;
  color: #0F102E;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 23px;
  padding: 0 5px;
}
@media (max-width: 767px) {
  #youth-section .youth-cards .youth-card h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #youth-section .youth-cards .youth-card h4 {
    margin-bottom: 23px;
    padding: 0;
  }
}
#youth-section .youth-cards .youth-card p {
  font-size: 16px;
  color: #333;
  line-height: 2.1;
  padding: 0 9px;
  line-height: 1.9;
  color: #16202C;
}
@media (max-width: 767px) {
  #youth-section .youth-cards .youth-card p {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  #youth-section .youth-cards .youth-card p {
    padding: 0 1px;
    letter-spacing: 0.8px;
  }
}

#other-support-section {
  padding-bottom: 172px;
}
@media (max-width: 1024px) {
  #other-support-section {
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  #other-support-section .section-title {
    margin-bottom: 42px;
  }
}
#other-support-section .support-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  #other-support-section .support-categories {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
#other-support-section .support-categories .support-category {
  padding: 41px 5px;
  border-left: 1px solid #BEC7D8;
  border-right: 1px solid #BEC7D8;
}
@media (max-width: 767px) {
  #other-support-section .support-categories .support-category {
    border: none;
    border-top: 1px solid #BEC7D8;
    border-bottom: 1px solid #BEC7D8;
    padding: 27px 0px 23px;
  }
  #other-support-section .support-categories .support-category:nth-child(even) {
    border-top: none;
  }
}
#other-support-section .support-categories .support-category .support-category-icon {
  text-align: center;
  margin-bottom: 37px;
  height: 123px;
}
@media (max-width: 767px) {
  #other-support-section .support-categories .support-category .support-category-icon {
    margin-bottom: 18px;
    height: auto;
  }
}
#other-support-section .support-categories .support-category .support-category-icon img {
  height: auto;
  width: 123px;
}
@media (max-width: 767px) {
  #other-support-section .support-categories .support-category .support-category-icon img {
    width: 83px;
  }
}
#other-support-section .support-categories .support-category .support-category-icon img:nth-of-type(2) {
  width: 110px;
}
@media (max-width: 767px) {
  #other-support-section .support-categories .support-category .support-category-icon img:nth-of-type(2) {
    width: 79px;
  }
}
#other-support-section .support-categories .support-category h3 {
  font-size: 24px;
  color: #16202C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 28px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  #other-support-section .support-categories .support-category h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #other-support-section .support-categories .support-category h3 {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
#other-support-section .support-categories .support-category h4.category-subtitle {
  font-size: 20px;
  color: #16202C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #other-support-section .support-categories .support-category h4.category-subtitle {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
#other-support-section .support-categories .support-category ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
#other-support-section .support-categories .support-category ul li {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 16px;
  color: #333;
  line-height: 1.9;
}
@media (max-width: 767px) {
  #other-support-section .support-categories .support-category ul li {
    font-size: 14px;
    padding-left: 1.8em;
    line-height: 1.6;
  }
}
#other-support-section .support-categories .support-category ul li::before {
  content: "・";
  margin-right: 0.5em;
}
#other-support-section .support-categories .support-category ul li span.description {
  font-size: 14px;
  color: #16202C;
  line-height: 1.6;
  margin-top: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  #other-support-section .support-categories .support-category ul li span.description.last {
    margin-bottom: 27px !important;
  }
}
@media (max-width: 767px) {
  #other-support-section .support-categories .support-category ul li span.description {
    font-size: 12px;
    margin-top: 17px;
    margin-bottom: 27px;
  }
  #other-support-section .support-categories .support-category ul li span.description:last-child {
    margin-bottom: 0;
  }
}
#other-support-section .support-categories .support-category .note,
#other-support-section .support-categories .support-category .description {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #other-support-section .support-categories .support-category .note,
  #other-support-section .support-categories .support-category .description {
    font-size: 13px;
  }
}

#welfare-section {
  padding-bottom: 89px;
}
@media (max-width: 1024px) {
  #welfare-section {
    padding: 0px 0 60px;
  }
}
#welfare-section .welfare-title-wrapper {
  background-image: url("../../../img/support/welfare-header.webp");
  background-size: cover;
  background-position: center;
  height: 379px;
  display: flex;
  align-items: center;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 1024px) {
  #welfare-section .welfare-title-wrapper {
    height: 239px;
    margin-bottom: 64px;
  }
}
#welfare-section .welfare-title-wrapper .sec_inc {
  position: relative;
  z-index: 1;
  width: 100%;
}
#welfare-section .welfare-title-wrapper .welfare-title {
  font-size: 37px;
  color: #fff;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 8px;
  max-width: 1440px;
  padding: 0 140px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #welfare-section .welfare-title-wrapper .welfare-title {
    font-size: 20px;
    letter-spacing: 4.7px;
    padding: 0 1px;
  }
}
@media (max-width: 1024px) {
  #welfare-section .sec_inc {
    padding: 0 20px;
  }
}
#welfare-section .section-description {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #welfare-section .section-description {
    margin-bottom: 18px;
  }
}
#welfare-section .welfare-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media (max-width: 1024px) {
  #welfare-section .welfare-cards {
    grid-template-columns: 1fr;
    gap: 59px;
  }
}
#welfare-section .welfare-cards .welfare-card .card-image {
  width: 100%;
  margin-bottom: 30px;
  height: 274px;
}
@media (max-width: 767px) {
  #welfare-section .welfare-cards .welfare-card .card-image {
    height: auto;
    width: 79%;
    margin: 0 auto 26px;
  }
}
#welfare-section .welfare-cards .welfare-card .card-image img {
  width: 100%;
  height: 100%;
  display: block;
}
#welfare-section .welfare-cards .welfare-card .card-content h3 {
  font-size: 20px;
  color: #0F102E;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #welfare-section .welfare-cards .welfare-card .card-content h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #welfare-section .welfare-cards .welfare-card .card-content h3 {
    margin-bottom: 18px;
    text-align: center;
  }
}
#welfare-section .welfare-cards .welfare-card .card-content p {
  font-size: 16px;
  color: #333;
  line-height: 2.1;
  margin-bottom: 15px;
  line-height: 2.2;
}
@media (max-width: 767px) {
  #welfare-section .welfare-cards .welfare-card .card-content p {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  #welfare-section .welfare-cards .welfare-card .card-content p {
    letter-spacing: 0.8px;
    line-height: 2.2;
  }
}
#welfare-section .welfare-cards .welfare-card .card-content p:last-child {
  margin-bottom: 0;
}

#support-voices {
  padding-bottom: 206px;
}
@media (max-width: 1024px) {
  #support-voices {
    padding: 50px 20px 140px;
  }
}
#support-voices .section-title {
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  #support-voices .section-title {
    margin-bottom: 19px;
  }
}
#support-voices .voices-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 42px;
}
@media (max-width: 1024px) {
  #support-voices .voices-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#support-voices .voices-grid .voice-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}
@media (max-width: 767px) {
  #support-voices .voices-grid .voice-item {
    flex-direction: column;
  }
}
#support-voices .voices-grid .voice-item.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #support-voices .voices-grid .voice-item.reverse {
    flex-direction: column;
  }
  #support-voices .voices-grid .voice-item.reverse img {
    position: absolute;
    right: 0;
  }
  #support-voices .voices-grid .voice-item.reverse .voice-bubble {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  #support-voices .voices-grid .voice-item {
    gap: 15px;
  }
}
#support-voices .voices-grid .voice-item .voice-icon {
  flex-shrink: 0;
  width: 105px;
  height: 105px;
  margin-top: 7px;
}
@media (max-width: 767px) {
  #support-voices .voices-grid .voice-item .voice-icon {
    width: 62px;
    height: 62px;
    z-index: 1;
  }
}
#support-voices .voices-grid .voice-item .voice-bubble {
  flex: 1;
  border-radius: 10px;
  padding: 16px 29px;
  height: 100%;
}
#support-voices .voices-grid .voice-item .voice-bubble strong {
  font-size: 14px;
  color: #16202C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  #support-voices .voices-grid .voice-item .voice-bubble strong {
    margin-bottom: 18px;
  }
}
#support-voices .voices-grid .voice-item .voice-bubble.women {
  background: #E2F5F2;
}
#support-voices .voices-grid .voice-item .voice-bubble.men {
  background: #ECF6FF;
}
@media (max-width: 767px) {
  #support-voices .voices-grid .voice-item .voice-bubble {
    padding: 46px 22px;
    margin-top: -44px;
  }
}
#support-voices .voices-grid .voice-item .voice-bubble p {
  letter-spacing: 0.6px;
  font-size: 16px;
  color: #333;
  line-height: 1.63;
  margin: 0;
}
@media (max-width: 767px) {
  #support-voices .voices-grid .voice-item .voice-bubble p {
    font-size: 14px;
    line-height: 1.76;
    letter-spacing: 1.3px;
  }
}