@charset "UTF-8";
a {
  text-decoration: none;
  color: inherit;
}

ul {
  padding-left: 0px;
  /* ← これ！！ */
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .6em;
}

body {
  letter-spacing: .05rem;
  overflow-x: hidden;
  background-image: none;
}

.header_pc {
  padding: 0px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.header_pc ul li a {
  font-size: 15px;
}

.sdgs_heroheader {
  width: 90%;
  height: auto;
  margin: auto;
}

.sdgs_heroheader_titlearea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 1fr;
      grid-template-columns: 1.2fr 1fr;
}

.sdgs_heroheader_titlearea div {
  color: #53c93c;
  margin-top: 130px;
}

.sdgs_heroheader_titlearea div h2 {
  text-align: center;
  font-size: 4.2rem;
  font-weight: 400;
}

.sdgs_heroheader_titlearea img {
  width: 80%;
}

.sdgs_heroheader_imgarea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr 1fr;
      grid-template-columns: 1fr 2fr 1fr;
  height: auto;
}

.sdgs_heroheader_imgarea img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sdgs_heroheader_textarea {
  margin: 70px 0 150px 0;
}

.sdgs_heroheader_textarea h1 {
  text-align: center;
  color: #6b6b6b;
  font-size: 3rem;
}

.sdgs_about h3 span {
  position: relative;
}

.sdgs_about h3 span::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  top: -35%;
  left: 10%;
  background-color: #53c93c;
}

.sdgs_about h3 span::after {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  top: -35%;
  left: 60%;
  background-color: #fffb00;
}

.sdgs_about_area {
  --gap:24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sdgs_about_area_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 2*var(--gap)) / 3);
          flex: 0 0 calc((100% - 2*var(--gap)) / 3);
  aspect-ratio: 1 / 1;
  position: relative;
}

.sdgs_about_area_box_circle {
  position: absolute;
  border-radius: 50%;
  background-color: #EAF8E9;
  width: 80%;
  margin: auto;
  aspect-ratio: 1 / 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 2%;
}

.sdgs_about_area_box_circle p {
  text-align: center;
  width: 80%;
  margin: 60px auto 0 auto;
}

.sdgs_about_area_box::after {
  position: absolute;
  right: 10%;
  bottom: 1%;
  display: block;
  content: "";
  width: 120px;
  aspect-ratio: 1 / 1;
  background-image: url(https://event21.co.jp/pic/sdgs_nayami01.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.sdgs {
  width: 100%;
  margin: auto;
  max-width: 1000px;
}

.fit {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.mate {
  background-color: #c7fde6;
}

li {
  list-style: none;
}

/* ベース（PC～スマホまで自動で可変） */
h1 {
  font-weight: 500;
}

h2 {
  font-size: clamp(22px, 4vw, 32px);
  line-height: 1.3;
}

h3 {
  font-size: clamp(18px, 3.2vw, 26px);
  line-height: 1.35;
  text-align: center;
  border-bottom: 3px dashed #9BEB73;
  /* スマホで太く見えすぎるので 5px → 3px 推奨 */
  padding: 0.4em 0;
  /* % だと端末幅で変動が大きいので em ベースに */
  margin: 1.2em 0 .6em;
}

p {
  font-size: clamp(15px, 2.6vw, 18px);
  line-height: 1.6;
}

.sdgs_omakase {
  margin: 100px auto;
}

.sdgs_omakase h2 {
  text-align: center;
}

.sdgs_omakase h2 span {
  font-size: 40px;
  font-weight: bold;
  color: #009C3C;
}

.sdgs_omakase_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
  gap: 60px;
  margin: 5% auto;
}

.sdgs_omakase_wrapper ul {
  margin: 50px 0;
}

.sdgs_omakase_wrapper ul li {
  font-size: 26px;
  text-indent: -2em;
  margin: 10px auto;
}

.sdgs_omakase_wrapper ul li span {
  color: #0d523b;
  border: 1px solid #333;
  padding: 0 5px;
  margin-right: 20px;
}

.sdgs_omakase_wrapper img {
  height: 350px;
}

.sdgs_omakase_contact {
  width: 30%;
  border-radius: 20px;
  padding: 1%;
  background-color: #009C3C;
  color: #ffffff;
  text-align: center;
  margin: auto;
}

.sdgs_omakase_contact:hover {
  opacity: .7;
}

.sdgs_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 100px;
}

.sdgs_box_mean_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
      grid-template-columns: 1fr 3fr;
  gap: 40px;
  -webkit-box-shadow: 0px 0px 15px -5px #b8b8b8;
          box-shadow: 0px 0px 15px -5px #b8b8b8;
  border-radius: 25px;
}

.sdgs_box_mean_grid p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sdgs_box_melit h3 {
  text-align: center;
}

.sdgs_box_melit h4 {
  text-align: center;
}

.sdgs_box_melit_area div:nth-child(1) {
  background-color: #a4f5bc;
}

.sdgs_box_melit_area div:nth-child(2) {
  background-color: #c1ffb5;
}

.sdgs_box_melit_area div:nth-child(3) {
  background-color: #f7ff8c;
}

.sdgs_box_melit_area_box {
  padding: 3%;
  width: 100%;
  height: 80px;
  border-radius: 20px;
  margin: 2% auto;
}

.sdgs_box_melit_area_box h5 {
  font-weight: bold;
  font-size: 32px;
}

.sdgs_box_show {
  height: 100%;
}

.sdgs_box_show_area {
  background-image: url(https://event21.co.jp/pic/sdgs_keijiban.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  background-size: 110%;
  width: 100%;
  padding: 2%;
  height: 520px;
}

.sdgs_box_show_area_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 60px;
          column-gap: 60px;
  background-color: #fff;
  width: 60%;
  margin: 10% auto 0 auto;
  position: relative;
  padding: 50px;
  height: 320px;
}

.sdgs_box_show_area_grid::after {
  position: absolute;
  top: -1rem;
  left: 50%;
  width: 60px;
  height: 30px;
  background-image: repeating-linear-gradient(-45deg, rgba(143, 255, 115, 0.5) 0 5px, transparent 5px 10px);
  border-left: 2px dashed rgba(0, 0, 0, 0.1);
  border-right: 2px dashed rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 0.25em 2em;
  color: #65513f;
  -webkit-transform: translateX(-50%) rotate(-5deg);
          transform: translateX(-50%) rotate(-5deg);
  content: '';
}

.sdgs_box_show_area_grid_text h5 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
  color: #009C3C;
}

.sdgs_box_show_area_grid_text p {
  font-size: 16px;
}

.sdgs_box_show_area_grid_text a {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.sdgs_box_show_area_grid_text a:hover {
  opacity: .7;
}

.sdgs_box_work_title {
  font-size: 24px;
  margin: 24px 0;
  font-weight: bold;
}

.sdgs_box_work_title span {
  color: #009C3C;
  margin-right: 20px;
}

.sdgs_box_work_slider .handiheader-wrapper {
  height: 300px;
  margin-top: 0px;
}

.sdgs_box_work_button {
  width: 60%;
  height: 60px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  color: #fff;
  background-color: #009C3C;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.sdgs_box_work_button p {
  text-align: center;
}

.sdgs_box_work_button:hover {
  opacity: .7;
}

.yamatoeco h3 {
  text-align: center;
  color: #009C3C;
}

.yamatoeco_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin: 100px auto;
}

.yamatoeco_grid_imgarea {
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.yamatoeco_grid_imgarea img {
  border-radius: 20px;
}

.yamatoeco_grid_imgarea::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-color: #93ec88;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
}

.yamatoeco_grid_textarea h4 {
  font-weight: bold;
  margin-top: 30px;
  font-size: 20px;
}

.yamatoeco_grid_textarea p {
  margin: 10px 0;
  font-size: 16px;
}

.sdgs_dekirukoto {
  display: none;
}

@media screen and (max-width: 599px) {
  .header_mobile {
    width: 90%;
  }
  .sdgs {
    width: 90%;
    margin: auto;
  }
  .sdgs_heroheader {
    width: 90%;
    height: auto;
    margin: auto;
  }
  .sdgs_heroheader_titlearea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .sdgs_heroheader_titlearea div {
    margin-top: 130px;
    position: relative;
    z-index: 2;
  }
  .sdgs_heroheader_titlearea div h2 {
    font-size: 2.1rem;
    position: relative;
    z-index: 2;
    font-weight: 400;
  }
  .sdgs_heroheader_titlearea div::before {
    position: absolute;
    right: -30px;
    top: -55px;
    display: block;
    content: "";
    width: 100px;
    aspect-ratio: 1 / 1;
    background-image: url(https://event21.co.jp/pic/sdgslogo_smp.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    opacity: .5;
  }
  .sdgs_heroheader_titlearea img {
    width: 80%;
    display: none;
  }
  .sdgs_heroheader_imgarea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 5px;
    height: auto;
    margin: 40px 0;
  }
  .sdgs_heroheader_imgarea img {
    height: 100px;
  }
  .sdgs_heroheader_imgarea img:nth-child(3) {
    grid-column: 1 / -1;
    /* 1〜2列ぶち抜き */
    -ms-grid-column-align: center;
        justify-self: center;
    width: 50%;
  }
  .sdgs_heroheader_textarea {
    margin: 30px 0;
  }
  .sdgs_heroheader_textarea h1 {
    font-size: 1.5rem;
  }
  .sdgs_about {
    margin-top: 100px;
  }
  .sdgs_about h3 span {
    position: relative;
  }
  .sdgs_about h3 span::before {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    top: -20px;
    left: 10%;
    background-color: #53c93c;
  }
  .sdgs_about h3 span::after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    top: -20px;
    left: 60%;
    background-color: #f6ff7e;
  }
  .sdgs_about_area {
    --gap:24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: var(--gap);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sdgs_about_area_box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 2*var(--gap)) / 2);
            flex: 0 0 calc((100% - 2*var(--gap)) / 2);
    aspect-ratio: 1 / 1;
  }
  .sdgs_about_area_box_circle {
    width: 100%;
    padding: 2%;
  }
  .sdgs_about_area_box_circle p {
    width: 80%;
    margin: 16px auto 0 auto;
    font-size: 14px;
    text-align: center;
  }
  .sdgs_about_area_box::after {
    right: 5%;
    bottom: -20%;
    width: 60px;
  }
  .sdgs_omakase {
    margin: 50px auto;
  }
  .sdgs_omakase h2 span {
    font-size: 40px;
  }
  .sdgs_omakase_wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
    margin: 5% auto;
  }
  .sdgs_omakase_wrapper ul {
    margin: 32px 0;
    padding-left: 30px;
  }
  .sdgs_omakase_wrapper ul li {
    font-size: 18px;
    text-indent: -1.8em;
    margin: 10px auto;
  }
  .sdgs_omakase_wrapper ul li span {
    color: #0d523b;
    border: 1px solid #333;
    padding: 0 2px;
    margin-right: 10px;
  }
  .sdgs_omakase_wrapper img {
    height: 200px;
  }
  .sdgs_omakase_contact {
    width: 80%;
    padding: 2% 1%;
  }
  .sdgs_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .sdgs_box_mean_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    border-radius: 25px;
  }
  .sdgs_box_mean_grid img {
    height: 200px;
  }
  .sdgs_box_mean_grid p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 4px;
  }
  .sdgs_box_melit h3 {
    text-align: center;
  }
  .sdgs_box_melit h4 {
    text-align: center;
  }
  .sdgs_box_melit_area_box {
    width: 90%;
    height: 100px;
    margin: 4% auto;
  }
  .sdgs_box_melit_area_box h5 {
    font-size: 20px;
  }
  .sdgs_box_show {
    height: 100%;
  }
  .sdgs_box_show_area {
    background-image: none;
    width: 100%;
    padding: 2%;
    height: auto;
  }
  .sdgs_box_show_area_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-column-gap: 60px;
            column-gap: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #2a8518;
            box-shadow: 0px 0px 15px -5px #2a8518;
    width: 70%;
    margin: 10% auto 0 auto;
    position: relative;
    padding: 50px;
    height: 450px;
  }
  .sdgs_box_show_area_grid::after {
    position: absolute;
    top: -1rem;
    left: 50%;
    width: 60px;
    height: 30px;
    background-image: repeating-linear-gradient(-45deg, rgba(143, 255, 115, 0.5) 0 5px, transparent 5px 10px);
    border-left: 2px dashed rgba(0, 0, 0, 0.1);
    border-right: 2px dashed rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 0.25em 2em;
    color: #65513f;
    -webkit-transform: translateX(-50%) rotate(-5deg);
            transform: translateX(-50%) rotate(-5deg);
    content: '';
  }
  .sdgs_box_show_area_grid h5 span {
    width: 20px;
    height: 100%;
    display: block;
    background-color: #009C3C;
  }
  .sdgs_box_work_title {
    font-size: 20px;
    margin: 12px 0;
  }
  .sdgs_box_work_slider .handiheader-wrapper {
    height: 300px;
    margin-top: 0px;
  }
  .sdgs_box_work_button {
    width: 60%;
    height: 60px;
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20px;
    color: #fff;
    background-color: #009C3C;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .sdgs_box_work_button p {
    text-align: center;
  }
  .sdgs_box_work_button:hover {
    opacity: .7;
  }
  .sdgs_dekirukoto {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #009C3C;
    margin: 15px auto;
  }
  .sdgs_dekirukoto h3 {
    text-align: center;
    background-color: #009C3C;
    padding: 1em 1em;
    color: #ffffff;
    font-size: 20px;
  }
  .sdgs_dekirukoto p {
    text-align: center;
    padding: 20px;
    font-size: 16px;
  }
  .sdgs_dekirukoto p span {
    font-weight: bold;
  }
  .yamatoeco h3 {
    text-align: center;
    color: #009C3C;
  }
  .yamatoeco_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 30px;
    margin: 60px auto 10px 0;
  }
  .yamatoeco_grid_imgarea img {
    border-radius: 20px;
  }
  .yamatoeco_grid_imgarea::after {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  .yamatoeco_grid_textarea h4 {
    font-weight: bold;
    margin-top: 30px;
    font-size: 18px;
  }
  .yamatoeco_grid_textarea p {
    margin: 10px 0;
    font-size: 16px;
  }
  br {
    display: none;
  }
  #sssss {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=sdgs.css.map */