@charset "UTF-8";
/* .p-column
---------------------------------------------------------------------------- */
.p-column {
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .p-column {
    padding: 0 0 16vw;
  }
}
.p-column-lead {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-column-lead {
    margin-bottom: 10.6666666667vw;
    font-size: 4vw;
  }
}
.p-column-category-ttl {
  font-size: 2.6rem;
  line-height: 1.7692307692;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-column-category-ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-column-category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.p-column-category-list-all {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding: 0 0 4px;
  margin-bottom: 10px;
  border-bottom: 2px solid #222222;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-column-category-list-all {
    font-size: 4vw;
    padding: 0;
    padding-bottom: 0.5333333333vw;
    margin-bottom: 4vw;
    margin-right: 4vw;
  }
}
.p-column-category-list-link {
  color: #222222;
}
.p-column-category-li {
  margin-right: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-column-category-li {
    padding: 0;
    margin-bottom: 4vw;
    margin-right: 4vw;
  }
}
.p-column-category-li .m-case-list-item-link-body-cate {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-column-category-li .m-case-list-item-link-body-cate {
    font-size: 4vw;
  }
}
.p-column-category-li .m-column-list-item-link-tag-item {
  display: block;
  padding-bottom: 4px;
  border-bottom: 2px solid #989898;
  color: #989898;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-column-category-li .m-column-list-item-link-tag-item {
    margin-top: -1.0666666667vw;
    padding-bottom: 0.5333333333vw;
    font-size: 4.2666666667vw;
  }
}
.p-column .m-column-list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-column .m-column-list {
    margin-top: 5.3333333333vw;
  }
}
.p-column-keyword {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-column-keyword {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-column-keyword .p-column-category-list.close > li:nth-child(n+5) {
  display: none;
}
.p-column-keyword .keyword_more_btn {
  display: none;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-column-keyword .keyword_more_btn {
    margin-top: 0;
    margin-bottom: 10.6666666667vw;
  }
}
.p-column-keyword .keyword_more_btn .txt {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  border-bottom: 1px solid #989898;
  color: #989898;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 700;
  transition: opacity 0.4s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-column-keyword .keyword_more_btn .txt {
    padding-right: 4vw;
    background-size: 1.8666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-column-keyword .keyword_more_btn .txt::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 9px;
  height: 100%;
  background: url(../../images/column/more_btn_ico.svg) no-repeat right center;
}
@media screen and (max-width: 767px) {
  .p-column-keyword .keyword_more_btn .txt::after {
    width: 1.8666666667vw;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-column-keyword .keyword_more_btn .txt:hover {
    opacity: 0.7;
    border-color: transparent;
  }
}
.p-column-keyword .keyword_more_btn .txt::before {
  content: "もっと見る";
}
.p-column-keyword .keyword_more_btn.open .txt::before {
  content: "閉じる";
}
.p-column-keyword .keyword_more_btn.open .txt::after {
  transform: rotate(180deg);
}

/* .p-column-details
---------------------------------------------------------------------------- */
.p-column-details {
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .p-column-details {
    padding: 0 0 16vw;
  }
}
.p-column-details .l-content-inner {
  padding: 50px 0 80px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-column-details .l-content-inner {
    padding: 8vw 0 10.6666666667vw;
  }
}
.p-column-details-wrap {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.p-column-details-head {
  padding-bottom: 57px;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 767px) {
  .p-column-details-head {
    padding: 0 0 10.6666666667vw;
  }
}
.p-column-details-head-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-column-details-head-category {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.6666666667vw;
  }
}
.p-column-details-head-category .m-column-list-item-link-tag-list {
  margin: 0 0 5px 0;
}
@media screen and (max-width: 767px) {
  .p-column-details-head-category .m-column-list-item-link-tag-list {
    margin-right: 0;
    margin-bottom: 1.3333333333vw;
  }
}
.p-column-details-head-category .m-column-list-item-link-tag-item {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-column-details-head-category .m-column-list-item-link-tag-item {
    font-size: 4.2666666667vw;
    margin-right: 1em;
  }
}
.p-column-details-head-category .m-column-list-item-link-date {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-column-details-head-category .m-column-list-item-link-date {
    margin-bottom: 1.3333333333vw;
  }
}
.p-column-details-head-title {
  font-size: 3.2rem;
  line-height: 1.4375;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-column-details-head-title {
    font-size: 5.8666666667vw;
  }
}
.p-column-details-head-img {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-column-details-head-img {
    margin-top: 10.6666666667vw;
  }
}
.p-column-details-related {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-column-details-related {
    margin-top: 10.6666666667vw;
  }
}
.p-column-details-related-title {
  font-size: 2.6rem;
  line-height: 1.7692307692;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-column-details-related-title {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
.p-column-details-related .m-btn {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-column-details-related .m-btn {
    margin-top: 8vw;
  }
}
.p-column-details #toc_container {
  width: 100%;
  max-width: 800px;
  padding: 25px 50px 40px;
  margin-left: auto;
  margin-right: auto;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .p-column-details #toc_container {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
.p-column-details #toc_container .toc_title {
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 2.5555555556;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-column-details #toc_container .toc_title {
    margin-bottom: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.p-column-details #toc_container .toc_list {
  padding-left: 0;
  list-style-type: none;
}
.p-column-details #toc_container .toc_list li {
  list-style-type: none;
}
.p-column-details #toc_container .toc_list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-column-details #toc_container .toc_list li + li {
    margin-top: 1.3333333333vw;
  }
}
.p-column-details #toc_container .toc_list li,
.p-column-details #toc_container .toc_list a {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-column-details #toc_container .toc_list li,
  .p-column-details #toc_container .toc_list a {
    font-size: 4.2666666667vw;
  }
}
.p-column-details #toc_container .toc_list > li > a {
  display: block;
  padding-left: 2em;
  text-indent: -2em;
  font-weight: bold;
}
.p-column-details #toc_container .toc_list > li > a .toc_number::after {
  content: ".";
}
.p-column-details #toc_container .toc_list ul {
  margin-top: 10px;
  padding-bottom: 10px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-column-details #toc_container .toc_list ul {
    margin-top: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-column-details #toc_container .toc_list ul li {
  color: #989898;
  padding-left: 2em;
}
.p-column-details #toc_container .toc_list ul li a {
  display: block;
  padding-left: 1.5em;
  text-indent: -1.5em;
  color: #989898;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-column-details #toc_container .toc_list ul li a {
    font-size: 3.7333333333vw;
  }
}

/* .m-details-box
---------------------------------------------------------------------------- */
.m-details-box {
  padding: 57px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .m-details-box {
    padding: 10.6666666667vw 0 0;
  }
}
.m-details-box > *:first-child,
.m-details-box > *:first-child *:first-child {
  margin-top: 0 !important;
}
.m-details-box > *:last-child,
.m-details-box > *:last-child *:last-child {
  margin-bottom: 0 !important;
}
.m-details-box > * {
  max-width: 100%;
}
.m-details-box * {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  letter-spacing: 0.08em;
  font-weight: 500;
  word-break: break-all;
  word-break: break-word;
}
.m-details-box .small-text {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .m-details-box .small-text {
    font-size: 4vw;
  }
}
.m-details-box h1 {
  font-size: 3.2rem;
  line-height: 1.4375;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m-details-box h1 {
    font-size: 5.8666666667vw;
  }
}
.m-details-box h2 {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m-details-box h2 {
    font-size: 5.3333333333vw;
  }
}
.m-details-box h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  border-left: 6px solid #0D7052;
  padding-left: 0.7em;
}
@media screen and (max-width: 767px) {
  .m-details-box h3 {
    font-size: 4.8vw;
  }
}
.m-details-box h4 {
  position: relative;
  padding-left: 20px;
  font-size: 2rem;
  line-height: 1.65;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #0D7052;
}
@media screen and (max-width: 767px) {
  .m-details-box h4 {
    font-size: 4.5333333333vw;
    padding-left: 4vw;
  }
}
.m-details-box h4::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0D7052;
}
@media screen and (max-width: 767px) {
  .m-details-box h4::before {
    top: 3.2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
.m-details-box h5 {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m-details-box h5 {
    font-size: 4.2666666667vw;
  }
}
.m-details-box h6 {
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m-details-box h6 {
    font-size: 4.2666666667vw;
  }
}
.m-details-box a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
  transition: opacity 0.4s ease 0s;
  color: #0D7052;
}
@media screen and (min-width: 768px) {
  .m-details-box a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.m-details-box span {
  font-size: inherit;
  line-height: inherit;
}
.m-details-box strong {
  font-weight: bold;
}
.m-details-box em {
  font-style: italic;
}
.m-details-box > *,
.m-details-box > * p + p {
  margin-top: 45px !important;
}
.m-details-box h1 + *,
.m-details-box h2 + *,
.m-details-box h3 + *,
.m-details-box h4 + *,
.m-details-box h5 + *,
.m-details-box h6 + * {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .m-details-box h1 + *,
  .m-details-box h2 + *,
  .m-details-box h3 + *,
  .m-details-box h4 + *,
  .m-details-box h5 + *,
  .m-details-box h6 + * {
    margin-top: 5.3333333333vw !important;
  }
}
.m-details-box h1 + p,
.m-details-box h2 + p,
.m-details-box h3 + p,
.m-details-box h4 + p,
.m-details-box h5 + p,
.m-details-box h6 + p {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .m-details-box h1 + p,
  .m-details-box h2 + p,
  .m-details-box h3 + p,
  .m-details-box h4 + p,
  .m-details-box h5 + p,
  .m-details-box h6 + p {
    margin-top: 4vw !important;
  }
}
@media screen and (min-width: 768px) {
  .m-details-box h1 + .wp-block-image + p,
  .m-details-box h1 + .alignleft + p,
  .m-details-box h1 + .alignright + p,
  .m-details-box h2 + .wp-block-image + p,
  .m-details-box h2 + .alignleft + p,
  .m-details-box h2 + .alignright + p,
  .m-details-box h3 + .wp-block-image + p,
  .m-details-box h3 + .alignleft + p,
  .m-details-box h3 + .alignright + p,
  .m-details-box h4 + .wp-block-image + p,
  .m-details-box h4 + .alignleft + p,
  .m-details-box h4 + .alignright + p,
  .m-details-box h5 + .wp-block-image + p,
  .m-details-box h5 + .alignleft + p,
  .m-details-box h5 + .alignright + p,
  .m-details-box h6 + .wp-block-image + p,
  .m-details-box h6 + .alignleft + p,
  .m-details-box h6 + .alignright + p {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .m-details-box h1 + .wp-block-image + p,
  .m-details-box h1 + .alignleft + p,
  .m-details-box h1 + .alignright + p,
  .m-details-box h2 + .wp-block-image + p,
  .m-details-box h2 + .alignleft + p,
  .m-details-box h2 + .alignright + p,
  .m-details-box h3 + .wp-block-image + p,
  .m-details-box h3 + .alignleft + p,
  .m-details-box h3 + .alignright + p,
  .m-details-box h4 + .wp-block-image + p,
  .m-details-box h4 + .alignleft + p,
  .m-details-box h4 + .alignright + p,
  .m-details-box h5 + .wp-block-image + p,
  .m-details-box h5 + .alignleft + p,
  .m-details-box h5 + .alignright + p,
  .m-details-box h6 + .wp-block-image + p,
  .m-details-box h6 + .alignleft + p,
  .m-details-box h6 + .alignright + p {
    margin-top: 5.3333333333vw !important;
  }
}
.m-details-box figure {
  text-align: center;
}
.m-details-box .wp-caption-text,
.m-details-box figcaption,
.m-details-box caption {
  display: block !important;
  font-size: 1.4rem;
  margin-bottom: 0 !important;
  margin-top: 0.5em;
  text-align: center;
}
.m-details-box .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.m-details-box .alignright {
  float: right;
  margin-left: 40px;
  padding-bottom: 0.3em;
  overflow: hidden;
}
.m-details-box .alignleft {
  float: left;
  margin-right: 40px;
  padding-bottom: 0.3em;
  overflow: hidden;
}
.m-details-box .wp-block-image .alignright {
  margin-top: 0;
}
.m-details-box .wp-block-image .alignleft {
  margin-top: 0;
}
.m-details-box .wp-block-image .aligncenter {
  display: table;
}
.m-details-box p::after {
  content: "";
  clear: both;
}
.m-details-box > *:first-child.alignright + p,
.m-details-box > *:first-child.alignleft + p {
  margin-top: 0;
}
.m-details-box .alignleft + .aligncenter,
.m-details-box .alignright + .aligncenter {
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  .m-details-box .wp-block-media-text__content {
    margin-top: 5.3333333333vw !important;
    padding: 0 !important;
  }
}
.m-details-box ul,
.m-details-box ol {
  padding-left: 1.5em;
}
.m-details-box ul,
.m-details-box ul li {
  list-style-type: disc;
}
.m-details-box ol,
.m-details-box ol li {
  list-style-type: decimal;
}
.m-details-box blockquote {
  padding: 10px 0 10px 15px;
  border-left: 2px solid #0D7052;
}
.m-details-box blockquote,
.m-details-box blockquote * {
  color: #666666;
  font-size: 1.3rem;
}
.m-details-box table {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 2px;
}
.m-details-box th,
.m-details-box td {
  padding: 10px 20px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: left;
}
.m-details-box th {
  background: #ECECEC;
}
.m-details-box td {
  background: #F7F7F7;
}

@media screen and (max-width: 767px) {
  .m-details-box .alignright,
  .m-details-box .alignleft {
    float: none !important;
    display: block !important;
    text-align: center;
    margin: 0 !important;
    padding: 0;
  }
  .m-details-box .alignleft + .aligncenter,
  .m-details-box .alignright + .aligncenter {
    padding-top: 0;
  }
  .m-details-box .alignleft + p,
  .m-details-box .alignright + p {
    margin-top: 5.3333333333vw !important;
  }
  .m-details-box .aligncenter figcaption,
  .m-details-box .alignleft figcaption,
  .m-details-box .alignright figcaption {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
  .m-details-box > *,
  .m-details-box > * p + p {
    margin-top: 9.3333333333vw !important;
  }
  .m-details-box * {
    font-size: 4.2666666667vw;
  }
  .m-details-box .wp-caption-text,
  .m-details-box figcaption,
  .m-details-box caption {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
  .m-details-box th,
  .m-details-box td {
    display: block;
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .m-details-box blockquote {
    padding: 1.3333333333vw 0 1.3333333333vw 2.6666666667vw;
  }
  .m-details-box blockquote,
  .m-details-box blockquote * {
    font-size: 3.2vw;
  }
}