@charset "UTF-8";
/* line 22, /Users/nona/work/koseikan/www.koseikan.co.jp/css/form.scss */
figure {
  margin: 0; }
  /* line 24, /Users/nona/work/koseikan/www.koseikan.co.jp/css/form.scss */
  figure img {
    max-width: 100%; }

/* line 28, /Users/nona/work/koseikan/www.koseikan.co.jp/css/form.scss */
ul {
  padding-left: 0; }

  ol, ul li {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
  }

  a {
    text-decoration: none;
    text-decoration-line: none;
  }
  a:hover {
    text-decoration: none;
    text-decoration-line: none;
  }

  body ,  body * {
    box-sizing: border-box;
    min-height: 0vw;
  }

@media screen and (min-width: 768px) {
  /* line 45, /Users/nona/work/koseikan/www.koseikan.co.jp/css/form.scss */
  .sp-only {
    display: none !important; } }

@media screen and (max-width: 767px) {
  /* line 50, /Users/nona/work/koseikan/www.koseikan.co.jp/css/form.scss */
  .pc-only {
    display: none !important; } }

  /* 以下SDGs cssのみ */

  p, h1, h2, h3, h4, h5, small {
    margin: 0;
    padding: 0;
    color: #595757;
  }

section {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
  display: block;
}

 .sdgs-firstview h1 {
  display: grid;
  align-content: center;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  background-color: #02BFDC;
  height: 260px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .sdgs-firstview h1 {
    display: grid;
    align-content: center;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    background-color: #02BFDC;
    height: 150px;
    padding-top: 60px;
  }
  }

.container {
  width: 100%;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
  }

.sdgs-firstview__text {
  display: inline-block;
  width: 100%;
  padding: 40px 0;
  font-size: 17px;
  line-height: 1.53;
  text-align: justify;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .sdgs-firstview__text {
    font-size: 13px;
  }
  }

.sdgs-firstview__about {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .sdgs-firstview__about {
    display: block;
    padding: 20px 0 0;
  }
}

.sdgs-firstview__about__note {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sdgs-firstview__about__note {
    width: 100%;
  }
}

.sdgs-firstview__about__note h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 2px;
}

.sdgs-firstview__about__note p {
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 1px;
  text-align: justify;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .sdgs-firstview__about__note p {
    font-size: 13px;
  }
  }

.sdgs-firstview__about img {
  width: 45%;
  margin: -35px auto 0;
}
@media screen and (max-width: 767px) {
  .sdgs-firstview__about img {
    width: 100%;
    margin: 0 auto;
  }
}

.sdgs-effort {
  display: block;
  margin: 0 auto;
}

.sdgs-effort h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 2px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .sdgs-effort h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.sdgs-effort__text {
  font-size: 17px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sdgs-effort__text {
    font-size: 15px;
    margin-bottom: 60px !important;
  }
}

.sdgs-effort__list {
    display: grid;
    align-items: stretch;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fit, 270px);
    gap: 30px min(calc(80vw / 10), 80px);
    justify-content: center;
}
@media screen and (max-width: 767px) {
  .sdgs-effort__list {
    grid-template-columns: 100%;
  }
}

.sdgs-effort__list li {
  width: 270px;
  /* margin-bottom: 50px; */
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sdgs-effort__list li {
    width: 100%;
    /* margin-bottom: 70px; */
  }
}

.sdgs-effort__list img {
  height: 270px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .sdgs-effort__list img {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}

.sdgs-effort__list h4 {
  font-size: min(calc(21vw / 10),21px);
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  word-break: keep-all;
  overflow-wrap: anywhere;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .sdgs-effort__list h4 {
    font-size: 18px;
    text-wrap: wrap;
    text-align: justify;
  }
}

.sdgs-effort__list p {
  font-size: 17px;
  line-height: 1.45;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sdgs-effort__list p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.sdgs-effort__list a {
  display: block;
  width: 100%;
  background-color: #EA512C;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.5px;
  text-align: center;
  padding: 5px;
  margin-top: auto;
  min-height: 45px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .sdgs-effort__list a {
    font-size: 15px;
  }
}
.sdgs-effort__list a:hover {
  opacity: 0.5;
  transform: scale(99%);
  transition: 0.7s;
}

/* .sdgs-effort__list__benefit {
  justify-content: flex-start;
} */

/* .sdgs-effort__list__benefit li {
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .sdgs-effort__list__benefit li {
    margin-right: 0;
  }
} */

.sdgs-policy {
  margin-bottom: 30px;
}

.sdgs-policy h2 {
  font-size: 23px;
  font-weight: 500;
  margin: 85px 0 18px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sdgs-policy h2 {
    font-size: 20px;
    line-height: 1.4;
    margin: 85px 0 18px;
  }
}

.sdgs-policy p {
  font-size: 14px;
  text-align: justify;
}

.footer-copyright {
  background-color: black;
}

.footer-copyright small {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-copyright small {
    font-size: 9px;
  }
}

.contactlink-pc {
  z-index: 2;
  position: fixed;
  right: 0;
  top: 0;
  margin-top: 123px;
  width: 70px;
  background-color: #E4007F;
  -ms-writing-mode: tb-rl;
  padding: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .contactlink {
    z-index: 2;
    position: fixed;
    display: flex;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background-color: #E4007F;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center;
    align-items: center;
  }
}

.contactlink:hover ,.contactlink-pc:hover {
  opacity: 0.9;
  background-color: #595757;
}

.contactlink-pc p {
  display: grid;
  align-content: center;
  padding: 0 20px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 1.5px;
  font-weight: 900;
  text-align: center;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .contactlink p {
    place-items: center;
        display: grid;
    height: 100%;
    padding: 0;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1.5px;
    font-weight: 900;
    text-align: center;
    writing-mode: unset;
    padding: 0 !important;
    margin: 0 !important;
  }
}

.goTop {
  bottom: 65px;
}

.sdgs-effort__list__fsc span {
  font-size: 75%;
  display: inline-grid;
  vertical-align: top;
}
