@charset "UTF-8";
/* CSS Document */

.viewTb {
  display: none;
}

.viewSp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .viewPc {
    display: none;
  }

  .viewTb {
    display: block;
  }

  .viewSp {
    display: none
  }
}

@media only screen and (max-width: 640px) {

  .viewSp {
    display: block;
  }

  .notViewSp {
    display: none;
  }
}



/* ============================ */

.section {
  padding: 5rem 0;
}

/* .section__title {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #20944f;
  text-align: center;
} */

/* 共通の横幅制御用ラッパー */
.inner {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .inner {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ============================ */


/* 『ご挨拶』から下の各章のpadding */
#greeting,
#seisaku,
#kihonSeisaku,
#profile,
#katsudo,
#contact {
  padding: 76px 0px;
}


#topVisual .first {
  background: url('../images/top_back.jpg') no-repeat bottom left;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  border-bottom: 2px solid #20944f;
}

#topVisual .contents {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 62px;
  box-sizing: border-box;
  text-align: center;
}

#topVisual picture {
  width: 100%;
  height: auto;
}

@media (min-width: 641px) {
  #topVisual picture {
    padding-top: 4rem;
  }
}

#topVisual picture img {
  max-height: calc(100vh - 62px);
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-top: 0;
}

/* タブレット以下 */
@media (max-width: 1024px) {
  #topVisual .first {
    height: 500px;
  }

  #topVisual .contents {
    padding-top: 0;
    align-items: center;
  }

  #topVisual picture img {
    max-height: 100%;
    height: 503px;
    padding-top: 0;
  }
}

/* SP表示時 */
@media (max-width: 640px) {
  #topVisual .first {
    height: auto;
    background: none;
  }

  #topVisual .contents {
    padding-top: 0;
    display: block;
  }

  #topVisual picture img {
    width: 100%;
    height: auto;
    max-height: none;
    padding-top: 0;
  }
}

/*動画埋め込み*/
@media screen and (max-width: 560px) {
  .section__video {
    width: 100%;
    margin: 1rem auto;
    box-sizing: border-box;
    position: relative;
    padding-top: calc(315 / 560 * 100%);
  }

  .section__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}



#latest {
  background-color: #e9f7ee;
  text-align: center;
  padding: 50px 0px;
}

#latest .latest__title {
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #20944f;
  margin-top: 4rem;
}

#latest .latest__subtitle {
  letter-spacing: 0.1em;
  margin: 0px 0px 15px;
}

#latest .latest__schedule,
#latest .latest__fbTimeline,
#latest .latest__twTimeline {
  display: inline-block;
  vertical-align: top;
}

#latest .latest__fbTimeline,
#latest .latest__twTimeline {
  margin-left: 12px;
}

#latest .latest__fbTimeline.viewTb,
#latest .latest__twTimeline.viewTb,
#latest .latest__fbTimeline.viewSp,
#latest .latest__twTimeline.viewSp {
  display: none;
}

/*
#latest .latest__schedule {
  width: 280px;
  background: #fff;
  padding: 13px 24px;
  box-sizing: border-box;
  height: 380px;
  text-align: left;
  overflow: auto;
}

#latest .latest__schedule .latest__schedule__title {
  text-align: center;
  background: #20944f;
  color: #fff;
}

#latest .latest__schedule .content {
  border-bottom: solid 1px #20944f;
  font-size: 14px;
  line-height: 1.8em;
  padding: 14px 0px;
}
*/


/* start greeting section ====================== */

.greeting__image--top {
  margin: 0 auto 40px;
}

@media (max-width: 768px) {
  .greeting__image--top {
    margin: 0 auto 20px;
  }
}

.greeting__text {
  letter-spacing: 0.12em;
  line-height: 3em;
}

@media (max-width: 768px) {
  .greeting__text {
    letter-spacing: 0em;
    line-height: 2.5em;
    font-size: 14px;
  }
}

.greeting__text strong {
  background: linear-gradient(transparent 50%, RGBA(32, 148, 4, 0.2) 50%);
  margin: 0px 10px 0px 0px;
  padding: 5px 0px 5px 8px;
}

/* ====================== greeting section end */



/* 『政策』から下の各章のタイトル */

.titleSet {
  text-align: center;
  margin-bottom: 60px;
}

.titleSet .title {
  display: inline-block;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .titleSet {
    margin-bottom: 30px;
  }

  .titleSet .title {
    font-size: 24px;
  }
}


/* 政策 */
#seisaku {
  background-color: #e9f7ee;
  text-align: center;
}


/* 基本政策 */
#kihonSeisaku {
  background: url('../images/iStock-655798422.jpg') fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}

#kihonSeisaku .inner p {
  font-weight: 600;
}

#kihonSeisaku .inner section {
  margin-top: 86px;
}

#kihonSeisaku .inner section h3 {
  font-size: 26px;
  font-weight: 600;
  color: #20944f;
}

#kihonSeisaku .inner section ul {
  margin-top: 16px;
}

#kihonSeisaku .inner section ul li span {
  font-size: 10px;
  color: #20944f;
  vertical-align: bottom;
}

/* プロフィール */
#profile {
  background: #e9f7ee;
  /* background: #ffffff;*/
}

.nenpyo-section {
  width: 80%;
  margin: 0 auto 60px;
}

@media screen and (max-width: 480px) {
  .nenpyo-section {
    width: 100%;
  }
}

.nenpyo {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nenpyo li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.57rem;
  line-height: 1.8;
}

.nenpyo li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #20944f;
  border-radius: 50%;
}

.profile-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto 60px;
  padding: 2rem 1rem;
}

.profile-gallery__item {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.profile-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 768px) {
  .profile-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .profile-gallery {
    grid-template-columns: 1fr;
  }
}



/* ボタン */
/* ボタン */
.policy-button-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin: 2rem auto;
  padding: 100px 0;
}

.policy-button {
  width: 500px;
}

.policy-button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px;
  background-color: #fff;
  border: 3px solid #20944f;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 600;
  color: #20944f;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.3s;
  white-space: normal;
  word-break: break-word;
}

.policy-button a:hover {
  background-color: #20944f;
  color: #fff;
}

.policy-button--arrow a::after {
  content: '';
  flex-shrink: 0;
  margin-left: 1rem;
  width: 15px;
  height: 15px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

/* モバイル用調整 */
@media screen and (max-width: 768px) {
  .policy-button-section {
    padding: 0;
  }

  .policy-button {
    width: 100%;
    box-sizing: border-box;
  }

  .policy-button a {
    font-size: 16px;
    padding: 20px 20px 20px 70px;
    text-align: center;
    line-height: 1.5;
  }

  .policy-button--arrow a::after {
    width: 12px;
    height: 12px;
  }
}



/* お問い合わせ */
#contact {
  text-align: center;
}

#contact div.otoiawase a {
  color: #20944f;
  font-weight: 600;
  display: inline-block;
  border: solid 2px;
  padding: 10px 40px;
  background-image: linear-gradient(to right, #ffffff 50%, #20944f 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
  margin-top: 4rem;
}

#contact div.otoiawase a:hover {
  background-position: -100% 0;
  border: solid 2px #20944f;
  color: #fff;
}

#contact .fb,
#contact .tw,
#contact .is,
#contact .yt,
#contact .tik {
  margin: 0 0.5rem 0;
  display: inline-block;
}

/* #contact .fb {
  margin-right: 10px;
}

#contact .tw {
  margin-left: 10px;
  margin-right: 10px;
}

#contact .is {
  margin-left: 10px;
} */

/* トップへ戻る */
#return {
  text-align: center;
  background-color: #444444;
  padding: 16px 0px;
}

#return a {
  color: #ffffff;
}

#return a i {
  font-size: 20px;
}

/* アクセス */

/* PC・SP共通 */
.section--access {
  background-color: #e9f7ee;
  padding: 4rem 0;
}

.access__title {
  display: inline-block;
  font-weight: 600;
  font-size: 2rem;
  border-bottom: 2px solid #20944f;
}

.access__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}

.access__map,
.access__image {
  width: 100%;
  overflow: hidden;
}

.access__map iframe,
.access__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.access__info {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
}

/* PC表示（横並び） */
@media screen and (min-width: 768px) {
  .access__body {
    flex-direction: row;
    align-items: stretch;
  }

  .access__map {
    flex: 2;
    aspect-ratio: auto;
    /* 高さは画像に揃える */
  }

  .access__image {
    flex: 1;
    aspect-ratio: auto;
  }

  .access__image img {
    height: 100%;
    object-fit: cover;
  }

  .access__info {
    margin-top: 2rem;
  }

  .access__info p {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }

  p.access__info-address {
    margin-top: 3rem;
  }
}

/* SP表示（縦並び） */
@media screen and (max-width: 767px) {
  .access__map {
    aspect-ratio: 4 / 3;
  }

  .access__image {
    width: 80%;
    margin: 0 auto;
    aspect-ratio: auto;
  }

  .access__image img {
    height: auto;
    object-fit: contain;
  }

  .access__info {
    padding: 0 1rem;
  }
}




/* プライバシーポリシーページ */

#privacyPolicy main,
#sitePolicy main {
  padding: 100px 10px 100px 10px;
  max-width: 900px;
  margin: 0px auto;
  font-size: 16.5px;
}

#privacyPolicy main div,
#sitePolicy main div {
  margin: 70px 0px;
}

#privacyPolicy main div h2,
#sitePolicy main div h2 {
  font-size: 1.6em;
  font-weight: 600;
  text-align: left;
}

#privacyPolicy main div span,
#sitePolicy main div span {
  font-weight: 600;
  color: #20944f;
}

/* 送信完了ページ */
#contactPage main#complete .wrapper {
  padding: 160px 0px 90px 0px;
  width: 650px;
  margin: 0px auto;
}

#contactPage main#complete .wrapper .topSentence {
  font-size: 20px;
  font-weight: 600;
  background: #ccc;
  display: inline-block;
  padding: 7px 10px 7px 24px;
}

#contactPage main#complete .wrapper .topSentence2 {
  margin-top: 40px;
}

#contactPage main#complete .wrapper hr {
  width: 100%;
  border: none;
  height: 1px;
  background: #000000;
}

#contactPage main#complete .wrapper hr.top {
  margin-top: 70px;
}

#contactPage main#complete .wrapper hr.bottom {
  margin-top: 0px;
}

#contactPage main#complete form {
  margin-top: 0px;
}

#contactPage main#complete .orei {
  margin-top: 50px;
  font-size: 24px;
  font-weight: 600;
}

#contactPage main#complete .orei .green {
  color: #20944f;
}

#contactPage main#complete .formButton input {
  margin-top: 55px;
  color: #ffffff;
  background-color: #20944f;
  border-style: none;
  font-weight: 600;
  width: 140px;
  cursor: pointer;
}

#contactPage main#complete .formButtonError input {
  margin-top: 0px;
}


/* 『ご意見・お問い合わせ』ページ */
#contactPage main>.inner {
  margin: 0px auto;
  padding: 200px 0px 100px 0px;
  max-width: 900px;
}

#contactPage .topText {
  text-align: center;
}

#contactPage .topText h2 {
  font-weight: 600;
  font-size: 28px;
}

#contactPage .topText p {
  font-size: 14px;
  font-weight: 600;
  line-height: 2em;
  margin-top: 32px;
}

#contactPage .topText p span {
  color: red;
}

#contactPage form {
  margin-top: 48px;
}

#contactPage form table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 30px;
}

#contactPage form table tr th {
  text-align: right;
  width: 112px;
  font-weight: 600;
}

#contactPage form table tr td input,
#contactPage form table tr td textarea {
  width: 93%;
  border: solid 1px;
}

#contactPage form p input.soshin {
  margin-top: 20px;
  color: #ffffff;
  background-color: #20944f;
  border-style: none;
  font-weight: 600;
  width: 140px;
  cursor: pointer;
}

#contactPage #access {
  border-top: solid 5px #444444;
}

#contactPage #access .inner {
  padding: 32px 0px;
}

#contactPage #access .inner .contents {
  margin-top: 0px;
}

#contactPage #access .inner .title {
  text-align: left;
  border: none;
}

#contactPage #access .inner .text {
  height: auto;
}


/* temp =============================== */
/* 実績と公約 */

.policy-section {
  padding: 2rem 1rem 5rem;
  color: #333;
}

/* .policy-section__inner {
  max-width: 900px;
  margin: 0 auto;
} */

.policy-section__heading {
  font-size: 22px;
  font-weight: 600;
  color: #20944f;
  text-align: left;
  margin-bottom: 1.5rem;
}

.policy-section__heading-border {
  height: 1px;
  background-color: #20944f;
  width: 100%;
  margin-bottom: 1.5rem;
}

.policy-section__body {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.policy-section__left {
  flex: 1 1 60%;
  text-align: left;
}

.policy-section__right {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 5rem;
}

.policy-section__block {
  margin-bottom: 2rem;
}

.policy-section__block:last-child {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.policy-section__label_01 {
  color: #fff;
  background: #20944f;
  font-weight: bold;
  padding: 0.8rem;
  border-radius: 5px;
  margin-bottom: 0.75rem;
}

.policy-section__label_02 {
  color: #20944f;
  border: 1px solid #20944f;
  background: #fff;
  font-weight: bold;
  padding: 0.8rem;
  border-radius: 5px;
  margin-bottom: 0.75rem;
}

.policy-section__paragraph {
  line-height: 1.6;
  margin-bottom: 2rem;
}

.policy-section__list {
  list-style: none;
  padding-top: 1.5rem;
  margin: 0;
}

ul.policy-section__list {}

.policy-section__list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.8;
}

.policy-section__list li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #20944f;
  border-radius: 50%;
}

.policy-section__image {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .policy-section {
    padding-bottom: 2rem;
  }

  .policy-section__body {
    flex-direction: column-reverse;
  }

  .policy-section__right,
  .policy-section__left {
    flex: 1 1 100%;
  }

  .policy-section__right {
    margin-top: 0;
    gap: 2rem;
  }

  .policy-section__block:last-child {
    margin-top: 2rem;
  }
}


/* =============================== temp*/

/* 活動の様子 */

.activities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.activity-item {
  width: calc(33.333% - 1rem);
  box-sizing: border-box;
  text-align: center;
}

p.katsudo {
  line-height: 1.2;
  padding: 5px 0px 15px;
}

.activity-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

p.katsudo.activities-caption {
  /* line-height: 1.6; */
  padding: 0 1rem 2.5rem;
}

@media screen and (max-width: 768px) {
  .activity-item {
    width: 100%;
  }
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.sns-icons {
  display: flex;
  gap: 3.5rem;
  justify-content: center;
  padding: 2rem 0;
  list-style: none;
  margin: 0;
}

.sns-icons li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #20944f;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.sns-icons li a:hover {
  background-color: #20944f;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .sns-icons {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    gap: 1.5rem;
  }

  .sns-icons li a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}