@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: 10px;
  color: var(--c-black);
  font-size: 15px;
}
.--detail .tag_menu_area h4 {
  color: var(--c-orange);
}
.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(--c-orange);
  color: #fff;
}
.tag_menu li.active a {
  cursor: default;
}
@media (hover: hover) and (pointer: fine) {
  .tag_menu a:hover {
    background: var(--c-orange);
    color: #fff;
  }
  .outline_area a.cat:hover {
    color: var(--c-orange);
    background: #fff;
  }
}

/*
  一覧ページ
--------------------------*/
.voice {
  overflow: visible;
}
.voice .main_area {
  width: 67%;
}
.voice .side_area {
  top: 100px;
  width: 26%;
}
.tag_menu_inner .cat {
  border-color: var(--c-gray);
  background: none;
  color: var(--c-gray);
}
.clear_area .cat {
  background: #fff;
  color: var(--c-gray);
  border-color: var(--c-gray) !important;
  font-weight: var(--fw-bold);
  text-align: center;
  padding: 5px 10px;
  width: 100%;
  border-radius: 40px;
}
.clear_area .cat i {
  margin-right: 5px;
}

/*
  詳細ページ
--------------------------*/
article {
  overflow: visible;
}
.outline_area {
  width: var(--width);
  max-width: 1100px;
  display: flex;
  gap: 30px 7%;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 160px 0 80px;
  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: 28px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.outline_inner .cus_name {
  color: var(--c-gray);
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 10px;
}
.outline_inner .cat {
  border-color: var(--c-orange);
  background: var(--c-orange);
  color: #fff;
  font-size: 13px;
}
.outline_inner .pref {
  width: 100%;
}

main:has(.--detail) {
  background: none;
}
.detail_header {
  background: var(--c-bg);
}
.--detail {
  padding-top: 80px;
}
.content_wrap {
  display: flex;
  gap: 0 7%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.main_area {
  width: 64%;
}
.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;
}
.main_area > .youtube {
  margin-top: 35px;
}

.summary_area {
  background: var(--c-bg02);
  padding: 25px 4%;
  border-left: solid 3px var(--c-green);
  margin-top: 40px;
}
.summary_area h3 {
  color: var(--c-green);
  font-weight: var(--fw-bold);
  font-size: 18px;
  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%;
  color: var(--c-green);
}
.summary_area .list li:before {
  background-color: var(--c-green);
}
.summary_area .list {
  background: none;
  padding: 0;
  border-radius: 0;
  max-width: 100%;
}

.mokuzi {
  background: var(--c-bg);
  padding: 30px 60px 35px;
  border-radius: 20px;
  margin-top: 50px;
}
.mokuzi h3 {
  font-size: 20px;
  font-weight: var(--fw-bold);
  position: relative;
  color: var(--c-orange);
  margin-bottom: 15px;
}
.mokuzi h3:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
  left: -60px;
  background: var(--c-orange);
}
.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(--c-orange);
  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(--c-bg02);
}
.sec_item .title_min {
  position: relative;
  font-size: 17px;
  line-height: 1.6;
  font-weight: var(--fw-bold);
  color: var(--c-orange);
  padding-left: 30px;
}
.sec_item .title_min:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: var(--c-orange);
  top: 12px;
  left: 0;
}
.sec_item *:not(.title) + .q_txt,
.sec_item *:not(.title) + .title_min {
  margin-top: 40px;
}
.a_txt_free a,
.writer_area a {
  color: var(--c-orange);
  text-decoration: underline;
}
.a_txt_free p + p {
  margin-top: 20px;
}
.a_txt_free code {
  font-weight: var(--fw-bold);
  color: red;
  font-family: var(--ff-gothic);
}
.a_txt_free em {
  font-weight: var(--fw-bold);
  background: linear-gradient(transparent 60%, #fff000 40%);
  display: inline;
  line-height: 1.1;
  font-style: normal;
}
@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 p {
  font-size: 12px;
  color: var(--c-gray);
  line-height: 1.6;
  margin-top: 10px;
}
.youtube .thumb {
  display: block;
  position: relative;
  cursor: pointer;
  aspect-ratio: 16 / 9;
}
.youtube .thumb i {
  position: absolute;
  font-size: 70px;
  color: #f00;
  top: 50%;
  margin-top: -36px;
  left: 50%;
  margin-left: -38px;
  line-height: 1;
}
.youtube .thumb img {
  width: 100%;
  object-fit: cover;
}
.youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.list {
  background: var(--c-bg);
  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(--c-orange);
  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(--c-gray);
  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: var(--c-bg);
}

.contact_area {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
  border-top: solid 3px var(--c-orange);
  padding-top: 50px;
  margin-top: 50px;
}
.writer_area {
  display: flex;
  gap: 0 3.5%;
  align-items: flex-start;
  border: solid 1px var(--c-lightgray);
  padding: 25px 4%;
  background: #fff;
  margin-bottom: 20px;
}
.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(--c-bg);
  max-width: 620px;
  margin: 25px auto 0;
}
.contact_area .list span {
  display: block;
}
.contact_area .list a {
  color: var(--c-orange);
  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(--c-gray);
  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: 100px;
  width: 29%;
}
.side_area .banner_link {
  margin-bottom: 40px;
  display: block;
}
.side_area .round_wrap {
  padding: 32px 0;
  margin-bottom: 30px;
  background: var(--c-bg02);
}
.side_area h3 {
  color: var(--c-orange);
  margin-bottom: 3px;
  padding-left: 30px;
  font-weight: var(--fw-bold);
}
.side_area .btn_area {
  padding-top: 0;
  gap: 8px 0;
}
.--detail .btn {
  flex: 1;
}
.side_area .btn {
  height: 78px;
  justify-content: flex-start;
  padding-left: 15%;
  gap: 0 20px;
  text-align: left;
  flex: 0 0 100%;
}
.other_list {
  padding: 0 30px;
}
.other_list > p {
  padding-top: 20px;
}
.other_list .item {
  padding: 17px 0;
  border-bottom: dotted 1px var(--c-gray);
}
.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(--c-gray);
  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(--c-bg);
  border-radius: 15px;
  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(--c-orange);
}
.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(--c-orange);
  font-size: 12px;
}
.cat_link_area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat_link {
  color: var(--c-orange);
  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: 50px 4%;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
}
.pickup_area {
  padding: 0 0 100px;
}
.pickup_area .ttl1,
.tab_box .ttl1,
.main_area .ttl1 {
  margin-bottom: 40px;
}
.tab_wrap {
  width: 100%;
  border-bottom: solid 1px var(--c-lightgray);
}
.tab_menu {
  display: flex;
  justify-content: center;
  gap: 0 3%;
}
.tab_menu li {
  flex: none;
}
.tab_menu li span {
  border-bottom: solid 3px var(--c-bg);
  line-height: 2;
  padding: 0 15px 10px;
  text-align: center;
  color: var(--c-gray);
  font-weight: var(--fw-bold);
  cursor: pointer;
  transition: 0.3s;
  display: block;
}
.tab_menu li.active span {
  color: var(--c-black);
  border-color: var(--c-black);
}
@media (hover: hover) and (pointer: fine) {
  .tab_menu li:hover span {
    color: var(--c-black);
    border-color: var(--c-black);
  }
}
.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 {
  gap: 30px 2%;
}
.blog .voice_list .item {
  flex: 0 0 32%;
}
.blog .voice_list li a:before {
  content: none;
}
.blog .voice_list .img_area {
  aspect-ratio: 2 / 1;
}

.blog_detail .outline_area .img_area {
  aspect-ratio: 2 / 1;
  border: solid 2px #fff;
}
.blog_detail .side_area {
  position: static;
}
.blog_cv_area {
  display: flex;
  padding: 40px 7%;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 6%;
  border-radius: 30px;
  background: var(--c-bg02);
}
.blog_cv_area .btn_area {
  width: 100%;
  padding-top: 30px;
}
.blog_cv_area .img_area {
  width: min(43%, 260px);
}
.blog_cv_area .txt_area {
  flex: 1;
}
.blog_cv_area p {
  font-weight: var(--fw-bold);
  margin-bottom: 24px;
  line-height: 2;
}
.blog_cv_area .logo_img {
  width: 100%;
  display: block;
}
.blog_cv_area .logo_img img {
  width: 100%;
}
.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(--c-orange);
  font-size: 15px;
  font-weight: bold;
}

/* PCのみサイズ------------------------------- */
@media screen and (min-width: 1101px) {
}

/* タブレット（iPad Pro）以下サイズ------------------------------- */
@media screen and (max-width: 1100px) {
  .outline_area {
    padding: 130px 0 80px;
  }
  .blog .tab_box .voice_list {
    gap: 16px 2%;
  }
  .blog .tab_box .voice_list .item {
    flex: 0 0 49%;
  }
  .pickup_area {
    padding-bottom: 60px;
  }
  .--detail .btn {
    font-size: 16px;
  }
}

/* タブレット（iPad）以下サイズ------------------------------- */
@media screen and (max-width: 1023px) {
  article {
    overflow: hidden;
  }
  .content.--detail {
    padding: 50px 0 0;
    margin-bottom: 100px;
  }
  .outline_area {
    flex-wrap: wrap-reverse;
    padding: 60px 0 50px;
  }
  .outline_area .img_area {
    flex: 0 0 110%;
    margin-left: -5%;
    border-radius: 0;
    border: none;
  }
  .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% !important;
  }
  .tag_menu_area {
    position: static;
    flex: 0 0 100%;
    margin-bottom: 40px;
    border-radius: 16px;
    overflow: hidden;
  }
  .tag_menu_area .accordion_open {
    font-weight: var(--fw-bold);
    background: var(--c-orange);
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    display: block;
    width: 100%;
    line-height: 1.9;
    position: relative;
    font-size: 16px;
  }
  .tag_menu_area .accordion_open:before {
    font-family: var(--ff-icon);
    color: #fff;
    content: "\f055";
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    right: 20px;
    font-size: 25px;
    line-height: 1;
  }
  .tag_menu_area .accordion_close:before {
    content: "\f056";
    color: #fff;
  }
  .tag_menu_inner {
    padding: 15px 20px 25px;
    background: #fff;
    display: none;
  }
  .tag_menu_inner .tag {
    background: #fff;
  }
  .tag_menu_area .cat,
  .tag_menu_area .tag {
    padding: 5px 10px;
  }
  .blog {
    gap: 40px 4%;
  }
  .blog .side_area {
    order: 0;
    width: 90%;
    margin: 0 auto;
  }
  .tab_menu li span {
    padding: 0 10px 10px;
    font-size: 14px;
  }
  .blog .voice_list {
    gap: 16px 2%;
  }
  .blog .voice_list .item {
    flex: 0 0 49%;
  }
}

/* スマホサイズ------------------------------- */
@media screen and (max-width: 767px) {
  .outline_inner .catch_copy {
    font-size: 20px;
  }
  .outline_inner .cus_name {
    font-size: 13px;
  }
  .outline_area .img_area {
    flex: 0 0 112%;
    margin-left: -6%;
  }
  .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: 80px;
  }
  .sec_item .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sec_item .q_txt {
    font-size: 16px;
    padding: 15px 20px;
  }
  .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;
    padding-top: 70px;
  }
  .sec_item *:not(.title) + .q_txt,
  .sec_item *:not(.title) + .title_min {
    margin-top: 30px;
  }
  .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;
  }
  .--detail .btn {
    flex: 0 0 100%;
    height: 64px;
  }
  .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: 48px 7.5%;
  }
  .blog_cv_area .img_area {
    width: 100%;
    margin-top: 30px;
  }
  .blog_cv_area p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
  .blog_cv_area .btn_area {
    padding-top: 20px;
  }
  .blog {
    width: 100%;
    flex-direction: column;
    gap: 20px 0;
  }
  .pickup_area {
    padding: 0 5% 80px;
    position: relative;
  }
  .tab_wrap_wrap {
    position: relative;
  }
  /* .pickup_area:before {
    content: "";
    position: absolute;
    width: 15vw;
    height: 40px;
    right: 0;
    bottom: -60px;
    background: linear-gradient(90deg, rgba(247, 245, 239, 0) 0%, #f7f5ef 100%);
    z-index: 2;
  } */
  .tab_wrap {
    overflow-x: auto;
    position: relative;
  }
  .tab_menu {
    justify-content: flex-start;
    padding: 0 5%;
    gap: 0;
  }
  .tab_menu li {
    flex: none;
  }
  .tab_menu li:last-child {
    padding-right: 6vw;
  }
  .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;
  }
  .blog_detail .outline_area .img_area {
    border: none;
    border-bottom: solid 2px #fff;
  }
}
