@charset "UTF-8";

/* blogWrap
***************************************************************/
.archiveWrap {
  padding: 138px 0 165px;
  position: relative;
}
.archive_inner {
  width: 1000px;
  margin: 0 auto;
}
.archive_catList {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  gap: 25px 28px;
}
.archive_catList .li1 {
  width: calc((100% - 56px) / 3);
}
.archive_catList .link1 {
  width: 100%;
  height: 55px;
  border-radius: 100px;
  background-color: #fff;
  color: #325310;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
.archive_catList .current .link1 {
  background-color: #325310;
  color: #fff;
}
.blog_list1 {
  padding-top: 120px;
}
.blog_list1 .li1:nth-of-type(n + 2) {
  margin-top: 60px;
}
.blog_list1 .link1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog_list1_thumb {
  width: 224px;
  height: 224px;
  border-radius: 100%;
  background: url(../img/common/circle1.svg) no-repeat center / contain;
  overflow: hidden;
  position: relative;
}
.blog_list1_img {
  width: 224px;
  height: 224px;
  border-radius: 100%;
  background: url(../img/common/blog_default1.svg) no-repeat center / cover;
  overflow: hidden;
  position: relative;
  left: -100%;
  transition: 0.3s ease-in-out;
}
.blog_list1_img.scrollin {
  left: 0;
}
.blog_list1_box1 {
  width: 732px;
  transition: opacity 0.3s ease-in-out;
}
.blog_list1_cat_day {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.blog_list1_cat {
  padding: 6px 20px;
  border: 1px solid #325310;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
.blog_list1_day {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.blog_list1_h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_list1_p1 {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.blog_list1_more {
  width: 150px;
  margin-left: auto;
  margin-top: 16px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.blog_list1_more::after {
  content: "";
  width: 13.66px;
  height: 11.4px;
  background: url(../img/common/arrow2.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
  .archive_catList a.link1:hover {
    background-color: #325310;
    color: #fff;
  }
  a:hover .blog_list1_img {
    transform: scale(1.1);
  }
}
@media all and (max-width: 680px) {
  .archiveWrap {
    padding: 60px 0 60px;
  }
  .archive_inner {
    width: 100%;
  }
  .archive_catList {
    padding: 0 30px;
    gap: 10px;
  }
  .archive_catList .li1 {
    width: calc((100% - 10px) / 2);
  }
  .archive_catList .link1 {
    height: 35px;
    font-size: 14px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .blog_list1 {
    padding: 50px 30px 0;
  }
  .blog_list1 .li1:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .blog_list1 .link1 {
    align-items: flex-start;
  }
  .blog_list1_thumb {
    width: 82px;
    height: 82px;
  }
  .blog_list1_img {
    width: 82px;
    height: 82px;
  }
  .blog_list1_box1 {
    width: calc(100% - 96px);
  }
  .blog_list1_cat {
    font-size: 12px;
  }
  .blog_list1_day {
    font-size: 13px;
  }
  .blog_list1_h3 {
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 6px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  .blog_list1_p1 {
    display: none;
  }
  .blog_list1_more {
    width: 95px;
    margin-top: 10px;
    font-size: 12px;
  }
}
@media all and (max-width: 370px) {
}

/* ページネーション
***************************************************************/
.pagination {
  margin-top: 120px;
}
.nav-links {
  display: flex;
  justify-content: center;
}
.pagination ul.page-numbers {
  display: flex;
  color: #325310;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
  display: inline-block;
  margin: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #325310;
  border-radius: 100%;
  background: #fff;
  color: #325310;
  border: 1px solid #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
}
.pagination .current {
  background: #325310 !important;
  color: #fff !important;
  border-color: #325310 !important;
}
.pagination a.prev,
.pagination a.next {
  background: transparent;
  box-shadow: none;
  border: none;
  color: #325310;
}
.pagination .nav-links .dots {
  background: transparent;
  box-shadow: none;
  border: none;
}
@media all and (min-width: 681px) {
  .pagination a:hover {
    opacity: 0.5;
  }
}
@media all and (max-width: 680px) {
  .pagination {
    margin-top: 60px;
  }
  .pagination a.page-numbers,
  .pagination span.page-numbers {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

/* singleWrap
***************************************************************/
.singleWrap {
  padding: 258px 0 0;
}
.single_clmBox1 {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.blog_article {
  width: 745px;
}
.blog_aside {
  width: 315px;
  position: relative;
}
.blog_aside_sticy {
  width: 100%;
  /* position: sticky; */
  /* top: 150px; */
}
.single_list1_cat_day {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 18px;
}
.single_list1_cat {
  padding: 5px 24px;
  border: 1px solid #325310;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
.single_list1_day {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.single_h1 {
  font-size: 30px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: calc(44 / 30);
}
.back_link1 {
  width: 420px;
  height: 80px;
  margin: 120px auto 0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #325310;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0 60px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.back_link1 i {
  width: 20.58px;
  height: 17.16px;
  background: url(../img/common/arrow1.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33px;
  margin: auto;
  transform: rotate(180deg);
}
@media all and (min-width: 681px) {
  a.back_link1:hover {
    border: 1px solid #76ff02;
    background-color: #76ff02;
  }
}
@media all and (max-width: 680px) {
  .singleWrap {
    padding: 130px 0 0;
  }
  .single_clmBox1 {
    width: 100%;
    display: block;
    padding: 0 30px;
  }
  .blog_article {
    width: 100%;
  }
  .blog_aside {
    width: 100%;
    margin-top: 60px;
  }
  .blog_aside_sticy {
    width: 100%;
    position: static;
  }
  .single_h1 {
    font-size: 22px;
  }
  .back_link1 {
    width: 260px;
    height: 54px;
    font-size: 14px;
    padding: 0 20px;
    margin-top: 60px;
  }
  .back_link1 i {
    width: 13.59px;
    height: 11.33px;
    left: 15px;
  }
}
@media all and (max-width: 370px) {
}

/* contentsArea
***************************************************************/
.contentsArea {
  padding-top: 60px;
}
.c_block + .c_block {
  margin-top: 60px;
}
.c_title1_block + .c_editer1_block {
  margin-top: 40px;
}
.c_editer1_tit + .c_editer1_txt {
  margin-top: 18px;
}
.c_editer1_tit + .c_link_block {
  margin-top: 40px;
}

.c_img1_block {
  width: 100%;
  border-radius: 5px;
  overflow: clip;
}
.c_img1_block img {
  width: 100%;
  max-width: none;
}
.c_title1_tit {
  color: #325310;
  font-size: 24px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.02em;
  line-height: calc(35 / 24);
}
.c_editer1_tit {
  color: #325310;
  font-size: 20px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.02em;
  line-height: calc(35 / 24);
}
.c_editer1_txt {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #333;
}
.c_editer1_txt a {
  color: #325310;
  text-decoration: underline;
}
.c_img_clm_block {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.c_img_clm_item {
  width: calc((100% - 15px) / 2);
}
.c_img_clm_item_img {
  width: 100%;
  height: 247px;
  border-radius: 5px;
  overflow: clip;
}
.type2 .c_img_clm_item_img {
  height: 555px;
}
.c_img_clm_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_img_clm_item_caption {
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 8px;
}
.c_iframe {
  width: 100%;
  height: 418px;
}
.c_iframe iframe {
  width: 100%;
  height: 100%;
}
.c_link1 {
  width: 358px;
  border-radius: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #325310;
  background-color: #325310;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 20px 50px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.c_link1 i {
  width: 20.58px;
  height: 17.16px;
  background: url(../img/common/arrow1_w.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: background 0.3s ease;
}
@media all and (min-width: 681px) {
  .c_editer1_txt a:hover {
    text-decoration: none;
  }
  a.c_link1:hover {
    background-color: #fff;
    color: #325310;
  }
  a.c_link1:hover i {
    background-image: url(../img/common/arrow1.svg);
  }
}
@media all and (max-width: 680px) {
  .contentsArea {
    padding-top: 40px;
  }
  .c_block + .c_block {
    margin-top: 40px;
  }
  .c_title1_block + .c_editer1_block {
    margin-top: 25px;
  }
  .c_editer1_tit + .c_editer1_txt {
    margin-top: 20px;
  }
  .c_editer1_tit + .c_link_block {
    margin-top: 25px;
  }

  .c_title1_tit {
    font-size: 20px;
  }
  .c_editer1_tit {
    font-size: 16px;
  }
  .c_editer1_txt {
    font-size: 14px;
    letter-spacing: 0;
  }
  .c_img_clm_block {
    display: block;
  }
  .c_img_clm_item {
    width: 100%;
  }
  .c_img_clm_item + .c_img_clm_item {
    margin-top: 25px;
  }
  .c_img_clm_item_img {
    height: calc((213 / 375) * 100vw);
  }
  .type2 .c_img_clm_item_img {
    height: calc((478 / 375) * 100vw);
  }
  .c_iframe {
    height: calc((176 / 375) * 100vw);
  }
  .c_link1 {
    width: 90%;
    font-size: 14px;
    padding: 15px 40px;
  }
  .c_link1 i {
    width: 13.59px;
    height: 11.33px;
  }
}
@media all and (max-width: 370px) {
}

/* blog_aside
***************************************************************/
.blog_aside_sticy > section + section {
  margin-top: 70px;
}
.blog_aside_tit {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #325310;
  padding-bottom: 10px;
  border-bottom: 1px solid #c8d6bb;
  margin-bottom: 25px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .blog_aside_sticy > section + section {
    margin-top: 50px;
  }
  .blog_aside_tit {
    font-size: 20px;
  }
}
@media all and (max-width: 370px) {
}

/* sub_blog_list1
***************************************************************/
.sub_blog_list1 .li1:nth-of-type(n + 2) {
  margin-top: 35px;
}
.sub_blog_list1 .link1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sub_blog_list1_thumb {
  width: 82px;
  height: 82px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.sub_blog_list1_img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: url(../img/common/blog_default1.svg) no-repeat center / cover;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.sub_blog_list1_box1 {
  width: 220px;
  transition: opacity 0.3s ease-in-out;
}
.sub_blog_list1_cat_day {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.sub_blog_list1_cat {
  padding: 5px 15px;
  border: 1px solid #325310;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
.sub_blog_list1_day {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.sub_blog_list1_h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(27 / 18);
  margin-top: 6px;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.sub_blog_list1_more {
  width: 98px;
  margin-left: auto;
  margin-top: 12px;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.sub_blog_list1_more::after {
  content: "";
  width: 10.12px;
  height: 8.44px;
  background: url(../img/common/arrow2.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
  a:hover .sub_blog_list1_img {
    transform: scale(1.1);
  }
  a:hover .sub_blog_list1_box1 {
    opacity: 0.6;
  }
}
@media all and (max-width: 680px) {
  .sub_blog_list1 .li1:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .sub_blog_list1 .link1 {
    align-items: flex-start;
  }
  .sub_blog_list1_thumb {
    width: 82px;
    height: 82px;
  }
  .sub_blog_list1_img {
    width: 82px;
    height: 82px;
  }
  .sub_blog_list1_box1 {
    width: calc(100% - 96px);
  }
  .sub_blog_list1_more {
    width: 95px;
    margin-top: 10px;
    font-size: 12px;
  }
}
@media all and (max-width: 370px) {
}

/* sub_interview_list1
***************************************************************/
.sub_interview_list1 .li1 + .li1 {
  margin-top: 30px;
}
.sub_interview_list1 .link1 {
  display: block;
}
.sub_interview_thumb {
  width: 100%;
  height: 160px;
  border-radius: 5px;
  overflow: hidden;
}
.sub_interview_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.sub_interview_box {
  transition: opacity 0.3s ease;
}
.sub_interview_tit {
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(27 / 18);
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.sub_interview_name {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.sub_interview_more {
  width: 98px;
  margin-left: auto;
  margin-top: 12px;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.sub_interview_more::after {
  content: "";
  width: 10.12px;
  height: 8.44px;
  background: url(../img/common/arrow2.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
  a:hover .sub_interview_thumb img {
    transform: scale(1.1);
  }
  a:hover .sub_interview_box {
    opacity: 0.6;
  }
}
@media all and (max-width: 680px) {
  .sub_interview_list1 .li1 + .li1 {
    margin-top: 35px;
  }
  .sub_interview_tit {
    margin-top: 8px;
  }
  .sub_interview_name {
    margin-top: 6px;
  }
  .sub_interview_more {
    width: 95px;
    margin-top: 10px;
    font-size: 12px;
  }
}
@media all and (max-width: 370px) {
}

/* shareWrap
***************************************************************/
.shareWrap {
  width: 1150px;
  margin: 70px auto 90px;
  padding: 50px 70px;
  background-color: #f0f0f0;
  border-radius: 5px;
}
.share_tit {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.share_list1 {
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
.share_list1 .li1 {
  width: calc((100% - 60px) / 4);
}
.share_list1 .link1 {
  width: 100%;
  height: 58px;
  padding: 0 20px 0 30px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  color: #325310;
  font-size: 18px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  transition: 0.3s ease;
  cursor: pointer;
}
.share_list1 .link1 i {
  width: 30px;
}
@media all and (min-width: 681px) {
  .share_list1 .link1:hover {
    background-color: #76ff02;
  }
}
@media all and (max-width: 680px) {
  .shareWrap {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 30px;
  }
  .share_tit {
    font-size: 18px;
  }
  .share_list1 {
    width: 100%;
    margin-top: 20px;
    gap: 10px;
  }
  .share_list1 .li1 {
    width: calc((100% - 10px) / 2);
  }
  .share_list1 .link1 {
    height: 40px;
    padding: 0 10px 0 15px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .share_list1 .link1 i {
    width: 20px;
  }
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
