@charset "utf-8";

/* スタイルシート
作成者：Hatomi Inc.
作成日：R8.4.09
-------------------------------------------------------------------------------------*/

/* =========================================================
  Responsive BR
========================================================= */

/* デフォルト無効 */
.br-701-800,
.br-801-900,
.br-901-1000{
  display:none;
}

/* 701〜800 */
@media (min-width:701px) and (max-width:800px){
  .br-701-800{
    display:inline;
  }
}

/* 801〜900 */
@media (min-width:801px) and (max-width:900px){
  .br-801-900{
    display:inline;
  }
}

/* 901〜1000 */
@media (min-width:801px) and (max-width:900px){
  .br-901-1000{
    display:inline;
  }
}

/* br-smallview */
@media (max-width:1000px){
  .br-smallview{
    display:none;
  }
}

/* br-smallview-btn */
.br-smallview-btn{
  display:none;
}

@media (min-width:551px) and (max-width:1000px) {
  .br-smallview-btn{
    display:inline;
  }
}



/* =========================================================
  Section Title
========================================================= */

.sectionTitle{
  margin: 0 0 2.5rem;
}
@media (max-width: 700px){
  .sectionTitle{
    margin: 0 0 2rem;
  }
}
@media (max-width: 480px){
  .sectionTitle{
    margin: 0 0 1.5rem;
  }
}

.sectionTitle__head{
  margin: 0;
  padding: 1.4rem 1rem;
  background: #DDE9D3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 700px){
  .sectionTitle__head{
    padding: 1.3rem 1rem;
    gap: 1rem;
  }
}
/*
@media (max-width: 500px){
  .sectionTitle__head{
    align-items: flex-start;
    flex-direction: column;
  }
}
*/
@media (max-width: 480px){
  .sectionTitle__head{
    padding: 1.3rem 1rem;
  }
}

.sectionTitle__ja{
  position: relative;
  display: inline-block;
  padding-left: 1.125rem;
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
	 white-space: nowrap;
}
@media (max-width: 700px){
  .sectionTitle__ja{
    font-size: 1.3rem;
    padding-left: 1rem;
  }
}
@media (max-width: 480px){
  .sectionTitle__ja{
    font-size: 1rem;
    padding-left: 0.875rem;
  }
}

.sectionTitle__ja::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.3125rem;
  height: 1.875rem;
  background: #7AC943;
  transform: translateY(-50%);
}
@media (max-width: 700px){
  .sectionTitle__ja::before{
    height: 1.625rem;
  }
}
@media (max-width: 480px){
  .sectionTitle__ja::before{
    width: 0.25rem;
    height: 1.25rem;
  }
}

.sectionTitle__en{
  flex: 0 0 auto;
  color: #7AC943;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.4;
  font-style: italic;
  white-space: nowrap;
}
@media (max-width: 700px){
  .sectionTitle__en{
    font-size: .8rem;
    white-space: normal;
    align-self: flex-end;
  }
}
@media (max-width: 480px){
  .sectionTitle__en{
    font-size: 0.6rem;
  }
}

.sectionTitle__note{
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: baseline;
}
@media (max-width: 700px){
  .sectionTitle__note{
    font-size: 0.62em;
  }
}
@media (max-width: 480px){
  .sectionTitle__note{
    margin-left: 0.4em;
    font-size: 0.68em;
  }
}
/* =========================================================
  Section Box Title
========================================================= */

.sectionBoxTitle{
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1rem;
}
@media (max-width: 700px){
  .sectionBoxTitle{
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px){
  .sectionBoxTitle{
    margin-bottom: 1rem;
  }
}

.sectionBoxTitle__icon{
  flex: 0 0 auto;
  width: 0.9rem;
  height: 0.9rem;
  background: #79BE49;
}
@media (max-width: 480px){
  .sectionBoxTitle__icon{
    width: 0.75rem;
    height: 0.75rem;
  }
}

.sectionBoxTitle__text{
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (max-width: 700px){
  .sectionBoxTitle__text{
    font-size: 1.1rem;
  }
}
@media (max-width: 480px){
  .sectionBoxTitle__text{
    font-size: 1.05rem;
  }
}


/* =========================================================
  Pill Arrow Button
========================================================= */

.pillArrowBtn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 17rem;
  min-height: 3.75rem;

  padding: 0.9rem 2.8rem 0.9rem 1.6rem;

  background: #F4EBE2;
  border-radius: 999px;
  text-decoration: none;

  transition: opacity .25s ease;
}

@media (max-width: 700px){
  .pillArrowBtn{
    min-height: 3.25rem;
    padding: 0.75rem 2.6rem 0.75rem 1.25rem;
  }
}

@media (max-width: 480px){
  .pillArrowBtn{
    width: 100%;
  }
}


/* テキスト */

.pillArrowBtn__text{
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 700px){
  .pillArrowBtn__text{
    font-size: 1rem;
  }
}

@media (max-width: 480px){
  .pillArrowBtn__text{
    font-size: .9rem;
  }
}


/* 矢印 */

.pillArrowBtn__icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);

  width: 1.4rem;
  height: 1.4rem;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  transition: transform .25s ease;

  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Ccircle cx='13' cy='13' r='12.5' fill='%23fff' stroke='%2379be49'/%3E%3Cline x1='7.4' y1='13' x2='17.9' y2='13' stroke='%2379be49' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='18.6' y1='13' x2='14.7' y2='16.9' stroke='%2379be49' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='14.7' y1='9.1' x2='18.6' y2='13' stroke='%2379be49' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

@media (max-width: 700px){
  .pillArrowBtn__icon{
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (max-width: 480px){
  .pillArrowBtn__icon{
    width: 1.125rem;
    height: 1.125rem;
  }
}


.pillArrowBtn:hover .pillArrowBtn__icon{
  transform: translate(3px,-50%);
}



/* =========================================================
  post-content
========================================================= */

.post-content{
	margin-top: 2rem;
}

.post-content .post-ttl{
	margin-bottom: 1.5rem;
	font-weight: 700;
	color: #78c544;
}

.post-content a{
	color: #78c544;
	font-weight: 700;
}


.post-meta{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 2rem;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.4;
  flex-wrap: wrap;
}

.post-meta span{
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}


/* 区切り線*/
.post-meta span:not(:last-child)::after{
  content: "|";
  margin-left: 0.5rem;
  color: #aaa;
}
			
.post-date::before{
  content: "\f145"; /* カレンダー */
  font-family: "dashicons";
  margin-right: 0.25rem;
  font-size: 1rem;
}

.post-author::before{
  content: "\f110"; /* ユーザー */
  font-family: "dashicons";
  margin-right: 0.25rem;
  font-size: 1rem;
}

/* 画像 */
.post-content img{
  /*width: 100%;*/
	 margin: 1rem 0;
}
			



/* =========================================================
  ARCHIVE CONTENT
========================================================= */

.archiveContent{
  padding: 1rem 0 5rem;
}
@media (max-width: 900px){
  .archiveContent{
    padding: 1rem 0 4rem;
  }
}
@media (max-width: 480px){
  .archiveContent{
    padding: 1rem 0 3rem;
  }
}


/* =========================================================
  ARCHIVE LAYOUT
========================================================= */

.archiveLayout{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20rem;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 1100px){
  .archiveLayout{
    grid-template-columns: minmax(0, 1fr) 18rem;
    gap: 2.5rem;
  }
}
@media (max-width: 900px){
  .archiveLayout{
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.archiveMain{
  min-width: 0;
}


/* =========================================================
  ARCHIVE HEADER
========================================================= */

.archiveHeader{
  margin-bottom: 2rem;
}

.archiveTitle{
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
}
@media (max-width: 900px){
  .archiveTitle{
    font-size: 1.75rem;
  }
}
@media (max-width: 480px){
  .archiveTitle{
    font-size: 1.5rem;
  }
}


/* =========================================================
  ARCHIVE LIST
========================================================= */

.archiveList{
  display: grid;
  gap: 2.5rem;
}

.archiveArticle{
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #dddddd;
}

.archiveArticle__title{
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 900px){
  .archiveArticle__title{
    font-size: 1.75rem;
  }
}
@media (max-width: 480px){
  .archiveArticle__title{
    font-size: 1.5rem;
  }
}

.archiveArticle__title a{
  color: #78c544;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.archiveArticle__title a:hover{
  opacity: 0.8;
}


/* =========================================================
  ARCHIVE META
========================================================= */

.archiveArticle__meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.875rem;
  margin-top: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
}

.archiveArticle__meta span{
  display: inline-flex;
  align-items: center;
}

.archiveArticle__date::before{
  content: "\f145";
  font-family: "dashicons";
  margin-right: 0.25rem;
  font-size: 1rem;
  line-height: 1;
  color: #7ac943;
}

.archiveArticle__author::before{
  content: "\f110";
  font-family: "dashicons";
  margin-right: 0.25rem;
  font-size: 1rem;
  line-height: 1;
  color: #7ac943;
}

.archiveArticle__meta span:not(:last-child)::after{
  content: "|";
  margin-left: 0.875rem;
  color: #b5b5b5;
}


/* =========================================================
  ARCHIVE BODY
========================================================= */

.archiveArticle__body{
  margin-top: 1.5rem;
  color: #333;
  line-height: 1.8;
}

.archiveArticle__body p{
  margin: 0 0 1.25rem;
}

.archiveArticle__body > *:last-child{
  margin-bottom: 0;
}

.archiveArticle__body img{
  margin: 1.5rem 0;
}

/* =========================================================
  ARCHIVE FOOTER
========================================================= */

.archiveArticle__footer{
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #666;
}

.archiveArticle__postedin{
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}

.archiveArticle__postedin::before{
  content: "\f318";
  font-family: "dashicons";
  margin-right: 0.25rem;
  font-size: 1rem;
  line-height: 1;
  color: #7ac943;
}

.archiveArticle__footer a{
  color: #78c544;
  text-decoration: none;
  font-weight: 700;
}

.archiveArticle__footer a:hover{
  opacity: 0.8;
}


/* =========================================================
  PAGINATION
========================================================= */

.pagination{
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.pagination__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination__item{
  margin: 0;
}

.pagination__link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 0.9375rem;
  line-height: 1;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.pagination__link:hover{
  background: #78c544;
  border-color: #78c544;
  color: #fff;
}

.pagination__link.is-current{
  background: #78c544;
  border-color: #78c544;
  color: #fff;
}

.pagination__prev,
.pagination__next{
  font-weight: 700;
}

.pagination__dots{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  color: #888;
  font-size: 0.9375rem;
  line-height: 1;
}


/* =========================================================
  NONE
========================================================= */

.archiveNone{
  margin: 0;
  color: #666;
  line-height: 1.8;
}


