@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
@font-face {
  font-family: "jost";
  src: url("../font/Jost-VariableFont_wght.ttf");
}
/*----------------------------------
パンくず 20250806
----------------------------------*/
.contents {
  overflow-x: hidden;
}

.contentsHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  width: calc(100% - 40px);
  border-bottom: 1px solid #333;
}
.contentsHead.noBorder {
  border-bottom: none;
  padding-bottom: 0;
}
.contentsHead .headTitle {
  font-weight: normal;
  font-family: "jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
}
.contentsHead .logo img {
  width: min(25vw, 275px);
  height: auto;
}

.listTitle {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 100px;
  font-weight: normal;
}
.listTitle .en {
  font-size: 57px;
  font-family: "jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
}
.listTitle .jp {
  font-size: 15px;
  margin-left: 15px;
}
.listTitle .sizeL {
  font-size: 50px;
  margin-right: 30px;
}
.listTitle .sizeS {
  font-size: 20px;
  white-space: nowrap;
}
.listTitle.member_listTitle {
  margin-bottom: 0;
  border-top: 1px solid #333;
  margin-top: 100px;
}
.listTitle.member_listTitle:first-of-type {
  margin-top: 0;
}

.pagination {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  display: flex;
}
.pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
.pagination ul li a,
.pagination ul li span {
  display: block;
  border-radius: 40px;
  background: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-family: "jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
}
.pagination ul li.on a,
.pagination ul li span.current, .pagination ul li a:hover, .pagination ul li:focus {
  background: #000;
  color: #fff;
}
.pagination .prev,
.pagination .next {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.pagination .prev:before,
.pagination .next:before {
  content: "";
  transform: rotate(-45deg);
  position: absolute;
}
.pagination .prev:hover, .pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
  opacity: 0.75;
  background: transparent;
}
.pagination .next:before {
  transform: rotate(135deg);
  left: inherit;
}

.entry p {
  font-size: 16px;
  line-height: 2.25;
  font-weight: 400;
  margin-bottom: 50px;
}
.entry .date {
  color: #808080;
}
.entry .entryHead {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
  justify-content: space-between;
}
.entry .entryHead .eTitle {
  font-weight: 300;
}
.entry .entryHead .subTxt {
  font-size: 15px;
  line-height: 2;
}
.entry .entryHead .catArchive {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.entry .entryHead .catArchive:hover, .entry .entryHead .catArchive:focus {
  text-decoration: none;
}
.entry .mainImg {
  max-width: 1360px;
  margin: 0 auto;
}
.entry .mainImg img {
  width: 100%;
}
.entry .commonH2 {
  font-weight: normal;
  line-height: 1.3;
}
.entry .commonH2 .en {
  display: block;
  font-family: "jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
}
.entry .commonH2 .jp {
  display: block;
}
.entry .worksTxtWrap {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.entry .worksTxtWrap:first-child {
  margin-top: 0;
}
.entry .worksTxtWrap .left {
  flex-basis: 48%;
}
.entry .worksTxtWrap .right h3 {
  font-weight: normal;
}
.entry .worksTxtWrap .right p {
  font-size: 15px;
  line-height: 2;
}
.entry .worksTxtWrap .right .textlink {
  margin-top: 34px;
}
.entry .worksTxtWrap .right .textlink a {
  text-decoration: underline;
}
.entry .worksImg {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.entry .worksImg ul li img {
  width: 100%;
}
.entry .related {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.entry .related p {
  line-height: 2;
}

.EntryBottomLink {
  max-width: 1360px;
}
.EntryBottomLink ul {
  display: flex;
  justify-content: space-between;
}
.EntryBottomLink ul li {
  flex-basis: 50%;
  background: #000;
}
.EntryBottomLink ul li a {
  display: block;
  position: relative;
}
.EntryBottomLink ul li a img {
  width: 100%;
  opacity: 0.65;
  transition: 0.3s;
}
.EntryBottomLink ul li a:hover img, .EntryBottomLink ul li a:focus img {
  opacity: 1;
}
.EntryBottomLink ul li.prev a span, .EntryBottomLink ul li.next a span {
  display: block;
  position: absolute;
  transition: 0.3s;
  left: 5%;
}
.EntryBottomLink ul li.prev a span:before, .EntryBottomLink ul li.next a span:before {
  content: "";
  transform: rotate(-45deg);
  position: absolute;
}
.EntryBottomLink ul li.next a span {
  left: inherit;
  right: 5%;
  padding-left: 0;
}
.EntryBottomLink ul li.next a span:before {
  transform: rotate(135deg);
  left: inherit;
}
.EntryBottomLink ul li span {
  font-family: "jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  color: #fff;
}

.entry .worksImg ul li .tatekouzu {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.blogBottomLink,
.memberBottomLink {
  max-width: 1080px;
}
.blogBottomLink ul,
.memberBottomLink ul {
  display: flex;
  justify-content: space-between;
}
.blogBottomLink ul li,
.memberBottomLink ul li {
  flex-basis: 50%;
}
.blogBottomLink ul li a,
.memberBottomLink ul li a {
  display: block;
  position: relative;
  height: 80px;
}
.blogBottomLink ul li.prev a span, .blogBottomLink ul li.next a span,
.memberBottomLink ul li.prev a span,
.memberBottomLink ul li.next a span {
  display: block;
  position: absolute;
  transition: 0.3s;
  left: 5%;
}
.blogBottomLink ul li.prev a span:before, .blogBottomLink ul li.next a span:before,
.memberBottomLink ul li.prev a span:before,
.memberBottomLink ul li.next a span:before {
  content: "";
  transform: rotate(-45deg);
  position: absolute;
}
.blogBottomLink ul li.next a span,
.memberBottomLink ul li.next a span {
  left: inherit;
  right: 5%;
  padding-left: 0;
}
.blogBottomLink ul li.next a span:before,
.memberBottomLink ul li.next a span:before {
  transform: rotate(135deg);
  left: inherit;
}
.blogBottomLink ul li span,
.memberBottomLink ul li span {
  font-family: "jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  color: #333;
}
.blogBottomLink ul li span:hover, .blogBottomLink ul li span:focus,
.memberBottomLink ul li span:hover,
.memberBottomLink ul li span:focus {
  opacity: 0.75;
}

.memberBottomLink {
  width: 100%;
  max-width: inherit;
  background: #000;
  margin-top: 0;
}
.memberBottomLink ul {
  max-width: 1360px;
  margin: 0 auto;
}
.memberBottomLink ul li.prev a span {
  color: #fff;
}
.memberBottomLink ul li.prev a span:before {
  border-color: #fff;
}
.memberBottomLink ul li.next a span {
  color: #fff;
}
.memberBottomLink ul li.next a span:before {
  border-color: #fff;
}

.memberworksListWrap {
  max-width: 1080px;
  width: calc(100% - 40px);
}
.memberworksListWrap h3 {
  font-family: "jost", sans-serif;
  font-weight: 300;
  color: #000;
}
.memberworksListWrap .worksList {
  max-width: 1070px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.memberworksListWrap .worksList li {
  list-style: none;
}
.memberworksListWrap .worksList li:nth-child(1) {
  margin-top: 0;
}
.memberworksListWrap .worksList li > a {
  display: block;
  overflow: hidden;
  position: relative;
}
.memberworksListWrap .worksList li > a img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.memberworksListWrap .worksList li dl dt {
  margin-bottom: 10px;
}
.memberworksListWrap .worksList li dl dt a:hover, .memberworksListWrap .worksList li dl dt:focus {
  text-decoration: underline;
}
.memberworksListWrap .worksList li dl dd {
  line-height: 2;
}

.columnList > li {
  margin-top: min(7vw, 100px);
}
.columnList > li a img {
  transition: 0.3s;
}
.columnList > li a img:hover, .columnList > li a img:focus {
  opacity: 0.75;
}
.columnList > li dl {
  margin-top: 20px;
}
.columnList > li dl dt {
  font-size: 15px;
}
.columnList > li dl dt a:hover, .columnList > li dl dt:focus {
  text-decoration: underline;
}
.columnList > li dl dd {
  font-size: 13px;
}
.columnList > li img {
  width: 100%;
}
.columnList .blank {
  height: 0;
}

.columnList li {
  margin-top: 0;
}
.columnList a dl dd {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 20px;
}
.columnList a dl dt {
  font-size: 13px;
}
.columnList a dl dt .date {
  font-weight: 300;
}
.columnList a dl dt .category {
  display: inline-block;
  position: relative;
  font-size: 12px;
  padding: 3px 10px 3px 22px;
  margin-left: 10px;
  background-color: #F1F2F4;
  border-radius: 10px;
}
.columnList a dl dt .category::before {
  content: "";
  display: block;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #333;
  transform: rotate(135deg);
  position: absolute;
  transition: 0.3s;
  height: 5px;
  width: 10px;
  left: 10px;
  top: 12px;
}
.columnList a:hover dl dd {
  text-decoration: underline;
}
.columnList li > a > img {
  -o-object-fit: cover;
     object-fit: cover;
}

.newsList li > a > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.newsList li > a dl dd.date {
  display: inline-block;
  padding-bottom: 10px;
}
.newsList li > a dl dd.category {
  display: inline-block;
  position: relative;
  font-size: 14px;
  padding: 3px 10px 3px 25px;
  margin-left: 10px;
  background-color: #F1F2F4;
  border-radius: 10px;
}
.newsList li > a dl dd.category:before {
  content: "";
  display: block;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #333;
  transform: rotate(135deg);
  position: absolute;
  transition: 0.3s;
  height: 7px;
  width: 14px;
  left: 10px;
  top: 13px;
}
.newsList li > a dl dt {
  font-size: 17px;
}
.newsList li:hover img {
  opacity: 1;
}
.newsList li:hover dl dt {
  text-decoration: underline;
}

.memberList > li > a img {
  filter: grayscale(100%);
}
.memberList > li dt a {
  display: block;
}
.memberList > li dt a .jp {
  display: block;
}
.memberList > li dt a .eng {
  display: block;
}
.memberList > li dd.tit {
  margin-top: 7px;
}

.columnTxtWrap,
.newsTxtWrap,
.aboutTxtWrap {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.columnTxtWrap .left,
.newsTxtWrap .left,
.aboutTxtWrap .left {
  flex-basis: 48%;
}
.columnTxtWrap .left .date,
.newsTxtWrap .left .date,
.aboutTxtWrap .left .date {
  display: block;
  font-size: 13px;
}
.columnTxtWrap .left .title,
.newsTxtWrap .left .title,
.aboutTxtWrap .left .title {
  display: block;
  font-size: 26px;
  margin-top: 25px;
  line-height: 1.75;
}
.columnTxtWrap .right img,
.newsTxtWrap .right img,
.aboutTxtWrap .right img {
  max-width: 100%;
}
.columnTxtWrap .right p,
.newsTxtWrap .right p,
.aboutTxtWrap .right p {
  font-size: 15px;
  line-height: 2;
  margin-top: 50px;
}

.columnTxtWrap .right p a {
  text-decoration: underline;
}

.memberTxtWrap {
  max-width: 1360px;
  margin: 0 auto;
}
.memberTxtWrap .left {
  flex-basis: 50%;
}
.memberTxtWrap .left img {
  width: 100%;
}
.memberTxtWrap .right img {
  max-width: 100%;
}
.memberTxtWrap .right > h2, .memberTxtWrap .right > div, .memberTxtWrap .right > p {
  flex-basis: 100%;
}
.memberTxtWrap .right p {
  font-size: 15px;
  line-height: 2;
}

.memberListWrap .listLink {
  margin-bottom: 0;
  border-bottom: none;
}

.aboutTxtWrap {
  width: 100%;
  max-width: inherit;
  margin-top: 0;
}
.aboutTxtWrap.bg_gray {
  background: #F8F9FA;
}
.aboutTxtWrap:last-of-type {
  padding-bottom: 0;
}
.aboutTxtWrap .in {
  max-width: 1080px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.aboutTxtWrap .commonH2 .title {
  font-family: "jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
}
.aboutTxtWrap .commonH2 .jp {
  font-size: 14px;
}
.aboutTxtWrap .right h3 {
  font-weight: normal;
}
.aboutTxtWrap .right h4 {
  font-weight: normal;
}
.aboutTxtWrap .right p {
  margin-top: 20px;
}
.aboutTxtWrap .right ol {
  list-style: none;
}
.aboutTxtWrap .right ol li {
  position: relative;
}
.aboutTxtWrap .right ol li:first-child {
  margin-top: 0;
}
.aboutTxtWrap .right ol li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutTxtWrap .oneColSec {
  display: block;
}
.aboutTxtWrap .oneColSec .secHead {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.aboutTxtWrap .oneColSec .google-maps {
  position: relative;
  height: 0;
  overflow: hidden;
}
.aboutTxtWrap .oneColSec .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.aboutTxtWrap .oneColSec.group .logo {
  text-align: center;
}
.aboutTxtWrap .oneColSec.group .col2 .left {
  background: #F8F8F8;
  flex-basis: 60%;
  padding-left: 0;
}
.aboutTxtWrap .oneColSec.group .col2 .left img {
  width: 100%;
}
.aboutTxtWrap .oneColSec.group .col2 .right {
  background: #F8F8F8;
  position: relative;
}
.aboutTxtWrap .oneColSec.group .col2 .right table th {
  font-weight: normal;
  text-align: left;
  width: 90px;
  font-size: 15px;
  padding: 3px 0;
  vertical-align: top;
}
.aboutTxtWrap .oneColSec.group .col2 .right table td {
  font-size: 15px;
  padding: 2px 0;
}
.gmap .link_btn {
  font-size: 12px;
}

.commonTable tr {
  border-top: 1px solid #B4B4B4;
}
.commonTable tr th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.columnTxtWrap.contact .left > p {
  line-height: 2;
}
.columnTxtWrap.contact .left .note {
  color: #808080;
}
.columnTxtWrap.contact .contactBox > div dt {
  font-weight: 500;
  line-height: 2;
}
.columnTxtWrap.contact .contactBox > div dt .required {
  display: inline-block;
}
.columnTxtWrap.contact .contactBox > div dd:has(select) {
  position: relative;
}
.columnTxtWrap.contact .contactBox > div dd:has(select)::before {
  pointer-events: none;
  z-index: 10;
  content: "";
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  transform: rotate(135deg);
}
.columnTxtWrap.contact .contactBox > div input,
.columnTxtWrap.contact .contactBox > div select,
.columnTxtWrap.contact .contactBox > div textarea {
  display: block;
  width: 100%;
  border: 1px solid #b3b3b3;
}
.columnTxtWrap.contact .contactBox > div input::-moz-placeholder, .columnTxtWrap.contact .contactBox > div select::-moz-placeholder, .columnTxtWrap.contact .contactBox > div textarea::-moz-placeholder {
  color: #ccc;
}
.columnTxtWrap.contact .contactBox > div input::placeholder,
.columnTxtWrap.contact .contactBox > div select::placeholder,
.columnTxtWrap.contact .contactBox > div textarea::placeholder {
  color: #ccc;
}
.columnTxtWrap.contact .contactBox > div input:focus,
.columnTxtWrap.contact .contactBox > div select:focus,
.columnTxtWrap.contact .contactBox > div textarea:focus {
  outline: none;
  border: 1px solid #000;
}
.columnTxtWrap.contact .contactBox > div select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.columnTxtWrap.contact .contactBox > div textarea {
  height: 200px;
}
.columnTxtWrap.contact .formBtnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.columnTxtWrap.contact .formBtn {
  position: relative;
  margin-top: 0;
}
.columnTxtWrap.contact .formBtn input {
  display: inline-block;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-weight: 400;
}
.columnTxtWrap.contact .formBtn::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  border-top: 1px solid #fff;
  position: absolute;
  top: 50%;
}
.columnTxtWrap.contact .formBtn::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 2px);
}
.columnTxtWrap.contact .formBtn.prev::before {
  border-top: 1px solid #000;
  right: inherit;
}
.columnTxtWrap.contact .formBtn.prev::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-135deg);
  right: inherit;
}
.columnTxtWrap.contact .formBtn.prev input {
  background: #fff;
  color: #000;
}
.columnTxtWrap.contact .formBtn .wpcf7-spinner {
  display: none;
}

#formArea.ct-confirm .contactBox {
  border-top: 1px solid #b3b3b3;
}
#formArea.ct-confirm .contactBox > div {
  border-bottom: 1px solid #b3b3b3;
  display: flex;
  margin-top: 0;
}
#formArea.ct-confirm .contactBox dt {
  color: #808080;
}
#formArea.ct-confirm .contactBox dd span {
  display: block;
  line-height: 2;
}

#formArea.ct-thanks {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
#formArea.ct-thanks .miniTitle {
  font-weight: 700;
}
#formArea.ct-thanks .txt {
  font-weight: 500;
  line-height: 2;
}
#formArea.ct-thanks .note {
  color: #808080;
}
#formArea.ct-thanks .btnWrap {
  display: flex;
  justify-content: center;
}
#formArea.ct-thanks .formBtnBack {
  position: relative;
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
#formArea.ct-thanks .formBtnBack::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  border-top: 1px solid #fff;
  position: absolute;
  left: 20px;
  top: 50%;
}
#formArea.ct-thanks .formBtnBack::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  left: 20px;
  top: calc(50% - 2px);
}

.columnTxtWrap.notFound {
  justify-content: center;
  text-align: center;
}
.columnTxtWrap.notFound .notFoundTitle {
  font-family: "jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-weight: 500;
}
.columnTxtWrap.notFound .txt {
  margin-top: 30px;
}
.columnTxtWrap.notFound .btnWrap {
  display: flex;
  justify-content: center;
}
.columnTxtWrap.notFound .link_btn {
  margin-top: 60px;
}

.contents.caseEntry * {
  font-family: "Noto Sans JP", sans-serif;
}
.headTitleWrap .headTitle.column {
  font-size: 30px;
  line-height: 1.75;
  margin-bottom: 25px;
}
.headTitleWrap p {
  font-size: 14px;
}
.headTitleWrap .date {
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.headTitleWrap .date span {
  margin-right: 8px;
}
.headTitleWrap .date .update_date {
  margin-left: 8px;
}
.headTitleWrap .date .en {
  letter-spacing: 1px;
}
.headTitleWrap .hashtag {
  margin-bottom: 70px;
}
.headTitleWrap .hashtag span {
  padding-right: 10px;
}
.headTitleWrap .main_img figure img {
  width: 720px;
  height: 413px;
  -o-object-fit: cover;
     object-fit: cover;
}

.columnTxtWrap {
  max-width: 720px;
  margin: 100px auto 0;
}
.columnTxtWrap h2.title {
  font-size: 26px;
  line-height: 1.7;
  margin: 50px 0;
}
.columnTxtWrap h3.title {
  font-size: 19px;
  line-height: 1.9;
  margin: 50px 0;
}
.columnTxtWrap p .speaker {
  font-weight: 700;
  display: block;
}
.columnTxtWrap p a {
  text-decoration: underline;
}
.columnTxtWrap p a:hover {
  text-decoration: none !important;
  opacity: 0.75;
}
.columnTxtWrap .column_img {
  margin: 100px 0;
  display: grid;
  gap: 20px;
}
.columnTxtWrap .column_img figure img {
  width: 100%;
  height: auto;
}
.columnTxtWrap .column_img figure figcaption {
  font-size: 14px;
  color: #808080;
  text-align: center;
  margin-top: 15px;
}
.columnTxtWrap .column_link .column_link_list {
  list-style: disc;
  margin-left: 15px;
}
.columnTxtWrap .column_link .column_link_list ::marker {
  font-size: 50%;
}
.columnTxtWrap .column_link .column_link_list li {
  margin-bottom: 10px;
}
.columnTxtWrap .column_link .column_link_list li a {
  text-decoration: underline;
}
.columnTxtWrap .column_link .column_link_list li a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.columnTxtWrap .column_link_title,
.columnTxtWrap .related_posts_title {
  font-size: 24px;
  font-weight: 700;
  border-bottom: solid #000 1px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  letter-spacing: 1px;
}
.columnTxtWrap .related_posts_list {
  display: grid;
  gap: 20px;
}
.columnTxtWrap .related_posts_list li a {
  display: flex;
  justify-content: space-between;
}
.columnTxtWrap .related_posts_list li a .related_posts_img {
  width: 263px;
  height: 150px;
  overflow: hidden;
}
.columnTxtWrap .related_posts_list li a .related_posts_img img {
  width: 263px;
  height: 150px;
  transition: transform 0.4s;
}
.columnTxtWrap .related_posts_list li a div {
  width: 57%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.columnTxtWrap .related_posts_list li a div p {
  line-height: 1.87;
  margin-bottom: 0;
}
.columnTxtWrap .related_posts_list li a div .date {
  margin-top: 15px;
}
.columnTxtWrap .related_posts_list li a div .date span {
  margin-right: 8px;
}
.columnTxtWrap .related_posts_list li a div .date .en {
  letter-spacing: 1px;
}
.columnTxtWrap .related_posts_list li a div .date .update_date {
  margin-left: 8px;
}
.columnTxtWrap .related_posts_list li a:hover div p,
.columnTxtWrap .related_posts_list li a:hover div span {
  opacity: 0.7;
}
.columnTxtWrap .column_list_title {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  font-weight: 700;
}
.columnTxtWrap .column_list_title::before {
  content: "";
  display: block;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #333;
  position: absolute;
  transition: 0.3s;
  height: 14px;
  width: 14px;
  left: 0;
  top: 13px;
}
.columnTxtWrap ul.column_list {
  list-style-type: disc !important;
  margin-left: 18px;
}
.columnTxtWrap ul.column_list ::marker {
  font-size: 50%;
}
.columnTxtWrap ul.column_list li {
  line-height: 2;
}

.back_btn_area {
  display: grid;
  place-items: center;
  height: 60px;
  margin-bottom: 100px;
}
.back_btn_area .back_btn {
  width: 318px;
  height: 60px;
  padding: 20px 30px 20px 70px;
  border: #000 1px solid;
  font-size: 14px;
  position: absolute;
}
.back_btn_area .back_btn::before {
  content: "";
  display: block;
  background: #000000;
  position: absolute;
  transition: 0.3s;
  width: 12px;
  height: 1px;
  top: 30px;
  left: 50px;
}
.back_btn_area .back_btn::after {
  content: "";
  display: block;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  transform: rotate(-45deg);
  position: absolute;
  transition: 0.3s;
  width: 7px;
  height: 7px;
  top: 27px;
  left: 50px;
}

.back_btn_arrow:before {
  content: "";
  display: block;
  background: url(../images/common/icon_arrow_small_blk.svg) no-repeat;
  transform: rotate(180deg);
  background-size: contain;
}
.back_btn_arrow::after {
  display: none;
}
.back_btn_arrow:hover:before, .back_btn_arrow:focus:before {
  background-image: url(../images/common/icon_arrow_small_w.svg);
}

.toc {
  background-color: #f2f2f2;
  padding: 60px 92px;
}
.toc .toc_title {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
}
.toc ol {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  margin: 0 92px 110px;
  /*数字を一旦消す*/
}
.toc ol li {
  position: relative;
  padding-left: 40px;
}
.toc ol li::before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  /*以下数字のデザイン変える*/
  display: inline-block;
  color: #808080;
  font-family: "Jost", "Arial", sans-serif;
  font-size: 22px;
  left: 0;
  line-height: 25px;
}
.toc .toc_item {
  margin-top: 40px;
}
.toc .toc_item .toc_h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.toc .toc_item .toc_h3 {
  font-size: 14px;
  line-height: 2.35;
  padding-left: 20px;
  position: relative;
}
.toc .toc_item .toc_h3::before {
  content: "";
  display: inline-block;
  border: rgba(0, 0, 0, 0.4588235294) 1px solid;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 0;
}
.toc .toc_open_btn_area,
.toc .toc_close_btn_area {
  text-align: center;
}
.toc .toc_open_btn,
.toc .toc_close_btn {
  width: 160px;
  height: 38px;
  border-radius: 100dvh;
}
.toc .toc_open_btn {
  background-color: #333;
  color: #f2f2f2;
  font-size: 12px;
  cursor: pointer;
}
.toc .toc_open_btn:hover {
  background-color: #808080;
  border: #808080;
}
.toc .toc_close_btn {
  background-color: #f2f2f2;
  color: #333;
  font-size: 12px;
  border: #000 1px solid;
  cursor: pointer;
}

.readmore {
  position: relative;
  margin: 50px auto 0;
  padding: 0;
}

.readmore-content {
  position: relative;
  height: 450px;
  transition: all 0.4s;
  overflow: hidden;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 186px;
  transition: all 0.4s;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 197, 0.8) 50%, #ffffc5 100%);
  z-index: 1;
}

.readmore-content.is_open:before {
  display: none;
}

.readmore button {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 40px;
  margin: 0 auto;
  width: 200px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #333;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 2;
  transition: all 0.4s;
}

.readmore .is_open + button {
  background-color: #fff;
  color: #333;
  border: #333 1px solid;
  transition: all 0.4s;
}
.readmore .is_open + button:hover {
  background-color: #eeecec;
}

.profile_card {
  border: 1px solid #c8c8c8;
  padding: 24px;
  margin-bottom: 20px;
}
.profile_card .writer {
  font-size: 14px;
  display: block;
  position: relative;
  padding-left: 20px;
}
.profile_card .writer::before {
  content: "";
  display: block;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #333;
  transform: rotate(135deg);
  position: absolute;
  transition: 0.3s;
  height: 7px;
  width: 14px;
  left: 0;
  top: 10px;
}
.profile_card .profile-card_item {
  --thumb: 134px;
  /* PCは従来どおり横並び */
  display: flex;
  align-items: flex-start;
  gap: 30px;
  /* スマホ：Gridに切替。1行目の高さ＝画像サイズ、2行目にbioを全幅で配置 */
}
.profile_card .profile-card_item .profile-img {
  width: var(--thumb);
  height: var(--thumb);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-top: 24px;
}
.profile_card .profile-card_item .profile-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.profile_card .profile-card_item .profile-info .profile-header {
  margin-bottom: 8px;
}
.profile_card .profile-card_item .profile-info .profile-header .name {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
}
.profile_card .profile-card_item .profile-info .profile-header .job_title {
  font-size: 13px;
  color: #808080;
  line-height: 1;
}
.profile_card .profile-card_item .profile-info .bio {
  margin: 0;
  font-size: 14px;
  color: #323232;
}

span.marker_line {
  background: linear-gradient(transparent 50%, #ffffcc 50%);
  padding-bottom: 0.1em;
}

.serviceWrap h1 {
  margin-bottom: 22px;
}
.serviceWrap h1 span {
  display: block;
}
.serviceWrap h1 span.en {
  color: #999;
}
.serviceWrap h1 span.ja {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  /*----------------------------------
  パンくず 20250806
  ----------------------------------*/
  .contents {
    overflow-x: hidden;
    padding-top: 40px;
  }
  .contentsHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
    width: calc(100% - 40px);
    border-bottom: 1px solid #333;
    padding-bottom: 30px;
  }
  .contentsHead.noBorder {
    border-bottom: none;
    padding-bottom: 0;
  }
  .contentsHead .headTitle {
    font-weight: normal;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 48px;
  }
  .contentsHead .logo {
    display: none;
  }
  .contentsHead .logo img {
    width: min(25vw, 275px);
    height: auto;
  }
  .listTitle {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 50px;
    margin-bottom: 100px;
    font-weight: normal;
    display: none;
  }
  .listTitle .en {
    font-size: 57px;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
  }
  .listTitle .en.size40 {
    font-size: 20px;
  }
  .listTitle .jp {
    font-size: 15px;
    margin-left: 15px;
  }
  .listTitle .sizeL {
    font-size: 50px;
    margin-right: 30px;
  }
  .listTitle .sizeS {
    font-size: 20px;
    white-space: nowrap;
  }
  .listTitle.member_listTitle {
    margin-bottom: 0;
    border-top: 1px solid #333;
    margin-top: 100px;
    display: block;
    padding-top: 40px;
    margin-top: 40px;
  }
  .listTitle.member_listTitle:first-of-type {
    border-top: none;
    padding-top: 20px;
  }
  .listTitle.member_listTitle .en {
    font-size: 26px;
  }
  .listTitle.member_listTitle:first-of-type {
    margin-top: 0;
  }
  .pagination {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    display: flex;
    margin-top: 50px;
    margin: 50px auto 0;
  }
  .pagination ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-grow: 1;
  }
  .pagination ul li {
    margin: 0 5px;
  }
  .pagination ul li a,
  .pagination ul li span {
    display: block;
    border-radius: 40px;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  .pagination ul li.on a,
  .pagination ul li span.current, .pagination ul li a:hover, .pagination ul li:focus {
    background: #000;
    color: #fff;
  }
  .pagination .prev,
  .pagination .next {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    width: 25px;
    height: 30px;
  }
  .pagination .prev:before,
  .pagination .next:before {
    content: "";
    transform: rotate(-45deg);
    position: absolute;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    width: 20px;
    height: 20px;
    left: 8px;
    top: 4px;
  }
  .pagination .prev:hover, .pagination .prev:focus,
  .pagination .next:hover,
  .pagination .next:focus {
    opacity: 0.75;
    background: transparent;
  }
  .pagination .next:before {
    transform: rotate(135deg);
    left: inherit;
    right: 8px;
  }
  .worksEntry .contentsHead,
  .memberEntry .contentsHead {
    display: none;
  }
  .entry p {
    font-size: 16px;
    line-height: 2.25;
    font-weight: 400;
    margin-bottom: 50px;
    font-size: 13px;
    line-height: 2.3;
  }
  .entry .date {
    color: #808080;
  }
  .entry .entryHead {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .entry .entryHead .eTitle {
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 20px;
  }
  .entry .entryHead .subTxt {
    font-size: 15px;
    line-height: 2;
  }
  .entry .entryHead .catArchive {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .entry .entryHead .catArchive:hover, .entry .entryHead .catArchive:focus {
    text-decoration: none;
  }
  .entry .mainImg {
    max-width: 1360px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .entry .mainImg img {
    width: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .entry .commonH2 {
    font-weight: normal;
    line-height: 1.3;
  }
  .entry .commonH2 .en {
    display: block;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
  }
  .entry .commonH2 .jp {
    display: block;
    font-size: 13px;
    margin-top: 13px;
  }
  .entry .worksTxtWrap {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 40px;
  }
  .entry .worksTxtWrap:first-child {
    margin-top: 0;
  }
  .entry .worksTxtWrap .left {
    flex-basis: 48%;
  }
  .entry .worksTxtWrap .right {
    margin-top: 30px;
  }
  .entry .worksTxtWrap .right h3 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .entry .worksTxtWrap .right p {
    font-size: 15px;
    line-height: 2;
  }
  .entry .worksTxtWrap .right .textlink {
    margin-top: 34px;
  }
  .entry .worksTxtWrap .right .textlink a {
    text-decoration: underline;
  }
  .entry .worksImg {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin: 40px auto 0;
  }
  .entry .worksImg ul li {
    margin-top: 10px;
  }
  .entry .worksImg ul li img {
    width: 100%;
  }
  .entry .related {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin: 50px auto 0;
  }
  .entry .related p {
    line-height: 2;
    margin-top: 20px;
    font-size: 14px;
  }
  .EntryBottomLink {
    max-width: 1360px;
    margin-top: 50px;
  }
  .EntryBottomLink ul {
    display: flex;
    justify-content: space-between;
  }
  .EntryBottomLink ul li {
    flex-basis: 50%;
    background: #000;
  }
  .EntryBottomLink ul li a {
    display: block;
    position: relative;
  }
  .EntryBottomLink ul li a img {
    width: 100%;
    opacity: 0.65;
    transition: 0.3s;
  }
  .EntryBottomLink ul li a:hover img, .EntryBottomLink ul li a:focus img {
    opacity: 1;
  }
  .EntryBottomLink ul li.prev a span, .EntryBottomLink ul li.next a span {
    display: block;
    position: absolute;
    transition: 0.3s;
    left: 5%;
    padding-left: 30px;
    top: calc(50% - 17px);
  }
  .EntryBottomLink ul li.prev a span:before, .EntryBottomLink ul li.next a span:before {
    content: "";
    transform: rotate(-45deg);
    position: absolute;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    width: 15px;
    height: 15px;
    left: 8px;
    top: 10px;
  }
  .EntryBottomLink ul li.next a span {
    left: inherit;
    right: 5%;
    padding-left: 0;
    padding-right: 30px;
  }
  .EntryBottomLink ul li.next a span:before {
    transform: rotate(135deg);
    left: inherit;
    right: 8px;
  }
  .EntryBottomLink ul li span {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    font-size: 24px;
  }
  .entry .worksImg ul li .tatekouzu {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .blogBottomLink,
  .memberBottomLink {
    max-width: 1080px;
    margin-top: 50px;
  }
  .blogBottomLink ul,
  .memberBottomLink ul {
    display: flex;
    justify-content: space-between;
  }
  .blogBottomLink ul li,
  .memberBottomLink ul li {
    flex-basis: 50%;
  }
  .blogBottomLink ul li a,
  .memberBottomLink ul li a {
    display: block;
    position: relative;
    height: 80px;
  }
  .blogBottomLink ul li.prev a span, .blogBottomLink ul li.next a span,
  .memberBottomLink ul li.prev a span,
  .memberBottomLink ul li.next a span {
    display: block;
    position: absolute;
    transition: 0.3s;
    left: 5%;
    padding-left: 30px;
    top: calc(50% - 17px);
  }
  .blogBottomLink ul li.prev a span:before, .blogBottomLink ul li.next a span:before,
  .memberBottomLink ul li.prev a span:before,
  .memberBottomLink ul li.next a span:before {
    content: "";
    transform: rotate(-45deg);
    position: absolute;
    border-top: 4px solid #333;
    border-left: 4px solid #333;
    width: 15px;
    height: 15px;
    left: 8px;
    top: 10px;
  }
  .blogBottomLink ul li.next a span,
  .memberBottomLink ul li.next a span {
    left: inherit;
    right: 5%;
    padding-left: 0;
    padding-right: 30px;
  }
  .blogBottomLink ul li.next a span:before,
  .memberBottomLink ul li.next a span:before {
    transform: rotate(135deg);
    left: inherit;
    right: 8px;
  }
  .blogBottomLink ul li span,
  .memberBottomLink ul li span {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    color: #333;
    font-size: 24px;
  }
  .blogBottomLink ul li span:hover, .blogBottomLink ul li span:focus,
  .memberBottomLink ul li span:hover,
  .memberBottomLink ul li span:focus {
    opacity: 0.75;
  }
  .memberBottomLink {
    width: 100%;
    max-width: inherit;
    background: #000;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }
  .memberBottomLink ul {
    max-width: 1360px;
    margin: 0 auto;
  }
  .memberBottomLink ul li.prev a span {
    color: #fff;
  }
  .memberBottomLink ul li.prev a span:before {
    border-color: #fff;
  }
  .memberBottomLink ul li.next a span {
    color: #fff;
  }
  .memberBottomLink ul li.next a span:before {
    border-color: #fff;
  }
  .memberworksListWrap {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 50px auto 0;
  }
  .memberworksListWrap h3 {
    font-family: "jost", sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 28px;
  }
  .memberworksListWrap .worksList {
    max-width: 1070px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
    max-width: 680px;
  }
  .memberworksListWrap .worksList li {
    list-style: none;
    flex-basis: 100%;
    margin-top: 35px;
  }
  .memberworksListWrap .worksList li:nth-child(1) {
    margin-top: 0;
  }
  .memberworksListWrap .worksList li > a {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
  }
  .memberworksListWrap .worksList li > a img {
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.3s;
    max-width: 100%;
  }
  .memberworksListWrap .worksList li dl dt {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .memberworksListWrap .worksList li dl dt a:hover, .memberworksListWrap .worksList li dl dt:focus {
    text-decoration: underline;
  }
  .memberworksListWrap .worksList li dl dd {
    line-height: 2;
    font-size: 12px;
  }
  .columnList {
    margin: 0 20px;
    display: grid;
    gap: 50px;
  }
  .columnList > li {
    margin-top: min(7vw, 100px);
  }
  .columnList > li a img {
    transition: 0.3s;
  }
  .columnList > li a img:hover, .columnList > li a img:focus {
    opacity: 0.75;
  }
  .columnList > li dl {
    margin-top: 20px;
  }
  .columnList > li dl dt {
    font-size: 15px;
  }
  .columnList > li dl dt a:hover, .columnList > li dl dt:focus {
    text-decoration: underline;
  }
  .columnList > li dl dd {
    font-size: 13px;
  }
  .columnList > li img {
    width: 100%;
  }
  .columnList .blank {
    height: 0;
  }
  .columnList li {
    margin-top: 0;
  }
  .columnList a dl dd {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 20px;
  }
  .columnList a dl dt {
    font-size: 13px;
  }
  .columnList a dl dt .date {
    font-weight: 300;
  }
  .columnList a dl dt .category {
    display: inline-block;
    position: relative;
    font-size: 12px;
    padding: 3px 10px 3px 22px;
    margin-left: 10px;
    background-color: #F1F2F4;
    border-radius: 10px;
  }
  .columnList a dl dt .category::before {
    content: "";
    display: block;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background-color: #333;
    transform: rotate(135deg);
    position: absolute;
    transition: 0.3s;
    height: 5px;
    width: 10px;
    left: 10px;
    top: 12px;
  }
  .columnList a:hover dl dd {
    text-decoration: underline;
  }
  .columnList li > a > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .columnList > li a img {
    transition: 0.3s;
  }
  .columnList > li a img:hover, .columnList > li a img:focus {
    opacity: 0.75;
  }
  .columnList > li dl {
    margin-top: 20px;
  }
  .columnList > li dl dt {
    font-size: 15px;
  }
  .columnList > li dl dt .date {
    font-size: 13px;
  }
  .columnList > li dl dt .category {
    font-size: 12px;
    display: inline-block;
    position: relative;
    padding: 3px 10px 3px 25px;
    margin-left: 10px;
    background-color: #F1F2F4;
    border-radius: 2px;
  }
  .columnList > li dl dt .category::before {
    content: "";
    display: block;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background-color: #333;
    transform: rotate(135deg);
    position: absolute;
    transition: 0.3s;
    height: 8px;
    width: 16px;
    left: 10px;
    top: 11px;
  }
  .columnList > li dl dd {
    font-size: 14px;
    line-height: 2;
    padding-bottom: 15px;
  }
  .columnList > li dl img {
    width: 100%;
  }
  .newsList li > a > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .newsList li > a dl dd.date {
    display: inline-block;
    padding-bottom: 10px;
  }
  .newsList li > a dl dd.category {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding: 3px 10px 3px 25px;
    margin-left: 10px;
    background-color: #F1F2F4;
    border-radius: 10px;
  }
  .newsList li > a dl dd.category:before {
    content: "";
    display: block;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background-color: #333;
    transform: rotate(135deg);
    position: absolute;
    transition: 0.3s;
    height: 7px;
    width: 14px;
    left: 10px;
    top: 13px;
  }
  .newsList li > a dl dt {
    font-size: 17px;
  }
  .newsList li:hover img {
    opacity: 1;
  }
  .newsList li:hover dl dt {
    text-decoration: underline;
  }
  .memberList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .memberList > li {
    flex-basis: calc(50% - 10px);
    margin-top: min(10vw, 60px);
  }
  .memberList > li > a img {
    filter: grayscale(100%);
  }
  .memberList > li dt a {
    display: block;
  }
  .memberList > li dt a .jp {
    display: block;
    font-size: 16px;
  }
  .memberList > li dt a .eng {
    display: block;
    font-size: 14px;
  }
  .memberList > li dd.tit {
    margin-top: 7px;
    font-size: 11px;
  }
  .columnTxtWrap,
  .newsTxtWrap,
  .aboutTxtWrap {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 40px;
  }
  .columnTxtWrap .left,
  .newsTxtWrap .left,
  .aboutTxtWrap .left {
    flex-basis: 48%;
  }
  .columnTxtWrap .left .date,
  .newsTxtWrap .left .date,
  .aboutTxtWrap .left .date {
    display: block;
    font-size: 13px;
  }
  .columnTxtWrap .left .title,
  .newsTxtWrap .left .title,
  .aboutTxtWrap .left .title {
    display: block;
    font-size: 26px;
    margin-top: 25px;
    line-height: 1.75;
  }
  .columnTxtWrap .right,
  .newsTxtWrap .right,
  .aboutTxtWrap .right {
    margin-top: 30px;
  }
  .columnTxtWrap .right img,
  .newsTxtWrap .right img,
  .aboutTxtWrap .right img {
    max-width: 100%;
  }
  .columnTxtWrap .right p,
  .newsTxtWrap .right p,
  .aboutTxtWrap .right p {
    font-size: 15px;
    line-height: 2;
    margin-top: 50px;
  }
  .columnTxtWrap .right p a {
    text-decoration: underline;
  }
  .memberTxtWrap {
    max-width: 1360px;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 60px;
  }
  .memberTxtWrap .left {
    flex-basis: 50%;
  }
  .memberTxtWrap .left img {
    width: 100%;
  }
  .memberTxtWrap .right {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .memberTxtWrap .right img {
    max-width: 100%;
  }
  .memberTxtWrap .right .jp {
    font-size: 20px;
  }
  .memberTxtWrap .right > h2, .memberTxtWrap .right > div, .memberTxtWrap .right > p {
    flex-basis: 100%;
  }
  .memberTxtWrap .right .eng {
    font-size: 17px;
  }
  .memberTxtWrap .right .tit {
    font-size: 12px;
  }
  .memberTxtWrap .right p {
    font-size: 15px;
    line-height: 2;
    margin-top: 30px;
  }
  .memberListWrap .listLink {
    margin-bottom: 0;
    border-bottom: none;
  }
  .contents.memberEntry {
    padding-top: 0;
  }
  .aboutTxtWrap {
    width: 100%;
    max-width: inherit;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .aboutTxtWrap.bg_gray {
    background: #F8F9FA;
  }
  .aboutTxtWrap:last-of-type {
    padding-bottom: 0;
  }
  .aboutTxtWrap .in {
    max-width: 1080px;
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  .aboutTxtWrap .commonH2 .title {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    margin-top: 0;
    line-height: 1.3;
  }
  .aboutTxtWrap .commonH2 .jp {
    font-size: 14px;
    margin-top: 10px;
  }
  .aboutTxtWrap .right h3 {
    font-weight: normal;
    font-size: 17px;
  }
  .aboutTxtWrap .right h4 {
    font-weight: normal;
    font-size: 16px;
    margin-top: 25px;
  }
  .aboutTxtWrap .right p {
    margin-top: 20px;
  }
  .aboutTxtWrap .right ol {
    list-style: none;
  }
  .aboutTxtWrap .right ol li {
    position: relative;
    font-size: 15px;
    margin-top: 15px;
    padding-left: 30px;
  }
  .aboutTxtWrap .right ol li:first-child {
    margin-top: 0;
  }
  .aboutTxtWrap .right ol li span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .aboutTxtWrap .oneColSec {
    display: block;
  }
  .aboutTxtWrap .oneColSec .secHead {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .aboutTxtWrap .oneColSec .google-maps {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 100%;
  }
  .aboutTxtWrap .oneColSec .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .aboutTxtWrap .oneColSec.group .logo {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .aboutTxtWrap .oneColSec.group .logo img {
    max-width: 70%;
  }
  .aboutTxtWrap .oneColSec.group .col2 .left {
    background: #F8F8F8;
    flex-basis: 60%;
    padding-left: 0;
  }
  .aboutTxtWrap .oneColSec.group .col2 .left img {
    width: 100%;
  }
  .aboutTxtWrap .oneColSec.group .col2 .right {
    background: #F8F8F8;
    position: relative;
    margin-top: 0;
    padding: 20px;
  }
  .aboutTxtWrap .oneColSec.group .col2 .right table {
    margin-bottom: 20px;
  }
  .aboutTxtWrap .oneColSec.group .col2 .right table th {
    font-weight: normal;
    text-align: left;
    width: 90px;
    font-size: 15px;
    padding: 3px 0;
    vertical-align: top;
  }
  .aboutTxtWrap .oneColSec.group .col2 .right table td {
    font-size: 15px;
    padding: 2px 0;
  }
  .aboutTxtWrap .oneColSec.group .col2 .right .linkWrap {
    text-align: right;
  }
  .aboutTxtWrap .oneColSec.group .col2 .right .linkWrap a {
    display: inline-block;
  }
  .aboutTxtWrap .oneColSec.group .col2 .right .linkWrap .link_btn {
    font-size: 11px;
  }
  .gmap .link_btn {
    font-size: 12px;
  }
  .commonTable tr {
    border-top: 1px solid #B4B4B4;
  }
  .commonTable tr th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 15px;
    min-width: 100px;
  }
  .commonTable tr td {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 15px;
  }
  .columnTxtWrap.contact .left > p {
    line-height: 2;
    font-size: 13px;
  }
  .columnTxtWrap.contact .left .note {
    color: #808080;
    font-size: 11px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .columnTxtWrap.contact .contactBox > div:not(:first-of-type) {
    margin-top: 25px;
  }
  .columnTxtWrap.contact .contactBox > div dt {
    font-weight: 500;
    line-height: 2;
    font-size: 13px;
  }
  .columnTxtWrap.contact .contactBox > div dt .required {
    display: inline-block;
    margin-left: 2px;
  }
  .columnTxtWrap.contact .contactBox > div dd:has(select) {
    position: relative;
  }
  .columnTxtWrap.contact .contactBox > div dd:has(select)::before {
    pointer-events: none;
    z-index: 10;
    content: "";
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    right: 15px;
    top: 20px;
  }
  .columnTxtWrap.contact .contactBox > div input,
  .columnTxtWrap.contact .contactBox > div select,
  .columnTxtWrap.contact .contactBox > div textarea {
    display: block;
    width: 100%;
    border: 1px solid #b3b3b3;
    padding: 18px 12px;
  }
  .columnTxtWrap.contact .contactBox > div input::-moz-placeholder, .columnTxtWrap.contact .contactBox > div select::-moz-placeholder, .columnTxtWrap.contact .contactBox > div textarea::-moz-placeholder {
    color: #ccc;
  }
  .columnTxtWrap.contact .contactBox > div input::placeholder,
  .columnTxtWrap.contact .contactBox > div select::placeholder,
  .columnTxtWrap.contact .contactBox > div textarea::placeholder {
    color: #ccc;
  }
  .columnTxtWrap.contact .contactBox > div input:focus,
  .columnTxtWrap.contact .contactBox > div select:focus,
  .columnTxtWrap.contact .contactBox > div textarea:focus {
    outline: none;
    border: 1px solid #000;
  }
  .columnTxtWrap.contact .contactBox > div select {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  .columnTxtWrap.contact .contactBox > div textarea {
    height: 200px;
  }
  .columnTxtWrap.contact .formBtnWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 75px;
    gap: 40px;
  }
  .columnTxtWrap.contact .formBtn {
    position: relative;
    margin-top: 0;
  }
  .columnTxtWrap.contact .formBtn input {
    display: inline-block;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-weight: 400;
    width: 250px;
    padding: 18px;
    font-size: 13px;
  }
  .columnTxtWrap.contact .formBtn::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    border-top: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 10px;
  }
  .columnTxtWrap.contact .formBtn::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2px);
    right: 10px;
  }
  .columnTxtWrap.contact .formBtn.prev::before {
    border-top: 1px solid #000;
    right: inherit;
    left: 10px;
  }
  .columnTxtWrap.contact .formBtn.prev::after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-135deg);
    right: inherit;
    left: 10px;
  }
  .columnTxtWrap.contact .formBtn.prev input {
    background: #fff;
    color: #000;
  }
  .columnTxtWrap.contact .formBtn .wpcf7-spinner {
    display: none;
  }
  #formArea.ct-confirm .contactBox {
    border-top: 1px solid #b3b3b3;
  }
  #formArea.ct-confirm .contactBox > div {
    border-bottom: 1px solid #b3b3b3;
    display: flex;
    margin-top: 0;
    flex-direction: column;
    padding: 18px 10px;
  }
  #formArea.ct-confirm .contactBox dt {
    color: #808080;
    width: 100%;
  }
  #formArea.ct-confirm .contactBox dd {
    font-weight: 500;
    margin-top: 8px;
    width: 100%;
  }
  #formArea.ct-confirm .contactBox dd span {
    display: block;
    line-height: 2;
    font-size: 13px;
  }
  #formArea.ct-thanks {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 40px;
  }
  #formArea.ct-thanks .miniTitle {
    font-weight: 700;
    font-size: 15px;
  }
  #formArea.ct-thanks .txt {
    font-weight: 500;
    line-height: 2;
    font-size: 13px;
    margin-top: 20px;
  }
  #formArea.ct-thanks .note {
    color: #808080;
    font-size: 11px;
    line-height: 1.8;
    margin-top: 15px;
  }
  #formArea.ct-thanks .btnWrap {
    display: flex;
    justify-content: center;
    margin-top: 70px;
  }
  #formArea.ct-thanks .formBtnBack {
    position: relative;
    display: inline-block;
    background: #000;
    color: #fff;
    font-weight: 400;
    text-align: center;
    width: 250px;
    padding: 18px;
    font-size: 13px;
  }
  #formArea.ct-thanks .formBtnBack::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #fff;
    border-top: 1px solid #fff;
    position: absolute;
    left: 20px;
    top: 50%;
  }
  #formArea.ct-thanks .formBtnBack::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-135deg);
    position: absolute;
    left: 20px;
    top: calc(50% - 2px);
  }
  .columnTxtWrap.notFound {
    justify-content: center;
    text-align: center;
  }
  .columnTxtWrap.notFound .notFoundTitle {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-weight: 500;
    font-size: 28px;
  }
  .columnTxtWrap.notFound .txt {
    margin-top: 30px;
    line-height: 1.5;
  }
  .columnTxtWrap.notFound .btnWrap {
    display: flex;
    justify-content: center;
  }
  .columnTxtWrap.notFound .link_btn {
    margin-top: 60px;
    width: 110px;
  }
  .headTitleWrap {
    margin: 0 20px;
  }
  .headTitleWrap .headTitle.column {
    font-size: 30px;
    line-height: 1.75;
    margin-bottom: 25px;
  }
  .headTitleWrap p {
    font-size: 14px;
  }
  .headTitleWrap .date {
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
  .headTitleWrap .date span {
    margin-right: 8px;
  }
  .headTitleWrap .date .update_date {
    margin-left: 8px;
  }
  .headTitleWrap .date .en {
    letter-spacing: 1px;
  }
  .headTitleWrap .hashtag {
    margin-bottom: 70px;
  }
  .headTitleWrap .hashtag span {
    padding-right: 10px;
  }
  .headTitleWrap .main_img figure img {
    width: 720px;
    height: 413px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .headTitleWrap .headTitle.column {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .headTitleWrap p {
    font-size: 14px;
  }
  .headTitleWrap .date {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .headTitleWrap .hashtag {
    margin-bottom: 50px;
  }
  .headTitleWrap .hashtag span {
    padding-left: 0;
    line-height: 1.5;
    display: block;
  }
  .headTitleWrap .main_img figure img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .columnTxtWrap {
    max-width: 720px;
    margin: 100px auto 0;
    margin-top: 50px;
  }
  .columnTxtWrap h2.title {
    font-size: 26px;
    line-height: 1.7;
    margin: 50px 0;
    font-size: 17px;
    line-height: 2;
    margin: 40px 0;
  }
  .columnTxtWrap h3.title {
    font-size: 19px;
    line-height: 1.9;
    margin: 50px 0;
    font-size: 15px;
    line-height: 2;
    margin: 30px 0;
  }
  .columnTxtWrap p .speaker {
    font-weight: 700;
    display: block;
  }
  .columnTxtWrap p a {
    text-decoration: underline;
  }
  .columnTxtWrap p a:hover {
    text-decoration: none !important;
    opacity: 0.75;
  }
  .columnTxtWrap .column_img {
    margin: 100px 0;
    display: grid;
    gap: 20px;
    margin: 70px 0;
    display: grid;
    gap: 10px;
  }
  .columnTxtWrap .column_img figure img {
    width: 100%;
    height: auto;
  }
  .columnTxtWrap .column_img figure figcaption {
    font-size: 14px;
    color: #808080;
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
  }
  .columnTxtWrap .column_link .column_link_list {
    list-style: disc;
    margin-left: 15px;
  }
  .columnTxtWrap .column_link .column_link_list ::marker {
    font-size: 50%;
  }
  .columnTxtWrap .column_link .column_link_list li {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .columnTxtWrap .column_link .column_link_list li a {
    text-decoration: underline;
  }
  .columnTxtWrap .column_link .column_link_list li a:hover {
    text-decoration: none;
    opacity: 0.75;
  }
  .columnTxtWrap .column_link_title,
  .columnTxtWrap .related_posts_title {
    font-size: 24px;
    font-weight: 700;
    border-bottom: solid #000 1px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .columnTxtWrap .related_posts_list {
    display: grid;
    gap: 20px;
  }
  .columnTxtWrap .related_posts_list li a {
    display: flex;
    justify-content: space-between;
  }
  .columnTxtWrap .related_posts_list li a .related_posts_img {
    width: 263px;
    height: 150px;
    overflow: hidden;
    width: 40%;
    height: auto;
  }
  .columnTxtWrap .related_posts_list li a .related_posts_img img {
    width: 263px;
    height: 150px;
    transition: transform 0.4s;
    width: 100%;
    height: auto;
  }
  .columnTxtWrap .related_posts_list li a div {
    width: 57%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .columnTxtWrap .related_posts_list li a div p {
    line-height: 1.87;
    margin-bottom: 0;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 任意の行数を指定 */
  }
  .columnTxtWrap .related_posts_list li a div .date {
    margin-top: 15px;
    margin-top: 10px;
    font-size: 12px;
  }
  .columnTxtWrap .related_posts_list li a div .date span {
    margin-right: 8px;
  }
  .columnTxtWrap .related_posts_list li a div .date .en {
    letter-spacing: 1px;
  }
  .columnTxtWrap .related_posts_list li a div .date .update_date {
    margin-left: 8px;
    margin-left: 0;
  }
  .columnTxtWrap .related_posts_list li a:hover div p,
  .columnTxtWrap .related_posts_list li a:hover div span {
    opacity: 0.7;
  }
  .columnTxtWrap .column_list_title {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    font-weight: 700;
    font-size: 14px;
    padding-left: 15px;
  }
  .columnTxtWrap .column_list_title::before {
    content: "";
    display: block;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #333;
    position: absolute;
    transition: 0.3s;
    height: 14px;
    width: 14px;
    left: 0;
    top: 13px;
    height: 10px;
    width: 10px;
    left: 0;
    top: 12px;
  }
  .columnTxtWrap ul.column_list {
    list-style-type: disc !important;
    margin-left: 18px;
    margin-left: 12px;
  }
  .columnTxtWrap ul.column_list ::marker {
    font-size: 50%;
  }
  .columnTxtWrap ul.column_list li {
    line-height: 2;
    font-size: 14px;
  }
  .back_btn_area {
    display: grid;
    place-items: center;
    height: 60px;
    margin-bottom: 100px;
    margin-bottom: 20px;
  }
  .back_btn_area .back_btn {
    width: 318px;
    height: 60px;
    padding: 20px 30px 20px 70px;
    border: #000 1px solid;
    font-size: 14px;
    position: absolute;
    width: 290px;
    height: 45px;
    padding: 11px 30px 11px 60px;
  }
  .back_btn_area .back_btn::before {
    content: "";
    display: block;
    background: #000000;
    position: absolute;
    transition: 0.3s;
    width: 12px;
    height: 1px;
    top: 30px;
    left: 50px;
  }
  .back_btn_area .back_btn::after {
    content: "";
    display: block;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    transform: rotate(-45deg);
    position: absolute;
    transition: 0.3s;
    width: 7px;
    height: 7px;
    top: 27px;
    left: 50px;
  }
  .back_btn_area .back_btn::before {
    top: 22px;
    left: 44px;
  }
  .back_btn_area .back_btn::after {
    top: 19px;
    left: 44px;
  }
  .back_btn_arrow {
    width: 290px;
    height: 45px;
    margin: 0 auto 50px;
  }
  .back_btn_arrow:before {
    width: 13px;
    height: 8px;
    margin-right: 8px;
  }
  .back_btn_arrow::after {
    display: none;
  }
  .back_btn_arrow:hover:before, .back_btn_arrow:focus:before {
    background-image: url(../images/common/icon_arrow_small_w.svg);
  }
  .toc {
    background-color: #f2f2f2;
    padding: 60px 92px;
  }
  .toc .toc_title {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    margin-top: 60px;
    font-size: 16px;
    margin-top: 30px;
  }
  .toc ol {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    margin: 0 92px 110px;
    margin: 0 24px 100px;
    /*数字を一旦消す*/
  }
  .toc ol li {
    position: relative;
    padding-left: 40px;
  }
  .toc ol li::before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    /*以下数字のデザイン変える*/
    display: inline-block;
    color: #808080;
    font-family: "Jost", "Arial", sans-serif;
    font-size: 22px;
    left: 0;
    line-height: 25px;
    font-size: 16px;
  }
  .toc .toc_item {
    margin-top: 40px;
    margin-top: 20px;
  }
  .toc .toc_item .toc_h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .toc .toc_item .toc_h3 {
    font-size: 14px;
    line-height: 2.35;
    padding-left: 20px;
    position: relative;
    font-size: 13px;
  }
  .toc .toc_item .toc_h3::before {
    content: "";
    display: inline-block;
    border: rgba(0, 0, 0, 0.4588235294) 1px solid;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    top: 18px;
  }
  .toc .toc_open_btn_area,
  .toc .toc_close_btn_area {
    text-align: center;
  }
  .toc .toc_open_btn,
  .toc .toc_close_btn {
    width: 160px;
    height: 38px;
    border-radius: 100dvh;
  }
  .toc .toc_open_btn {
    background-color: #333;
    color: #f2f2f2;
    font-size: 12px;
    cursor: pointer;
  }
  .toc .toc_open_btn:hover {
    background-color: #808080;
    border: #808080;
  }
  .toc .toc_close_btn {
    background-color: #f2f2f2;
    color: #333;
    font-size: 12px;
    border: #000 1px solid;
    cursor: pointer;
  }
  .readmore {
    position: relative;
    margin: 50px auto 0;
    padding: 0;
  }
  .readmore-content {
    position: relative;
    height: 450px;
    transition: all 0.4s;
    overflow: hidden;
    height: 400px;
  }
  .readmore-content::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 186px;
    transition: all 0.4s;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 197, 0.8) 50%, #ffffc5 100%);
    z-index: 1;
  }
  .readmore-content.is_open:before {
    display: none;
  }
  .readmore button {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 40px;
    margin: 0 auto;
    width: 200px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #333;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 2;
    transition: all 0.4s;
  }
  .readmore .is_open + button {
    background-color: #fff;
    color: #333;
    border: #333 1px solid;
    transition: all 0.4s;
  }
  .readmore .is_open + button:hover {
    background-color: #eeecec;
  }
  .profile_card {
    border: 1px solid #c8c8c8;
    padding: 24px;
    margin-bottom: 20px;
  }
  .profile_card .writer {
    font-size: 14px;
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    padding-left: 15px;
  }
  .profile_card .writer::before {
    content: "";
    display: block;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background-color: #333;
    transform: rotate(135deg);
    position: absolute;
    transition: 0.3s;
    height: 7px;
    width: 14px;
    left: 0;
    top: 10px;
    top: 8px;
  }
  .profile_card .profile-card_item {
    --thumb: 134px;
    /* PCは従来どおり横並び */
    display: flex;
    align-items: flex-start;
    gap: 30px;
    /* スマホ：Gridに切替。1行目の高さ＝画像サイズ、2行目にbioを全幅で配置 */
    --thumb: 72px;
    display: grid;
    grid-template-columns: var(--thumb) 1fr;
    grid-template-rows: var(--thumb) auto;
    /* ← ここで1行目高さを画像に合わせる */
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 8px;
    margin-top: 14px;
    /* 配置 */
    /* ラッパーを透明化して中身を直置き */
    /* 2列ぶち抜き＝100%幅 */
  }
  .profile_card .profile-card_item .profile-img {
    width: var(--thumb);
    height: var(--thumb);
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin-top: 24px;
  }
  .profile_card .profile-card_item .profile-info {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .profile_card .profile-card_item .profile-info .profile-header {
    margin-bottom: 8px;
  }
  .profile_card .profile-card_item .profile-info .profile-header .name {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
  }
  .profile_card .profile-card_item .profile-info .profile-header .job_title {
    font-size: 13px;
    color: #808080;
    line-height: 1;
  }
  .profile_card .profile-card_item .profile-info .bio {
    margin: 0;
    font-size: 14px;
    color: #323232;
  }
  .profile_card .profile-card_item .profile-img {
    grid-column: 1;
    grid-row: 1;
  }
  .profile_card .profile-card_item .profile-info {
    display: contents;
  }
  .profile_card .profile-card_item .profile-header {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
  }
  .profile_card .profile-card_item .bio {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .profile_card .profile-card_item .profile-header {
    display: block;
  }
  .profile_card .profile-card_item .profile-header .name {
    font-size: 14px !important;
    margin-bottom: 2px !important;
    font-weight: normal;
  }
  .profile_card .profile-card_item .profile-header .job_title {
    font-size: 12px !important;
  }
  .profile_card .profile-card_item .bio {
    margin: 0;
    font-size: 13px;
    color: #323232;
    line-height: 1.75;
  }
  .profile_card .profile-card_item .profile-img {
    margin-top: 0;
  }
  span.marker_line {
    background: linear-gradient(transparent 50%, #ffffcc 50%);
    padding-bottom: 0.1em;
  }
  .serviceWrap {
    padding: 0 20px;
  }
  .serviceWrap h1 {
    margin-bottom: 22px;
  }
  .serviceWrap h1 span {
    display: block;
  }
  .serviceWrap h1 span.en {
    color: #999;
    font-size: 13px;
  }
  .serviceWrap h1 span.ja {
    margin-top: 10px;
    font-size: 21px;
  }
  .serviceTopIntro .serviceTopCatch + p {
    margin-top: 25px;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
  }
  .serviceTopIntro .serviceTopCatch .catch {
    font-weight: 500;
    line-height: 1.8;
    font-size: 15px;
    font-feature-settings: "palt";
    letter-spacing: 0.15em;
  }
  .serviceTopIntro .serviceTopCatch .catch.second {
    font-size: 20px;
  }
  .serviceTopIntro .serviceTopCatch .contactBtnWrap .contactBtn {
    margin-top: 25px;
    width: 100%;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #211815;
    font-size: 15px;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    position: relative;
  }
  .serviceTopIntro .serviceTopCatch .contactBtnWrap .contactBtn:before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 0.5px);
    right: 10px;
  }
  .serviceTopIntro .serviceTopCatch .contactBtnWrap .contactBtn:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
  }
  .l4dService {
    margin-top: 80px;
  }
  .l4dService img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .l4dService h2 {
    font-size: 26px;
    font-weight: 400;
    @incluide fontEn;
    text-align: center;
  }
  .l4dService figure {
    text-align: center;
    margin-top: 20px;
  }
  .l4dService p {
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    font-weight: 500;
  }
  .serviceTopLink {
    margin-top: 50px;
  }
  .serviceTopLink .serviceTopLinkList {
    display: grid;
    gap: 6px;
    margin: 100px auto 0;
    max-width: 450px;
    grid-template-columns: 1fr 1fr;
  }
  .serviceTopLink .serviceTopLinkList li {
    background-color: #F5F5F5;
    position: relative;
    padding: 15px 15px 50px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
  .serviceTopLink .serviceTopLinkList li .engTitle {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
  }
  .serviceTopLink .serviceTopLinkList li h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    font-feature-settings: "palt";
  }
  .serviceTopLink .serviceTopLinkList li p {
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.8;
    display: none;
  }
  .serviceTopLink .serviceTopLinkList li .link_btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
  }
  .serviceTopLink .serviceTopLinkList li .link_btn:before, .serviceTopLink .serviceTopLinkList li .link_btn:after {
    border-color: #fff;
  }
  .serviceH1 {
    margin-bottom: 40px;
    padding-top: 10px;
  }
  .serviceH1 .entitle {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
  }
  .serviceH1 h1 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 10px;
  }
  .serviceH1 h1 + p {
    margin-top: 25px;
    font-size: 15px;
    font-weight: 500;
  }
  .BrandingBorderBox {
    border: 1px solid #000;
    padding: 25px 15px;
    margin-top: 50px;
  }
  .BrandingBorderBox * + .title {
    margin-top: 40px;
  }
  .BrandingBorderBox * + .text {
    margin-top: 20px;
  }
  .BrandingBorderBox .title {
    font-size: 20px;
    font-weight: 700;
  }
  .BrandingBorderBox .text {
    font-size: 14px;
  }
  .serviceH2 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .serviceH2 + figure {
    text-align: center;
  }
  .contents.service .memberworksListWrap {
    width: 100%;
  }
  .kanrenBtnWrap {
    margin-top: 40px;
  }
  .kanrenBtnWrap .kanrenBtn {
    color: #fff;
    background-color: #211815;
    display: flex;
    width: 100%;
    height: 65px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 20px;
    position: relative;
  }
  .kanrenBtnWrap .kanrenBtn:before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 32px;
    right: 15px;
  }
  .kanrenBtnWrap .kanrenBtn:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 27px;
    right: 14px;
  }
  .serviceFlow {
    margin-top: 25px;
  }
  .serviceFlow + p {
    font-size: 10px;
    margin-top: 10px;
  }
  .serviceFlow > div {
    background-color: #F0EEEC;
    padding: 20px 15px;
  }
  .serviceFlow > div + div {
    margin-top: 15px;
  }
  .serviceFlow > div:last-of-type {
    background-color: #fff;
    border: 1px solid #000;
  }
  .serviceFlow > div > dt {
    display: flex;
    align-items: center;
  }
  .serviceFlow > div > dt .num {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    font-weight: 500;
  }
  .serviceFlow > div > dt .flowTitle {
    font-size: 19px;
    font-weight: 700;
    margin-left: 15px;
  }
  .serviceFlow > div > dd {
    font-size: 13px;
    margin-top: 10px;
  }
  .brandingPolicyWrap {
    margin-top: 50px;
  }
  .brandingPolicyWrap .brandingPolicy + .brandingPolicy {
    margin-top: 50px;
  }
  .brandingPolicyWrap .brandingPolicy .entitle {
    font-size: 40px;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .brandingPolicyWrap .brandingPolicy .title {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
  }
  .brandingPolicyWrap .brandingPolicy .textWrap {
    margin-top: 20px;
  }
  .brandingPolicyWrap .brandingPolicy .textWrap .hide {
    margin-top: 1em;
    display: none;
  }
  .brandingPolicyWrap .brandingPolicy .textWrap p {
    font-size: 13px;
    line-height: 1.8;
  }
  .brandingPolicyWrap .brandingPolicy .moreBtn {
    color: #fff;
    background-color: #211815;
    display: flex;
    width: 100%;
    height: 65px;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    font-size: 20px;
    position: relative;
  }
  .brandingPolicyWrap .brandingPolicy .moreBtn:before {
    content: "";
    transform: rotate(225deg);
    position: absolute;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 14px;
    height: 14px;
    right: 30px;
    bottom: 30px;
    position: absolute;
  }
  .brandingPolicyWrap .brandingPolicy .moreBtn.open::before {
    content: "";
    transform: rotate(135deg) scale(1, -1);
    position: absolute;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 14px;
    height: 14px;
    right: 30px;
    bottom: 21px;
    position: absolute;
  }
  .serviceDetailList .serviceDetail + .serviceDetail {
    margin-top: 40px;
  }
  .serviceDetailList .serviceDetail .numTitle {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .serviceDetailList .serviceDetail .numTitle .num {
    font-size: 25px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-bottom: 2px;
    letter-spacing: 0.1em;
    flex: none;
  }
  .serviceDetailList .serviceDetail .numTitle h2 {
    font-size: 21px;
    font-weight: 700;
  }
  .serviceDetailList .serviceDetail .serviceDetailCont {
    margin-top: 20px;
  }
  .serviceDetailList .serviceDetail .serviceDetailCont p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
  }
  .serviceDetailList .serviceDetail .serviceDetailCont figure {
    margin-top: 25px;
  }
  .serviceDetailList .serviceDetail .serviceDetailCont figure img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  /*----------------------------------
  パンくず 20250806
  ----------------------------------*/
  .contents {
    overflow-x: hidden;
    padding-top: min(8vw, 110px);
  }
  .contentsHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
    width: calc(100% - 40px);
    border-bottom: 1px solid #333;
    padding-bottom: 70px;
  }
  .contentsHead.noBorder {
    border-bottom: none;
    padding-bottom: 0;
  }
  .contentsHead .headTitle {
    font-weight: normal;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: min(8vw, 90px);
  }
  .contentsHead .logo img {
    width: min(25vw, 275px);
    height: auto;
  }
  .listTitle {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 50px;
    margin-bottom: 100px;
    font-weight: normal;
  }
  .listTitle .en {
    font-size: 57px;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
  }
  .listTitle .en.size40 {
    font-size: 40px;
  }
  .listTitle .jp {
    font-size: 15px;
    margin-left: 15px;
  }
  .listTitle .sizeL {
    font-size: 50px;
    margin-right: 30px;
  }
  .listTitle .sizeS {
    font-size: 20px;
    white-space: nowrap;
  }
  .listTitle.member_listTitle {
    margin-bottom: 0;
    border-top: 1px solid #333;
    margin-top: 100px;
    padding-top: 100px;
    line-height: 1;
  }
  .listTitle.member_listTitle:first-of-type {
    padding-top: 50px;
  }
  .listTitle.member_listTitle span.en {
    font-size: 50px;
  }
  .listTitle.member_listTitle:first-of-type {
    margin-top: 0;
  }
  .pagination {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    display: flex;
    margin-top: min(12vw, 300px);
  }
  .pagination ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-grow: 1;
  }
  .pagination ul li {
    margin: 0 10px;
  }
  .pagination ul li a,
  .pagination ul li span {
    display: block;
    border-radius: 40px;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    width: 65px;
    height: 65px;
    font-size: 20px;
  }
  .pagination ul li.on a,
  .pagination ul li span.current, .pagination ul li a:hover, .pagination ul li:focus {
    background: #000;
    color: #fff;
  }
  .pagination .prev,
  .pagination .next {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    width: 55px;
    height: 65px;
  }
  .pagination .prev:before,
  .pagination .next:before {
    content: "";
    transform: rotate(-45deg);
    position: absolute;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    width: 20px;
    height: 20px;
    left: 16px;
    top: 22px;
  }
  .pagination .prev:hover, .pagination .prev:focus,
  .pagination .next:hover,
  .pagination .next:focus {
    opacity: 0.75;
    background: transparent;
  }
  .pagination .next:before {
    transform: rotate(135deg);
    left: inherit;
    right: 16px;
  }
  .entry p {
    font-size: 16px;
    line-height: 2.25;
    font-weight: 400;
    margin-bottom: 50px;
  }
  .entry .date {
    color: #808080;
  }
  .entry .entryHead {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
    justify-content: space-between;
    padding-top: min(12vw, 180px);
    padding-bottom: min(12vw, 180px);
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .entry .entryHead .eTitle {
    font-weight: 300;
    flex-basis: 65%;
    font-size: 57px;
  }
  .entry .entryHead .subTxt {
    font-size: 15px;
    line-height: 2;
    flex-basis: 39%;
    padding-top: 13px;
  }
  .entry .entryHead .catArchive {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .entry .entryHead .catArchive:hover, .entry .entryHead .catArchive:focus {
    text-decoration: none;
  }
  .entry .mainImg {
    max-width: 1360px;
    margin: 0 auto;
    margin-bottom: 200px;
  }
  .entry .mainImg img {
    width: 100%;
  }
  .entry .commonH2 {
    font-weight: normal;
    line-height: 1.3;
  }
  .entry .commonH2 .en {
    display: block;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 57px;
  }
  .entry .commonH2 .jp {
    display: block;
    margin-top: 10px;
    font-size: 26px;
  }
  .entry .worksTxtWrap {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin: 150px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .entry .worksTxtWrap:first-child {
    margin-top: 0;
  }
  .entry .worksTxtWrap .left {
    flex-basis: 48%;
  }
  .entry .worksTxtWrap .right {
    flex-basis: 48%;
  }
  .entry .worksTxtWrap .right h3 {
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 30px;
  }
  .entry .worksTxtWrap .right p {
    font-size: 15px;
    line-height: 2;
  }
  .entry .worksTxtWrap .right .textlink {
    margin-top: 34px;
  }
  .entry .worksTxtWrap .right .textlink a {
    text-decoration: underline;
  }
  .entry .worksImg {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin: 200px auto 0;
  }
  .entry .worksImg ul li {
    flex-basis: 48.5%;
    margin-top: 2%;
  }
  .entry .worksImg ul li img {
    width: 100%;
  }
  .entry .related {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin: 200px auto 0;
  }
  .entry .related p {
    line-height: 2;
    margin-top: 50px;
    font-size: 16px;
  }
  .EntryBottomLink {
    max-width: 1360px;
    margin: 170px auto 0;
  }
  .EntryBottomLink ul {
    display: flex;
    justify-content: space-between;
  }
  .EntryBottomLink ul li {
    flex-basis: 50%;
    background: #000;
  }
  .EntryBottomLink ul li a {
    display: block;
    position: relative;
  }
  .EntryBottomLink ul li a img {
    width: 100%;
    opacity: 0.65;
    transition: 0.3s;
  }
  .EntryBottomLink ul li a:hover img, .EntryBottomLink ul li a:focus img {
    opacity: 1;
  }
  .EntryBottomLink ul li.prev a span, .EntryBottomLink ul li.next a span {
    display: block;
    position: absolute;
    transition: 0.3s;
    left: 5%;
    padding-left: 70px;
    top: calc(50% - 35px);
  }
  .EntryBottomLink ul li.prev a span:before, .EntryBottomLink ul li.next a span:before {
    content: "";
    transform: rotate(-45deg);
    position: absolute;
    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
    width: 35px;
    height: 35px;
    left: 16px;
    top: 23px;
  }
  .EntryBottomLink ul li.next a span {
    left: inherit;
    right: 5%;
    padding-left: 0;
    padding-right: 70px;
  }
  .EntryBottomLink ul li.next a span:before {
    transform: rotate(135deg);
    left: inherit;
    right: 16px;
  }
  .EntryBottomLink ul li span {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    font-size: 53px;
  }
  .entry .worksImg ul li .tatekouzu {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .blogBottomLink,
  .memberBottomLink {
    max-width: 1080px;
    margin: 170px auto 0;
  }
  .blogBottomLink ul,
  .memberBottomLink ul {
    display: flex;
    justify-content: space-between;
  }
  .blogBottomLink ul li,
  .memberBottomLink ul li {
    flex-basis: 50%;
  }
  .blogBottomLink ul li a,
  .memberBottomLink ul li a {
    display: block;
    position: relative;
    height: 80px;
  }
  .blogBottomLink ul li.prev a span, .blogBottomLink ul li.next a span,
  .memberBottomLink ul li.prev a span,
  .memberBottomLink ul li.next a span {
    display: block;
    position: absolute;
    transition: 0.3s;
    left: 5%;
    padding-left: 70px;
    top: calc(50% - 35px);
  }
  .blogBottomLink ul li.prev a span:before, .blogBottomLink ul li.next a span:before,
  .memberBottomLink ul li.prev a span:before,
  .memberBottomLink ul li.next a span:before {
    content: "";
    transform: rotate(-45deg);
    position: absolute;
    border-top: 8px solid #333;
    border-left: 8px solid #333;
    width: 35px;
    height: 35px;
    left: 16px;
    top: 23px;
  }
  .blogBottomLink ul li.next a span,
  .memberBottomLink ul li.next a span {
    left: inherit;
    right: 5%;
    padding-left: 0;
    padding-right: 70px;
  }
  .blogBottomLink ul li.next a span:before,
  .memberBottomLink ul li.next a span:before {
    transform: rotate(135deg);
    left: inherit;
    right: 16px;
  }
  .blogBottomLink ul li span,
  .memberBottomLink ul li span {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    color: #333;
    font-size: 53px;
  }
  .blogBottomLink ul li span:hover, .blogBottomLink ul li span:focus,
  .memberBottomLink ul li span:hover,
  .memberBottomLink ul li span:focus {
    opacity: 0.75;
  }
  .memberBottomLink {
    width: 100%;
    max-width: inherit;
    background: #000;
    margin-top: 0;
    height: 300px;
    padding-top: 100px;
  }
  .memberBottomLink ul {
    max-width: 1360px;
    margin: 0 auto;
  }
  .memberBottomLink ul li.prev a span {
    color: #fff;
  }
  .memberBottomLink ul li.prev a span:before {
    border-color: #fff;
  }
  .memberBottomLink ul li.next a span {
    color: #fff;
  }
  .memberBottomLink ul li.next a span:before {
    border-color: #fff;
  }
  .memberworksListWrap {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 75px auto 0;
  }
  .memberworksListWrap h3 {
    font-family: "jost", sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 57px;
    margin-bottom: 60px;
  }
  .memberworksListWrap .worksList {
    max-width: 1070px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .memberworksListWrap .worksList li {
    list-style: none;
    flex-basis: calc(50% - 15px);
    margin-top: min(12vw, 200px);
  }
  .memberworksListWrap .worksList li:nth-child(1) {
    margin-top: 0;
  }
  .memberworksListWrap .worksList li:nth-child(2) {
    margin-top: 0;
  }
  .memberworksListWrap .worksList li > a {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
  }
  .memberworksListWrap .worksList li > a img {
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.3s;
    max-width: 100%;
  }
  .memberworksListWrap .worksList li > a img:hover, .memberworksListWrap .worksList li > a img:focus {
    transform: scale(1.2, 1.2);
  }
  .memberworksListWrap .worksList li dl dt {
    margin-bottom: 10px;
    font-size: 23px;
  }
  .memberworksListWrap .worksList li dl dt a:hover, .memberworksListWrap .worksList li dl dt:focus {
    text-decoration: underline;
  }
  .memberworksListWrap .worksList li dl dd {
    line-height: 2;
    font-size: 15px;
  }
  .columnList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0px auto 0;
    gap: 120px 20px;
  }
  .columnList > li {
    margin-top: min(7vw, 100px);
  }
  .columnList > li a img {
    transition: 0.3s;
  }
  .columnList > li a img:hover, .columnList > li a img:focus {
    opacity: 0.75;
  }
  .columnList > li dl {
    margin-top: 20px;
  }
  .columnList > li dl dt {
    font-size: 15px;
  }
  .columnList > li dl dt a:hover, .columnList > li dl dt:focus {
    text-decoration: underline;
  }
  .columnList > li dl dd {
    font-size: 13px;
  }
  .columnList > li img {
    width: 100%;
  }
  .columnList .blank {
    height: 0;
  }
  .columnList li {
    margin-top: 0;
  }
  .columnList a dl dd {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 20px;
  }
  .columnList a dl dt {
    font-size: 13px;
  }
  .columnList a dl dt .date {
    font-weight: 300;
  }
  .columnList a dl dt .category {
    display: inline-block;
    position: relative;
    font-size: 12px;
    padding: 3px 10px 3px 22px;
    margin-left: 10px;
    background-color: #F1F2F4;
    border-radius: 10px;
  }
  .columnList a dl dt .category::before {
    content: "";
    display: block;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background-color: #333;
    transform: rotate(135deg);
    position: absolute;
    transition: 0.3s;
    height: 5px;
    width: 10px;
    left: 10px;
    top: 12px;
  }
  .columnList a:hover dl dd {
    text-decoration: underline;
  }
  .columnList li > a > img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 346/201;
  }
  .newsList {
    gap: 50px 20px;
  }
  .newsList li {
    margin-top: 0;
  }
  .newsList li > a > img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 346/201;
  }
  .newsList li > a dl dd.date {
    display: inline-block;
    padding-bottom: 10px;
  }
  .newsList li > a dl dd.category {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding: 3px 10px 3px 25px;
    margin-left: 10px;
    background-color: #F1F2F4;
    border-radius: 10px;
  }
  .newsList li > a dl dd.category:before {
    content: "";
    display: block;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background-color: #333;
    transform: rotate(135deg);
    position: absolute;
    transition: 0.3s;
    height: 7px;
    width: 14px;
    left: 10px;
    top: 13px;
  }
  .newsList li > a dl dt {
    font-size: 17px;
  }
  .newsList li:hover img {
    opacity: 1;
  }
  .newsList li:hover dl dt {
    text-decoration: underline;
  }
  .memberList {
    margin-top: 0;
  }
  .memberList > li {
    flex-basis: calc(32% - 10px);
    margin-top: min(5vw, 60px);
  }
  .memberList > li > a img {
    filter: grayscale(100%);
  }
  .memberList > li > a img:hover, .memberList > li > a img:focus {
    opacity: 1;
    filter: grayscale(0);
  }
  .memberList > li dt a {
    display: block;
  }
  .memberList > li dt a .jp {
    display: block;
    font-size: 26px;
  }
  .memberList > li dt a .eng {
    display: block;
    font-size: 23px;
  }
  .memberList > li dd.tit {
    margin-top: 7px;
    font-size: 15px;
  }
  .columnTxtWrap,
  .newsTxtWrap,
  .aboutTxtWrap {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
    justify-content: space-between;
  }
  .columnTxtWrap .left,
  .newsTxtWrap .left,
  .aboutTxtWrap .left {
    flex-basis: 48%;
    padding-left: 85px;
  }
  .columnTxtWrap .left .date,
  .newsTxtWrap .left .date,
  .aboutTxtWrap .left .date {
    display: block;
    font-size: 13px;
  }
  .columnTxtWrap .left .title,
  .newsTxtWrap .left .title,
  .aboutTxtWrap .left .title {
    display: block;
    font-size: 26px;
    margin-top: 25px;
    line-height: 1.75;
  }
  .columnTxtWrap .right,
  .newsTxtWrap .right,
  .aboutTxtWrap .right {
    flex-basis: 48%;
  }
  .columnTxtWrap .right img,
  .newsTxtWrap .right img,
  .aboutTxtWrap .right img {
    max-width: 100%;
  }
  .columnTxtWrap .right p,
  .newsTxtWrap .right p,
  .aboutTxtWrap .right p {
    font-size: 15px;
    line-height: 2;
    margin-top: 50px;
  }
  .columnTxtWrap .right p a {
    text-decoration: underline;
  }
  .memberTxtWrap {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: min(12vw, 150px);
  }
  .memberTxtWrap .left {
    flex-basis: 50%;
  }
  .memberTxtWrap .left img {
    width: 100%;
  }
  .memberTxtWrap .right {
    flex-basis: 50%;
    padding-left: 8%;
    padding-right: 5%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .memberTxtWrap .right img {
    max-width: 100%;
  }
  .memberTxtWrap .right .jp {
    font-size: 38px;
  }
  .memberTxtWrap .right > h2, .memberTxtWrap .right > div, .memberTxtWrap .right > p {
    flex-basis: 100%;
  }
  .memberTxtWrap .right .eng {
    font-size: 33px;
  }
  .memberTxtWrap .right .tit {
    font-size: 22px;
  }
  .memberTxtWrap .right p {
    font-size: 15px;
    line-height: 2;
    margin-top: 50px;
  }
  .memberListWrap .listLink {
    margin-bottom: 0;
    border-bottom: none;
  }
  .aboutTxtWrap {
    width: 100%;
    max-width: inherit;
    margin-top: 0;
    padding-top: min(15vw, 200px);
    padding-bottom: min(15vw, 200px);
  }
  .aboutTxtWrap:first-of-type {
    padding-top: 50px;
  }
  .aboutTxtWrap.bg_gray {
    background: #F8F9FA;
  }
  .aboutTxtWrap:last-of-type {
    padding-bottom: 0;
  }
  .aboutTxtWrap .in {
    max-width: 1080px;
    margin: 0 auto;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
  }
  .aboutTxtWrap .left {
    padding-left: 0;
    flex-basis: 40%;
  }
  .aboutTxtWrap .commonH2 .title {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    margin-top: 0;
    font-size: 50px;
    line-height: 1.1;
  }
  .aboutTxtWrap .commonH2 .jp {
    font-size: 14px;
    margin-top: 20px;
  }
  .aboutTxtWrap .right {
    flex-basis: 60%;
  }
  .aboutTxtWrap .right h3 {
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 50px;
  }
  .aboutTxtWrap .right h4 {
    font-weight: normal;
    font-size: 18px;
    margin-top: 50px;
  }
  .aboutTxtWrap .right p {
    margin-top: 20px;
  }
  .aboutTxtWrap .right ol {
    list-style: none;
  }
  .aboutTxtWrap .right ol li {
    position: relative;
    font-size: 22px;
    margin-top: 35px;
    padding-left: 35px;
  }
  .aboutTxtWrap .right ol li:first-child {
    margin-top: 0;
  }
  .aboutTxtWrap .right ol li span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .aboutTxtWrap .oneColSec {
    display: block;
  }
  .aboutTxtWrap .oneColSec .secHead {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .aboutTxtWrap .oneColSec .google-maps {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-top: 60px;
    padding-bottom: 50%;
  }
  .aboutTxtWrap .oneColSec .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .aboutTxtWrap .oneColSec.group .logo {
    text-align: center;
    margin-top: 130px;
    margin-bottom: 75px;
  }
  .aboutTxtWrap .oneColSec.group .col2 {
    display: flex;
    justify-content: space-between;
  }
  .aboutTxtWrap .oneColSec.group .col2 .left {
    background: #F8F8F8;
    flex-basis: 60%;
    padding-left: 0;
  }
  .aboutTxtWrap .oneColSec.group .col2 .left img {
    width: 100%;
  }
  .aboutTxtWrap .oneColSec.group .col2 .left a {
    transition: all 0.3s;
  }
  .aboutTxtWrap .oneColSec.group .col2 .left a:hover {
    opacity: 0.7;
  }
  .aboutTxtWrap .oneColSec.group .col2 .right {
    background: #F8F8F8;
    position: relative;
    padding: 40px 45px 90px;
  }
  .aboutTxtWrap .oneColSec.group .col2 .right table th {
    font-weight: normal;
    text-align: left;
    width: 90px;
    font-size: 15px;
    padding: 3px 0;
    vertical-align: top;
  }
  .aboutTxtWrap .oneColSec.group .col2 .right table td {
    font-size: 15px;
    padding: 2px 0;
  }
  .aboutTxtWrap .oneColSec.group .col2 .right .linkWrap {
    display: inline-block;
    position: absolute;
    bottom: 45px;
    right: 45px;
  }
  .aboutTxtWrap .oneColSec.group .col2 .right .linkWrap .link_btn {
    font-size: 13px;
  }
  .gmap .link_btn {
    font-size: 12px;
  }
  .commonTable tr {
    border-top: 1px solid #B4B4B4;
  }
  .commonTable tr th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 16px;
    min-width: 130px;
  }
  .commonTable tr td {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 16px;
  }
  .columnTxtWrap.contact {
    margin-top: min(12vw, 65px);
  }
  .columnTxtWrap.contact .left {
    padding-left: 0;
  }
  .columnTxtWrap.contact .left > p {
    line-height: 2;
    font-size: 15px;
  }
  .columnTxtWrap.contact .left .note {
    color: #808080;
    font-size: 13px;
    line-height: 2.3;
    margin-top: 25px;
  }
  .columnTxtWrap.contact .contactBox > div:not(:first-of-type) {
    margin-top: 30px;
  }
  .columnTxtWrap.contact .contactBox > div dt {
    font-weight: 500;
    line-height: 2;
    font-size: 15px;
  }
  .columnTxtWrap.contact .contactBox > div dt .required {
    display: inline-block;
    margin-left: 2px;
  }
  .columnTxtWrap.contact .contactBox > div dd {
    margin-top: 7px;
  }
  .columnTxtWrap.contact .contactBox > div dd:has(select) {
    position: relative;
  }
  .columnTxtWrap.contact .contactBox > div dd:has(select)::before {
    pointer-events: none;
    z-index: 10;
    content: "";
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    right: 10px;
    top: calc(50% - 10px);
  }
  .columnTxtWrap.contact .contactBox > div input,
  .columnTxtWrap.contact .contactBox > div select,
  .columnTxtWrap.contact .contactBox > div textarea {
    display: block;
    width: 100%;
    border: 1px solid #b3b3b3;
    padding: 20px;
  }
  .columnTxtWrap.contact .contactBox > div input::-moz-placeholder, .columnTxtWrap.contact .contactBox > div select::-moz-placeholder, .columnTxtWrap.contact .contactBox > div textarea::-moz-placeholder {
    color: #ccc;
  }
  .columnTxtWrap.contact .contactBox > div input::placeholder,
  .columnTxtWrap.contact .contactBox > div select::placeholder,
  .columnTxtWrap.contact .contactBox > div textarea::placeholder {
    color: #ccc;
  }
  .columnTxtWrap.contact .contactBox > div input:focus,
  .columnTxtWrap.contact .contactBox > div select:focus,
  .columnTxtWrap.contact .contactBox > div textarea:focus {
    outline: none;
    border: 1px solid #000;
  }
  .columnTxtWrap.contact .contactBox > div select {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  .columnTxtWrap.contact .contactBox > div textarea {
    height: 200px;
  }
  .columnTxtWrap.contact .formBtnWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 50px;
  }
  .columnTxtWrap.contact .formBtn {
    position: relative;
    margin-top: 0;
  }
  .columnTxtWrap.contact .formBtn input {
    display: inline-block;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-weight: 400;
    width: 300px;
    padding: 20px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  .columnTxtWrap.contact .formBtn input:hover, .columnTxtWrap.contact .formBtn input:focus {
    background: rgba(0, 0, 0, 0.7);
  }
  .columnTxtWrap.contact .formBtn::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    border-top: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
  }
  .columnTxtWrap.contact .formBtn::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2px);
    right: 20px;
  }
  .columnTxtWrap.contact .formBtn.prev:hover::before, .columnTxtWrap.contact .formBtn.prev:focus::before {
    background: rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(0, 0, 0, 0.4);
  }
  .columnTxtWrap.contact .formBtn.prev:hover::after, .columnTxtWrap.contact .formBtn.prev:focus::after {
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-right: 1px solid rgba(0, 0, 0, 0.4);
  }
  .columnTxtWrap.contact .formBtn.prev::before {
    border-top: 1px solid #000;
    right: inherit;
    left: 20px;
    transition: 0.3s;
  }
  .columnTxtWrap.contact .formBtn.prev::after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-135deg);
    right: inherit;
    left: 20px;
    transition: 0.3s;
  }
  .columnTxtWrap.contact .formBtn.prev input {
    background: #fff;
    color: #000;
  }
  .columnTxtWrap.contact .formBtn.prev input:hover, .columnTxtWrap.contact .formBtn.prev input:focus {
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);
  }
  .columnTxtWrap.contact .formBtn .wpcf7-spinner {
    display: none;
  }
  #formArea.ct-confirm .contactBox {
    border-top: 1px solid #b3b3b3;
  }
  #formArea.ct-confirm .contactBox > div {
    border-bottom: 1px solid #b3b3b3;
    display: flex;
    margin-top: 0;
    gap: 6.6%;
    padding: 20px;
  }
  #formArea.ct-confirm .contactBox dt {
    color: #808080;
    width: 28%;
  }
  #formArea.ct-confirm .contactBox dd {
    margin-top: 0;
    width: 65.4%;
  }
  #formArea.ct-confirm .contactBox dd span {
    display: block;
    line-height: 2;
    font-size: 15px;
  }
  #formArea.ct-thanks {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: min(12vw, 65px);
  }
  #formArea.ct-thanks .miniTitle {
    font-weight: 700;
    font-size: 20px;
  }
  #formArea.ct-thanks .txt {
    font-weight: 500;
    line-height: 2;
    font-size: 15px;
    margin-top: 30px;
  }
  #formArea.ct-thanks .note {
    color: #808080;
    font-size: 13px;
    line-height: 2.3;
    margin-top: 25px;
  }
  #formArea.ct-thanks .btnWrap {
    display: flex;
    justify-content: center;
    margin-top: 140px;
  }
  #formArea.ct-thanks .formBtnBack {
    position: relative;
    display: inline-block;
    background: #000;
    color: #fff;
    font-weight: 400;
    text-align: center;
    width: 300px;
    padding: 20px;
    font-size: 20px;
    transition: 0.3s;
  }
  #formArea.ct-thanks .formBtnBack:hover, #formArea.ct-thanks .formBtnBack:focus {
    background: rgba(0, 0, 0, 0.7);
  }
  #formArea.ct-thanks .formBtnBack::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #fff;
    border-top: 1px solid #fff;
    position: absolute;
    left: 20px;
    top: 50%;
  }
  #formArea.ct-thanks .formBtnBack::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-135deg);
    position: absolute;
    left: 20px;
    top: calc(50% - 2px);
  }
  .columnTxtWrap.notFound {
    justify-content: center;
    text-align: center;
  }
  .columnTxtWrap.notFound .notFoundTitle {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-weight: 500;
    font-size: 60px;
  }
  .columnTxtWrap.notFound .txt {
    margin-top: 30px;
    line-height: 1.8;
  }
  .columnTxtWrap.notFound .btnWrap {
    display: flex;
    justify-content: center;
  }
  .columnTxtWrap.notFound .link_btn {
    margin-top: 60px;
    width: 130px;
  }
  .contents.caseEntry .headTitleWrap {
    max-width: 720px;
    margin-inline: auto;
  }
  .headTitleWrap .headTitle.column {
    font-size: 30px;
    line-height: 1.75;
    margin-bottom: 25px;
  }
  .headTitleWrap p {
    font-size: 14px;
  }
  .headTitleWrap .date {
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
  .headTitleWrap .date span {
    margin-right: 8px;
  }
  .headTitleWrap .date .update_date {
    margin-left: 8px;
  }
  .headTitleWrap .date .en {
    letter-spacing: 1px;
  }
  .headTitleWrap .hashtag {
    margin-bottom: 70px;
  }
  .headTitleWrap .hashtag span {
    padding-right: 10px;
  }
  .headTitleWrap .main_img figure img {
    width: 720px;
    height: 413px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .columnTxtWrap {
    max-width: 720px;
    margin: 100px auto 0;
  }
  .columnTxtWrap h2.title {
    font-size: 26px;
    line-height: 1.7;
    margin: 50px 0;
  }
  .columnTxtWrap h3.title {
    font-size: 19px;
    line-height: 1.9;
    margin: 50px 0;
  }
  .columnTxtWrap p .speaker {
    font-weight: 700;
    display: block;
  }
  .columnTxtWrap p a {
    text-decoration: underline;
  }
  .columnTxtWrap p a:hover {
    text-decoration: none !important;
    opacity: 0.75;
  }
  .columnTxtWrap .column_img {
    margin: 100px 0;
    display: grid;
    gap: 20px;
  }
  .columnTxtWrap .column_img figure img {
    width: 100%;
    height: auto;
  }
  .columnTxtWrap .column_img figure figcaption {
    font-size: 14px;
    color: #808080;
    text-align: center;
    margin-top: 15px;
  }
  .columnTxtWrap .column_link .column_link_list {
    list-style: disc;
    margin-left: 15px;
  }
  .columnTxtWrap .column_link .column_link_list ::marker {
    font-size: 50%;
  }
  .columnTxtWrap .column_link .column_link_list li {
    margin-bottom: 10px;
  }
  .columnTxtWrap .column_link .column_link_list li a {
    text-decoration: underline;
  }
  .columnTxtWrap .column_link .column_link_list li a:hover {
    text-decoration: none;
    opacity: 0.75;
  }
  .columnTxtWrap .column_link_title,
  .columnTxtWrap .related_posts_title {
    font-size: 24px;
    font-weight: 700;
    border-bottom: solid #000 1px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    letter-spacing: 1px;
  }
  .columnTxtWrap .related_posts_list {
    display: grid;
    gap: 20px;
  }
  .columnTxtWrap .related_posts_list li a {
    display: flex;
    justify-content: space-between;
  }
  .columnTxtWrap .related_posts_list li a .related_posts_img {
    width: 263px;
    height: 150px;
    overflow: hidden;
  }
  .columnTxtWrap .related_posts_list li a .related_posts_img img {
    width: 263px;
    height: 150px;
    transition: transform 0.4s;
  }
  .columnTxtWrap .related_posts_list li a div {
    width: 57%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .columnTxtWrap .related_posts_list li a div p {
    line-height: 1.87;
    margin-bottom: 0;
  }
  .columnTxtWrap .related_posts_list li a div .date {
    margin-top: 15px;
  }
  .columnTxtWrap .related_posts_list li a div .date span {
    margin-right: 8px;
  }
  .columnTxtWrap .related_posts_list li a div .date .en {
    letter-spacing: 1px;
  }
  .columnTxtWrap .related_posts_list li a div .date .update_date {
    margin-left: 8px;
  }
  .columnTxtWrap .related_posts_list li a:hover div p,
  .columnTxtWrap .related_posts_list li a:hover div span {
    opacity: 0.7;
  }
  .columnTxtWrap .related_posts_list li a:hover img {
    transform: scale(1.05);
  }
  .columnTxtWrap .column_list_title {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    font-weight: 700;
  }
  .columnTxtWrap .column_list_title::before {
    content: "";
    display: block;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #333;
    position: absolute;
    transition: 0.3s;
    height: 14px;
    width: 14px;
    left: 0;
    top: 13px;
  }
  .columnTxtWrap ul.column_list {
    list-style-type: disc !important;
    margin-left: 18px;
  }
  .columnTxtWrap ul.column_list ::marker {
    font-size: 50%;
  }
  .columnTxtWrap ul.column_list li {
    line-height: 2;
  }
  .back_btn_area {
    display: grid;
    place-items: center;
    height: 60px;
    margin-bottom: 100px;
  }
  .back_btn_area .back_btn {
    width: 318px;
    height: 60px;
    padding: 20px 30px 20px 70px;
    border: #000 1px solid;
    font-size: 14px;
    position: absolute;
  }
  .back_btn_area .back_btn::before {
    content: "";
    display: block;
    background: #000000;
    position: absolute;
    transition: 0.3s;
    width: 12px;
    height: 1px;
    top: 30px;
    left: 50px;
  }
  .back_btn_area .back_btn::after {
    content: "";
    display: block;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    transform: rotate(-45deg);
    position: absolute;
    transition: 0.3s;
    width: 7px;
    height: 7px;
    top: 27px;
    left: 50px;
  }
  .back_btn_arrow {
    width: 318px;
    margin: 0 auto 100px;
  }
  .back_btn_arrow:before {
    width: 12px;
    height: 8px;
    margin-right: 8px;
  }
  .back_btn_arrow::after {
    display: none;
  }
  .back_btn_arrow:hover:before, .back_btn_arrow:focus:before {
    background-image: url(../images/common/icon_arrow_small_w.svg);
  }
  .toc {
    background-color: #f2f2f2;
    padding: 60px 92px;
  }
  .toc .toc_title {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    margin-top: 60px;
  }
  .toc ol {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    margin: 0 92px 110px;
    /*数字を一旦消す*/
  }
  .toc ol li {
    position: relative;
    padding-left: 40px;
  }
  .toc ol li::before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    /*以下数字のデザイン変える*/
    display: inline-block;
    color: #808080;
    font-family: "Jost", "Arial", sans-serif;
    font-size: 22px;
    left: 0;
    line-height: 25px;
  }
  .toc .toc_item {
    margin-top: 40px;
  }
  .toc .toc_item .toc_h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .toc .toc_item .toc_h3 {
    font-size: 14px;
    line-height: 2.35;
    padding-left: 20px;
    position: relative;
  }
  .toc .toc_item .toc_h3::before {
    content: "";
    display: inline-block;
    border: rgba(0, 0, 0, 0.4588235294) 1px solid;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .toc .toc_open_btn_area,
  .toc .toc_close_btn_area {
    text-align: center;
  }
  .toc .toc_open_btn,
  .toc .toc_close_btn {
    width: 160px;
    height: 38px;
    border-radius: 100dvh;
  }
  .toc .toc_open_btn {
    background-color: #333;
    color: #f2f2f2;
    font-size: 12px;
    cursor: pointer;
  }
  .toc .toc_open_btn:hover {
    background-color: #808080;
    border: #808080;
  }
  .toc .toc_close_btn {
    background-color: #f2f2f2;
    color: #333;
    font-size: 12px;
    border: #000 1px solid;
    cursor: pointer;
  }
  .readmore {
    position: relative;
    margin: 50px auto 0;
    padding: 0;
  }
  .readmore-content {
    position: relative;
    height: 450px;
    transition: all 0.4s;
    overflow: hidden;
  }
  .readmore-content::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 186px;
    transition: all 0.4s;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 197, 0.8) 50%, #ffffc5 100%);
    z-index: 1;
  }
  .readmore-content.is_open:before {
    display: none;
  }
  .readmore button {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 40px;
    margin: 0 auto;
    width: 200px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #333;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 2;
    transition: all 0.4s;
  }
  .readmore .is_open + button {
    background-color: #fff;
    color: #333;
    border: #333 1px solid;
    transition: all 0.4s;
  }
  .readmore .is_open + button:hover {
    background-color: #eeecec;
  }
  .profile_card {
    border: 1px solid #c8c8c8;
    padding: 24px;
    margin-bottom: 20px;
    padding-right: 40px;
  }
  .profile_card .writer {
    font-size: 14px;
    display: block;
    position: relative;
    padding-left: 20px;
  }
  .profile_card .writer::before {
    content: "";
    display: block;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background-color: #333;
    transform: rotate(135deg);
    position: absolute;
    transition: 0.3s;
    height: 7px;
    width: 14px;
    left: 0;
    top: 10px;
  }
  .profile_card .profile-card_item {
    --thumb: 134px;
    /* PCは従来どおり横並び */
    display: flex;
    align-items: flex-start;
    gap: 30px;
    /* スマホ：Gridに切替。1行目の高さ＝画像サイズ、2行目にbioを全幅で配置 */
  }
  .profile_card .profile-card_item .profile-img {
    width: var(--thumb);
    height: var(--thumb);
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin-top: 24px;
  }
  .profile_card .profile-card_item .profile-info {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .profile_card .profile-card_item .profile-info .profile-header {
    margin-bottom: 8px;
  }
  .profile_card .profile-card_item .profile-info .profile-header .name {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
  }
  .profile_card .profile-card_item .profile-info .profile-header .job_title {
    font-size: 13px;
    color: #808080;
    line-height: 1;
  }
  .profile_card .profile-card_item .profile-info .bio {
    margin: 0;
    font-size: 14px;
    color: #323232;
  }
  span.marker_line {
    background: linear-gradient(transparent 50%, #ffffcc 50%);
    padding-bottom: 0.1em;
  }
  .serviceWrap {
    width: calc(100% - 40px);
    max-width: 1080px;
    margin: 0 auto;
  }
  .serviceWrap h1 {
    margin-bottom: 22px;
  }
  .serviceWrap h1 span {
    display: block;
  }
  .serviceWrap h1 span.en {
    color: #999;
    font-size: 24px;
  }
  .serviceWrap h1 span.ja {
    margin-top: 10px;
    font-size: 44px;
  }
  .serviceTopIntro .serviceTopCatch {
    display: flex;
    justify-content: space-between;
  }
  .serviceTopIntro .serviceTopCatch + p {
    font-size: 15px;
    font-weight: 500;
    margin-top: 60px;
    line-height: 2.5;
  }
  .serviceTopIntro .serviceTopCatch .catch {
    font-weight: 500;
    line-height: 1.8;
    font-size: 26px;
    font-feature-settings: "palt";
    letter-spacing: 0.15em;
  }
  .serviceTopIntro .serviceTopCatch .catch.second {
    font-size: 40px;
  }
  .serviceTopIntro .serviceTopCatch .contactBtnWrap .contactBtn {
    width: 232px;
    height: 130px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #211815;
    font-size: 23px;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    transition: 0.3s;
    position: relative;
  }
  .serviceTopIntro .serviceTopCatch .contactBtnWrap .contactBtn:before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 0.5px);
    right: 20px;
  }
  .serviceTopIntro .serviceTopCatch .contactBtnWrap .contactBtn:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
  }
  .serviceTopIntro .serviceTopCatch .contactBtnWrap .contactBtn:hover {
    background-color: #feff01;
    color: #000;
  }
  .serviceTopIntro .serviceTopCatch .contactBtnWrap .contactBtn:hover:before {
    background-color: #000;
  }
  .serviceTopIntro .serviceTopCatch .contactBtnWrap .contactBtn:hover:after {
    border-color: #000;
  }
  .l4dService {
    margin-top: 80px;
  }
  .l4dService h2 {
    font-size: 68px;
    font-weight: 400;
    @incluide fontEn;
    text-align: center;
  }
  .l4dService figure {
    text-align: center;
    margin-top: 50px;
  }
  .l4dService figure img {
    max-width: 800px;
  }
  .l4dService p {
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
    font-weight: 500;
  }
  .serviceTopLink {
    margin-top: 70px;
  }
  .serviceTopLink .serviceTopLinkList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
  }
  .serviceTopLink .serviceTopLinkList li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    position: relative;
    padding: 30px 30px 40px;
    min-height: 340px;
    transition: all 0.3s ease;
  }
  .serviceTopLink .serviceTopLinkList li a:hover, .serviceTopLink .serviceTopLinkList li a:focus {
    background-color: #feff01;
  }
  .serviceTopLink .serviceTopLinkList li a:hover .link_btn .label, .serviceTopLink .serviceTopLinkList li a:focus .link_btn .label {
    transform: translateY(-100%);
    opacity: 0;
  }
  .serviceTopLink .serviceTopLinkList li a:hover .link_btn .hover, .serviceTopLink .serviceTopLinkList li a:focus .link_btn .hover {
    transform: translate(-50%, -50%) translateY(0px);
    opacity: 1;
  }
  .serviceTopLink .serviceTopLinkList li .engTitle {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
  }
  .serviceTopLink .serviceTopLinkList li h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
  }
  .serviceTopLink .serviceTopLinkList li p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.8;
  }
  .serviceTopLink .serviceTopLinkList li .link_btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
  }
  .serviceTopLink .serviceTopLinkList li .link_btn:before, .serviceTopLink .serviceTopLinkList li .link_btn:after {
    border-color: #fff;
  }
  .serviceH1 {
    margin-bottom: 90px;
    padding-top: 10px;
  }
  .serviceH1 .entitle {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
  }
  .serviceH1 h1 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
  }
  .serviceH1 h1 + p {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 500;
  }
  .BrandingBorderBox {
    border: 1px solid #000;
    padding: 40px 25px;
    margin-top: 80px;
  }
  .BrandingBorderBox * + .title {
    margin-top: 40px;
  }
  .BrandingBorderBox * + .text {
    margin-top: 20px;
  }
  .BrandingBorderBox .title {
    font-size: 25px;
    font-weight: 700;
  }
  .BrandingBorderBox .text {
    font-size: 15px;
  }
  .serviceH2 {
    font-size: 27px;
    margin-top: 80px;
    margin-bottom: 35px;
  }
  .serviceH2 + figure {
    text-align: center;
  }
  .serviceH2 + figure.small img {
    max-width: 714px;
  }
  .contents.service .memberworksListWrap {
    width: 100%;
  }
  .contents.service .worksList li > a img {
    height: 100%;
  }
  .kanrenBtnWrap {
    margin-top: 80px;
  }
  .kanrenBtnWrap .kanrenBtn {
    color: #fff;
    background-color: #211815;
    display: flex;
    width: 232px;
    height: 48px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin: 0 auto;
    font-size: 20px;
    position: relative;
  }
  .kanrenBtnWrap .kanrenBtn:before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 23px;
    right: 13px;
  }
  .kanrenBtnWrap .kanrenBtn:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
    right: 14px;
  }
  .kanrenBtnWrap .kanrenBtn:hover {
    background-color: #feff01;
    color: #000;
  }
  .kanrenBtnWrap .kanrenBtn:hover:before {
    background-color: #000;
  }
  .kanrenBtnWrap .kanrenBtn:hover:after {
    border-color: #000;
  }
  .serviceFlow {
    margin-top: 130px;
  }
  .serviceFlow + p {
    text-align: right;
    font-size: 15px;
    margin-top: 15px;
  }
  .serviceFlow > div {
    background-color: #F0EEEC;
    min-height: 100px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    flex: none;
  }
  .serviceFlow > div + div {
    margin-top: 10px;
  }
  .serviceFlow > div:last-of-type {
    background-color: #fff;
    border: 1px solid #000;
  }
  .serviceFlow > div > dt {
    display: flex;
    align-items: center;
    flex: none;
    width: 330px;
    padding-right: 20px;
  }
  .serviceFlow > div > dt .num {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    font-weight: 500;
  }
  .serviceFlow > div > dt .flowTitle {
    font-size: 25px;
    font-weight: 700;
    margin-left: 25px;
  }
  .serviceFlow > div > dd {
    font-size: 15px;
  }
  .brandingPolicyWrap {
    margin-top: 160px;
  }
  .brandingPolicyWrap .brandingPolicy + .brandingPolicy {
    margin-top: 100px;
  }
  .brandingPolicyWrap .brandingPolicy .entitle {
    font-size: 80px;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .brandingPolicyWrap .brandingPolicy .title {
    font-size: 26px;
    font-weight: 500;
    margin-top: 20px;
  }
  .brandingPolicyWrap .brandingPolicy .textWrap {
    margin-top: 50px;
  }
  .brandingPolicyWrap .brandingPolicy .textWrap .hide {
    margin-top: 1em;
    display: none;
  }
  .brandingPolicyWrap .brandingPolicy .textWrap p {
    font-size: 15px;
    line-height: 1.8;
  }
  .brandingPolicyWrap .brandingPolicy .moreBtn {
    color: #fff;
    background-color: #211815;
    display: flex;
    width: 232px;
    height: 42px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin-top: 25px;
    margin-left: auto;
    font-size: 16px;
    position: relative;
    cursor: pointer;
  }
  .brandingPolicyWrap .brandingPolicy .moreBtn:before {
    content: "";
    transform: rotate(225deg);
    position: absolute;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 12px;
    height: 12px;
    right: 20px;
    bottom: 17px;
    position: absolute;
  }
  .brandingPolicyWrap .brandingPolicy .moreBtn:hover {
    background-color: #feff01;
    color: #000;
  }
  .brandingPolicyWrap .brandingPolicy .moreBtn:hover::before {
    content: "";
    transform: rotate(225deg);
    position: absolute;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 12px;
    height: 12px;
    right: 20px;
    bottom: 17px;
  }
  .brandingPolicyWrap .brandingPolicy .moreBtn.open::before {
    content: "";
    transform: rotate(135deg) scale(1, -1);
    position: absolute;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 12px;
    height: 12px;
    right: 20px;
    bottom: 13px;
    position: absolute;
  }
  .brandingPolicyWrap .brandingPolicy .moreBtn.open:hover::before {
    content: "";
    transform: rotate(135deg) scale(1, -1);
    position: absolute;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 12px;
    height: 12px;
    right: 20px;
    bottom: 12px;
  }
  .serviceDetailList .serviceDetail + .serviceDetail {
    margin-top: 60px;
  }
  .serviceDetailList .serviceDetail .numTitle .num {
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 3px solid #000;
    padding-bottom: 3px;
    letter-spacing: 0.1em;
  }
  .serviceDetailList .serviceDetail .numTitle h2 {
    font-size: 38px;
    font-weight: 700;
    margin-top: 15px;
  }
  .serviceDetailList .serviceDetail .serviceDetailCont {
    display: flex;
  }
  .serviceDetailList .serviceDetail .serviceDetailCont p {
    width: 50%;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.5;
    margin-top: 20px;
  }
  .serviceDetailList .serviceDetail .serviceDetailCont figure {
    width: 50%;
    padding-left: 70px;
    padding-top: 30px;
  }
  .serviceDetailList .serviceDetail .serviceDetailCont figure img {
    width: 100%;
  }
}
/*# sourceMappingURL=map/column.css.map */
