@charset "UTF-8";
body {
  color: #4A3827;
  font-family: "fot-klee-pro", sans-serif;
}
body p {
  letter-spacing: 0.08em;
}

input,
select,
textarea {
  border-radius: 0;
  border: 1px solid #707070;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #CCCCCC;
  font-size: 14px;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #CCCCCC;
  font-size: 14px;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #CCCCCC;
  font-size: 14px;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #CCCCCC;
  font-size: 14px;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #CCCCCC;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #4A3827;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
a:hover {
  opacity: 0.7;
}

.clear::after {
  content: "";
  clear: both;
  display: block;
}

.section {
  padding: 40px 0;
  text-align: left;
}
@media (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}
.section-title {
  font-weight: 500;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  padding-left: 8px;
  border-left: 6px solid #4A3827;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.title {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 15px;
  text-align: left;
}

.excerpt {
  font-size: 13px;
  text-align: left;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

[type=email], [type=text] {
  width: 100%;
  border: 1px solid #303030;
  padding: 4px 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 38px;
}
@media (max-width: 767px) {
  [type=email], [type=text] {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

select {
  width: 100%;
  border: 1px solid #303030;
  padding: 3px 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(../img/select-arrow.png) no-repeat center right 12px/17px 14px;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  height: 38px;
  cursor: pointer;
}
@media (max-width: 767px) {
  select {
    padding-top: 3px;
    padding-bottom: 3px;
    background-position: center right 10px;
  }
}

textarea {
  width: 100%;
  height: 240px;
  border: 1px solid #303030;
  resize: none;
  padding: 10px 16px;
  line-height: 1.6;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  textarea {
    height: 180px;
  }
}

.btn {
  display: inline-block;
  padding: 16px 24px 16px 40px;
  font-size: 16px;
  letter-spacing: 16px;
  background: white;
  color: #F9BF14;
  border: 1px solid #F9BF14;
  font-weight: bold;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn:hover {
  cursor: pointer;
}
.btn:hover {
  background: #F9BF14;
  border: 1px solid #F9BF14;
  color: white;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justifyBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.directionColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.large {
  font-size: 22px;
}

.small {
  font-size: 12px;
}

.narrow {
  letter-spacing: 0;
}

.is-accent {
  color: #B53830;
}

@media (min-width: 1025px) {
  .hidden-pc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.header {
  font-weight: 500;
  z-index: 100;
  max-width: 880px;
  height: 80px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header {
    height: 60px;
    position: fixed;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
  }
}
.header h1 {
  width: 15%;
}
@media (max-width: 767px) {
  .header h1 {
    width: 100px;
    padding-top: 20px;
  }
}
.header a:hover {
  color: #26a9f5;
  opacity: 1;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-logo {
  width: 120px;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .header-logo {
    width: 100px;
    padding-top: 20px;
  }
}

.header__inner {
  height: inherit;
}

.header__nav-wrap {
  width: 75%;
  text-align: right;
}

.header__nav-wrap ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .header__nav-wrap {
    display: none;
  }
}

.global-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global-nav .dropdown-btn {
  position: relative;
  display: inline-block;
}
.global-nav .dropdown-btn:hover, .global-nav .dropdown-btn a:hover {
  color: #26a9f5;
}
.global-nav .dropdown {
  z-index: -1;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: -12px;
  top: 20px;
  width: 160px;
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.global-nav .dropdown li {
  margin: 16px 0;
  text-align: left;
}
.global-nav .dropdown li a {
  height: 0;
  color: #4A3827;
}
.global-nav .dropdown li a:hover {
  color: #F9BF14;
}
.global-nav .nav-button-wrap,
.global-nav .open {
  opacity: 1;
  z-index: 100;
}

.drawer {
  display: none;
}
@media (max-width: 767px) {
  .drawer {
    display: block;
  }
}

.drawer__icon-bars {
  position: fixed;
  margin-top: 20px;
  right: 20px;
  width: 30px;
  height: 3px;
  z-index: 150;
  border-radius: 100px;
  background: rgb(129, 120, 120);
  -webkit-transition: all 0.5s ease 0s, height 0.1s ease 0s;
  transition: all 0.5s ease 0s, height 0.1s ease 0s;
}
.drawer__icon-bars.bar1 {
  top: 0;
}
.drawer__icon-bars.bar1.is-open {
  top: 8px;
  right: 62%;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  background: white;
}
.drawer__icon-bars.bar2 {
  top: 8px;
}
.drawer__icon-bars.bar2.is-open {
  height: 0;
}
.drawer__icon-bars.bar3 {
  top: 16px;
}
.drawer__icon-bars.bar3.is-open {
  top: 8px;
  right: 62%;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  background: white;
}

.drawer__content {
  position: fixed;
  z-index: 151;
  background: #FFF1E3;
  height: 100%;
  width: 60%;
  padding: 6px 15px 0;
  top: 0;
  right: 0;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.drawer__content.is-open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.drawer__content ul {
  margin-top: 20px;
}
.drawer__content li {
  padding-bottom: 20px;
  text-align: left;
}
.drawer__content a {
  color: #4A3827;
  font-size: 16px;
}

.drawer__child a {
  position: relative;
  font-size: 12px;
}
.drawer__child a::before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 9px;
  top: 3px;
  left: -16px;
  width: 12px;
  height: 12px;
  color: #4A3827;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.drawer__child a:hover::before {
  left: -12px;
  opacity: 0.6;
}
.drawer__child li {
  padding-bottom: 8px;
}

li.drawer__parent {
  color: #4A3827;
  font-size: 16px;
  padding-bottom: 20px;
  padding-left: 12px;
}

ul.drawer__child {
  margin-top: 8px;
  margin-left: 20px;
}

.drawer__background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.drawer__background.is-open {
  opacity: 1;
  z-index: 149;
}

section.main {
  padding: 0;
}

@media (max-width: 767px) {
  img.img-pc {
    display: none !important;
  }
}

img.img-sp {
  display: none !important;
}
@media (max-width: 767px) {
  img.img-sp {
    display: block !important;
    padding-bottom: 20px;
  }
}

.main {
  background: #FCDCCF;
}

.home .section-title {
  border: none;
  padding: 60px 0 40px;
  display: block;
  text-align: center;
  margin: 0;
}

.home section {
  padding-bottom: 60px;
}

.top-prof {
  background: #FFF1E3;
}

.top-news__item {
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .top-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-news__item-date {
  width: 160px;
  font-weight: bold;
}

.top-news__item-detail {
  width: 83.3333333333%;
}

.pick__inner,
.top-news__inner {
  width: 960px;
}

.pick__items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pick__item {
  width: 32%;
}
@media (max-width: 767px) {
  .pick__item {
    width: 100%;
  }
}

.pick__item:nth-child(n+4) {
  margin-top: 24px;
}

.top-prof__inner {
  width: 720px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .top-prof__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top-prof__img {
  width: 160px;
}
@media (max-width: 767px) {
  .top-prof__img {
    width: 80%;
    margin-bottom: 20px;
  }
}

.top-prof__items {
  margin-left: 20px;
  width: 75%;
}

.top-prof__items h3 {
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 767px) {
  .top-prof__items h3 {
    font-size: 18px;
  }
}

.top-prof__item {
  line-height: 1.6;
  margin-top: 12px;
}

.top-prof__portfolio {
  margin: 32px auto 0;
  text-align: center;
}
.top-prof__portfolio a {
  color: #FFF;
  background: #4A3827;
  border-radius: 5px;
  padding: 8px 20px;
}

.top-contact__inner {
  text-align: center;
}

.top-contact__img {
  position: relative;
}

.top-contact__img::before {
  position: absolute;
  content: "＼ click ／";
  color: rgb(129, 120, 120);
  top: -100px;
  left: -40px;
  width: 80px;
  height: 16px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media (max-width: 767px) {
  .top-contact__img::before {
    content: "＼ tap ／";
  }
}
@media (max-width: 1024px) {
  .top-contact__img::before {
    content: "＼ tap ／";
  }
}

.top-contact__img img {
  margin-top: 20px;
  width: 80px;
}

.page-top {
  position: fixed;
  bottom: 100px;
  right: 0%;
  z-index: 200;
  width: 120px;
}
@media (max-width: 767px) {
  .page-top {
    bottom: 80px;
    right: 8px;
    width: 80px;
  }
}
.page-top i {
  font-size: 48px;
}
.page-top a:hover {
  opacity: 0.8;
}

.footer {
  height: 120px;
  padding: 28px 0;
  background: #FFF1E3;
}

.footer__sns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__sns i:before {
  font-size: 24px;
  margin: 0px 4px 12px;
  display: inline-block;
  color: #5C4033;
}

.footer__sns img {
  width: 22px;
  margin: 0px 4px 12px;
}

.copyright {
  text-align: center;
  margin-bottom: 32px;
}

.side-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px dashed #4A3827;
}

.about {
  margin-bottom: 60px;
}

.about__img {
  margin-top: 32px;
  margin-bottom: 20px;
}

.about__text {
  line-height: 1.3;
  margin-bottom: 16px;
}

.about__link {
  text-decoration: underline;
  color: rgb(129, 120, 120);
}

.category {
  margin-bottom: 60px;
}
.category li {
  padding-top: 24px;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .category li {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.category a {
  position: relative;
}
.category a::before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  top: 3px;
  left: -16px;
  width: 12px;
  height: 12px;
  color: rgb(129, 120, 120);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.category a:hover::before {
  left: -12px;
  opacity: 0.7;
}

.new-entry:not(:first-child) {
  margin-top: 20px;
}

.new-entry__img {
  width: 120px;
  margin-right: 12px;
}

.new-entry__title {
  padding-top: 8px;
  font-size: 16px;
}

.new-entry__meta {
  color: rgb(129, 120, 120);
}

.new-entry__meta-date {
  margin-right: 20px;
  font-size: 12px;
  padding: 8px 0 12px;
}

.new-entry__meta-cat {
  font-size: 12px;
}

.new-entry__excerpt {
  line-height: 1.6;
}

@media (max-width: 767px) {
  .img-area {
    margin-top: 60px;
  }
}

.img-area__item {
  width: 23.75%;
  height: 224px;
  position: relative;
}
@media (max-width: 1024px) {
  .img-area__item {
    width: 32.1666666667%;
  }
}
@media (max-width: 767px) {
  .img-area__item {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
}

.img-area__item:not(:nth-child(4n+1)) {
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .img-area__item:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .img-area__item:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .img-area__item:not(:nth-child(3n+1)) {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .img-area__item:not(:nth-child(3n+1)) {
    margin-left: 0px;
  }
}

.img-area__item:nth-child(n+5) {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .img-area__item:nth-child(n+5) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .img-area__item:nth-child(n+5) {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .img-area__item:nth-child(n+4) {
    margin-top: 20px;
  }
}

.img-area__item-img {
  position: absolute;
  height: auto;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
@media (max-width: 767px) {
  .img-area__item-img {
    width: 100%;
  }
}

.img-area__item-img img {
  max-height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 767px) {
  .img-area__item-img img {
    width: 100%;
    max-height: unset;
  }
}

.text-wrapper {
  position: relative;
  max-width: 225px;
  width: 99.9%;
}
@media (max-width: 767px) {
  .text-wrapper {
    max-width: unset;
  }
}

.text-wrapper::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.img-area__item-text {
  position: absolute;
  color: #fff;
  background: #000;
  top: 0.5px;
  left: 0.5px;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}
@media (max-width: 1024px) {
  .img-area__item-text {
    background: none;
  }
}
@media (max-width: 767px) {
  .img-area__item-text {
    background: none;
  }
}

.img-area__item-title,
.img-area__item-client,
.img-area__item-excerpt {
  margin-bottom: 8px;
  padding: 0 12px;
}

.img-area__item:hover {
  opacity: 1;
}

.img-area__item-img:hover {
  opacity: 0.6;
}

.modal {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: -10;
  -webkit-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
  cursor: default;
}

.modal.is-active {
  z-index: 20;
  opacity: 1;
}

.modal__bg {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  width: 110vw;
  height: 110vh;
}

.modal__wrapper {
  position: relative;
}

.modal__content {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  position: absolute;
  width: 78.125%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 21;
  padding: 40px;
}
@media (max-width: 1024px) {
  .modal__content {
    top: 30%;
    padding-right: 60px;
    -webkit-transform: translateX(-50%) translateY(-30%);
            transform: translateX(-50%) translateY(-30%);
  }
}
@media (max-width: 767px) {
  .modal__content {
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-top: 160px;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(0%);
            transform: translateX(-50%) translateX(0%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.modal__img {
  width: 60vw;
  height: auto;
  padding: 40px;
}
@media (max-width: 767px) {
  .modal__img {
    width: 100%;
    padding: 40px;
    padding-bottom: 12px;
  }
}

.modal__img img {
  max-height: 65vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.navi__arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 120;
}
.navi__arrow i {
  font-size: 48px;
  color: rgb(129, 120, 120);
}
@media (max-width: 767px) {
  .navi__arrow i {
    font-size: 32px;
  }
}

.navi__arrow.prev {
  left: 20px;
}
@media (max-width: 767px) {
  .navi__arrow.prev {
    left: 24px;
  }
}

.navi__arrow.next {
  right: 20px;
}
@media (max-width: 767px) {
  .navi__arrow.next {
    right: 24px;
  }
}

.modal__text {
  width: 30vw;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .modal__text {
    width: 100vw;
    padding: 0 30px;
  }
}

.modal__text-title,
.modal__text-client {
  line-height: 2;
}

.modal__text-detail {
  line-height: 1.5;
}

.modal__text-title {
  margin-top: 20px;
}

.download__item {
  width: 32.2222222222%;
  height: 255px;
  text-align: center;
}
@media (max-width: 1024px) {
  .download__item {
    width: 49.1666666667%;
  }
}
@media (max-width: 767px) {
  .download__item {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
}

.download__item:not(:nth-child(3n+1)) {
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .download__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .download__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .download__item:not(:nth-child(2n+1)) {
    margin-left: 12px;
  }
}

.download__item:nth-child(n+4) {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .download__item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .download__item:nth-child(n+4) {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .download__item:nth-child(n+3) {
    margin-top: 80px;
  }
}

.download__item-title {
  margin-top: 12px;
}

.download__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 255px;
}

.download__note {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 40px;
  margin-left: 12px;
}

main {
  width: 65%;
}
@media (max-width: 767px) {
  main {
    width: 100%;
    margin-top: 60px;
  }
}

aside {
  width: 30%;
  margin-left: 40px;
}
@media (max-width: 767px) {
  aside {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .archive__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.entry:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .entry:not(:first-child) {
    margin-top: 60px;
  }
}

.entry:nth-child(n+7) {
  display: none;
}

.entry__img {
  width: 320px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .entry__img {
    width: 100%;
  }
}

.entry__body {
  width: 340px;
}

.entry__title {
  padding-top: 12px;
  font-size: 24px;
}

.entry__meta {
  color: rgb(129, 120, 120);
  padding: 12px 0 16px;
}

.entry__meta-date {
  margin-right: 20px;
  font-size: 12px;
}

.entry__meta-cat {
  font-size: 14px;
}

.entry__excerpt {
  line-height: 1.6;
}

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

.page-numbers {
  padding: 12px;
  margin: 0 8px;
  color: #4A3827;
  border: 1px solid #4A3827;
  border-radius: 2px;
}

.page-numbers.current {
  color: #fff;
  background: #4A3827;
  border: 1px solid #4A3827;
}

@media (max-width: 767px) {
  .single__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
article {
  margin-top: 40px;
  text-align: left;
}
@media (max-width: 767px) {
  article {
    margin-top: 20px;
  }
}
article a {
  color: rgb(129, 120, 120);
  text-decoration: underline;
}

article h1,
article h2 {
  margin-bottom: 20px;
}

article h3,
article h4 {
  margin-bottom: 16px;
}

article h1 {
  font-size: 28px;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  font-weight: bold;
}

article h2 {
  line-height: 52px;
  border-left: 8px solid rgb(129, 120, 120);
  font-size: 24px;
  letter-spacing: 0.08em;
  padding-left: 20px;
  color: #4A3827;
  font-weight: bold;
}

article h3 {
  padding-bottom: 6px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgb(129, 120, 120);
  color: #4A3827;
  font-size: 20px;
  font-weight: bold;
}

article h4 {
  padding-bottom: 6px;
  color: #4A3827;
  border-bottom: 1px dashed rgb(129, 120, 120);
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}

article p {
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media (max-width: 767px) {
  article p {
    font-size: 16px;
  }
}

article li:not(:first-child) {
  margin-top: 16px;
}

article img {
  margin-bottom: 40px;
}

.article__meta {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .article__meta {
    margin-top: 12px;
    margin-bottom: 24px;
  }
}

.article__meta-date {
  font-size: 12px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .article__meta-date {
    font-size: 14px;
  }
}

.article__meta-cat {
  font-size: 12px;
}
@media (max-width: 767px) {
  .article__meta-cat {
    font-size: 14px;
  }
}

.page-navi {
  margin: 100px auto 160px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-navi__part {
  width: 120px;
}

.page-navi__list a {
  padding: 9px 17px;
  border-radius: 4px;
  margin: 0 20px;
  border: 1px solid #4A3827;
  color: #4A3827;
}
@media (max-width: 767px) {
  .page-navi__list a {
    margin: 0 12px;
  }
}

.page-navi__prev a,
.page-navi__next a {
  border-radius: 4px;
  padding: 8px 17px;
  border: 1px solid rgb(129, 120, 120);
  background-color: #4A3827;
  color: #fff;
}

.page-navi__prev i {
  color: #fff;
  margin-right: 8px;
}

.page-navi__next i {
  color: #fff;
  margin-left: 8px;
}

.page-navi__prev a:hover,
.page-navi__next a:hover {
  opacity: 1;
}

.page-navi__prev a::before,
.page-navi__next a::before {
  position: absolute;
  content: "";
  top: 11px;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.intro__inner.inner {
  width: 960px;
}

.intro__img {
  margin: 60px auto 30px;
  width: 300px;
}

.intro__torisun {
  text-align: center;
  margin: 0 auto 40px;
  width: 62.5%;
}
.intro__torisun-title h2 {
  font-size: 36px;
  font-weight: bold;
}
.intro__torisun-title p {
  font-size: 18px;
  margin: 8px 0 20px;
}
.intro__torisun-text {
  line-height: 1.6;
}

.intro__self {
  text-align: center;
  margin: 0 auto 40px;
  width: 62.5%;
}
.intro__self-title h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.intro__self-text {
  line-height: 1.6;
}

.intro__portfolio {
  text-align: center;
}
.intro__portfolio a {
  text-decoration: underline;
  color: rgb(129, 120, 120);
}

.intro__portfolio,
.intro__product,
.intro__career,
.intro__event {
  margin-bottom: 40px;
  font-size: 18px;
}
.intro__portfolio-title,
.intro__product-title,
.intro__career-title,
.intro__event-title {
  padding-bottom: 12px;
}

.intro__product-title,
.intro__career-title,
.intro__event-title {
  font-size: 18px;
  font-weight: bold;
}

.intro__product-item,
.intro__career-item,
.intro__event-item {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
}

.intro__product {
  padding-top: 30px;
  margin-top: 60px;
  border-top: 1px solid rgb(129, 120, 120);
}

.intro__event {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(129, 120, 120);
}

.intro__equipment {
  margin-bottom: 30px;
  line-height: 1.8;
}

.intro__sns {
  line-height: 1.8;
}

.intro__equipment-title,
.intro__sns-title {
  font-size: 18px;
  font-weight: bold;
}