@charset "utf-8";

/* -----------------------------------------------------------
 common
----------------------------------------------------------- */

.title_area.no_move .p_title {
  transform: translateY(0);
  opacity: 1;
}
.title_area.no_move .p_title + span {opacity: 1;}
.title_area.no_move .p_title + span > span {transform: translateY(0);}

.pagenation .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagenation .wp-pagenavi > .pages {display: none;}
.pagenation .wp-pagenavi > a ,
.pagenation .wp-pagenavi > span {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0 3px 5px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 43px;
  text-decoration: none;
  border: solid 1px #000000;
  border-radius: 50%;
}
.pagenation .wp-pagenavi > a:hover ,
.pagenation .wp-pagenavi > span.current {
  color: #FFFFFF;
  border: solid 1px var(--color01);
  background: var(--color01);
}
.pagenation .wp-pagenavi > a.nextpostslink,
.pagenation .wp-pagenavi > a.previouspostslink {font-size: 0;}
.pagenation .wp-pagenavi > a.nextpostslink::before,
.pagenation .wp-pagenavi > a.previouspostslink::before {
  position: absolute;
  z-index: 0;
  margin: auto;
  inset: 0 0 0 2px;
  width: 9px;
  height: 16px;
  display: block;
  content: "";
  background: url("../img/common/ico_pn.svg") no-repeat center / contain;
}
.pagenation .wp-pagenavi > a.previouspostslink::before {
  transform: rotate(180deg);
  inset: 0 2px 0 0;
}
.pagenation .wp-pagenavi > a.nextpostslink:hover::before,
.pagenation .wp-pagenavi > a.previouspostslink:hover::before {background: url("../img/common/ico_pn_w.svg") no-repeat center / contain;}
.pagenation .wp-pagenavi > span.extend {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: none;
}

@media screen and (max-width: 800px) {

  .pagenation .wp-pagenavi > .pages {
    order: 1;
    display: block;
    border: none;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .pagenation .wp-pagenavi > a ,
  .pagenation .wp-pagenavi > span {
    display: none;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .pagenation .wp-pagenavi > a.nextpostslink,
  .pagenation .wp-pagenavi > a.previouspostslink {display: block;}
  .pagenation .wp-pagenavi > a.nextpostslink {order: 2;}
  .pagenation .wp-pagenavi > a.nextpostslink::before,
  .pagenation .wp-pagenavi > a.previouspostslink::before {
    width: 7px;
    height: 15px;
  }
}

.editor_contents .wp-block-image + p {
  font-size: 1em;
  text-align: left;
}


/* -----------------------------------------------------------
 archive_column
----------------------------------------------------------- */

.archive_column .post_count {
  text-align: right;
  margin: 120px 0 30px;
}
.column_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
.column_list::before ,
.column_list::after {
  display: block;
  content: "";
  width: 23.6%;
  height: 0;
}
.column_list::before {order: 1;}
.column_list li {
  width: 23.6%;
  border: solid 1px #000000;
  margin: 0 0 60px;
}
.column_list li a {
  display: block;
  height: 100%;
  text-decoration: none;
  transition: 0.5s;
}
.column_list li a figure {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-bottom: solid 1px #000000;
}
.column_list li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.column_list li a > p {
  font-size: min(0.75vw, 0.94em);
  font-weight: 500;
  margin: 1.75em auto 0.5em;
  padding: 0 min(10% ,30px);
}
.column_list li a div {padding: 0 min(10% ,30px) 30px;}
.column_list li a div p:nth-of-type(1) {
  min-height: 4.5em;
  color: var(--color01);
  font-size: min(1vw, 1.25em);
  font-weight: 500;
  line-height: 1.5;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
  overflow: hidden;
}
.column_list li a div .btn_more {
  font-size: min(0.9vw, 1.125em);
  margin: 0.5em 0 0;
  text-align: left;
}
.column_list li a:hover {background: #f5f5f5;}
.column_list li a:hover figure img {transform: scale(1.1);}


@media screen and (max-width: 800px) {

  .archive_column .post_count {
    margin: 70px 0 20px;
    padding: 0 5%;
  }
  .column_box {padding: 0;}
  .column_box h2 {padding: 0 5%;}
  .column_list li {
    width: 100%;
    border: none;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    margin: 0 0 30px;
  }
  .column_list li a {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .column_list li a figure {
    width: 50%;
    border-right: solid 1px #000000;
    border-bottom: none;
    order: 1;
  }
  .column_list li a > div {
    width: 50%;
    order: 2;
    padding: 5% 0;
  } 
  .column_list li a > p {
    width: 100%;
    font-size: 15px;
    margin: 0; 
    padding: 0.75em;
    text-align: center;
    border-bottom: solid 1px #000000;
  }
  .column_list li a div p:nth-of-type(1) {
    min-height: auto;
    font-size: 16px;
    padding: 0 7%;
  }
  .column_list li a div .btn_more {
    font-size: 18px;
    margin: 0.75em 0 0;
    padding: 0 7%;
  }

}


/* -----------------------------------------------------------
 single_column
----------------------------------------------------------- */

.single_column .post_title {
  color: var(--color01);
  padding: 70px 0;
}
.single_column .post_title .post_date {
  line-height: 1.2;
  margin: 0 0 40px;
}
.single_column .post_title h1 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.45;
}
.single_column .editor_contents {
  position: relative;
  padding: 60px;
  background: #FFFFFF;
  box-shadow: inset 0 0 0 1px #000000;
}
.single_column .editor_contents::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  margin: auto;
  width: 150vw;
  height: 1px;
  background: #000000;
  inset: 200px -100vw auto;
}
.single_column .editor_contents > *:nth-child(1) {margin-top: 0;}
.single_column #toc_container {
  margin: 70px auto;
  padding: 0!important;
  border: none!important;
}
.single_column #toc_container .toc_title {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left!important;
  padding: 0.5em 1.25em;
  margin: 0;
  letter-spacing: 0.25em;
  background: var(--color01);
}
.single_column #toc_container .toc_list {
  color: var(--color01);
  font-weight: 300;
  background: #f5f5f5;
  padding: 1.5em;
  margin: 0;
}
.single_column #toc_container .toc_list li {padding: 0;}
.single_column #toc_container .toc_list li::before {content: none;}
.single_column #toc_container .toc_list li {margin: 0 0 0.5em;}
.single_column #toc_container .toc_list li > ul {margin: 0.5em 0 0 1em;}
.single_column #toc_container .toc_list li > ul li ul li span {display: none;}
.single_column #toc_container .toc_list li > ul li ul li::before {
  position: static;
  display: inline-block;
  content: "・";
  background: none;
}
.single_column .editor_contents h2 {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5em 1.25em;
  background: var(--color01);
  margin: 70px 0 40px;
}
.single_column .editor_contents h2::before {content: none;}
.single_column .editor_contents h3 {
  color: var(--color01);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5em 1.1em;
  background: #ddeaf6;
  margin: 40px 0;
  border-left: solid 5px var(--color01);
}
.single_column .editor_contents h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.5em 1em;
  margin: 40px 0;
  background: #f5f5f5;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
}
.single_column .editor_contents h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  padding: 0.5em 0.5em;
  margin: 30px 0;
  border-bottom: solid 1px #000000;
}
.single_column .editor_contents h6 {
  font-weight: 500;
  line-height: 1.5;
  margin: 20px 0;
}
.single_column .editor_contents figure {margin: 0 0 40px;}
.single_column .editor_contents figure img {
  width: 100%;
  height: auto;
}
.single_column .editor_contents figure figcaption {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 200;
}
.single_column .editor_contents .wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube {margin: 40px auto;}
.single_column .editor_contents .wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube .wp-block-embed__wrapper {aspect-ratio: 16 / 9;}
.single_column .editor_contents .wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube .wp-block-embed__wrapper iframe {width: 100%;height: 100%;}

.single_column .editor_contents p {line-height: 1.875;}
.single_column .editor_contents p a {
  color: #1a73e8;
  text-decoration: underline;
}
.single_column .editor_contents table {margin: 40px 0;}
.single_column .editor_contents table th {
  color: #FFFFFF;
  font-weight: 500;
  text-align: left;
  padding: 0.75em;
  background: var(--color01);
  border: solid 1px #000000;  
}
.single_column .editor_contents table td {
  text-align: left;
  padding: 0.75em;
  border: solid 1px #000000;  
}
.single_column .editor_contents ul {margin: 30px 0;}
.single_column .editor_contents ul li {
  position: relative;
  z-index: 0;
  padding: 0 0 0 1.2em;
  margin: 0 0 5px;
}
.single_column .editor_contents ul li::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: var(--color01);
  border-radius: 50%;
  inset: 0.5em auto auto 0.2em;
}
.single_column .editor_contents ol {margin: 30px 0 30px 1.2em;}
.single_column .editor_contents ol li {
  list-style-type: decimal;
  margin: 0 0 5px;
}
.single_column .editor_contents ol li::marker {color: var(--color01);}
.single_column .editor_contents ul.link li::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: url("../img/common/ico_linklist.svg") no-repeat center / contain;
}
.single_column .editor_contents ul.link li a::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1.6em;
  height: 1.25em;
  margin: 0 0 0.25em 0.5em;
}
.single_column .editor_contents ul.link li a[target="_blank"]::after {background: url("../img/common/ico_link_target.svg") no-repeat center / contain;}
.single_column .editor_contents ul.link li a[href$=".pdf"]::after {background: url("../img/common/ico_link_pdf_c.svg") no-repeat center / contain;}
.single_column .editor_contents ul.link li a[href$=".xls"]::after ,
.single_column .editor_contents ul.link li a[href$=".xlsx"]::after {background: url("../img/common/ico_link_excel_c.svg") no-repeat center / contain;}
.single_column .editor_contents ul.link li a[href$=".doc"]::after ,
.single_column .editor_contents ul.link li a[href$=".docx"]::after {background: url("../img/common/ico_link_word_c.svg") no-repeat center / contain;}

.single_column .editor_contents .btn {
  display: inline-block;
  min-width: 220px;
  margin: 0 15px 15px 0;
}
.single_column .editor_contents .btn a {
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
  text-align: center;
  line-height: 1.3;
  padding: 0.3em 1.5em 0.25em;
  border: solid 1px #000000;
  border-radius: 99px;
  text-decoration: none;
  color: #000000;
}
.single_column .editor_contents .btn a::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 1.5em;
  height: 1.25em;
  margin: auto;
  inset: 0 0.5em 0 auto;
  background: url("../img/common/ico_link.svg") no-repeat center / auto 60%;
}
.single_column .editor_contents .btn a[target="_blank"]::after ,
.single_column .editor_contents .btn a[href$=".pdf"]::after ,
.single_column .editor_contents .btn a[href$=".xls"]::after ,
.single_column .editor_contents .btn a[href$=".xlsx"]::after ,
.single_column .editor_contents .btn a[href$=".doc"]::after ,
.single_column .editor_contents .btn a[href$=".docx"]::after {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.25em 0.5em;
}
.single_column .editor_contents .btn a[target="_blank"]::after {background: url("../img/common/ico_link_target.svg") no-repeat center / contain;}
.single_column .editor_contents .btn a[href$=".pdf"]::after {background: url("../img/common/ico_link_pdf.svg") no-repeat center / contain;}
.single_column .editor_contents .btn a[href$=".xls"]::after ,
.single_column .editor_contents .btn a[href$=".xlsx"]::after {background: url("../img/common/ico_link_excel.svg") no-repeat center / contain;}
.single_column .editor_contents .btn a[href$=".doc"]::after ,
.single_column .editor_contents .btn a[href$=".docx"]::after {background: url("../img/common/ico_link_word.svg") no-repeat center / contain;}

.single_column .editor_contents .btn a:hover {
  color: var(--color01);
  border: solid 1px var(--color01);
}
.single_column .editor_contents .btn a[target="_blank"]:hover::after {background: url("../img/common/ico_link_target_b.svg") no-repeat center / contain;}
.single_column .editor_contents .btn a[href$=".pdf"]:hover::after {background: url("../img/common/ico_link_pdf_b.svg") no-repeat center / contain;}
.single_column .editor_contents .btn a[href$=".xls"]:hover::after ,
.single_column .editor_contents .btn a[href$=".xlsx"]:hover::after {background: url("../img/common/ico_link_excel_b.svg") no-repeat center / contain;}
.single_column .editor_contents .btn a[href$=".doc"]:hover::after ,
.single_column .editor_contents .btn a[href$=".docx"]:hover::after {background: url("../img/common/ico_link_word_b.svg") no-repeat center / contain;}

.single_column .editor_contents .bg_box > *:nth-last-child(1) {margin-bottom: 0!important;}
.single_column .editor_contents .btn_inquiry {
  width: 380px;
  height: 80px;
  line-height: 80px;
  margin: 50px auto 20px;
}
.single_column .editor_contents .btn_inquiry a {
  display: block;
  height: 100%;
  background: var(--color01);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: 0.5s;
}
.single_column .editor_contents .btn_inquiry a:hover {opacity: 0.5;}

.single_column .title_area.no_move {
  display: block;
  margin: 120px auto 40px;
  padding: 90px min(5%, 50px) 0;
  height: auto;
}
.single_column .title_area.no_move::after {inset: 0 -150vw auto;}
.single_column .title_area.no_move + .column_box {
  position: relative;
  margin: 0 auto;
}
.single_column .title_area.no_move + .column_box .column_list li {margin: 0;}
.single_column .title_area.no_move + .column_box::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  margin: auto;
  width: 150vw;
  height: 1px;
  background: #000000;
  inset: 160px -100vw auto;
}
.single_column .movie_box {max-width: 466px;}
.single_column .movie_box video {
  width: 100%;
  background: #CCCCCC;
  border: solid 1px #000000;
}
.single_column .movie_box p {
  color: var(--color01);
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 800px) {
  
  .single_column .post_title {padding: 50px 0;}
  .single_column .post_title .post_date {margin: 0 0 30px;}
  .single_column .post_title h1 {
    font-size: 22px;
    line-height: 1.36;
  }
  .single_column .editor_contents {
    padding: 0;
    box-shadow: none;
  }
  .single_column .editor_contents::after {display: none;}
  .single_column #toc_container {margin: 50px auto;}
  .single_column #toc_container .toc_title {
    font-size: 19px;
    padding: 0.5em 1em;
  }
  .single_column .editor_contents h2 {
    font-size: 19px;
    padding: 0.5em 1em;
    margin: 50px 0 25px;
  }
  .single_column .editor_contents h3 {
    font-size: 17px;
    padding: 0.5em 1em;
    margin: 25px 0;
    border-left: solid 4px var(--color01);
  }
  .single_column .editor_contents h4 {
    font-size: 16px;
    padding: 0.5em;
    margin: 25px 0;
  }
  .single_column .editor_contents h5 {
    font-size: 16px;
    padding: 0.5em;
    margin: 20px 0;
  }
  .single_column .editor_contents h6 {margin: 20px 0;}
  .single_column .editor_contents figure {margin: 0 0 30px;}
  .single_column .editor_contents figure figcaption {margin: 5px 0 0;}
  .single_column .editor_contents p {line-height: 1.93;}
  .single_column .editor_contents table {margin: 30px 0;}
  .single_column .editor_contents .figure_outer {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .single_column .editor_contents .figure_outer table {
    white-space: nowrap;
  }
  
  
  .single_column .editor_contents ul {margin: 20px 0;}
  .single_column .editor_contents ol {margin: 20px 0 20px 1.2em;}
  .single_column .editor_contents .btn_inquiry {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 30px auto 20px;
  }
  .single_column .editor_contents .btn_inquiry a {transition: 0s;}
  .single_column .editor_contents .btn_inquiry a:hover {opacity: 1;}

  .single_column .title_area.no_move {
    margin: 50px auto 40px;
    padding: 70px min(5%, 30px) 0;
  }
  .single_column .title_area.no_move + .column_box .column_list li {margin: 0 0 30px;}
  .single_column .title_area.no_move + .column_box .column_list li:nth-last-child(1) {margin: 0;}
  .single_column .title_area.no_move + .column_box::after {display: none;}
  .single_column .movie_box {max-width: 100%;}

}


/* -----------------------------------------------------------
 archive_voice
----------------------------------------------------------- */

.archive_voice article > .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1500px;
  padding-top: 120px;
}
.category_box {
  width: 230px;
  margin: 0 0 70px;
  overflow: hidden;
}
.category_box > div {display:block;}
.category_box h2 {
  color: var(--color01);
  font-weight: 700;
}
.category_box * + h2 {margin: 4em 0 0;}
.category_box h2 + span {
  display: block;
  color: var(--color01);
  font-size: 2.875em;
  font-weight: 800;
  font-family: var(--inter);
  line-height: 1.4;
  margin: 0 0 0.75em;
}
.category_box h3 {
  position: relative;
  width: fit-content;
  color: var(--color01);
  font-size: 1.125em;
  font-weight: 700;
  margin: 0 0 0.5em;
}
.category_box h3::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 150%;
  height: 1px;
  background: var(--color01);
  inset: 0 auto 0 calc(100% + 1em);
  margin: auto;
}
.category_box ul {margin: 0 0 1.5em;}
.category_box ul li {margin: 0 0 1em;}
.category_box ul li a {text-decoration: none;}
.category_box ul li a:hover {color: var(--color01);}
.category_box form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  border: solid 1px #000000;
}
.category_box form input {
  width: calc(100% - 60px);
  height: 100%;
  padding: 0.5em 0;
}
.category_box form input::placeholder {color: #969696;}
.category_box form button {
  width: 60px;
  height: 100%;
  background: url("../img/common/ico_search_v.svg") no-repeat center / 40%;
}
.category_box .tag_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.category_box .tag_list li {
  display: inline-block;
  width: auto;
  margin: 0 5px 10px 0;
}
.category_box .tag_list li a {
  display: block;
  height: 100%;
  line-height: 1.2;
  font-size: 0.875em;
  padding: 0.5em 0.75em;
  border: solid 1px #000000;
  border-radius: 99px;
}
.category_box .tag_list li a:hover {
  color: var(--color01);
  border: solid 1px var(--color01);
}
.category_box .tag_list li a::before {content: "#";}

.voice_list {
  width: calc(100% - 300px);
  margin: 0 0 40px;
}

.voice_list > li {margin: 0 0 30px;}
.voice_list > li a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
  border: solid 1px #000000;
  text-decoration: none;
}
.voice_list > li a figure {
  width: 42%;
  aspect-ratio: 462 / 308;
  border-left: solid 1px #000000;
  overflow: hidden;
}
.voice_list li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.voice_list > li a:hover figure img {transform: scale(1.1);}
.voice_list > li a div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 58%;
  padding: 2% 4%;
  transition: 0.5s;
}
.voice_list > li a:hover div {background: #F5f5f5;}
.voice_list > li a div .catch {
  font-size: min(0.8vw,16px);
  margin: 0 0 1em;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
  overflow: hidden;
}
.voice_list > li a div h2 {
  color: var(--color01);
  font-size: min(1vw,20px);
  font-weight: 500;
  margin: 0 0 0.75em;
}
.voice_list > li a div .btn_more {
  font-size: min(0.9vw,18px);
  margin: 0.75em 0 0;
}
.voice_list > li a div ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.voice_list > li a div ul li {
  display: inline-block;
  color: var(--color01);
  font-size: min(0.7vw,13px);
  font-weight: 300;
  margin: 0 1em 0.25em 0;
}
.voice_list > li a div ul li::before {content: "#";}
.archive_voice .pagenation {width: 100%;}

@media screen and (max-width: 1650px) {
  .category_box {
    width: 200px;
    font-size: min(0.9vw, 1em);
  }
  .voice_list {width: calc(100% - 240px);}
  .category_box form {height: 50px;}
  .category_box form input {width: calc(100% - 50px);}
  .category_box form button {width: 50px;}
}

@media screen and (max-width: 1200px) {
  .category_box {font-size: min(1.1vw, 1.125em);}
  .voice_list > li a div {padding: 3%;}
  .voice_list > li a div .catch {font-size: min(1.2vw,16px);}
  .voice_list > li a div h2 {font-size: min(1.5vw,20px);}
  .voice_list > li a div .btn_more {font-size: min(1.35vw,18px);}
  .voice_list > li a div ul li {font-size: min(1.1vw,13px);}
}
  
@media screen and (max-width: 800px) {

  .archive_voice article > .box {
    display: block;
    padding: 0;
  }
  .category_box {
    width: 100%;
    font-size: 1em;
    margin: 0 0 50px;
    border-bottom: solid 1px #000000;
  }
  .category_box > div {
    display: none;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    overflow: hidden;
  }
  .category_box > .sp_cont {
    height: 90px;
    line-height: 90px;
    cursor: pointer;
    color: var(--color01);
    font-size: 17px;
    text-align: center;
  }
  .category_box > .sp_cont.open {border-bottom: solid 1px #000000;}
  .category_box > .sp_cont::after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin: 0 0 0.25em 0.5em;
    background: url("../img/common/ico_ar_bt.svg") no-repeat center / contain;
    transform: rotate(90deg);    
  }
  .category_box > .sp_cont.open::after {transform: rotate(-90deg); }
  .category_box * + h2 {margin: 50px 0 0;}
  .category_box h2 + span {
    font-size: 2.7em;
    margin: 0 0 30px;
  }
  .category_box h3 {
    font-size: 1.14em;
    margin: 20px 0 10px;
  }
  .category_box h3::after {width: 100vw;}
  .category_box ul {margin: 0;}
  .category_box ul li {
    display: inline-block;
    margin: 0 5px 5px 0;
  }
  .category_box ul li a {
    display: block;
    height: 100%;
    line-height: 1.2;
    font-size: 1em;
    padding: 0.35em 0.75em;
    border: solid 1px #000000;
    border-radius: 99px;
  }
  .category_box ul li a:hover {
    color: #FFFFFF;
    background: var(--color01);
  }
  .category_box form {height: 60px;}
  .category_box form input {width: calc(100% - 60px);}
  .category_box form button {width: 60px;}
  .category_box .tag_list li a {
    font-size: 1em;
    padding: 0.35em 0.75em;
  }
  .voice_list {
    width: 100%;
    margin: 0 0 50px;
    border-top: solid 1px #000000;
  }
  .voice_list > li {margin: 0;}
  .voice_list > li a {
    display: block;
    border: solid 1px #000000;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .voice_list > li a figure {
    width: 100%;
    aspect-ratio: 385 / 260;
    border: none;
    border-bottom: solid 1px #000000;
  }
  .voice_list li a figure img {transition: 0s;}
  .voice_list > li a:hover figure img {transform: scale(1);}
  .voice_list > li a div {
    width: 100%;
    padding: 3% 5%;
    transition: 0s;
  }
  .voice_list > li a:hover div {background: none;}
  .voice_list > li a div .catch {font-size: 14px;}
  .voice_list > li a div h2 {font-size: 18px;}
  .voice_list > li a div .btn_more {font-size: 18px;}
  .voice_list > li a div ul li {font-size: 13px;}
}

/* -----------------------------------------------------------
 single_voice
----------------------------------------------------------- */

.kv_voice {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 260px;
  overflow: hidden;
  margin: 0 auto 100px;
}
.kv_voice::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.8;
  background: linear-gradient(to right,  rgba(0,102,204,0.8) 0%,rgba(0,85,154,0.9) 100%);
}

.kv_voice h1 {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  font-size: 2em;
  font-weight: 500;
}
.kv_voice img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_voice p {
  line-height: 1.875;
  margin: 0 0 30px;
}
.single_voice .catch {
  color: var(--color01);
  font-weight: 500;
  font-size: 26px;
  margin: 0 0 40px;
}
.single_voice .tag_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 0 70px;
}
.single_voice .tag_list li {
  display: inline-block;
  width: auto;
  margin: 0 10px 10px 0;
  line-height: 1.2;
}
.single_voice .tag_list li a {
  display: block;
  height: 100%;
  font-size: 14px;
  padding: 0.5em 0.75em;
  border: solid 1px #000000;
  border-radius: 99px;
  text-decoration: none;
}
.single_voice .tag_list li a:hover {
  color: var(--color01);
  border: solid 1px var(--color01);
}
.single_voice .tag_list li a::before {content: "#";}
.single_voice .main_slider {
  margin: 0;
  padding: 0 0 150px;
}
.single_voice .main_slider .slick-slide {
  border: solid 1px #000000;
  margin: 0;
}
.single_voice .main_slider .slick-slide img {width: 100%;height: auto;}
.single_voice .main_slider .slick-dots {bottom: 60px;}
.single_voice .main_slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dbdbdb;
  margin: 0 7px;
  padding: 0;
}
.single_voice .main_slider .slick-dots li.slick-active button {background: var(--color01);}
.single_voice .main_slider .slick-dots li button::before {content: none;}
.single_voice .main_slider .slick-arrow {
  z-index: 2;
  width: 45px;
  height: 45px;  
  background: url("../img/common/ico_slick.svg") no-repeat center / contain;
  margin: auto;
  transform: translate(0, 0);
}
.single_voice .main_slider .slick-arrow::before {display: none;}
.single_voice .main_slider .slick-prev {
  inset: auto 220px 55px 0;
  transform: rotate(180deg);
}
.single_voice .main_slider .slick-next {inset: auto 0 55px 220px;}
.single_voice .main_slider .slick-arrow:hover ,
.single_voice .main_slider .slick-arrow:focus {
  background: url("../img/common/ico_slick_b.svg") no-repeat center / contain;
}
.single_voice .voice_issue {
  position: relative;
  z-index: 0;
  padding: 90px 0;
}
.single_voice .voice_issue::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 150vw;
  height: 1px;
  background: #000000;
  inset: 0 -150vw auto;
  margin: auto;
}
.single_voice .voice_issue section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 50px;
}
.single_voice .voice_issue section:nth-last-child(1) {margin: 0;}
.single_voice .voice_issue section h2 {
  width: 30%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: var(--color01);
  font-size: 22px;
  font-weight: 700;
  background: #ddeaf6;
}
.single_voice .voice_issue section ul {
  width: 65%;
  color: var(--color01);
  font-size: 18px;
  font-weight: 500;
}
.single_voice .voice_issue section ul li {
  list-style-type: disc;
  margin: 5px 0 5px 0.75em;
}
  
.single_voice .voice_section h2 {
  position: relative;
  z-index: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  padding: 1em 0.75em;
}
.single_voice .voice_section h2::before ,
.single_voice .voice_section h2::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  margin: auto;
}
.single_voice .voice_section h2::before {
  width: 2px;
  height: calc(100% - 2em);
  background: var(--color01);
  inset: 0 auto 0 0;
}
.single_voice .voice_section h2::after {
  width: 100vw;
  height: 1px;
  background: #000000;
  inset: 0 -100% auto;
}
.single_voice .voice_section h2 + p {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 90px 0 70px;
}
.single_voice .voice_section h2 + p::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  margin: auto;
  width: 100vw;
  height: 1px;
  background: #000000;
  inset: 0 -100% auto;
}
.single_voice .voice_section .feature_img {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 90px;
}
.single_voice .voice_section .feature_img::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  margin: auto;
  width: 100vw;
  height: 1px;
  background: #000000;
  inset: auto -100% 27%;
}
.single_voice .voice_section .feature_img figure {
  width: 48%;
  margin: 0 0 68px;
}
.single_voice .voice_section .feature_img figure:nth-last-child(2) ,
.single_voice .voice_section .feature_img figure:nth-last-child(1) {margin: 0;}
.single_voice .voice_section .feature_img figure img {width: 100%;}
.single_voice .voice_section dl {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.single_voice .voice_section dl::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  margin: auto;
  width: 200vw;
  height: 1px;
  background: #000000;
  inset: 0 -100% auto;
}
.single_voice .voice_section dl dt {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  line-height: 1.2;
  padding: 1.85em 0.5em;
  background: #f5f5f5;
}
.single_voice .voice_section dl dt::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  margin: auto;
  width: 200vw;
  height: 1px;
  background: #000000;
  inset: auto -150vw 0;
}
.single_voice .voice_section dl dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 35%;
  line-height: 1.7;
  padding: 1.85em 1.5em;
}
.single_voice .voice_section dl dd > span {display: inline-block;}
.single_voice .voice_section dl + p {
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  margin: 10px 0 0;
}
.single_voice .title_area.no_move {
  display: block;
  margin: 120px auto 40px;
  padding: 0 min(5%, 50px);
  height: auto;
}
.single_voice .title_area.no_move::after {content: none;}
.single_voice .title_area.no_move + .box {max-width: 1300px;}
.single_voice .related_slider {margin-bottom: 0!important;padding: 0 0 50px;}
.single_voice .related_slider::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  margin: auto;
  width: 200vw;
  height: 1px;
  background: #000000;
  inset: calc(50% - 25px) -150vw auto;
}
.single_voice .related_slider .slick-list {
  padding: 0!important;
  overflow: visible;
}
.single_voice .related_slider {width: 100%;}
.single_voice .related_slider .slick-slide {margin: 0 20px;}
.single_voice .related_slider .slick-slide a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
  border: solid 1px #000000;
  text-decoration: none;
}
.single_voice .related_slider .slick-slide a figure {
  width: 42%;
  aspect-ratio: 462 / 308;
  border-left: solid 1px #000000;
  overflow: hidden;
}
.single_voice .related_slider .slick-slide a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.single_voice .related_slider .slick-slide a:hover figure img {transform: scale(1.1);}
.single_voice .related_slider .slick-slide a div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 58%;
  padding: 2% 4%;
  transition: 0.5s;
  background: #FFF;
}
.single_voice .related_slider .slick-slide a:hover div {background: #F5f5f5;}
.single_voice .related_slider .slick-slide a div p:nth-of-type(1) {
  font-size: min(1vw,16px);
  margin: 0 0 1em;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
  overflow: hidden;
}
.single_voice .related_slider .slick-slide a div h2 {
  color: var(--color01);
  font-size: min(1.25vw,20px);
  margin: 0 0 0.75em;
}
.single_voice .related_slider .slick-slide a div .btn_more {
  font-size: min(1.1vw,18px);
  margin: 0.75em 0 0;
}
.single_voice .related_slider .slick-slide a div ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.single_voice .related_slider .slick-slide a div ul li {
  display: inline-block;
  color: var(--color01);
  font-size: min(0.9vw,13px);
  font-weight: 300;
  margin: 0 1em 0.25em 0;
}
.single_voice .related_slider .slick-slide a div ul li::before {content: "#";}
.single_voice .related_slider .slick-dots {bottom: 0;}
.single_voice .related_slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dbdbdb;
  margin: 0 7px;
  padding: 0;
}
.single_voice .related_slider .slick-dots li.slick-active button {background: var(--color01);}
.single_voice .related_slider .slick-dots li button::before {content: none;}

@media screen and (max-width: 1200px) {
  .single_voice .related_slider .slick-slide a div {padding: 3%;}
  .single_voice .related_slider .slick-slide a div p:nth-of-type(1) {font-size: min(1.2vw,16px);}
  .single_voice .related_slider .slick-slide a div h2 {font-size: min(1.5vw,20px);}
  .single_voice .related_slider .slick-slide a div .btn_more {font-size: min(1.35vw,18px);}
  .single_voice .related_slider .slick-slide a div ul li {font-size: min(1.1vw,13px);}
}

@media screen and (max-width: 800px) {

  .kv_voice {
    height: 180px;
    margin: 0 auto 60px;
  }
  .kv_voice h1 {font-size: 22px;}
  .single_voice p {line-height: 1.8;}
  .single_voice .catch {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 30px;
  }
  .single_voice .tag_list {margin: 0 0 50px;}
  .single_voice .tag_list li {
    margin: 0 5px 5px 0;
    font-size: 14px;
  }
  .single_voice .main_slider {
    padding: 0 0 100px;
    margin-bottom: 0!important;
  }
  .single_voice .main_slider .slick-dots {bottom: 35px;}
  .single_voice .main_slider .slick-arrow {
    width: 40px;
    height: 40px;  
  }
  .single_voice .main_slider .slick-prev {inset: auto 220px 30px 0;}
  .single_voice .main_slider .slick-next {inset: auto 0 30px 220px;}
  .single_voice .voice_issue {padding: 50px 0;}
  .single_voice .voice_issue section {
    display: block;
    margin: 0 0 40px;
  }
  .single_voice .voice_issue section h2 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 0 0 30px;
  }
  .single_voice .voice_issue section ul {
    width: calc(100% - 1.5em);
    font-size: 16px;
    margin: 0 0 0 1.5em;
  }
  .single_voice .voice_issue section ul li {margin: 0;}
  
  .single_voice .voice_section h2 {font-size: 1.57em;}
  .single_voice .voice_section h2 + p {padding: 50px 0;}
  .single_voice .voice_section .feature_img {margin: 0 auto 50px;}
  .single_voice .voice_section .feature_img::before {display: none;}
  .single_voice .voice_section .feature_img figure {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 0 20px;
  }
  .single_voice .voice_section .feature_img figure::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    margin: auto;
    width: 100vw;
    height: 1px;
    background: #000000;
    inset: 30% -100% auto;
  }
  .single_voice .voice_section .feature_img figure:nth-last-child(2) {margin: 0 0 20px;}
  .single_voice .voice_section .feature_img figure:nth-last-child(1) {margin: 0;}
  .single_voice .voice_section dl {
    width: 100vw;
    transform: translateX(-5%);
  }
  .single_voice .voice_section dl dt {
    width: 40%;
    padding: 1.6em 0.5em;
  }
  .single_voice .voice_section dl dd {
    width: 60%;
    padding: 1.6em 1.5em;
  }
  .single_voice .voice_section dl + p {
    line-height: 1.3;
    text-align: left;
    margin: 5px 0 0;
  }
  .single_voice .title_area.no_move {
    margin: 70px auto 40px;
    padding: 0 5%;
  }
  .single_voice .title_area.no_move + .box {padding: 0;}
  .single_voice .related_slider {border: none;}
  .single_voice .related_slider::after {display: none;}
  .single_voice .related_slider .slick-slide {margin: 0;}
  
  
  .single_voice .related_slider .slick-slide a {
    display: block;
    border: solid 1px #000000;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .single_voice .related_slider .slick-slide a figure {
    width: 100%;
    aspect-ratio: 385 / 260;
    border: none;
    border-bottom: solid 1px #000000;
  }
  .single_voice .related_slider .slick-slide a figure img {transition: 0s;}
  .single_voice .related_slider .slick-slide a:hover figure img {transform: scale(1);}
  .single_voice .related_slider .slick-slide a div {
    width: 100%;
    padding: 3% 5%;
    transition: 0s;
  }
  .single_voice .related_slider .slick-slide a:hover div {background: none;}
  .single_voice .related_slider .slick-slide a div p:nth-of-type(1) {font-size: 14px;}
  .single_voice .related_slider .slick-slide a div h2 {font-size: 18px;}
  .single_voice .related_slider .slick-slide a div .btn_more {font-size: 18px;}
  .single_voice .related_slider .slick-slide a div ul li {font-size: 13px;}

}

