@charset "utf-8";
/*------------------------------------------------------------------

  導入実績

------------------------------------------------------------------*/

/* PC以下共通サイズ------------------------------- */
/*
  タグで絞り込み
--------------------------*/
.tag_menu_area .clear_area {
  margin-bottom: 20px;
  text-align: right;
}
.tag_menu_area button {
  display: none;
}
.tag_menu_area h4 {
  font-weight: var(--fw-bold);
  margin-bottom: 5px;
  color: var(--c-black);
  font-size: 15px;
}
.tag_menu_area ul + h4 {
  padding-top: 20px;
  margin-top: 20px;
  border-top: solid 1px #ccc;
}
.tag_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 5px;
}
.tag_menu li.active a {
  background: var(--pink);
  color: #fff;
}
.tag_menu li.active a {
  cursor: default;
}
@media (hover: hover) and (pointer: fine) {
  .tag_menu a:hover {
    background: var(--pink);
    color: #fff;
  }
}
.tag_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
}
.tag {
  line-height: 2;
  padding: 0 10px;
  border-radius: 4px;
  background: #fff;
  border: solid 1px #ddd;
  color: var(--gray-txt);
  font-size: 12px;
  display: inline-block;
}
.tag:before {
  content: "#";
  margin-right: 3px;
  color: var(--pink);
  font-weight: bold;
  transition: 0.3s;
}
.cat {
  color: #fff;
  border: solid 1px var(--blue);
  font-size: 15px;
  line-height: 2;
  padding: 0 10px;
  border-radius: 5px;
  background: var(--blue);
  display: inline-block;
}
.clear_area .cat {
  background: #fff;
  color: var(--gray);
  border-color: var(--gray);
  font-weight: var(--fw-bold);
  text-align: center;
  padding: 3px 10px;
  width: 100%;
  border-radius: 40px;
}
.clear_area .cat i {
  margin-right: 5px;
}
time {
  color: var(--gray-txt);
  line-height: 1.8;
  flex: 0 0 100%;
  font-size: 12px;
  letter-spacing: 1.5px;
}
@media (hover: hover) and (pointer: fine) {
  a.tag:hover {
    background: var(--pink);
    color: #fff;
    border-color: var(--pink);
  }
  a.tag:hover:before {
    color: #fff;
  }
  a.cat:hover {
    background: #fff;
    color: var(--blue);
  }
  .clear_area .cat:hover {
    background: var(--gray);
    color: #fff;
  }
}

/*
  一覧ページ
--------------------------*/
.voice {
  overflow: visible;
  width: var(--width);
  max-width: 1100px;
}

/*
  詳細ページ
--------------------------*/
article {
  overflow: visible;
}
.outline_wrap {
  background: var(--blue-lit);
}
.outline_area {
  width: var(--width);
  max-width: 1100px;
  display: flex;
  gap: 30px 7%;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 100px 0 70px;
  align-items: flex-start;
}
.outline_area .img_area {
  flex: 0 0 44%;
  overflow: hidden;
  border-radius: 30px;
  aspect-ratio: 3 / 2;
}
.outline_area .img_area img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.outline_inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 10px;
  align-items: flex-start;
}
.outline_inner .catch_copy {
  font-weight: var(--fw-bold);
  font-size: 27px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.outline_inner .cus_name {
  color: var(--gray-txt);
  line-height: 1.8;
  font-size: 14px;
}
.outline_inner .pref {
  width: 100%;
}

.--detail {
  width: var(--width);
  max-width: 1100px;
}
.content_wrap {
  display: flex;
  gap: 0 70px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.main_area {
  width: calc(100% - 390px);
}
.main_area p {
  line-height: 2.2;
  word-break: break-all;
}
.main_area .outline_img {
  text-align: center;
  display: block;
  margin: 35px auto 0;
  max-width: 600px;
}
.youtube {
  border: none;
  box-shadow: none;
}
.main_area > .youtube {
  margin-top: 35px;
}

.summary_area {
  background: var(--gray-lit);
  padding: 25px 4%;
  border-left: solid 3px var(--pink);
  margin-top: 40px;
}
.summary_area h3 {
  color: var(--pink);
  font-size: 18px;
  font-weight: var(--fw-mid);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.summary_area h3:before {
  font-family: var(--ff-icon);
  content: "\f058";
  font-weight: normal;
  font-size: 120%;
}
.summary_area .list li:before {
  background-color: var(--pink);
}
.summary_area .list {
  background: none;
  padding: 0;
  border-radius: 0;
  max-width: 100%;
}

.mokuzi {
  background: var(--gray-lit);
  padding: 30px 60px 35px;
  border-radius: 20px;
  margin-top: 50px;
}
.mokuzi h3 {
  font-size: 20px;
  font-weight: var(--fw-bold);
  position: relative;
  color: var(--blue);
  margin-bottom: 15px;
}
.mokuzi h3:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
  left: -60px;
  background: var(--blue);
}
.mokuzi ul {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.mokuzi a {
  text-decoration: underline;
  line-height: 2;
}
@media (hover: hover) and (pointer: fine) {
  .mokuzi a:hover {
    text-decoration: none;
  }
}

.sec_item {
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
.sec_item > * {
  flex: 0 0 100%;
}
.sec_item .title {
  font-size: 24px;
  font-weight: var(--fw-bold);
  line-height: 1.6;
  padding-left: 10px;
  border-left: 5px solid var(--blue);
  margin-bottom: 20px;
}
.sec_item .q_txt {
  font-size: 18px;
  line-height: 1.6;
  font-weight: var(--fw-bold);
  padding: 15px 30px;
  border-radius: 5px;
  background: var(--blue-lit);
}
.sec_item *:not(.title) + .q_txt,
.sec_item *:not(.title) + .title_min {
  margin-top: 40px;
}
.sec_item .title_min {
  position: relative;
  font-size: 17px;
  line-height: 1.6;
  font-weight: var(--fw-bold);
  color: var(--blue);
  padding-left: 30px;
}
.sec_item .title_min:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: var(--blue);
  top: 12px;
  left: 0;
}
.a_txt_free a,
.writer_area a {
  color: var(--blue);
  text-decoration: underline;
}
.a_txt_free p + p,
.writer_area p + p {
  margin-top: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .a_txt_free a:hover,
  .writer_area a:hover {
    text-decoration: none;
  }
}
.sec_item .img_area {
  display: block;
  padding: 15px 0;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.sec_item .img_area img {
  max-height: 500px;
}
.sec_item .img_area p {
  font-size: 12px;
  color: var(--gray-txt);
  line-height: 1.6;
  margin-top: 10px;
}
.list {
  background: #f9f9f9;
  padding: 25px 30px;
  border-radius: 20px;
  display: flex;
  gap: 10px 0;
  flex-direction: column;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.list li {
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
}
.list li:before {
  position: absolute;
  content: "";
  background: var(--blue);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.sec_item .fukidashi {
  display: grid;
  grid-gap: 0 20px;
  grid-template-columns: 70px 1fr;
  grid-template-rows: 70px 1fr;
  grid-template-areas:
    "areaA areaC"
    "areaB areaC";
}
.sec_item .fukidashi img {
  grid-area: areaA;
  border-radius: 50%;
}
.sec_item .fukidashi span {
  grid-area: areaB;
  display: block;
  text-align: center;
  color: var(--gray-txt);
  font-size: 12px;
  line-height: 1.4;
  padding-top: 10px;
}
.sec_item .fukidashi p {
  grid-area: areaC;
  padding: 25px 30px;
  border-radius: 0px 20px 20px 20px;
  background: #f9f9f9;
}

.contact_area {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
  border-top: solid 3px var(--blue);
  padding-top: 35px;
  margin-top: 35px;
}
.writer_area {
  display: flex;
  gap: 0 3.5%;
  align-items: flex-start;
  border: solid 3px var(--gray-lit);
  padding: 25px 4%;
}
.writer_area .img_area {
  width: 80px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}
.writer_area .img_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.writer_area .txt_area {
  flex: 1;
}
.writer_area h4 {
  font-weight: var(--fw-bold);
  margin-bottom: 10px;
  font-size: 18px;
}
.contact_area .list {
  background: var(--gray-lit);
  max-width: 620px;
  margin: 25px auto 0;
}
.contact_area .list span {
  display: block;
}
.contact_area .list a {
  color: var(--blue);
  text-decoration: underline;
  word-break: break-all;
}
@media (hover: hover) and (pointer: fine) {
  .contact_area .list a:hover {
    text-decoration: none;
  }
}
.contact_area .days {
  text-align: right;
  color: var(--gray-txt);
  max-width: 620px;
  font-size: 14px;
  line-height: 1;
  margin: 0 auto;
  width: 100%;
}
.contact_area .days:before {
  font-family: var(--ff-icon);
  content: "\f304";
  margin-right: 6px;
  font-weight: bold;
}
.contact_area .btn_area {
  padding: 40px 0 0;
}
.contact_area .btn_area.sns {
  padding: 30px 0 0;
}

.side_area {
  position: sticky;
  top: 110px;
  width: 320px;
}
.side_area .banner_link {
  margin-bottom: 20px;
  border: solid 1px #ddd;
  display: block;
}
.side_area section {
  padding: 25px 0 13px;
  border-radius: 20px;
  background: var(--gray-lit);
  margin-bottom: 30px;
}
.side_area h3 {
  font-weight: var(--fw-bold);
  color: var(--blue);
  padding-left: 30px;
  margin-bottom: 3px;
}
.side_area .btn_area {
  padding-top: 0;
}
.--detail .btn,
.side_area .btn {
  font-size: 16px;
  height: 50px;
}
.other_list {
  padding: 0 30px;
}
.other_list .item {
  padding: 17px 0;
  border-bottom: solid 1px #fff;
}
.other_list .item a {
  display: flex;
  gap: 8px 10px;
  flex-wrap: wrap;
}
@media (hover: hover) and (pointer: fine) {
  .side_area .banner_link:hover,
  .other_list .item a:hover {
    opacity: 0.7;
  }
}
.other_list .item:last-child {
  border-bottom: none;
}
.other_list .txt_area,
.post_link_item .txt_area {
  flex: 1;
  line-height: 1;
}
.other_list time,
.post_link_item time {
  font-size: 10px;
}
.other_list .img_area,
.post_link_item .img_area {
  display: block;
  flex: 0 0 70px;
  border-radius: 5px;
  overflow: hidden;
}
.other_list h4,
.post_link_item h4 {
  flex: 1;
  line-height: 1.7;
  font-size: 12px;
  font-weight: var(--fw-bold);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.4em;
}
.other_list p,
.post_link_item p {
  flex: 0 0 100%;
  line-height: 1.7;
  font-size: 12px;
  color: var(--gray-txt);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post_link_area {
  display: flex;
  gap: 0 7%;
  padding-top: 100px;
}
.post_link_wrap {
  flex: 1;
}
.post_link_item {
  width: 100%;
  height: 100%;
  background: var(--gray-lit);
  border-radius: 10px;
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  position: relative;
}
.post_link_item:before {
  font-family: var(--ff-icon);
  content: "\f060";
  position: absolute;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  font-weight: bold;
  color: var(--blue);
}
.post_link_item.prev {
  padding-left: 55px;
}
.post_link_item.prev:before {
  left: 20px;
}
.post_link_item.next {
  padding-right: 55px;
}
.post_link_item.next:before {
  content: "\f061";
  right: 20px;
}
.post_link_item h5 {
  width: 100%;
  color: var(--blue);
  font-size: 12px;
}
.cat_link_area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat_link {
  color: var(--blue);
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  justify-content: center;
  font-size: 14px;
}
.cat_link:before {
  font-family: var(--ff-icon);
  content: "\e5da";
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .post_link_item:hover,
  .cat_link:hover {
    opacity: 0.7;
  }
}

/*
  お知らせ＆コラム
--------------------------*/
.blog {
  display: flex;
  gap: 40px 4%;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1100px;
}
.blog .pickup_area {
  margin-bottom: 100px;
}
.blog .ttl2 {
  margin-bottom: 20px;
}
.tab_wrap {
  width: 100%;
}
.tab_menu {
  display: flex;
  justify-content: center;
  gap: 0;
}
.tab_menu li {
  border: none;
  border-radius: 0;
  border-bottom: solid 3px var(--gray-lit);
  line-height: 2;
  padding: 0 2.5% 10px;
  font-size: 15px;
  text-align: center;
  color: var(--gray-txt);
  font-weight: var(--fw-bold);
  cursor: pointer;
  transition: 0.3s;
  flex: auto;
}
.tab_menu li.active {
  color: var(--blue);
  border-color: var(--blue);
  background: none;
}
@media (hover: hover) and (pointer: fine) {
  .tab_menu li:hover {
    color: var(--blue);
    border-color: var(--blue);
  }
}
.tab_box {
  flex: 1;
  background: none;
  padding: 0;
}
.tab_box > div {
  display: none;
}
.tab_box > div.active {
  display: block;
}
.blog .side_area {
  width: 200px;
  order: 2;
}
.blog .voice_list .img_area {
  aspect-ratio: 48 / 25;
}
.blog .voice_list .item_info {
  padding: 20px 7% 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
}
.blog .voice_list .title {
  font-size: 16px;
  color: var(--c-black);
  margin: 0;
  width: 100%;
}
.blog .cat {
  font-size: 12px;
  line-height: 1.7;
}
.blog .tag {
  padding: 0 10px;
}
.blog .voice_list .tag {
  background: #fff;
}
.blog time {
  font-size: 11px;
  flex: none;
}

.blog_detail .outline_area .img_area {
  aspect-ratio: 48 / 25;
  border-radius: 0;
}
.blog_cv_area {
  display: flex;
  padding: 30px 4.5%;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  border-radius: 30px;
  background: #e6edfb;
  margin-top: 30px;
}
.blog_cv_area .btn_area {
  width: 100%;
  padding-top: 10px;
}
.blog_cv_area .btn_area .btn {
  max-width: 100%;
  width: 100%;
  height: 70px;
  font-size: 20px;
  font-weight: var(--fw-bold);
}
.blog_cv_area .img_area {
  width: min(50%, 300px);
}
.blog_cv_area .txt_area {
  flex: 1;
}
.blog_cv_area p {
  font-size: 26px;
  line-height: 1.8;
  font-weight: var(--fw-bold);
  margin-bottom: 10px;
}
.blog_cv_area p span {
  font-size: 70%;
  margin-left: 10px;
  font-weight: var(--fw-normal);
}
.blog_cv_area .logo_img {
  width: min(80%, 200px);
  display: inline-block;
  vertical-align: middle;
}
.blog_cv_area .txt_area ul {
  display: flex;
  flex-direction: column;
  gap: 5px 3%;
  flex-wrap: wrap;
}
.blog_cv_area .txt_area li {
  flex: 0 0 100%;
  line-height: 1.8;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.blog_cv_area .txt_area li:before {
  font-family: var(--ff-icon);
  content: "\f058";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-size: 15px;
  font-weight: bold;
}

/* PCのみサイズ------------------------------- */
@media screen and (min-width: 769px) {
}

/* タブレット（iPad）以下サイズ------------------------------- */
@media screen and (max-width: 768px) {
  article {
    overflow: hidden;
  }
  .outline_area {
    flex-direction: column-reverse;
    padding: 0 0 40px;
    width: 100%;
  }
  .outline_inner {
    padding: 0 5%;
  }
  .outline_area .img_area {
    border-radius: 0;
    border: none;
    width: 100%;
  }
  .other_list_show {
    position: fixed;
    top: auto;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: none;
  }
  .other_list_show section {
    display: none;
  }
  .main_area {
    width: 100%;
  }
  .tag_menu_area {
    position: static;
    flex: 0 0 100%;
    margin-bottom: 45px;
    border-radius: 30px;
    overflow: hidden;
  }
  .tag_menu_area .accordion_open {
    font-weight: var(--fw-bold);
    background: var(--gray-lit);
    text-align: center;
    padding: 10px 20px;
    display: block;
    width: 100%;
    line-height: 1.9;
    position: relative;
    border: none;
  }
  .tag_menu_area .accordion_open:before {
    font-family: var(--ff-icon);
    color: var(--pink);
    content: "\f055";
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    right: 20px;
    font-size: 25px;
    line-height: 1;
  }
  .tag_menu_area .accordion_close {
    color: #fff;
    background: var(--pink);
  }
  .tag_menu_area .accordion_close:before {
    content: "\f056";
    color: #fff;
  }
  .tag_menu_inner {
    padding: 15px 20px 25px;
    background: var(--gray-lit);
    display: none;
  }
  .tag_menu_inner .tag {
    background: #fff;
  }
  .blog .side_area {
    order: 0;
    width: 90%;
    margin: 0 auto 10px;
  }
  .tab_menu li {
    padding: 0 10px 10px;
    font-size: 14px;
  }
  .outline_inner .catch_copy {
    font-size: 20px;
  }
  .outline_inner .cus_name {
    font-size: 13px;
  }
  .main_area .img_logo img {
    max-height: 130px;
  }
  .mokuzi {
    padding: 30px 30px 35px;
  }
  .mokuzi h3 {
    font-size: 18px;
  }
  .mokuzi h3:before {
    width: 22px;
    left: -30px;
  }
  .mokuzi a {
    line-height: 1.7;
  }
  .sec_item {
    padding-top: 70px;
  }
  .sec_item .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sec_item .q_txt {
    font-size: 16px;
    padding: 15px 20px;
  }
  .sec_item *:not(.title) + .q_txt,
  .sec_item *:not(.title) + .title_min {
    margin-top: 30px;
  }
  .list {
    padding: 25px 20px;
    gap: 7px 0;
    border-radius: 10px;
  }
  .list li {
    line-height: 1.7;
    padding-left: 14px;
  }
  .list li:before {
    width: 6px;
    height: 6px;
    top: 9px;
  }
  .sec_item {
    gap: 20px 0;
  }
  .sec_item .img_area {
    flex: 0 0 90%;
    padding: 10px 0;
  }
  .sec_item .fukidashi {
    grid-gap: 10px 8px;
    grid-template-columns: 50px 1fr;
    grid-template-rows: 50px 1fr;
    grid-template-areas:
      "areaA areaB"
      "areaC areaC";
  }
  .sec_item .fukidashi span {
    display: flex;
    align-items: center;
  }
  .sec_item .fukidashi p {
    line-height: 2;
    padding: 25px 20px;
  }
  .sec_item .title_min {
    font-size: 16px;
  }
  .contact_area .days {
    font-size: 12px;
  }
  .post_link_area {
    align-items: center;
    padding-top: 60px;
  }
  .post_link_item .img_area,
  .post_link_item h4,
  .post_link_item p,
  .post_link_item .txt_area {
    display: none;
  }
  .post_link_item {
    padding: 10px 15px;
    height: auto;
  }
  .post_link_item.prev {
    padding-left: 45px;
  }
  .post_link_item.next {
    padding-right: 45px;
  }
  .cat_link {
    gap: 5px 0;
    font-size: 12px;
  }
  .other_list_show {
    width: calc(100% - 70px);
    padding-left: 3%;
    display: none;
  }
  .other_list_show .btn_area {
    gap: 0 2%;
  }
  .other_list_show .btn {
    line-height: 45px;
    padding: 0 0 0 15px;
    flex: 1;
    border-radius: 50px;
  }
  .other_list_show .btn.--sub {
    flex: 0 0 57%;
  }
  .other_list_show .btn:before {
    margin-right: 0;
    position: absolute;
    left: 15px;
    font-size: 15px;
  }
  .tag_menu_area h4 {
    font-size: 14px;
  }
  .blog_cv_area {
    flex-direction: column;
    padding: 30px 7.5%;
  }
  .blog_cv_area .img_area {
    width: 100%;
  }
  .blog_cv_area p {
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
  }
  .blog_cv_area .logo_img {
    width: 200px;
  }
  .blog_cv_area .btn_area .btn {
    height: 50px;
    font-size: 16px;
  }
  .blog {
    width: 100%;
    flex-direction: column;
    gap: 20px 0;
  }
  .tab_wrap {
    overflow-x: auto;
  }
  .tab_menu {
    justify-content: flex-start;
    padding: 0 5%;
  }
  .tab_menu li {
    flex: none;
  }
  .tab_box {
    width: 90%;
    margin: 0 auto;
  }
  .blog .voice_list {
    flex-direction: column;
  }
  .blog .voice_list li {
    width: 100%;
  }
  .blog .tag,
  .blog .cat {
    font-size: 11px;
  }
  .summary_area {
    padding: 25px 20px;
  }
  .summary_area h3 {
    font-size: 16px;
  }
  .writer_area {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
    padding: 25px 20px;
  }
  .writer_area h4 {
    text-align: center;
    font-size: 16px;
  }
  .writer_area .img_area {
    width: 100px;
  }
  .pickup_area {
    padding: 0 5%;
    margin-bottom: 80px;
  }
  .main_area p {
    font-size: 16px;
  }
}
