@charset "UTF-8";
/* ==========================================================================
 * PAGES - case
 *
 * WordPressのページをカスタマイズ
 * ========================================================================== */
/* ==========================================================================
 * ABSTRACTS - variables
 *
 * テーマ全体で使用する変数を定義
 * ========================================================================== */
/* ==========================================================
  ▼ ブランドカラー
============================================================ */
/* ==========================================================
  ▼ プランカラー
============================================================ */
/* ==========================================================
  ▼ UIカラー（補助的なカラーパレット）
============================================================ */
/* ==========================================================
  ▼ フォント関連
============================================================ */
/* ==========================================================================
 * ABSTRACTS - mixins
 *
 * テーマで再利用可能な変数を定義
 * ========================================================================== */
/* ==========================================================
  ▼ @mixin respon($device) - デバイスごとのレスポンシブ処理
============================================================ */
/* ==========================================================
  ▼ @mixin clearfix - フロート解除用
============================================================ */
/* ==========================================================
  ▼ @mixin nested-ol - olの入れ子階層に応じた番号スタイル
============================================================ */
/* ==========================================================
  ▼ case
============================================================ */
#case #case_search_tag {
  padding: 24px 40px;
  background-color: #f5f8f5;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  #case #case_search_tag {
    padding: 16px;
  }
}
#case #case_search_tag p {
  line-height: 1;
  margin-bottom: 16px;
  font-size: 1.4rem;
}
#case #case_search_tag ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
#case #case_search_tag ul li {
  color: #0f7975;
  background-color: #ffffff;
  border: 2px solid #0f7975;
  font-weight: bold;
  border-radius: 4px;
  line-height: 1;
  padding: 8px;
  font-size: 1.4rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #case #case_search_tag ul li {
    font-size: 1.2rem;
  }
}
#case #case_search_tag ul li:hover, #case #case_search_tag ul li.active {
  color: #ffffff;
  background-color: #0f7975;
}
#case #case_search_tag ul li[data-filter=all] {
  background-color: rgba(15, 121, 117, 0.2);
}
#case #case_search_tag ul li[data-filter=all]:hover, #case #case_search_tag ul li[data-filter=all].active {
  background-color: #0f7975;
}
#case .case_item {
  display: none;
  padding: 40px;
  background-color: #f5f8f5;
}
@media screen and (max-width: 768px) {
  #case .case_item {
    padding: 24px 16px;
  }
}
#case .case_item.active {
  display: block;
}
#case .case_item + .case_item {
  margin-top: 40px;
}
#case .case_item h3 {
  color: #0f7975;
  font-weight: bold;
  padding-bottom: 4px;
  margin-bottom: 16px;
  border-bottom: 1px dotted #dddddd;
}
#case .case_item .case_apply_tag {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #case .case_item .case_apply_tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
#case .case_item .case_apply_tag p {
  display: inline-block;
  color: #0f7975;
  font-weight: bold;
}
#case .case_item .case_apply_tag ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
#case .case_item .case_apply_tag ul li {
  color: #0f7975;
  background-color: #ffffff;
  border: 2px solid #0f7975;
  font-weight: bold;
  border-radius: 4px;
  line-height: 1;
  padding: 8px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #case .case_item .case_apply_tag ul li {
    padding: 4px;
  }
}
#case .case_item .case_list {
  margin-bottom: 24px;
}
#case .case_item .case_list ul {
  background-color: #ffffff;
  padding: 8px 16px;
}
#case .case_item .case_list ul li {
  position: relative;
  padding: 8px 0;
}
#case .case_item .case_list ul li + li {
  border-top: 1px dotted #dddddd;
}
#case .case_item .case_list ul li .point {
  position: absolute;
  top: 8px;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  width: 90px;
  height: 90px;
  font-weight: bold;
  color: #ffffff;
  background-color: #0f7975;
}
@media screen and (max-width: 768px) {
  #case .case_item .case_list ul li .point {
    position: inherit;
    display: block;
    width: auto;
    height: auto;
    padding: 4px;
    margin-bottom: 16px;
  }
}
#case .case_item .case_list ul li .txt {
  padding-left: 114px;
  min-height: 90px;
}
@media screen and (max-width: 768px) {
  #case .case_item .case_list ul li .txt {
    padding-left: 0;
  }
}
#case .case_item .case_list ul li .txt .lead {
  color: #000000;
  margin-bottom: 0;
}
#case .case_item .case_list ul li .txt p {
  font-size: 1.2rem;
}
#case .case_item .case_img .wrap_box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #case .case_item .case_img .wrap_box {
    gap: 8px;
  }
}
#case .case_item .case_img .wrap_box .wrap_item {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 768px) {
  #case .case_item .case_img .wrap_box .wrap_item {
    width: calc((100% - 8px) / 2);
  }
}
#case .case_item .case_img .wrap_box .wrap_item figcaption {
  font-weight: bold;
  color: #ffffff;
  padding: 8px;
  line-height: 1;
  text-align: center;
  margin-bottom: 8px;
}
#case .case_item .case_img .wrap_box .wrap_item figcaption.before {
  background-color: #666666;
}
#case .case_item .case_img .wrap_box .wrap_item figcaption.after {
  background-color: #e47308;
}

/* ==========================================================
  ▼ document
============================================================ */
#document {
  background: #f5f8f5;
}
#document .lead {
  text-align: center;
}
#document .doc_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding-top: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #document .doc_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
#document .doc_wrap .wrap_box {
  width: calc((100% - 48px) / 3);
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(102, 102, 102, 0.3);
}
@media screen and (max-width: 768px) {
  #document .doc_wrap .wrap_box {
    width: 100%;
  }
}
#document .doc_wrap .wrap_box a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#document .doc_wrap .wrap_box a:hover {
  opacity: 0.6;
}
#document .doc_wrap .wrap_box a img {
  width: 100%;
}
#document .doc_wrap .wrap_box .wrap_txt {
  padding: 16px;
}
@media screen and (max-width: 768px) {
  #document .doc_wrap .wrap_box .wrap_txt {
    padding: 16px;
  }
}
#document .doc_wrap .wrap_box .wrap_txt .heading {
  font-weight: bold;
  text-align: center;
}
#document .doc_wrap .wrap_box .wrap_txt p {
  font-size: 0.8em;
}
#document .doc_wrap .wrap_box .wrap_txt a:hover {
  opacity: 1;
}