@charset "utf-8";

/*========================================================================*\

$root

\*========================================================================*/

/* -- 基本 -- */
:root {
  --font-weight: 400;
  --line-height: 2;
  --sans_serif: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  --serif: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho,
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  --font-color: #262626;
  --primary-color: #3c9d4c;
  --secondary-color: #fff100;
  --tertiary-color: ;
}

/* -- font-size -- */
:root {
  --font_h1: clamp(3.2rem, 1.773rem + 1.14vw, 4.2rem);
  --font_h2: clamp(2.7rem, 1.528rem + 0.8vw, 3.4rem);
  --font_h3: clamp(2.3rem, 1.347rem + 0.45vw, 2.7rem);
  --font_h4: clamp(1.9rem, 1.119rem + 0.34vw, 2.2rem);
  --font_h5: clamp(1.6rem, 0.955rem + 0.23vw, 1.8rem);
  --font_h6: clamp(1.4rem, 0.83rem + 0.23vw, 1.6rem);
}

:root {
  --font_xl: 2rem;
  --font_lg: 1.8rem;
  --font: 1.6rem;
  --font_sm: 1.4rem;
  --font_xs: 1.2rem;
}

/* -- inner-padding -- */
:root {
  --ip: 10rem 0;
}

@media screen and (max-width: 1200px) {
  :root {
    --ip: 8rem 0;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --ip: 4rem 2rem;
    --line-height: 1.8;
  }
}

/* -- width -- */
:root {
  --max-width: 1200px;
}

/*========================================================================*\

$body

\*========================================================================*/

body,
html {
  height: 100%;
}

html {
  /*scroll-padding-top: 100px;*/
}

body {
  font-family: var(--sans_serif);
}

#wrapper {
  overflow: hidden;
  position: relative;
}

.swiper-pagination-bullet-active {
  background: var(--primary-color) !important;
}

.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
}

/*========================================================================*\

$共通

\*========================================================================*/

#Co section .sectionInner {
  padding: 10rem 0;
  max-width: var(--max-width);
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #Co section .sectionInner {
    padding: 10rem 2rem;
    max-width: 100%;
    margin: 0 auto;
  }
}

/*========================================================================*\

$reportSection

\*========================================================================*/

#reportSection {
  background: #ecf5ee;
}

#Co #reportSection h2 {
  font-size: 5rem;
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
  letter-spacing: 1rem;
  color: #000000;
}

#Co #reportSection h2:before {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 80px);
  width: 160px;
  height: 1px;
  content: "";
  background: var(--primary-color);
}

#Co #reportSection h2 .en {
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--primary-color);
  display: block;
}

#Co #reportSection a {
  text-decoration: none;
}

#Co #reportSection figure {
  margin-bottom: 2rem;
}

#Co #reportSection figure img {
  height: 228px;
  width: 100%;
  object-fit: cover;
}

#Co #reportSection dt {
  margin-bottom: 0;
}

#Co #reportSection dd {
  line-height: 1.5;
}

#Co #reportSection .arrow {
  width: 250px;
  margin: 5rem auto 0 auto;
  position: relative;
}

#Co #reportSection .arrow a {
  align-items: center;
  background: var(--primary-color);
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: var(--font);
  font-weight: var(--font-weight_bold);
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  padding: 2rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 1;
}

#Co #reportSection .arrow a:before {
  content: ""; /*何も入れない*/
  display: block;
  position: absolute;
  right: 0;
  top: 43%;
  transform: translate(-50%, 0%);
  width: 20px; /*画像の幅*/
  height: 9px; /*画像の高さ*/
  background-image: url(../images/ico_arrow.png);
  background-size: contain;
}

#Co #reportSection .arrow a:hover {
  opacity: 0.7;
  transform: translateY(-5px);
}

/*========================================================================*\

$snsSection

\*========================================================================*/

#Co #snsSection .sectionInner {
  background: url(../images/bg_sns.png) no-repeat left bottom;
}

#Co #snsSection .snsBox {
  display: flex;
  justify-content: flex-end;
  width: 68%;
  margin: 0 0 0 auto;
}

#Co #snsSection .catch {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 4rem;
}

#Co #snsSection h2 {
  font-size: 9rem;
  font-weight: 900;
  color: #050303;
  line-height: 0.8;
  margin-bottom: 7rem;
}

#Co #snsSection h2 .ss {
  font-size: 3.6rem;
  color: #3c9a3f;
  line-height: 1;
}

#Co #snsSection h3 {
  background: var(--primary-color);
  color: #ffffff;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 3.5rem;
}

#Co #snsSection .box04 {
  align-items: center;
  margin: 0;
}

#Co #snsSection .box04:before,
#Co #snsSection .box04::after {
  content: none;
}

#Co #snsSection .box04 li {
  text-align: center;
  font-size: 1.4rem;
  font-family: "Roboto", serif;
  font-weight: 500;
  align-items: center;
  display: flex;
  width: 60px;
}

#Co #snsSection .box04 li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100px;
  width: 60px;
}

#Co #snsSection .box04 li a:hover {
  opacity: 0.7;
}

#Co #snsSection .box04 li a span {
  margin-top: auto;
  display: block;
}

#Co #snsSection .box04 li:first-child {
  width: 322px;
  height: auto;
}

#Co #snsSection .box04 li:first-child a {
  display: block;
  height: auto;
  width: 100%;
}

#Co #snsSection .box04 li:first-child a img {
  display: block;
}

@media screen and (max-width: 1200px) {
  #Co #snsSection .catch {
    font-size: 3rem;
  }

  #Co #snsSection h2 {
    font-size: 8rem;
    margin-bottom: 5rem;
  }

  #Co #snsSection h2 .ss {
    font-size: 2.6rem;
  }

  #Co #snsSection h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 920px) {
  #Co #snsSection .box04 li:first-child {
    width: 222px;
  }
  #Co #snsSection .sectionInner {
    background: url(../images/bg_sns.png) no-repeat left center;
    background-size: 50%;
  }
}

@media screen and (max-width: 850px) {
  #Co #snsSection .catch {
    font-size: 2rem;
  }

  #Co #snsSection h2 {
    font-size: 6rem;
    margin-bottom: 3rem;
  }

  #Co #snsSection h2 .ss {
    font-size: 2rem;
  }

  #Co #snsSection h3 {
    font-size: 1.8rem;
  }

  #Co #snsSection .snsBox {
    width: 80%;
  }
  #Co #snsSection .box04 li:first-child {
    width: 152px;
  }

  #Co #snsSection .box04 li,
  #Co #snsSection .box04 li a {
    width: 50px;
  }
}

/*========================================================================*\

$bannerSection

\*========================================================================*/

#Co #bannerSection {
  background: #fffce5;
}

#Co #bannerSection .sectionInner {
  padding: 6rem 0;
}

@media screen and (max-width: 1200px) {
  #Co #bannerSection .sectionInner {
    padding: 6rem 2rem;
    max-width: 100%;
    margin: 0 auto;
  }
}

#Co #bannerSection ul {
  margin: 0;
}

#Co #bannerSection ul li a:hover {
  opacity: 0.7;
}

/*========================================================================*\

$footer

\*========================================================================*/

footer {
  background: var(--primary-color);
}

footer #footerInner {
  padding: 5rem 0 3rem 0;
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  footer #footerInner {
    padding: 10rem 2rem;
    max-width: 100%;
    margin: 0 auto;
  }
}

footer #footerInner h2 {
  margin-bottom: 0.5rem;
}

footer #footerInner .address {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

footer #footerInner #copy {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 500;
}

footer #footerInner #footerR ul {
  display: flex;
}

footer #footerInner #footerR ul li {
  margin-left: 1.5rem;
}

footer #footerInner #footerR ul li a {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
}

footer #footerInner #footerR ul li a:hover {
  text-decoration: underline;
}

/*========================================================================*\

$lowermain

\*========================================================================*/
#lowermain {
  background: url(../images/lowermain.jpg) no-repeat center 34%;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lowermain h2 {
  font-size: 4.4rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

/*========================================================================*\

$共通

\*========================================================================*/

#Co .page section .sectionInner {
  padding: 5rem 0;
  max-width: var(--max-width);
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #Co .page section .sectionInner {
    padding: 5rem 2rem;
    max-width: var(--max-width);
    margin: 0 auto;
  }
}

/*========================================================================*\

$ご挨拶

\*========================================================================*/

#Co #greetingPage #greetingBox {
  display: flex;
  justify-content: space-between;
}

#Co #greetingPage #greetingBox .greetingBoxInner {
  width: calc(100% - 350px);
}

#Co #greetingPage #greetingBox .greetingBoxInner:first-child {
  width: 250px;
}

#Co #greetingPage h2 {
  margin: 0 0 1rem 0 !important;
  font-size: 3rem;
  text-align: left;
}

#Co #greetingPage h2::before {
  content: none;
}

#Co #greetingPage #greetingBox .greetingBoxInner figure {
  margin-bottom: 1.25rem;
}

#Co #greetingPage #greetingBox .greetingBoxInner:first-child p {
  line-height: 1.4;
}

#Co #greetingPage #greetingBox .greetingBoxInner:first-child p span {
  font-weight: 700;
  font-size: 1.875rem;
}

/*========================================================================*\

$活動報告一覧

\*========================================================================*/

#Co #reportsPage section h2 {
  font-size: 5rem;
  position: relative;
  text-align: center;
  margin: 0 0 5rem 0 !important;
  letter-spacing: 1rem;
  color: #000000;
}

#Co #reportsPage section h2:before {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 80px);
  width: 160px;
  height: 1px;
  content: "";
  background: var(--primary-color);
}

#Co #reportsPage section h2 .en {
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--primary-color);
  display: block;
}

#Co #reportsPage .newsSection .box02 {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #e7e6e4;
  text-decoration: none;
}

#Co #reportsPage .newsSection .box02:hover {
  opacity: 0.7;
}

#Co #reportsPage .newsSection .box02:last-child {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e7e6e4;
}

#Co #reportsPage .newsSection .box02 .box02Inner {
  width: calc(100% - 260px);
}

#Co #reportsPage .newsSection .box02 .box02Inner:first-child {
  width: 220px;
}

#Co #reportsPage .newsSection .box02 .box02Inner figure img {
  width: 100%;
  max-width: 100% !important;
  height: 178px;
  object-fit: cover;
}

#Co #reportsPage .newsSection .box02 .box02Inner dt {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

#Co #reportsPage .newsSection .box02 .box02Inner dt .day {
  display: block;
  font-size: 1.4rem;
}

#Co #reportsPage .newsSection .box02 .box02Inner dd {
  font-size: 1.5rem;
  color: #494949;
  line-height: 1.6;
}

.navigation {
  text-align: center;
  margin-top: 5rem;
}

.page-numbers {
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  margin-left: 10px;
  color: #333;
  text-decoration: none;
}

.page-numbers:not(.dots) {
  background: #f6f6f6;
}

.page-numbers:not(.current):not(.dots) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  cursor: pointer;
}

.page-numbers:not(.current):not(.dots):hover {
  opacity: 0.5;
}

.page-numbers.current {
  background-color: var(--primary-color);
  color: #fff;
}

#Co #reportsPage .detailPage .post-thumbnail {
  text-align: center;
}

#Co #reportsPage .detailPage h1 {
  font-size: 34px;
  border-bottom: 3px solid #3c9d4c;
  margin: 30px 0 10px 0;
  padding: 0 0 15px 0;
  line-height: 1.4;
}

#Co #reportsPage .detailPage .day {
  text-align: right;
}

#Co #reportsPage .detailPage h2 {
  color: #181818;
  border-left: 3px #3c9d4c solid;
  padding: 0 0 0 15px;
  margin: 0 0 20px 0;
  font-size: 28px;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0 !important;
}

#Co #reportsPage .detailPage h2::before {
  content: none;
}

#Co #reportsPage .detailPage h3 {
  padding: 15px;
  background-color: #f3f4f5;
  border-radius: 2px;
  font-size: 22px;
  margin: 0 0 20px 0;
}

#Co #reportsPage .detailPage h4 {
  border-bottom: 2px dotted #ccc;
  padding: 0 0 15px 30px;
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
}

#Co #reportsPage .detailPage h4:before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: #3c9d4c;
  border-radius: 2px;
  top: 16px;
  left: 0;
}

#Co #reportsPage .detailPage h5 {
  position: relative;
  font-size: 18px;
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
  background: rgba(60, 157, 76, 0.1);
  line-height: 1.6;
  color: #3c9d4c;
}

#Co #reportsPage .detailPage h6 {
  position: relative;
  font-size: 16px;
  color: #3c9d4c;
  margin-bottom: 0;
}

#Co #reportsPage .detailPage p {
  margin-bottom: 30px;
}

#Co #reportsPage .detailPage .day {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}

#Co #reportsPage .detailPage .ico {
  margin: 0 0 0 10px;
  font-weight: 500;
}

#Co #reportsPage .detailPage .btn {
  position: static;
  transform: none;
  margin: 0 auto !important;
}

#Co #reportsPage .detailPage img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 30px;
  height: auto;
}

#Co #reportsPage .detailPage table th,
#Co #reportsPage .detailPage table td {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  padding: 15px;
  border: 1px solid #dfdfdf;
  text-align: left;
  vertical-align: middle;
}

#Co #reportsPage .detailPage table th {
  font-weight: bold;
  background: #f7f7f7;
  text-align: left;
}

#Co #reportsPage .detailPage ul,
#Co #reportsPage .detailPage ol {
  margin-bottom: 30px;
}

#Co #reportsPage .detailPage ul li,
#Co #reportsPage .detailPage ol li {
  font-size: 16px;
  padding: 0;
  padding-left: 1.3em;
  text-indent: 0em;
  margin-bottom: 5px;
  list-style: none !important;
  position: relative;
}

#Co #reportsPage .detailPage ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #3c9d4c;
}

#Co #reportsPage .detailPage ol {
  counter-reset: ol_li;
}

#Co #reportsPage .detailPage ol li {
  position: relative;
  padding-left: 1.2em !important;
  text-indent: 0em !important;
  /*デフォルトのスタイルを非表示にする*/
  list-style: none;
}

#Co #reportsPage .detailPage ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #3c9d4c;
  counter-increment: ol_li; /* ol_li カウンタの値に1加える */
  content: counter(ol_li) "."; /* before擬似要素のcontentで出力 */
}

.wp-block-table,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  padding: 1em 0 0 !important;
  position: relative;
}

@media print, screen and (max-width: 767px) {
  #Co #reportsPage .detailPage h1 {
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0 0 15px 0;
  }

  #Co #reportsPage .detailPage h2 {
    border-left: 3px #3c9d4c solid;
    padding: 0 0 0 15px;
    margin: 20px 0 !important;
    font-size: 22px;
    line-height: 1.4 !important;
  }

  #Co #reportsPage .detailPage h3 {
    padding: 15px;
    font-size: 20px;
    line-height: 1.4;
    margin: 20px 0 !important;
  }

  #Co #reportsPage .detailPage h4 {
    font-size: 18px;
    margin: 20px 0 !important;
  }

  #Co #reportsPage .detailPage h4:before {
    top: 16px;
  }

  #Co #reportsPage .detailPage h5 {
    font-size: 16px;
    padding: 10px 20px;
    line-height: 1.4;
    margin: 20px 0 !important;
  }

  #Co #reportsPage .detailPage h6 {
    font-size: 15px;
    line-height: 1.4;
    margin: 20px 0 10px 0 !important;
  }

  #Co #reportsPage .detailPage p {
    margin-bottom: 20px;
  }

  #Co #reportsPage .detailPage .day {
    font-size: 14px;
    margin-bottom: 20px;
  }

  #Co #reportsPage .detailPage img {
    margin-bottom: 20px;
  }

  #Co #reportsPage .detailPage ul li,
  #Co #reportsPage .detailPage ol li,
  #Co #reportsPage .detailPage p {
    font-size: 14px;
  }

  #Co #reportsPage .detailPage table th,
  #Co #reportsPage .detailPage table td {
    display: block;
    width: 100% !important;
    margin: 0;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1.6;
  }

  #Co #reportsPage .detailPage figcaption,
  #Co #reportsPage .detailPage caption {
    zoom: 70%;
  }
}

/*========================================================================*\

$概要・規約

\*========================================================================*/

#Co #overviewPage section .sectionInner h2 {
  text-align: center;
  margin: 0 !important;
  font-size: 4rem;
}

#Co #overviewPage section .sectionInner h3 {
  font-size: 2.2rem;
  line-height: 1.4;
  margin: 5rem 0 1.5rem 0 !important;
  padding: 1rem 0rem 1rem 1.5rem;
  border-left: 3px solid var(--primary-color);
}

#Co #overviewPage section .sectionInner dl {
  display: flex;
  border-bottom: 1px dashed #bfc8c2;
  padding-bottom: 4rem;
}

#Co #overviewPage section .sectionInner dt {
  margin-right: 1.5rem;
  width: 60px;
}

#Co #overviewPage section .sectionInner dd {
  width: calc(100% - 80px);
}

#Co #overviewPage section .sectionInner dt,
#Co #overviewPage section .sectionInner dd {
  font-size: 1.6rem;
}

/*========================================================================*\

$miyairen_newsBox

\*========================================================================*/

#Co #reportsPage .miyairen_newsBox.box03 {
  display: flex;
}

#Co #reportsPage .miyairen_newsBox.box03 .box03Inner {
  border: solid 1px #e8e8e8;
  padding: 30px;
  text-decoration: none;
}

#Co #reportsPage .miyairen_newsBox.box03 .box03Inner figure {
  background: #e1e1e3;
  margin-bottom: 1.25rem;
}

#Co #reportsPage .miyairen_newsBox.box03 .box03Inner figure img {
  width: auto;
  margin: 0 auto;
  max-height: 260px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#Co #reportsPage .miyairen_newsBox.box03 .box03Inner dt {
  font-size: 1.5rem;
  color: #494949;
  line-height: 1.6;
  margin-bottom: 0;
}

#Co #reportsPage .miyairen_newsBox.box03 .box03Inner dd {
  font-size: 1.8rem;
  line-height: 1.6;
}

#Co #reportsPage .pagination {
  display: flex;
  justify-content: center;
}
