@charset "UTF-8";
/* 日本語 */
img {
  image-rendering: -webkit-optimize-contrast;
  /* Chrome用 */ }

.fade {
  opacity: 0;
  transition: .5s; }
  .fade.is-show {
    opacity: 1; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .fade {
    opacity: 1;
    transition: .5s; }
    .fade.is-show {
      opacity: 1; }

  .sp_fade {
    opacity: 0;
    transition: .5s; }
    .sp_fade.sp-show {
      opacity: 1; } }
/*max-width:768px*/
/*max-width:480px*/
/*****************************************************/
.anchor {
  display: block;
  margin: -70px 0 0 0;
  padding: 70px 0 0 0; }

/*****************************************************/
.page_head {
  margin: 0 auto 80px; }
  .page_head p {
    font-size: 3.5rem; }
    .page_head p strong {
      font-weight: 700; }
    .page_head p br {
      display: none; }

/*min-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .page_head {
    margin: 0 auto 30px; }
    .page_head p {
      font-size: 2.4rem;
      line-height: 2.0em;
      letter-spacing: 0.05em; }
      .page_head p strong {
        font-weight: 700; }
      .page_head p br {
        display: block; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_head {
    margin: 0 auto 30px; }
    .page_head h1 {
      margin-bottom: 20px; }
    .page_head p {
      font-size: 1.8rem;
      line-height: 2.0em;
      letter-spacing: 0.05em; }
      .page_head p strong {
        font-weight: 700; } }
/*max-width:480px*/
/*****************************************************/
.page_content {
  background-color: #22BA8F;
  padding: 0 0 50px;
  position: relative;
  border-radius: 0 0 40px 40px; }
  .page_content h2 {
    color: #FFFFFF;
    font: 4.8rem/1.5em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    letter-spacing: 0.1em;
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 60px; }
    .page_content h2:before {
      position: absolute;
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      background-color: #AFE3D4;
      border-radius: 50%;
      left: 0;
      top: 30px; }
    .page_content h2 br {
      display: none; }

/*min-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .page_content h2 {
    font: 3.8rem/1.5em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    padding: 0 0 0 30px;
    margin: 0 0 40px; }
    .page_content h2:before {
      width: 13px;
      height: 13px;
      left: 0;
      top: 26px; }
    .page_content h2 br.pc_block {
      display: block; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_content h2 {
    font: 2.7rem/1.5em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    padding: 0 0 0 25px;
    margin: 0 0 20px; }
    .page_content h2:before {
      width: 11px;
      height: 11px;
      left: 0;
      top: 15px; }
    .page_content h2 br.sp_block {
      display: block; } }
/*max-width:480px*/
/*****************************************************/
.page_content_box {
  background-color: #FFFBED;
  border-radius: 40px;
  max-width: 1920px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 120px 0 115px; }

@media (max-width: 768px) {
  .page_content_box {
    padding: 70px 0 60px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_content_box {
    width: calc(100% - 30px);
    padding: 40px 0 40px; } }
/*max-width:480px*/
/*****************************************************/
.mv {
  width: 100%;
  aspect-ratio: 1920/720;
  width: 100%;
  max-width: 100%;
  height: auto; }
  .mv.support {
    background: url("../images/activity/support_mv.jpg") center center no-repeat;
    background-size: cover; }
  .mv.support02 {
    background: url("../images/activity/activities-3_top2.jpg") center center no-repeat;
    background-size: cover; }
  .mv.nurture {
    background: url("../images/activity/nurture_mv.jpg") center center no-repeat;
    background-size: cover; }
  .mv.protect {
    background: url("../images/activity/protect_mv.jpg") center center no-repeat;
    background-size: cover; }

@media (max-width: 1024px) {
  .mv {
    width: 100%;
    aspect-ratio: 1024/576;
    width: 100%;
    max-width: 100%;
    height: auto; }
    .mv.support {
      background: url("../images/activity/support_mv.jpg") center center no-repeat;
      background-size: cover; }
    .mv.support02 {
      background: url("../images/activity/activities-3_top2-2.jpg") center center no-repeat;
      background-size: cover; }
    .mv.nurture {
      background: url("../images/activity/nurture_mv.jpg") center center no-repeat;
      background-size: cover; }
    .mv.protect {
      background: url("../images/activity/protect_mv.jpg") center center no-repeat;
      background-size: cover; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .mv {
    aspect-ratio: 750/640; }
    .mv.support {
      background: url("../images/activity/support_mv_sp.jpg") center center no-repeat;
      background-size: cover; }
    .mv.support02 {
      background: url("../images/activity/activities-3_top2-3.jpg") center center no-repeat;
      background-size: cover; }
    .mv.nurture {
      background: url("../images/activity/nurture_mv_sp.jpg") center center no-repeat;
      background-size: cover; }
    .mv.protect {
      background: url("../images/activity/protect_mv_sp.jpg") center center no-repeat;
      background-size: cover; } }
/*max-width:768px*/
/*max-width:480px*/
/*****************************************************/
.support_content h1 {
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translate(-50%, 0%);
  background: url("../images/activity/support_ttl.png") center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 280px;
  height: auto;
  text-indent: -9999px; }

.nurture_content h1 {
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translate(-50%, 0%);
  background: url("../images/activity/nurture_ttl.png") center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 280px;
  height: auto;
  text-indent: -9999px; }

.protect_content h1 {
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translate(-50%, 0%);
  background: url("../images/activity/protect_ttl.png") center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 280px;
  height: auto;
  text-indent: -9999px; }

@media (max-width: 1024px) {
  .support_content h1,
  .nurture_content h1,
  .protect_content h1 {
    top: -125px;
    max-width: 250px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .support_content h1,
  .nurture_content h1,
  .protect_content h1 {
    top: -115px;
    max-width: 230px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .support_content h1,
  .nurture_content h1,
  .protect_content h1 {
    top: -85px;
    max-width: 170px; } }
/*max-width:480px*/
/*****************************************************/
.support_top,
.nurture_top,
.protect_top {
  padding: 140px 0 0;
  max-width: 1520px;
  width: calc(100% - 80px);
  margin: 0 auto; }

.support_purpose,
.nurture_purpose,
.protect_purpose {
  border-bottom: #BBDDD6 1px solid;
  padding: 0 0 120px;
  margin: 0 0 100px; }
  .support_purpose p,
  .nurture_purpose p,
  .protect_purpose p {
    color: #fff;
    max-width: 1140px;
    width: 100%;
    padding: 0 20px;
    margin: 0 0 30px auto;
    font: 2.2rem/2.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    letter-spacing: 0.05em; }
  .support_purpose dl, .support_purpose div,
  .nurture_purpose dl,
  .nurture_purpose div,
  .protect_purpose dl,
  .protect_purpose div {
    max-width: 1140px;
    width: 100%;
    padding: 0 20px;
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .support_purpose dt,
  .nurture_purpose dt,
  .protect_purpose dt {
    width: 100%;
    color: #036348;
    font: 2.8rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 35px; }
    .support_purpose dt span,
    .nurture_purpose dt span,
    .protect_purpose dt span {
      padding: 16px 25px;
      border-radius: 10px;
      background-color: #fff; }
    .support_purpose dt br,
    .nurture_purpose dt br,
    .protect_purpose dt br {
      display: none; }
  .support_purpose dd,
  .nurture_purpose dd,
  .protect_purpose dd {
    color: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
    font: 2.2rem/2.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    letter-spacing: 0.05em;
    width: 100%; }
    .support_purpose dd strong,
    .nurture_purpose dd strong,
    .protect_purpose dd strong {
      display: block;
      font: 2.8rem/2.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      color: #F3FE58; }
  .support_purpose div p,
  .nurture_purpose div p,
  .protect_purpose div p {
    color: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
    font: 2.2rem/2.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    letter-spacing: 0.05em;
    width: calc((100% - 80px)/2);
    max-width: 540px; }

/*min-width:1920px*/
@media (max-width: 1280px) {
  .support_top p, .support_top dl,
  .nurture_top p,
  .nurture_top dl,
  .protect_top p,
  .protect_top dl {
    padding: 0; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .support_top,
  .nurture_top,
  .protect_top {
    padding: 170px 0 0;
    max-width: 1520px;
    width: calc(100% - 80px);
    margin: 0 auto; }

  .support_purpose dl, .support_purpose div,
  .nurture_purpose dl,
  .nurture_purpose div,
  .protect_purpose dl,
  .protect_purpose div {
    display: block; }
  .support_purpose dt,
  .nurture_purpose dt,
  .protect_purpose dt {
    font: 2.6rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500; }
    .support_purpose dt span,
    .nurture_purpose dt span,
    .protect_purpose dt span {
      display: block;
      width: 100%; }
  .support_purpose dd, .support_purpose div p,
  .nurture_purpose dd,
  .nurture_purpose div p,
  .protect_purpose dd,
  .protect_purpose div p {
    width: 100%; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .support_top,
  .nurture_top,
  .protect_top {
    width: calc(100% - 60px);
    margin: 0 auto; }

  .support_purpose,
  .nurture_purpose,
  .protect_purpose {
    padding: 0 0 80px;
    margin: 0 0 80px; }
    .support_purpose dt,
    .nurture_purpose dt,
    .protect_purpose dt {
      font: 2.5rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500; }
      .support_purpose dt span,
      .nurture_purpose dt span,
      .protect_purpose dt span {
        text-align: center; }
      .support_purpose dt br,
      .nurture_purpose dt br,
      .protect_purpose dt br {
        display: block; }
    .support_purpose dd, .support_purpose p, .support_purpose div p,
    .nurture_purpose dd,
    .nurture_purpose p,
    .nurture_purpose div p,
    .protect_purpose dd,
    .protect_purpose p,
    .protect_purpose div p {
      font: 2rem/2.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500; }
      .support_purpose dd strong, .support_purpose p strong, .support_purpose div p strong,
      .nurture_purpose dd strong,
      .nurture_purpose p strong,
      .nurture_purpose div p strong,
      .protect_purpose dd strong,
      .protect_purpose p strong,
      .protect_purpose div p strong {
        font: 2.2rem/2.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .support_top,
  .nurture_top,
  .protect_top {
    max-width: 315px;
    width: calc(100% - 50px);
    margin: 0 auto;
    padding: 130px 0 0; }

  .support_purpose,
  .nurture_purpose,
  .protect_purpose {
    padding: 0 0 50px;
    margin: 0 0 50px;
    font: 1.7rem/2.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500; }
    .support_purpose dt,
    .nurture_purpose dt,
    .protect_purpose dt {
      font: 1.8rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      margin: 0 0 20px; }
    .support_purpose dd, .support_purpose p, .support_purpose div p,
    .nurture_purpose dd,
    .nurture_purpose p,
    .nurture_purpose div p,
    .protect_purpose dd,
    .protect_purpose p,
    .protect_purpose div p {
      font: 1.7rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500; }
      .support_purpose dd strong, .support_purpose p strong, .support_purpose div p strong,
      .nurture_purpose dd strong,
      .nurture_purpose p strong,
      .nurture_purpose div p strong,
      .protect_purpose dd strong,
      .protect_purpose p strong,
      .protect_purpose div p strong {
        font: 2rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 500; }
    .support_purpose p,
    .nurture_purpose p,
    .protect_purpose p {
      margin-bottom: 20px; } }
/*max-width:480px*/
/*****************************************************/
.nurture_map {
  border-bottom: #BBDDD6 1px solid;
  padding: 0 0 120px;
  margin: 0 0 100px; }
  .nurture_map address {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto 30px;
    letter-spacing: 0.05em;
    font: 2.4rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    color: #fff; }
  .nurture_map .iframe {
    max-width: 1140px;
    width: 100%;
    height: 520px;
    margin: 0 auto; }
    .nurture_map .iframe iframe {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.nurture_image,
.protect_image {
  padding: 0 0 100px; }
  .nurture_image .grid,
  .protect_image .grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 横4列 */
    gap: 35px;
    /* 画像の隙間（お好みで） */ }
    .nurture_image .grid img,
    .protect_image .grid img {
      width: 100%;
      height: auto;
      display: block; }

.protect_image {
  border-bottom: #BBDDD6 1px solid;
  padding: 0 0 120px;
  margin: 0 0 100px; }

@media (max-width: 1024px) {
  .nurture_image .grid,
  .protect_image .grid {
    grid-template-columns: repeat(4, 1fr);
    /* 横4列 */
    gap: 10px; } }
@media (max-width: 768px) {
  .nurture_map {
    padding: 0 0 90px;
    margin: 0 0 80px; }
    .nurture_map .iframe {
      height: 350px; }
    .nurture_map address span {
      display: block; }
    .nurture_map address br {
      display: none; }

  .nurture_image,
  .protect_image {
    padding: 0 0 80px; }
    .nurture_image .grid,
    .protect_image .grid {
      grid-template-columns: repeat(2, 1fr);
      /* 横4列 */
      gap: 15px; }

  .protect_image {
    padding: 0 0 90px;
    margin: 0 0 80px; } }
@media (max-width: 480px) {
  .nurture_map {
    padding: 0 0 60px;
    margin: 0 0 50px; }
    .nurture_map .iframe {
      height: 250px; }
    .nurture_map address {
      font: 1.7rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      margin: 0 0 20px; }

  .nurture_image .grid,
  .protect_image .grid {
    gap: 10px; }

  .nurture_image {
    padding: 0; }

  .protect_image {
    padding: 0 0 60px;
    margin: 0 0 50px; } }
/*****************************************************/
.protect_map {
  padding: 0 0 100px; }
  .protect_map .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end; }
  .protect_map .map {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    aspect-ratio: 857/700;
    width: 60%;
    max-width: 857;
    height: auto;
    background: url("../images/activity/protect_map.svg") center center no-repeat;
    background-size: contain; }
  .protect_map .txt {
    max-width: 540px;
    width: 35%; }
    .protect_map .txt p {
      letter-spacing: 0.05em;
      font: 2.2rem/2.4em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      text-align: justify;
      text-justify: inter-ideograph;
      color: #fff; }

@media (max-width: 1280px) {
  .protect_map .flex {
    display: block; }
  .protect_map .map {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    aspect-ratio: 857/700;
    width: 90%;
    max-width: 857px;
    margin: 0 auto 30px; }
  .protect_map .txt {
    max-width: 100%;
    width: 100%;
    margin: 0 auto; }
    .protect_map .txt p {
      font: 2.2rem/2.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      text-align: justify;
      text-justify: inter-ideograph;
      color: #fff; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .protect_map {
    padding: 0 0 90px; }
    .protect_map .flex {
      display: block; }
    .protect_map .map {
      background: url("../images/activity/protect_map_sp.svg") center center no-repeat;
      background-size: contain;
      aspect-ratio: 670/546;
      width: 100%;
      max-width: 100%;
      margin: 0 auto 30px; }
    .protect_map .txt p {
      font: 2rem/2.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .protect_map {
    padding: 0; }
    .protect_map .txt p {
      font: 1.7rem/2.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500; } }
/*max-width:480px*/
/*****************************************************/
.support_overview {
  max-width: 1140px;
  width: 100%;
  padding: 0 20px 120px;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .support_overview p {
    color: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
    font: 2.2rem/2.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    letter-spacing: 0.05em;
    width: calc((100% - 45px)/2); }

/*min-width:1920px*/
@media (max-width: 1280px) {
  .support_overview {
    padding: 0 0 120px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .support_overview {
    max-width: 1140px;
    width: 100%;
    display: block; }
    .support_overview p {
      font: 2rem/2.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      width: 100%; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .support_overview {
    padding: 0 0 80px; }
    .support_overview p {
      font: 2rem/2.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .support_overview {
    padding: 0 0 40px; }
    .support_overview p {
      font: 1.7rem/2.2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500; } }
/*max-width:480px*/
/*****************************************************/
.support_mid {
  max-width: 1520px;
  width: calc(100% - 80px);
  margin: 0 auto; }
  .support_mid h2 {
    color: #036348; }
    .support_mid h2:before {
      background-color: #17A87F; }
  .support_mid .flow {
    max-width: 1100px;
    width: 100%;
    padding: 0 0 120px;
    margin: 0 0 0 auto; }
    .support_mid .flow li {
      background-color: #fff;
      border-radius: 15px;
      padding: 25px 20px;
      text-align: center;
      font: 2.4rem/1.7em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400;
      letter-spacing: 0.05em;
      border: 1px solid #65A093;
      color: #036348;
      margin-bottom: 90px;
      position: relative; }
      .support_mid .flow li:before {
        position: absolute;
        content: "";
        display: block;
        background: url("../images/activity/flow_arrow.svg") center center no-repeat;
        background-size: contain;
        width: 46px;
        height: 50px;
        top: auto;
        bottom: -70px;
        left: 50%;
        transform: translate(-50%, 0%); }
      .support_mid .flow li:last-of-type {
        margin: 0; }
        .support_mid .flow li:last-of-type:before {
          display: none; }
      .support_mid .flow li br {
        display: none; }
  .support_mid .download {
    max-width: 1100px;
    width: 100%;
    margin: 0 0 0 auto; }
    .support_mid .download li {
      border-bottom: #D0D0D0 1px solid; }
    .support_mid .download a {
      width: fit-content;
      padding: 15px 0;
      font: 2.5rem/1.5em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 400;
      letter-spacing: 0.05em;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; }
      .support_mid .download a span {
        padding: 0 0 0 15px;
        display: block;
        width: calc(100% - 80px); }
      .support_mid .download a img {
        width: 80px;
        margin: 3px 0 0 0; }

@media (max-width: 768px) {
  .support_mid {
    width: calc(100% - 50px); }
    .support_mid .flow {
      max-width: 1100px;
      width: 100%;
      padding: 0 0 120px;
      margin: 0 0 0 auto; }
      .support_mid .flow li {
        padding: 25px 20px;
        font: 2.2rem/1.5em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 400; }
        .support_mid .flow li:before {
          height: 45px;
          bottom: -70px; }
    .support_mid .download a {
      font: 2rem/1.5em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 400;
      letter-spacing: 0.05em; }
      .support_mid .download a img {
        margin: 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .support_mid {
    max-width: 305px;
    width: calc(100% - 50px); }
    .support_mid .flow {
      max-width: 1100px;
      width: 100%;
      padding: 0 0 40px;
      margin: 0 0 0 auto; }
      .support_mid .flow li {
        padding: 10px 12px 15px;
        margin: 0 auto 45px;
        font: 1.6rem/1.8em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 400; }
        .support_mid .flow li:before {
          height: 24px;
          bottom: -35px; }
        .support_mid .flow li br {
          display: block; }
    .support_mid .download a {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      font: 1.7rem/1.5em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 400;
      letter-spacing: 0.05em; }
      .support_mid .download a img {
        width: 70px;
        margin: 0; }
      .support_mid .download a span {
        width: calc(100% - 70px);
        padding: 0 0 0 10px; } }
/*max-width:480px*/
/*****************************************************/
.support_btm {
  padding: 120px 0 0;
  max-width: 1520px;
  width: calc(100% - 80px);
  margin: 0 auto; }
  .support_btm ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch; }
  .support_btm li {
    width: calc((100% - 105px)/4);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 35px 50px 0; }
    .support_btm li:nth-of-type(4n) {
      margin-right: 0; }
  .support_btm .img {
    aspect-ratio: 1/1;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden; }
    .support_btm .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .support_btm p {
    margin: 15px 0 25px;
    color: #fff;
    flex: 1;
    font: 2.2rem/1.6em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 400;
    letter-spacing: 0.05em; }
  .support_btm .btn {
    font: 1.7rem/58px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    letter-spacing: 0.05e;
    width: 190px;
    height: 60px;
    display: block;
    border-radius: 50px;
    background-color: #087657;
    border: 1px solid #087657;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 0 0 auto;
    transition: .3s; }
    .support_btm .btn:before {
      transition: .3s;
      position: absolute;
      content: "";
      display: block;
      background: url("../images/common/arrow_white.svg") center center no-repeat;
      background-size: contain;
      width: 24px;
      height: 24px;
      right: 15px;
      top: 18px; }

@media (hover: hover) {
  .support_btm .btn:hover {
    background-color: #fff;
    border: 1px solid #087657;
    color: #087657; }
    .support_btm .btn:hover:before {
      background: url("../images/common/arrow.svg") center center no-repeat;
      background-size: contain; } }
@media (max-width: 1024px) {
  .support_btm {
    padding: 120px 0 0;
    max-width: 1520px;
    width: calc(100% - 80px);
    margin: 0 auto; }
    .support_btm li {
      width: calc((100% - 60px)/3);
      margin: 0 30px 50px 0; }
      .support_btm li:nth-of-type(4n) {
        margin-right: 30px; }
      .support_btm li:nth-of-type(3n) {
        margin-right: 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .support_btm {
    width: calc(100% - 60px); }
    .support_btm ul {
      justify-content: space-between; }
    .support_btm li {
      width: calc((100% - 25px)/2);
      margin: 0 0 40px 0; }
      .support_btm li:nth-of-type(4n), .support_btm li:nth-of-type(3n) {
        margin-right: 0; }
    .support_btm p {
      font: 2rem/1.6em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400; }
    .support_btm .btn {
      font: 1.7rem/60px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      letter-spacing: 0.05e;
      width: 190px;
      height: 60px;
      display: block;
      border-radius: 50px;
      background-color: #087657;
      color: #fff;
      text-align: center;
      position: relative;
      padding: 0 15px 0 0;
      margin: 0 0 0 auto; }
      .support_btm .btn:before {
        position: absolute;
        content: "";
        display: block;
        background: url("../images/common/arrow_white.svg") center center no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px;
        right: 15px;
        top: 18px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .support_btm {
    width: calc(100% - 50px);
    max-width: 315px; }
    .support_btm li {
      width: 100%;
      margin: 0 auto 30px; }
      .support_btm li:last-of-type {
        margin: 0 auto; }
    .support_btm p {
      margin: 15px 0 20px;
      font: 1.6rem/1.6em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400; }
    .support_btm .btn {
      font: 1.4rem/50px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      width: 180px;
      height: 50px;
      border-radius: 50px;
      padding: 0 0px 0 0; }
      .support_btm .btn:before {
        width: 20px;
        height: 20px;
        right: 15px;
        top: 15px; } }
/*max-width:480px*/
/*****************************************************/
.single {
  background-color: #DFFBF3;
  border-radius: 40px;
  padding: 120px 0; }

.single_ttl,
.support_single {
  max-width: 1160px;
  width: calc(100% - 80px);
  margin: 0 auto 60px; }

@media (max-width: 768px) {
  .single_ttl,
  .support_single {
    width: calc(100% - 60px);
    margin: 0 auto 40px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .single {
    background-color: #DFFBF3;
    border-radius: 40px;
    padding: 60px 0 60px 0; }

  .single_ttl,
  .support_single {
    max-width: 305px;
    width: calc(100% - 30px);
    margin: 0 auto 30px; } }
/*max-width:480px*/
/*****************************************************/
.single_ttl {
  letter-spacing: 0.05em;
  border-bottom: 1px solid #65A093;
  padding: 0 0 25px; }
  .single_ttl span {
    background-color: #087657;
    display: block;
    width: fit-content;
    color: #fff;
    height: 46px;
    padding: 0 20px;
    font: 2rem/45px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 20px; }
  .single_ttl .ttl {
    color: #087657;
    font: 4rem/1.5em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 15px; }
    .single_ttl .ttl:before {
      position: absolute;
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      background-color: #17A87F;
      border-radius: 50%;
      left: 0;
      top: 28px; }
  .single_ttl .sub {
    padding: 0 0 0 30px;
    color: #087657;
    font: 2.5rem/1.6em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    letter-spacing: 0.05em; }

@media (max-width: 768px) {
  .single_ttl span {
    height: 40px;
    padding: 0 20px;
    font: 1.8rem/40px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    margin: 0 0 15px; }
  .single_ttl .ttl {
    font: 3rem/1.5em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    padding: 0 0 0 30px; }
    .single_ttl .ttl:before {
      width: 12px;
      height: 12px;
      left: 0;
      top: 20px; }
  .single_ttl .sub {
    font: 2rem/1.6em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .single_ttl span {
    height: 40px;
    padding: 0 20px;
    font: 1.5rem/40px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    margin: 0 0 15px; }
  .single_ttl .ttl {
    font: 2.2rem/1.5em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    padding: 0 0 0 20px; }
    .single_ttl .ttl:before {
      width: 10px;
      height: 10px;
      left: 0;
      top: 16px; }
  .single_ttl .sub {
    font: 1.8rem/1.6em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    padding: 0 0 0 20px; } }
/*max-width:480px*/
/*****************************************************/
.support_single {
  font: 2.2rem/2.2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph; }
  .support_single p {
    margin: 0 0 60px;
    font-weight: 400; }
  .support_single img {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    margin-bottom: 60px; }
  .support_single h1 {
    font: 120%/2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #036348;
    font-weight: bold;
    margin-bottom: 30px; }
  .support_single h2 {
    font: 115%/2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
    color: #036348;
    margin-bottom: 30px; }
  .support_single h3 {
    font: 110%/2.2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
    color: #036348;
    margin-bottom: 30px; }
  .support_single h4 {
    font: 105%/2.2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
    color: #036348;
    margin-bottom: 30px; }
  .support_single h5 {
    font: 100%/2.2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
    color: #036348;
    margin-bottom: 30px; }

@media (hover: hover) {
  .support_single a:hover {
    color: darkorange; } }
@media (max-width: 768px) {
  .support_single {
    font: 2rem/2.2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .support_single {
    font: 1.7rem/2.2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500; } }
/*max-width:480px*/
/*****************************************************/
.back {
  display: block;
  text-align: center;
  color: #FFF;
  border-radius: 50px;
  background-color: #036348;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  height: 90px;
  font: 2rem/89px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 30px 0 0;
  transition: .3s; }
  .back:before {
    transition: .3s;
    position: absolute;
    content: "";
    display: block;
    background-color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    top: 50%;
    left: auto;
    right: 25px;
    transform: translate(0%, -50%); }
  .back:after {
    transition: .3s;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #036348;
    border-right: 2px solid #036348;
    top: 49%;
    left: auto;
    right: 42px;
    transform: rotate(45deg) translate(0%, -50%); }

@media (hover: hover) {
  .back:hover {
    background-color: #FFF;
    color: #036348; }
    .back:hover:before {
      background-color: #036348; }
    .back:hover:after {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; } }
@media (max-width: 480px) {
  .back {
    max-width: 250px;
    width: 100%;
    height: 75px;
    font: 1.6rem/74px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    padding: 0 10px 0 0; }
    .back:before {
      width: 30px;
      height: 30px;
      right: 20px; }
    .back:after {
      width: 5px;
      height: 5px;
      right: 35px; } }
/*max-width:480px*/
