@charset "UTF-8";

/*==================================
  1. General - 下層共通
==================================*/
.l-2col {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.l-2col_main {
  width: calc(100% - (300px + 60px));
}

.l-2col_side {
  width: 300px;
}

.l-2col_side > aside > *:first-of-type {
  margin-top: 0;
}

.l-2col_side > aside > *:nth-of-type(n + 2) {
  margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .l-2col {
    display: block;
    margin-top: 30px;
  }
  .l-2col_main {
    width: 100%;
  }
  .l-2col_side {
    margin-top: 60px;
    width: 100%;
  }
  .l-2col_side > aside > *:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

/*
  1.1 Zig - 山切り
====================================*/
.l-zig {
  border-top: 20px solid #f9f7ed;
}
@media screen and (max-width: 767px) {
  .l-zig {
    border-top: none;
  }
}
.l-zig::before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: url(../images/common/bg_zig.svg) repeat-x center bottom/320px auto, #f9f7ed;
}
@media screen and (max-width: 767px) {
  .l-zig::before {
    height: 20px;
    background-size: 100px auto;
  }
}

/*==================================
  2. Breadcrumb - パンくず
==================================*/
.c-breadcrumb {
  margin-top: 40px;
}

.c-breadcrumbList {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}

.c-breadcrumbList:nth-of-type(n + 2) {
  margin-top: 0.5em;
}

.c-breadcrumbList li {
  position: relative;
}

.c-breadcrumbList li > a {
  display: inline-block;
}

.c-breadcrumbList li:not(:last-child) {
  padding-right: 2em;
  margin-right: 1em;
}

.c-breadcrumbList li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0.5em;
  right: 0.25em;
  width: 0.75em;
  height: 0.75em;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-top: 20px;
  }
}

/*==================================
  3. subVisual - サブビジュアル
==================================*/
.p-subVisual {
  border-top: 20px solid #f9f7ed;
}
@media screen and (max-width: 767px) {
  .p-subVisual {
    border-top: none;
  }
}
.p-subVisual::before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: url(../images/common/bg_zig.svg) repeat-x center bottom/320px auto, #f9f7ed;
}
@media screen and (max-width: 767px) {
  .p-subVisual::before {
    height: 20px;
    background-size: 100px auto;
  }
}

/*==================================
  4. Title - タイトル
==================================*/

/*
  4.1 PageTitle - ページタイトル
====================================*/
.c-pageTtl {
  font-size: 3.2rem;
  font-weight: 700;

  background: #f9f7ed;
  border-radius: 0.6em;
  padding: 10px 20px;
}

@media only screen and (max-width: 767px) {
  .c-pageTtl {
    font-size: 2.6rem;
  }
}

/*
  4.2 CommonTitle - 共通タイトル
====================================*/
.c-cateTtl {
  font-size: 2.4rem;
  font-weight: 700;

  background: #c7ebd7;
  border-radius: 0.6em;
  padding: 10px 20px;
}

@media only screen and (max-width: 767px) {
  .c-cateTtl {
    font-size: 2rem;
  }
}

.c-cateTtl02 {
  font-size: 2.2rem;
  font-weight: 700;

  border-left: 10px solid #68d28f;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .c-cateTtl02 {
    font-size: 1.8rem;
  }
}

/*==================================
  5. Status - ページ情報
==================================*/
.c-pageInfo {
  display: flex;
  justify-content: flex-end;
  font-size: 90%;
}

.c-pageInfo_def {
  display: flex;
}

.c-pageInfo_def:not(:first-of-type) {
  margin-left: 2em;
}

.c-pageInfo_def dt {
  position: relative;
}

.c-pageInfo_def dt::after {
  content: "\ff1a";
  padding: 0 0.25em;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .c-pageInfo {
    flex-direction: column;
    align-items: flex-end;
  }
  .c-pageInfo_def:not(:first-of-type) {
    margin-left: 0;
  }
}

/* SNSシェアボタン */
.c-shareList {
  margin-top: 0.5em;
  display: flex;
  justify-content: flex-end;
}
.c-shareList > li {
  width: 100px;
}
.c-shareList > li:not(:first-of-type) {
  margin-left: 0.5em;
}
.c-shareList a {
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-shareList > li {
    width: 80px;
  }
}

/*==================================
  6. Signature - 署名
==================================*/
.c-signature_def {
  background: #f9f7ed;
  border-radius: 0.6em;
  padding: 20px;
}

.c-signature_head {
  font-size: 2.2rem;

  position: relative;
  padding-left: calc(1.4em + 12px);
}

.c-signature_head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 1.4em;
  height: 1.4em;
  background: url(../images/top/icon_head.svg) no-repeat center/cover;
}

.c-signature_body {
  margin-top: 10px;
}

.c-signature_name {
  font-weight: 700;
  margin-bottom: 0.3em;
}

@media only screen and (max-width: 767px) {
  .c-signature_head {
    font-size: 2rem;
  }
}

/*==================================
  7. Side - 右カラム
==================================*/
.c-sideTtl {
  font-size: 2.2rem;
  font-weight: 700;

  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-sideTtl {
    font-size: 2rem;
  }
}

/*
 	7.1 Side Category - サイドカテゴリ
====================================*/
.c-sideTtl__category {
  background: #68d28f;
  border-radius: 10px 10px 0 0;
  padding: 10px 20px;
}

/* 親カテゴリ*/
.c-categoryList {
  border: 1px solid #68d28f;
  border-top: none;
  border-radius: 0 0 2rem 2rem;
  background: #fff;
}

.c-categoryList > li {
  padding: 1em;
}

.c-categoryList > li:not(:first-of-type) {
  border-top: 1px solid #68d28f;
}

/* 子カテゴリ*/
.c-categoryList_child {
  display: grid;
  gap: 0.4em;

  border: 1px solid #68d28f;
  border-top: none;
  padding: 1em;
}

.c-categoryList_child > li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.6rem;
}

/* マーク */
.c-categoryList > li {
  display: block;
  padding-left: calc((1.4em + 0.8em) + 1em);
  position: relative;
}

.c-categoryList > li::before {
  content: "";
  position: absolute;
  top: calc(0.2em + 1em);
  left: calc(0.2em + 1em);
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: #1774ad;
}

.c-categoryList > li::after {
  content: "";
  position: absolute;
  top: calc(0.6em + 1em);
  left: calc(0.6em + 1em);
  width: 0.6em;
  height: 0.6em;
  background: url(/assets/images/common/i_arrow.svg) no-repeat;
}

.c-categoryList_child > li {
  display: block;
  padding-left: calc(0.8em + 8px);
  position: relative;
}

.c-categoryList_child > li::before {
  content: "";
  position: absolute;
  top: calc(0.8em - 4px);
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #68d28f;
}

/*
 	7.2 Side Banner - サイドバナー
====================================*/
.c-sidebnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.c-sidebnr_item {
  width: 100%;
}

.c-sidebnr_item a {
  display: block;
}

.c-sidebnr_item figure img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-sidebnr_item {
    width: calc(100% / 2 - 10px);
  }
}

/*==================================
  8. Category - カテゴリ一覧
==================================*/

/*
 	8.1 Category News - カテゴリ新着
====================================*/
.c-newsBox_inr {
  margin-top: 10px;
}

.c-newsTtl {
  font-size: 2.6rem;
  font-weight: 700;
}

.c-news_btn {
  margin-top: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-newsTtl {
    font-size: 2.2rem;
  }
}

/*
 	8.2 Category Body - カテゴリ本体
====================================*/
.c-linkList li {
  border-bottom: 1px solid #dedede;
  padding: 20px 0;
  /* アイコン */
  position: relative;
  padding-left: calc(1.8em + (20px * 2));
}

.c-linkList li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 1.8em; /* line-height */
  aspect-ratio: 1 / 1;
}

.c-linkList li > a {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .c-linkList li {
    padding: 16px 0;
    padding-left: calc(1.8em + (12px * 2));
  }
  .c-linkList li::before {
    top: 16px;
    left: 12px;
  }
}

.i-folder li::before {
  background: url(/assets/images/common/i_folder.svg) no-repeat;
}
.i-page li::before {
  background: url(/assets/images/common/i_page.svg) no-repeat;
}

/* 一覧ページのみ */
.c-linkListUnit .c-linkList:first-of-type {
  border-top: 1px solid #dedede;
}

/* サイトマップ用 */
.c-sitemap + .c-sitemap {
  margin-top: 60px;
}

.c-linkList__col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

@media only screen and (max-width: 767px) {
  .c-sitemap + .c-sitemap {
    margin-top: 30px;
  }
  .c-linkList__col2 {
    display: block;
  }
}

/*==================================
  9. Purpose - かんたん検索
==================================*/
.c-purposeUnit {
  margin-left: 1em; /* indent */
}

/* 第3層カテゴリ名 */
.c-folderTtl {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: calc(1.8em + 1em);
}

.c-folderTtl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8em;
  aspect-ratio: 1 / 1;
  background: url(/assets/images/common/i_folder.svg) no-repeat;
}

@media only screen and (max-width: 767px) {
  .c-folderTtl {
    font-size: 1.8rem;
  }
}

/*==================================
  10. Organization - 組織情報
==================================*/
/* common */
.c-orgList li > a,
.c-orgList li > span {
  display: inline-block;
}

/* layer1 */
.c-orgList__layer1 > li {
  padding-left: 0.5em;
}
.c-orgList__layer1 > li:before {
  content: "";
  position: relative;
  top: -2px;
  left: -8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #333;
}

/* layer2 */
.c-orgList__layer2 > li {
  position: relative;
  padding-left: calc(0.5em + 16px);
}
.c-orgList__layer2 > li::before {
  content: "";
  border-top: 4px solid #68d28f;
  width: 16px;
  position: absolute;
  top: 0.8em;
  left: 0;
}
.c-orgList__layer2 > li > a,
.c-orgList__layer2 > li > span {
  font-size: 2rem;
  font-weight: 700;
}

/* layer3 */
.c-orgList__layer3 > li {
  position: relative;
  padding-left: calc(0.25em + 20px);
}
.c-orgList__layer3 > li::before {
  content: "";
  width: 10px;
  height: 2.2em;
  background: #68d28f;
  position: absolute;
  top: 0;
  left: 0;
}

.c-orgList__layer3 > li > a,
.c-orgList__layer3 > li > span {
  font-size: 2.2rem;
  font-weight: 700;
}

/* layer4 */
.c-orgList__layer4 > li {
  position: relative;
}
.c-orgList__layer4 > li::before {
  content: "";
  width: 100%;
  height: calc(2.4em + 0.8em);
  background: #c7ebd7;
  border-radius: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.c-orgList__layer4 > li > a,
.c-orgList__layer4 > li > span {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.4;
  position: relative;
  margin-left: 2rem;
}

/* indent */
.c-orgList {
  margin-left: 20px;
}

.c-orgUnit > .c-orgList {
  margin-left: 0;
}

.c-orgList li > .c-orgList li {
  margin-top: 20px;
}

.c-orgList > li:not(:first-of-type) {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .c-orgList__layer2 > li > a,
  .c-orgList__layer2 > li > span {
    font-size: 1.8rem;
  }

  .c-orgList__layer3 > li > a,
  .c-orgList__layer3 > li > span {
    font-size: 2rem;
  }

  .c-orgList__layer4 > li > a,
  .c-orgList__layer4 > li > span {
    font-size: 2.2rem;
  }

  .c-orgList {
    margin-left: 10px;
  }

  .c-orgList li > .c-orgList,
  .c-orgList li + li {
    margin-top: 10px;
  }

  .c-orgList:first-child > li:not(:first-of-type) {
    margin-top: 30px;
  }
}

/*==================================
  11. 404 - NotFound
==================================*/
.c-notfound {
  margin-top: 80px;
  text-align: center;
}
.c-notfound > *:not(:first-child) {
  margin-top: 40px;
}
.c-notfound > figure {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.c-notfound_ttl {
  font-size: 3.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-notfound {
    margin-top: 40px;
  }
  .c-notfound_ttl {
    font-size: 2.4rem;
  }
}
