@charset "UTF-8";

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  width: 100%;
  background-color: #e1e2d2;
  /* 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 #b14134;
  display: inline-block;
}

.categorySectTitle2 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 #97a454;
  display: inline-block;
}

.categorySectTitle3 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 #4ebecb;
  display: inline-block;
}

.categorySectTitleWhite 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 #f5f5f5;
  display: inline-block;
  color: #f5f5f5;
}




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




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

.mainTitle {
  margin: 0 auto;
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: 2;
}

.mainTitle h4 {
  width: auto;
  margin-top: 20px;
  color: #f5f5f5;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  line-height: 1.4em;
  letter-spacing: 2px;
}

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

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

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

.typographyItem {
  position: absolute;
  top: 40px;
}

.typographyItem h5 {
  font-size: 23px;
  line-height: 1.2em;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333;
  padding-bottom: 15px;
}

.typographyItem p {
  font-size: 14px;
  line-height: 1.2em;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
}



/* Map */

.locationWrap {
  width: 100%;
  background-color: #f5f5f5;
}

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

.locationCont img {
  width: 100%;
}







/* 拠点ヘッド */


.section01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}








.logowrap {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin-top: 200px;
}

.logowrap img {
  width: 150px;
  padding-bottom: 30px;
}

.logowrap p {
  width: 100%;
  padding-bottom: 100px;
  line-height: 2em;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}


.logowrap_2 {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin-top: 200px;
}

.logowrap_2 img {
  width: 200px;
  padding-bottom: 30px;
}

.logowrap_2 p {
  width: 100%;
  padding-bottom: 100px;
  line-height: 2em;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}


.section02 {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
  padding-bottom: 50px;
}

.section02_shinmei {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
  /* padding-bottom: 10px; */
}

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

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

.projectGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3em;
  width: 80%;
  margin-bottom: 100px;
  margin: 0 auto;
}

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

.projectGrid a {
  color: #000;
}

.projectGrid a:hover {
  opacity: 0.8;
  transition: all 0.2s;
}


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

.projecContent img {
  width: 100%;
  max-width: 150px;
  padding-bottom: 20px;
}

.projecItem {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.projecItem img {
  width: 100%;
  max-width: 300px;
  border-radius: 15px;
}

.projecItem p {
  width: 100%;
  text-align: justify;
  line-height: 1.4em;
  padding-top: 15px;
  padding-bottom: 50px;
  font-size: 16px;
}






/* 取り組み */

.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;
}

.basicTxt_2 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.basicTxt_2 p {
  font-size: 16px;
  line-height: 1.6em;
  font-family: yu-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
}


.serviceGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3em;
  width: 100%;
  max-width: 1000px;
  padding-top: 50px;
  padding-bottom: 100px;
  margin: 0 auto;
}

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

.serviceWrap {
  width: 100%;

  padding-top: 50px;
}

.serviceWrap h5 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8em;
  background-color: #4ebecb;
  padding: 15px;
  text-align: center;
  border-radius: 35px;
}

.serviceWrap p {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4em;
  padding-top: 15px;
}

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

.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;
}


/* schedule */

.section03 {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
  padding-bottom: 100px;
}

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

.timeTable {
  width: 70%;
  border-bottom: 1px solid #333;
  margin: 0 auto;
}

.borderTop {
  border-top: 1px solid #333;
}

.borderEnd {
  border-bottom: 1px solid #333;
}


.table_layout {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
}

.name {
  width: 200px;
  padding-top: 50px;
  font-size: 18px;
  font-family: yu-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
}


table td {
  font-size: 16px;
  line-height: 1.4em;
  font-family: yu-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
}

th {
  text-align: left;
  padding-bottom: 15px;
}

td {
  width: 100px;
  padding: 20px;
  vertical-align: middle;
}

table tr:nth-child(even) td {
  background: #e7e7e7;
}

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

.schedulePhotoContents img {
  width: 100%;
  border-radius: 15px;
}

.schedulePhotoContents h4 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  line-height: 1.4em;
  padding-top: 10px;
  padding-bottom: 10px;
}

.schedulePhotoContents p {
  font-size: 16px;
  line-height: 1.6em;
  font-family: yu-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.scheduleGrid {
  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;
}



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

.featureContents img {
  width: 100%;
  border-radius: 15px;
}

.featureContents h4 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  line-height: 1.4em;
  padding-top: 10px;
  padding-bottom: 10px;
}

.featureContents p {
  font-size: 16px;
  line-height: 1.6em;
  font-family: yu-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-top: 20px;
}

.featureGrid {
  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;
}





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

.section04_g {
  width: 100%;
  background-color: #97a454;
  padding: 0px 0px 100px 0px;
  margin: 0 auto;
}

.section04_b {
  width: 100%;
  background-color: #4ebecb;
  padding: 0px 0px 100px 0px;
  margin: 0 auto;
}


.philosophyWrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.philosophyItem h3 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  text-align: center;
  line-height: 1.8em;
  color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 20px;
}

.philosophyItem p {
  font-size: 16px;
  line-height: 1.6em;
  font-family: yu-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
  color: #f5f5f5;
  padding-top: 20px;
}

.philosophyCircle {
  width: 100%;
  text-align: center;
  padding-top: 50px;
}

.philosophyCircle img {
  width: 100%;
  max-width: 250px;
}








.txtCircle {
  width: 200px;
  height: 200px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  word-wrap: break-word;
  overflow: hidden;
}


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

.announceItem h6 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  line-height: 1.6em;
  color: #333;
  border-top: 2px solid #4ebecb;
  border-bottom: 2px solid #4ebecb;
  padding: 15px 0;
  margin-bottom: 15px;
}


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

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


.linkButton2 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 30px 0px 0px 0px;
}

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

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



.section07 {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e1e2d2;
  padding-bottom: 100px;
}

.section08 {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
  padding-bottom: 100px;
}




.wordBreak {
  display: inline-block;
}

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

.facilityPhoto {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.facilityPhoto img {
  width: 100%;
  max-width: 600px;
  border-radius: 15px;
}

.section05 {
  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;
}

.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;
}

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

.contactWrap_shinmei 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_shinmei 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;
}




.kajima {
  padding: 120px 0px 100px 0px;
  background-color: #b14134;
}


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

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



.ooso {
  padding: 120px 0px 100px 0px;
  background-color: #97a454;
}

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

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

.shinmei {
  padding: 120px 0px 100px 0px;
  background-color: #4ebecb;
}

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

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

/*pageTopButton_Kajima*/

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

#pageTop a {
  background: #fff;
  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;
}

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;
}