@charset "UTF-8";
body {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  color: #333;
}
body.is-fixed {
  overflow: hidden;
}

.button {
  display: flex;
  align-items: center;
  padding: 6px 10px 6px 30px;
  width: 160px;
  margin: 0 auto;
}
.button--bg {
  background-color: #fff;
}
.button--bg .button__text {
  color: #4a4a4a;
}
.button--border {
  border: 1px solid #fff;
}
.button--border .button__text {
  color: #fff;
}
.button__icon {
  width: 24px;
  display: flex;
  align-items: center;
}
.button__icon-path {
  fill: #fff;
}
.button__icon-path--contact {
  fill: #4a4a4a;
}
.button__text {
  margin-left: 10px;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #fff;
}
.button__more {
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background: #4a4a4a;
  border: none;
}

.header {
  background-color: #4a4a4a;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header__container {
  width: 100%;
  position: relative;
}
.header__logo {
  display: inline-block;
  padding: 14px 24px;
  font-size: 20px;
  color: #fff;
}
.header__menu-button {
  border: none;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 36px;
  overflow: hidden;
  color: transparent;
  padding: 0;
  background-color: transparent;
}
.header__menu-button::before {
  content: "\f0c9";
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  font-size: 34px;
  color: #fff;
}
.header__menu-button.is-checked::before {
  content: "\f00d";
  font-size: 40px;
}
.header__contents {
  display: none;
  height: calc(100vh - 88px);
  border-top: 1px solid #fff;
  padding-top: 30px;
}
.header__nav-item + .header__nav-item {
  margin-top: 24px;
}
.header__search-form {
  width: 80%;
  margin: 0 auto;
}
.header__search-box {
  display: flex;
}
.header__search-input {
  padding: 0 10px;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #808080;
  background-color: transparent;
}
.header__search-input::placeholder {
  color: #fff;
}
.header__button-submit {
  min-width: 55px;
  height: 40px;
  background-color: #fff;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-position: center;
  border: none;
}

.gnav__list li + li {
  margin-top: 24px;
}
.gnav__list li:first-child > a::before {
  content: "\f19d";
}
.gnav__list li:nth-child(2) > a::before {
  content: "\f5fc";
  content: "\e163";
}
.gnav__list li:nth-child(3) > a::before {
  content: "\f0ae";
}
.gnav__list li:nth-child(4) > a::before {
  content: "\f007";
}
.gnav__list li:nth-child(5) > a::before {
  content: "\f024";
}
.gnav__list li:nth-child(6) > a::before {
  content: "\f02d";
}
.gnav__list li:nth-child(7) > a {
  color: #4a4a4a;
  background-color: #fff;
}
.gnav__list li:nth-child(7) > a::before {
  content: "\f0e0";
}
.gnav__list li:last-child > a {
  border: 1px solid #fff;
}
.gnav__list li:last-child > a::before {
  width: 16px;
  height: 16px;
  mask-image: url(../images/icon_x.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #fff;
}
.gnav__list a {
  display: flex;
  align-items: center;
  padding: 6px 10px 6px 30px;
  width: 160px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 0.08em;
}
.gnav__list a::before {
  content: "";
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  margin-right: 10px;
}

.fv {
  position: relative;
}
.fv > img {
  width: 100%;
}
.fv__contents {
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
  height: 209px;
  background: url(../images/sp/bg_fv.png) center center no-repeat;
  background-size: 100% auto;
  padding: 32px;
}
.fv__heading-main {
  display: block;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.fv__heading-sub {
  margin-top: 12px;
  display: block;
  font-size: 14px;
}

.section {
  padding: 48px 0;
}
.section__inner {
  padding: 0 32px;
}
.section__head {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.section__head--center {
  text-align: center;
}
.section__head-main {
  font-size: 40px;
  letter-spacing: 0.1em;
}
.section__head-sub {
  font-size: 11px;
}
.section__lead-text {
  font-size: 16px;
  line-height: 1.6;
}
.section__contents {
  margin-top: 40px;
}

.skill__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.skill__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.skill__item-img {
  margin: auto;
}
.skill__item-name {
  font-size: 14px;
  font-weight: bold;
  margin: 14px 0 10px;
}
.skill__item-text {
  font-size: 14px;
  line-height: 1.6;
}

.works {
  background-color: #fafafa;
}
.works__list {
  margin-bottom: 40px;
}
.works__item + .works__item {
  margin-top: 40px;
}
.works__item.blog__item {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
}
.works__item-img {
  margin-bottom: 12px;
}
.works__item-img img {
  width: 100%;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.works__item-img.blog__item-img img {
  box-shadow: none;
}
.works__item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.works__item-tag {
  display: block;
  margin-right: 15px;
  padding: 3px 14px 2px;
  color: #fff;
  background: #a98c5f;
  font-size: 12px;
}
.works__item-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.works__item-link {
  text-decoration: underline;
  font-size: 14px;
}
.works__item-link.blog__item-link {
  text-decoration: none;
}
.works__button-link {
  display: block;
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #808080;
}

.about {
  background-color: #fafafa;
}
.about__img {
  margin-bottom: 32px;
}
.about__img img {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.about__text {
  font-size: 16px;
  line-height: 1.6;
}
.about__text + .about__text {
  margin-top: 1em;
}

.flow__list {
  margin-top: 64px;
}
.flow__item {
  position: relative;
  border: 1px solid #808080;
  padding: 46px 16px 24px;
}
.flow__item + .flow__item {
  margin-top: 46px;
}
.flow__item-num {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background-color: #4a4a4a;
  color: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow__item-img {
  margin-bottom: 24px;
  text-align: center;
}
.flow__item-img i {
  color: #7f7f7f;
}
.flow__item-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.flow__item-text {
  font-size: 14px;
  line-height: 1.6;
}

.vision__img {
  margin-bottom: 32px;
}
.vision__img img {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.vision__text {
  font-size: 16px;
  line-height: 1.6;
}

.blog__item-body {
  padding: 20px;
}

.page-bottom {
  color: #fff;
}
.page-bottom__item {
  padding: 40px;
}
.page-bottom__item--contact {
  background-color: #6f6f6f;
}
.page-bottom__item--twitter {
  background-color: #4a4a4a;
}

.footer {
  text-align: center;
  padding: 10px;
}
.footer__copy {
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
}

/*------------------------------
// 下層ページ
------------------------------*/
/*--------------------------------
// 共通
--------------------------------*/
#content > .inner {
  padding-top: 40px;
  padding-bottom: 120px;
}
#content.content-works > .inner {
  padding-top: 16px;
}
#content.content-works .entry-label {
  margin-bottom: 14px;
}
#content.m_one > .inner {
  display: block;
}

.inner {
  padding: 80px 16px;
}

.m_one #primary {
  margin-bottom: 70px;
  width: 100%;
}

#primary {
  margin-bottom: 70px;
}

.bread_crumb {
  margin-bottom: 14px;
  font-size: 12px;
}

.btn {
  display: inline-block;
  margin: 0;
  padding: 17px 20px 14px;
  min-width: 282px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-image: none;
  border: none;
  border: 1px solid #808080;
  border-radius: 3px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

#secondary {
  margin-left: auto;
}

.widget {
  margin-bottom: 57px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget li a {
  display: inline-block;
  font-size: inherit;
  text-decoration: none;
}
.widget-title {
  margin-bottom: 30px;
  padding: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #000;
}
.widget .rpwe-block li {
  display: block;
  margin: 0 0 8px !important;
  padding: 5px 0 10px !important;
  list-style-type: none !important;
  border-bottom: 1px solid #eee;
}
.widget .rpwe-block a {
  display: inline !important;
}
.widget .rpwe-ul .rpwe-li {
  margin-bottom: 20px;
  display: flex;
}
.widget .rpwe-ul .rpwe-li:last-child {
  margin-bottom: 0;
}
.widget .rpwe-ul .rpwe-li .rpwe-img {
  width: 120px;
}
.widget .rpwe-ul .rpwe-li .rpwe-img img {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.widget .rpwe-ul .rpwe-title {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.57143;
  padding: 0 0 0 10px;
  width: calc(100% - 120px);
}
.widget .rpwwt-widget li {
  margin-bottom: 20px;
  display: flex;
}
.widget .rpwwt-widget li:last-child {
  margin-bottom: 0;
}
.widget .rpwwt-widget li a img {
  width: 120px;
}
.widget_block .wp-block-archives li, .widget_archive .wp-block-archives li, .widget_categories .wp-block-archives li {
  margin-bottom: 8px;
}
.widget_block .wp-block-archives li:last-child, .widget_archive .wp-block-archives li:last-child, .widget_categories .wp-block-archives li:last-child {
  margin-bottom: 0;
}
.widget_block .wp-block-archives li a, .widget_archive .wp-block-archives li a, .widget_categories .wp-block-archives li a {
  border-bottom: 1px solid #e2e2e2;
  display: block;
  font-size: 14px;
  padding: 20px 20px 14px 0;
  position: relative;
  text-decoration: none;
}
.widget_block .wp-block-archives li a::after, .widget_archive .wp-block-archives li a::after, .widget_categories .wp-block-archives li a::after {
  -webkit-transform: translateY(-50%);
  color: #333;
  content: "\f054";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.rpwe-block h3 {
  background: none !important;
  clear: none;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 1.5em;
}
.rpwe-thumb {
  border: 1px solid #eee !important;
  box-shadow: none !important;
  margin: 2px 10px 2px 0 !important;
  padding: 3px !important;
}

.search-form {
  position: relative;
}
.search-field {
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  padding: 20px 24px;
  padding-right: 70px;
  width: 100%;
}
.search-submit {
  -webkit-transform: translateY(-50%);
  background: transparent;
  box-shadow: none;
  color: #e2e2e2;
  font-size: 26px;
  padding: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}

.wprofile-img {
  margin-bottom: 26px;
  text-align: center;
}
.wprofile-img img {
  width: 230px;
  border-radius: 50%;
}
.wprofile-content {
  font-size: 14px;
  line-height: 1.71429;
  margin-bottom: 38px;
  padding: 0 18px;
}
.wprofile-sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wprofile-sns-item {
  margin-right: 40px;
}
.wprofile-sns-item:last-child {
  margin-right: 0;
}
.wprofile-sns-item a {
  font-size: 26px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.wprofile-sns-item.m_twitter a {
  color: #1da1f2;
}
.wprofile-sns-item.m_facebook a {
  color: #3b5998;
}
.wprofile-sns-item.m_instagram a {
  color: #c13584;
}

.m_ranking .wpost-item {
  counter-increment: ranking;
  position: relative;
}
.m_ranking .wpost-item::after {
  content: counter(ranking);
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #01b3a7;
}
.m_ranking .wpost-item-img {
  width: 120px;
}
.m_ranking .wpost-item-img img {
  margin-right: 0;
  float: none;
}
.m_ranking .wpost-item-body {
  padding: 0 0 0 10px;
  width: calc(100% - 120px);
}
.m_ranking .wpost-item-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57143;
}

.wpost-item {
  display: flex;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.wpost-item:last-child {
  margin-bottom: 0;
}

.wpp-thumbnail {
  display: inline;
  float: left;
  margin: 0 1rem 0 0;
  border: none;
}

.pagination {
  margin-top: 12px;
  text-align: center;
}

.page-numbers {
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #808080;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  height: 40px;
  line-height: 38px;
  margin-right: 14px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
}
.page-numbers:last-child {
  margin-right: 0;
}
.page-numbers.current {
  background: #4a4a4a;
  border: 1px solid #4a4a4a;
  color: #fff;
  font-weight: 700;
}
.page-numbers.dots, .page-numbers.next, .page-numbers.prev {
  border: none;
  line-height: 40px;
  min-width: initial;
  width: auto;
}

#pickup {
  background: #f4f4f4;
}

.pickup-item {
  display: flex;
  margin-bottom: 20px;
}
.pickup-item-img {
  position: relative;
  width: 42.40688%;
}
.pickup-item-tag {
  background: #a98c5f;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  padding: 6px 14px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
}
.pickup-item-body {
  width: 57.59312%;
}
.pickup-item-title {
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.archive-head {
  margin-bottom: 40px;
  padding-top: 26px;
  border-top: 3px solid #808080;
}
.archive-head.m_description {
  margin-bottom: 92px;
}
.archive-lead {
  margin-bottom: 8px;
  color: #a98c5f;
  font-size: 14px;
  font-weight: 700;
}
.archive-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.archive-title::before {
  content: "\f02d";
  margin-right: 8px;
  color: #a98c5f;
  font-size: 26px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free", sans-serif;
}
.archive-title.m_search span {
  color: #a98c5f;
}
.archive-description {
  display: none;
}

.entries {
  margin-bottom: 12px;
}
.entries.m_horizontal {
  margin-bottom: 40px;
}
.entries.m_horizontal .entry-item {
  display: flex;
  margin-bottom: 20px;
  padding: 10px;
}
.entries.m_horizontal .entry-item .entry-item-img {
  width: 45.06173%;
}
.entries.m_horizontal .entry-item .entry-item-body {
  padding: 0 0 0 12px;
  width: 54.93827%;
}
.entries-item {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease 0s;
}
.entries-item-img {
  text-align: center;
}
.entries-item-tag {
  background: #a98c5f;
  color: #fff;
  font-size: 10px;
  margin-right: 8px;
  padding: 3px 14px 2px;
}
.entries-item-published {
  margin-top: 4px;
  font-size: 10px;
}
.entries-item-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.42;
}
.entries-item-excerpt {
  display: none;
}

.entry {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  padding: 10px;
}
.entry-item {
  display: block;
  margin-bottom: 27px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
}
.entry-item-body {
  padding: 20px;
}
.entry-item-meta {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.entry-item-tag {
  background: #a98c5f;
  color: #fff;
  display: block;
  font-size: 12px;
  margin-right: 15px;
  padding: 3px 14px 2px;
}
.entry-item-published {
  color: #808080;
  font-size: 12px;
  margin-top: 4px;
}
.entry-item-published::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin-right: 8px;
}
.entry-item-title {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42;
}
.entry-item-excerpt {
  color: #454545;
  font-size: 14px;
  line-height: 1.71429;
}
.entry-label {
  display: inline-block;
  margin-bottom: 18px;
}
.entry-label a {
  display: block;
  padding: 4px 14px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  background: #a98c5f;
}
.entry-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.41667;
  margin-bottom: 18px;
}
.entry-meta {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.entry-published {
  font-size: 11px;
}
.entry-updated {
  margin-left: 18px;
  font-size: 11px;
}
.entry-img {
  text-align: center;
}
.entry-body {
  margin-top: 24px;
  padding-bottom: 44px;
}
.entry-body h2 {
  position: relative;
  margin-top: 80px;
  margin-bottom: 38px;
  padding: 27px 17px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  background: #ebebeb;
  border-radius: 3px;
  border-top: 6px solid #808080;
}
.entry-body h2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 24px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 15px solid #ebebeb;
}
.entry-body h2 + p {
  margin-top: 0;
}
.entry-body h3 {
  margin-top: 84px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 3px solid #808080;
}
.entry-body h3 + p {
  margin-top: 0;
}
.entry-body h4 {
  margin-top: 82px;
  margin-bottom: 16px;
  padding-left: 42px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
}
.entry-body h4::before {
  color: #808080;
  content: "\f00c";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: -8px;
}
.entry-body h4 + p {
  margin-top: 0;
}
.entry-body p {
  line-height: 1.875;
  margin-top: 30px;
}
.entry-links {
  margin-top: 32px;
  text-align: center;
}
.entry-links .post-page-numbers {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  min-width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #666;
  line-height: 30px;
  text-align: center;
}
.entry-links .post-page-numbers:first-child {
  margin-left: 0;
}
.entry-links .post-page-numbers:last-child {
  margin-right: 0;
}
.entry-links .post-page-numbers.current {
  background: #666;
  color: #fff;
}
.entry-tag-items {
  display: flex;
  flex-wrap: wrap;
  padding: 24px;
  border-top: 1px solid #e2e2e2;
}
.entry-tag-head {
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 6px 15px 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #808080;
  border-radius: 3px;
}
.entry-tag-head::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 5px;
}
.entry-tag-item {
  margin-bottom: 10px;
  margin-right: 15px;
}
.entry-tag-item:last-child {
  margin-right: 0;
}
.entry-tag-item a {
  display: block;
  padding: 4px 16px 3px;
  font-size: 14px;
  color: #808080;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.entry-related {
  margin-top: 20px;
}

.related-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 22px;
}
.related-items {
  display: flex;
  flex-wrap: wrap;
}
.related-item {
  display: block;
  margin-bottom: 21px;
  margin-right: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: calc(25% - 13.5px);
}
.related-item-img {
  margin-bottom: 10px;
  text-align: center;
}
.related-item-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57143;
}

#toc_container {
  background: #fff;
  border: 2px solid #808080;
  margin-top: 64px;
  padding: 20px;
}
#toc_container .toc_title {
  border-bottom: 2px solid #808080;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  margin-top: 0;
  padding-bottom: 6px;
  text-align: center;
}
#toc_container ul a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
#toc_container > ul > li {
  counter-increment: toc;
  margin-bottom: 30px;
  margin-top: 0;
}
#toc_container > ul > li:last-child {
  margin-bottom: 0;
}
#toc_container > ul > li > a {
  padding-left: 36px;
}
#toc_container > ul > li > a::before {
  content: counter(toc);
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -2px;
  min-width: 26px;
  height: 26px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background: #808080;
  border-radius: 50%;
}
#toc_container > ul > li > ul {
  margin-top: 12px;
  padding-left: 36px;
}
#toc_container > ul > li > ul > li {
  margin-bottom: 2px;
  margin-top: 0;
}
#toc_container > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
#toc_container > ul > li > ul > li > a {
  font-weight: 400;
  padding-left: 10px;
}
#toc_container > ul > li > ul > li > a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  min-width: initial;
  background: #808080;
  border-radius: 50%;
}

.pager {
  margin-top: 6.5%;
}

.nav-links {
  display: flex;
  justify-content: center;
}
.nav-links a, .nav-links span {
  margin: 0 6.5px;
  width: 36px;
  height: 36px;
  border: 1px solid #808080;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
.nav-links a {
  cursor: pointer;
}
.nav-links span {
  color: #fff;
  font-weight: bold;
  padding: 3px 7px;
  background: #127dd6;
  border: 1px solid #127dd6;
}

.more-work {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.more-work {
  padding: 0 32px;
}

.blogList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mainvisual {
  height: 147px;
  background: #f4f4f4;
}
.mainvisual .inner {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  height: inherit;
}
.mainvisual-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.mainvisual-title {
  font-size: 28px;
  font-weight: 700;
}
.mainvisual-title::before {
  content: "\f02d";
  margin-right: 8px;
  color: #a98c5f;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
}

.works-breadcrumb {
  padding-top: 12px;
  padding-bottom: 12px;
}
.works-breadcrumb .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.works-breadcrumb .breadcrumb {
  margin-bottom: 0;
}

.breadcrumb {
  margin-bottom: 14px;
  font-size: 12px;
  color: #8d8d8d;
}

.genre-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.genre-nav-link {
  margin-right: 12px;
  margin-bottom: 12px;
}
.genre-nav-link a {
  display: block;
  padding: 3px 8px;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  transition: all 0.3s ease 0s;
}
.genre-nav-link a.is-active {
  color: #fff;
  background: #a98c5f;
}

.entries-works {
  margin-bottom: 22px;
}
.entries-works .entry-item {
  margin-bottom: 27px;
}
.entries-works .entry-item-body {
  padding: 20px;
}
.entries-works .entry-item-img img {
  width: 100%;
}
.entries-works .entry-item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.entries-works .entry-item-tag {
  display: block;
  margin-right: 15px;
  padding: 3px 14px 2px;
  font-size: 12px;
  color: #fff;
  background: #a98c5f;
}
.entries-works .entry-item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42;
  margin-bottom: 14px;
}
.entries-works .entry-item-excerpt {
  font-size: 14px;
  color: #454545;
  line-height: 1.71429;
}

table {
  border: 1px solid #eee;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  border: 1px solid #eee;
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

.entry-works {
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
.entry-works-body {
  margin-top: 40px;
}
.entry-works-content {
  line-height: 1.875;
}
.entry-works-table {
  margin-top: 20px;
}
.entry-works-table table {
  border-color: #707070;
}
.entry-works-table th,
.entry-works-table td {
  padding: 8px 16px;
  border-color: #707070;
  font-size: 14px;
  word-break: break-all;
}
.entry-works-table th {
  width: 43%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background: #999;
}
.entry-works-table td a {
  text-decoration: underline;
}
.entry-works-btn {
  text-align: center;
  margin-top: 70px;
}
.entry-works-related {
  margin-top: 54px;
}
.entry-works-related-head {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
  position: relative;
  text-align: left;
  background: #ebebeb;
  border-radius: 3px;
  border-top: 6px solid #808080;
  padding: 27px 17px;
}
.entry-works-related-head::after {
  border: 5px solid transparent;
  border-top: 15px solid #ebebeb;
  content: "";
  height: 0;
  left: 24px;
  position: absolute;
  top: 100%;
  width: 0;
}
.entry-works-related-entries {
  margin-bottom: 0;
}
.entry-works-related-entries .entry-item {
  margin-bottom: 27px;
}
.entry-works-related-entries .entry-item:last-child {
  margin-bottom: 0;
}

.contact-breadcrumb {
  padding-top: 12px;
  padding-bottom: 12px;
}
.contact-breadcrumb .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.contact-breadcrumb .breadcrumb {
  margin-bottom: 0;
}

.entry-content-contact {
  font-weight: 300;
  line-height: 1.8;
}
.entry-content-contact.inner {
  padding-top: 33px;
  padding-bottom: 33px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 42px;
  align-items: center;
  justify-content: center;
  padding: 40px 13px 30px;
  background: #fff;
  border: 1px solid #e2e2e2;
}
.form__fields {
  display: flex;
  flex-direction: column;
  gap: 33px;
  width: 100%;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-field__head {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
  align-items: center;
  width: 210px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
}
.form-field__label {
  font-weight: 600;
}
.form-field__tag {
  display: inline-block;
  padding: 4px 8px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background: #a98c5f;
  border-radius: 2px;
}
.form-field--flex-start .form-field__head {
  margin-top: 0.4em;
}
.form-text {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  border: 1px solid #e2e2e2;
}
.form-textarea {
  width: 100%;
  height: 180px;
  padding: 10px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #e2e2e2;
  transition: border-color 0.3s;
}
.form__privacy {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: center;
}
.form__privacy-text {
  line-height: 1.8;
  color: #3a4247;
  text-align-last: left;
}
.form__privacy-text a {
  font-weight: 600;
  text-decoration-line: underline;
  outline: initial;
}
.form-btn {
  display: inline-block;
  min-width: 175px;
  padding: 16px 27px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.9px;
  cursor: pointer;
  background-color: #6f6f6f;
  border: none;
  transition: opacity 0.3s;
}

.wpcf7-list-item {
  margin: 0;
}

.entry-content-privacy .inner {
  padding-top: 40px;
}
.entry-content-privacy h2 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.2;
}
.entry-content-privacy h3 {
  margin-bottom: 6px;
  font-size: 22px;
}
.entry-content-privacy ul {
  list-style-type: disc;
  margin: 16px 0;
  padding-left: 30px;
}

.entry-404 {
  padding-top: 18px;
  text-align: center;
}
.entry-404-head {
  color: #a98c5f;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
  opacity: 0.7;
}
.entry-404-head span {
  display: block;
}
.entry-404-lead {
  color: #808080;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 34px;
}
.entry-404-content {
  color: #808080;
  font-size: 12px;
  padding-left: 24px;
  padding-right: 24px;
}
.entry-404-btn {
  margin-top: 62px;
}
.entry-404-btn .btn {
  color: #8d8d8d;
  background: #ebebeb;
  border: none;
}

/*------------------------------
// pc
------------------------------*/
@media screen and (min-width: 768px) {
  .wrapper {
    display: flex;
  }
  .non-header {
    flex-basis: 79.2%;
  }
  .header {
    position: relative;
    flex-basis: 20.8%;
    padding: 50px 20px;
  }
  .header__container {
    width: 160px;
    margin: 0 auto;
    position: sticky;
    top: 50px;
  }
  .header__logo {
    padding: 14px 10px;
    font-size: 30px;
    letter-spacing: 0.12em;
    line-height: 1;
  }
  .header__menu-button {
    display: none;
  }
  .header__contents {
    border: none;
    display: block;
  }
  .header__search-form {
    width: 100%;
    margin: 0;
  }
  .header__search-box {
    position: relative;
  }
  .header__search-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    mask-image: url(../images/icon-search.svg);
    mask-size: 22px 22px;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #fff;
  }
  .header__search-input {
    padding: 0 40px;
  }
  .header__button-submit {
    display: none;
  }
  .button {
    transition: background 0.3s, color 0.3s, opacity 0.3s;
  }
  .button:hover {
    background-color: #fff;
  }
  .button:hover .button__icon-path {
    fill: #4a4a4a;
  }
  .button:hover .button__text {
    color: #4a4a4a;
  }
  .button--bg {
    color: #4a4a4a;
  }
  .button--bg:hover {
    opacity: 0.7;
  }
  .gnav__list li:nth-child(7) > a:hover {
    opacity: 0.7;
  }
  .gnav__list li:last-child > a:hover::before {
    background-color: #4a4a4a;
  }
  .gnav__list a {
    transition: background 0.3s, color 0.3s, opacity 0.3s;
  }
  .gnav__list a:hover {
    color: #4a4a4a;
    background-color: #fff;
  }
  .section__inner {
    max-width: 944px;
    margin: 0 auto;
  }
  .section__head {
    margin-bottom: 24px;
  }
  .section__head-main {
    font-size: 60px;
  }
  .fv__contents {
    background: url(../images/bg_fv.png) center center no-repeat;
    background-size: 100% auto;
    bottom: 100px;
    left: 0;
    max-width: 627px;
    height: 174px;
    padding-top: 24px;
    padding-left: 96px;
  }
  .skill__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 60px 80px;
  }
  .works__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
  }
  .works__item + .works__item {
    margin-top: 0;
  }
  .works__item.blog__item {
    transition: box-shadow 0.3s;
  }
  .works__item.blog__item:hover {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
  }
  .works__button-link {
    transition: color 0.3s, background 0.3s;
  }
  .works__button-link:hover {
    color: #fff;
    background-color: #808080;
  }
  .about__container {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
  }
  .flow__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .flow__item + .flow__item {
    margin-top: 0;
  }
  .vision__container {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
  }
  .blog__item-body {
    padding: 10px;
  }
  .page-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .page-bottom__item {
    padding: 54px 10px;
  }
  /*-----------------------------
  // 下層ページ
  -----------------------------*/
  #content > .inner {
    display: flex;
    padding-top: 58px;
  }
  #content.content-works > .inner {
    padding-top: 30px;
  }
  #content.content-works #primary {
    width: 100%;
  }
  .inner {
    margin: 0 auto;
    max-width: 928px;
    padding: 80px 24px;
  }
  .m_one #primary {
    margin-bottom: 0;
    width: 100%;
  }
  .m_one #secondary {
    display: none;
    width: 100%;
  }
  #primary {
    margin-bottom: 0;
    width: 65.45455%;
  }
  .btn {
    transition: all 0.3s ease 0s;
  }
  .btn:hover {
    color: #fff;
    background-color: #808080;
  }
  #secondary {
    margin-left: auto;
    width: 30.90909%;
  }
  .pagination a {
    transition: all 0.3s ease 0s;
  }
  .pagination a:hover {
    opacity: 0.6;
  }
  .pagination a.next, .pagination a.prev {
    font-size: 30px;
  }
  .wpost-item:hover {
    opacity: 0.6;
  }
  .widget {
    margin-bottom: 50px;
  }
  .widget .rpwe-ul .rpwe-li a:hover {
    opacity: 0.6;
  }
  .widget_block .wp-block-archives li a {
    transition: opacity 0.3s;
  }
  .widget_block .wp-block-archives li a:hover {
    opacity: 0.6;
  }
  .widget_archive li a, .widget_categories li a {
    transition: opacity 0.3s;
  }
  .widget_archive li a:hover, .widget_categories li a:hover {
    opacity: 0.6;
  }
  .archive-head {
    margin-bottom: 56px;
    padding-top: 28px;
  }
  .archive-head.m_description {
    margin-bottom: 70px;
  }
  .archive-lead {
    margin-bottom: 6px;
  }
  .archive-title {
    margin-bottom: 18px;
    font-size: 26px;
  }
  .entries {
    display: flex;
    flex-wrap: wrap;
  }
  .entries.m_horizontal {
    margin-bottom: 62px;
  }
  .entries.m_horizontal .entry-item {
    margin-bottom: 30px;
    margin-right: 0;
    padding: 20px;
    width: 100%;
  }
  .entries.m_horizontal .entry-item:hover {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
  }
  .entries.m_horizontal .entry-item .entry-item-img {
    width: 36.02941%;
  }
  .entries.m_horizontal .entry-item .entry-item-body {
    padding-left: 20px;
    width: 63.97059%;
  }
  .entries.m_horizontal .entry-item .entry-item-tag {
    font-size: 12px;
    margin-right: 15px;
  }
  .entries.m_horizontal .entry-item .entry-item-published {
    font-size: 12px;
  }
  .entries.m_horizontal .entry-item .entry-item-title {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .entries.m_horizontal .entry-item .entry-item-excerpt {
    display: block;
    font-size: 14px;
    line-height: 1.71429;
  }
  .pickup-items {
    display: flex;
  }
  .pickup-item {
    display: block;
    margin-right: 40px;
    margin-bottom: 0;
    transition: all 0.3s ease 0s;
    width: calc(33.33333333% - 26.6666666667px);
  }
  .pickup-item:hover {
    opacity: 0.6;
  }
  .pickup-item-img {
    width: 100%;
  }
  .pickup-item-body {
    padding: 20px 0;
    width: 100%;
  }
  .pickup-item-title {
    padding-left: 0;
    font-size: 18px;
  }
  .entry {
    padding: 40px 40px 12px;
  }
  .entry.entry-works {
    padding-top: 0;
    padding-bottom: 0;
  }
  .entry-label a {
    font-size: 12px;
    padding: 4px 16px;
    transition: all 0.3s ease 0s;
  }
  .entry-title {
    font-size: 30px;
    line-height: 1.4;
  }
  .entry-published {
    font-size: 12px;
  }
  .entry-published::before {
    content: "\f073";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 400;
    margin-right: 8px;
  }
  .entry-updated {
    margin-left: 27px;
    font-size: 12px;
  }
  .entry-updated::before {
    content: "\f1da";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    margin-right: 8px;
  }
  .entry-body {
    padding-bottom: 44px;
  }
  .entry-body h2 {
    font-size: 26px;
    margin-top: 79px;
    padding: 24px 20px;
  }
  .entry-body h3 {
    font-size: 22px;
  }
  .entry-body a:hover {
    opacity: 0.6;
  }
  .entry-tag-items {
    padding: 20px 0;
  }
  .entry-tag-item a {
    padding: 6px 18px 5px;
  }
  .entry-tag-item a:hover {
    background: #808080;
    border-color: #808080;
    color: #fff;
  }
  .entry-item {
    margin-bottom: 50px;
    margin-right: 40px;
    width: calc(50% - 20px);
    transition: all 0.3s ease 0s;
  }
  .entry-item:hover {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
  }
  .entry-item:nth-child(2n), .entry-item:last-child {
    margin-right: 0;
  }
  .entry-item-excerpt-title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .entry-links a {
    transition: color 0.3s, background 0.3s;
  }
  .entry-links a:hover {
    background: #666;
    color: #fff;
  }
  .related-item {
    margin-right: 30px;
    width: calc(50% - 15px);
  }
  .related-item:nth-child(2n) {
    margin-right: 0;
  }
  #toc_container {
    padding: 20px 30px;
  }
  #toc_container .toc_title {
    margin-bottom: 30px;
  }
  #toc_container > ul > li {
    margin-bottom: 20px;
  }
  #toc_container > ul > li > ul {
    margin-top: 6px;
  }
  .work {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .work__list {
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    flex-grow: 1;
  }
  .work__term {
    font-size: 22px;
  }
  .work__image {
    flex-grow: 1;
  }
  .more-work {
    padding: 0;
  }
  .mainvisual {
    height: 230px;
  }
  .mainvisual-title {
    font-size: 42px;
  }
  .genre-nav {
    margin-bottom: 22px;
  }
  .genre-nav-link {
    margin-right: 16px;
    margin-bottom: 0;
  }
  .genre-nav-link a {
    padding: 6px 14px;
    font-size: 18px;
  }
  .genre-nav-link a:hover {
    background: #a98c5f;
    color: #fff;
  }
  .entries-works {
    margin-bottom: 28px;
  }
  .entries-works .entry-item {
    width: calc(33.3333333% - 26.6666666667px);
  }
  .entries-works .entry-item:nth-child(2n) {
    margin-right: 40px;
  }
  .entries-works .entry-item-excerpt {
    display: block;
  }
  .entry-works-body {
    display: flex;
  }
  .entry-works-content {
    padding-right: 40px;
    width: 60%;
    line-height: 2.25;
  }
  .entry-works-table {
    margin-top: 0;
    width: 40%;
    margin-left: auto;
  }
  .entry-works-related {
    margin-top: 74px;
  }
  .entry-works-related-head {
    font-size: 26px;
    margin-bottom: 44px;
    padding: 24px 20px;
  }
  .entry-works-related-entries .entry-item {
    margin-bottom: 0;
  }
  #content.content-works .entry-label {
    margin-bottom: 8px;
  }
  .entry-content-contact.inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .wp-block-spacer {
    height: 80px !important;
  }
  .form {
    padding: 80px 64px;
  }
  .form__fields {
    gap: 50px;
  }
  .form-field {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
  .form-field__item {
    flex-grow: 1;
  }
  .form-field--flex-start {
    align-items: flex-start;
  }
  .form__privacy {
    gap: 10px;
  }
  .form__privacy-text {
    line-height: 1.6;
  }
  .form__privacy-text a {
    transition: opacity 0.3s;
  }
  .form-btn:hover {
    opacity: 0.6;
  }
  .entry-404 {
    padding-top: 0;
    padding-bottom: 85px;
  }
  .entry-404-head {
    font-size: 80px;
  }
  .entry-404-head span {
    display: inline;
  }
  .entry-404-lead {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .entry-404-lead .m_sp {
    display: none;
  }
  .entry-404-content {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }
  .entry-404-btn {
    margin-top: 58px;
  }
  .entry-404-btn .btn:hover {
    opacity: 1;
    background: rgb(204, 204, 204);
  }
}
/*------------------------------
// tb
------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__head-main {
    font-size: 54px;
  }
  .fv__contents {
    bottom: 50%;
    transform: translateY(50%);
  }
  .skill__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 60px;
  }
  .flow__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
  .entry-works-content {
    width: 58%;
    padding-right: 20px;
  }
  .entry-works-table {
    width: 42%;
  }
  .form-inner {
    width: 100%;
  }
  .entries-works .entry-item {
    width: calc(50% - 20px);
  }
}/*# sourceMappingURL=style.css.map */