@charset "UTF-8";

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  width: 100%;
  background-color: #f5f5f5;
  /* scroll-behavior: smooth; */
}

main {
  width: 100%;
}

ul {
  padding-left: 0;
}

li a {
  list-style: none;
}

p {
  font-family: yu-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
}

/* 共通テキスト */

.categorySectTitle p {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  border-bottom: 3px solid #333;
  display: inline-block;
}




/* WAVE ////////////////////////////////////////*/




/* Title ////////////////////////////////////////*/
.mainTitleWrap {
  margin-left: 30px;
}

.mainTitle {
  margin: 0 auto;
}

.mainTitle p {
  width: auto;
  margin-top: 20px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 2;
}

.typographyContent {
  width: 100%;
  margin: 0 auto;
  z-index: 3;
}

.typographyContent {
  width: 100%;
  position: relative;
}

.typographyItem h1 {
  position: absolute;
  top: -20px;
  font-size: 60px;
  line-height: 1.2em;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333;
}






/* Map */

.locationWrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  background-color: #f5f5f5;
  margin: 0 auto;
  z-index: 1;
}

.locationPin {
  width: 4%;
  text-align: center;
  display: inline-block;
}

.locationPin img {
  display: block;
  width: 4%;
  height: auto;
  transform-origin: bottom;
  animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8%);
  }

  100% {
    transform: translateY(0);
  }
}

.locationPin img:hover {
  z-index: 10;
  transform: scale(1.3);
  animation: none;
  /* transition: transform 0.2s ease-out; */
}



.pin_001 {
  position: absolute;
  top: 66%;
  left: 50%;
  z-index: 2;
}

.pin_002 {
  position: absolute;
  top: 55%;
  left: 83%;
  z-index: 2;
}

.pin_003 {
  position: absolute;
  top: 28%;
  left: 35.2%;
  z-index: 2;
}

.pin_004 {
  position: absolute;
  top: 28%;
  left: 39.2%;
  z-index: 2;
}

.pin_005 {
  position: absolute;
  top: 66%;
  left: 54%;
  z-index: 2;
}

.pin_007 {
  position: absolute;
  top: 28%;
  left: 30%;
  z-index: 2;
}

.pin_008 {
  position: absolute;
  top: 55.5%;
  left: 24%;
  z-index: 2;
}





.locationCont {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.locationCont img {
  width: 100%;
}





/* News */


.section01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}

.newsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 3em;
  width: 100%;
  margin-bottom: 100px;
}

.newsGrid>div {
  overflow: auto;
  min-width: 0;
}


.newsContent {
  width: 100%;
}

.newsImg :hover {
  opacity: 0.8;
  transition: 0.2s;
}



.newsImg img {
  width: 100%;
  border-radius: 20px;
}

.newsItem {
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  padding-bottom: 55px;
}

.newsItem img {
  width: 70px;
  position: absolute;
  top: -30px;
  left: 0px;
}

.newsItem p {
  font-size: 16px;
  position: absolute;
  bottom: 30px;
  left: 80px;
  color: #333;
}

.newsTxt h4 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  padding: 0px 0px 10px 0px;
  line-height: 1.4em;
  color: #333;
}

.newsTxt p {
  font-size: 13px;
  text-align: justify;
  line-height: 1.6em;
  overflow: hidden;
  white-space: nowrap;
  /* 文字がはみ出た時に三点リーダーにする */
  text-overflow: ellipsis;
  color: #333;
}



/* 取り組み */


.section02 {
  width: 100%;
  background-color: #e1e2d2;
  padding-top: 100px;
  padding-bottom: 50px;
  margin: 0 auto;
}

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

.slogan_01 h1 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  text-align: center;
  padding: 100px 0px 50px 0px;
  line-height: 1.4em;
}

.effortGroup p {
  max-width: 800px;
  margin: 0 auto;
}

.basicTxt p {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-align: justify;
  line-height: 1.8em;
}

/* 無限ループスクロール */

.photoSlidewrap {
  padding: 50px 0px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  background-color: #f5f4f0;
}

.scroll-infinity__wrap li {
  padding: 20px 10px;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(100vw / 8);
}

.scroll-infinity__item>img {
  width: 100%;
  border-radius: 10px;
}


/* 拠点と活動 */

.section03 {
  width: 100%;
  background-color: #f5f5f5;
  padding: 50px 0px;
  margin: 0 auto;
}

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

.locationGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 3em;
  width: 100%;
  max-width: 1000px;
  padding-top: 50px;
}

.locationGrid>div {
  overflow: auto;
  min-width: 0;
}



.locationItem {
  width: 100%;
  text-align: center;
}

.locationGrid a {
  color: #333;
}

.locationItem img:hover {
  /* opacity: 0.8; */
  transition: 0.1s;
  transform: translateY(5px);
  cursor: pointer;
}

.locationItem img {
  width: 100%;
  max-width: 150px;
}

.locationItem h6 {
  font-size: 14px;
  text-align: center;
  padding: 25px 0px 0px 0px;
  letter-spacing: 0.5px;
  line-height: 1.4em;
  /* word-break: keep-all;
  overflow-wrap: break-word; */
}

.locationItem h5 {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  padding: 10px 0px 20px 0px;
  line-height: 1.4em;
  /* word-break: keep-all;
  overflow-wrap: break-word; */
}

.locationItem p {
  text-align: justify;
  line-height: 1.6em;
  letter-spacing: -0.5px;
  font-size: 14px;
  padding-bottom: 30px;
}

.wordBreak {
  display: inline-block;
}

/* 問い合わせ+概要など */

.section04 {
  width: 100%;
  background-color: #e1e2d2;
  padding: 50px 0px;
  margin: 0 auto;
}

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

.summaryItem {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.summaryItem h4 {
  font-size: 20px;
  padding-bottom: 20px;
  line-height: 1.4em;
}

.summaryItem p {
  font-size: 16px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 20px 0px;
  line-height: 1.4em;
}


.linkButton {
  width: 300px;
  margin: 0 auto;
  padding: 30px 0px 100px 0px;
}

.linkButton h6 {
  padding: 20px;
  border: 2px solid #333;
  color: #333;
  background-color: #f5f5f5;
  font-weight: 600;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto;
}

.linkButton a :hover {
  color: #e1e2d2;
  background-color: #333;
  transition: 0.2s;
}

.mapsWrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  filter: grayscale(50%);
  /* position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%); */
}

iframe {
  border-radius: 15px;
}


footer {
  padding: 120px 0px 100px 0px;
}


footer h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1.4em;
  padding: 0px 20px 0px 20px;
}

footer h6 {
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  padding: 50px 20px 0px 20px;
  line-height: 1.4em;
}

/*pageTopButton*/

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 9999;
}

#pageTop a {
  background: #e1e2d2;
  text-decoration: none;
  color: #333;
  width: 60px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  transition: all .3s ease;
  opacity: 0.8;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#pageTop a:hover {
  text-decoration: none;
}


.contactWrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 20px;
}

.contactWrap h4 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  text-align: left;
  line-height: 1.8em;
}

.contactWrap p {
  font-family: yu-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  line-height: 1.4em;
  padding-top: 5px;
}
