@charset "UTF-8";
.archive-content .pagination {
  margin-top: 60px;
}
@media (max-width: 767.8px) {
  .archive-content .pagination {
    margin-top: 40px;
  }
}

.archive-content__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.archive-content__list .entry__link {
  border-width: 0;
}
.archive-content__list .entry:nth-of-type(odd) .entry__link {
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.archive-content__list .entry:nth-of-type(even) .entry__link {
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.archive-content__list .entry:nth-of-type(1) .entry__link,
.archive-content__list .entry:nth-of-type(2) .entry__link {
  border-top-width: 2px;
}

.pagination {
  font-family: "ab-kokoro-no3", sans-serif;
  font-size: 17px;
  box-shadow: none;
  vertical-align: middle;
}
@media (max-width: 767.8px) {
  .pagination {
    font-size: 12px;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  margin-right: 10px;
  color: #323232;
  background: #ffffff;
  border: solid 2px #323232;
}
.pagination .page-numbers:last-child {
  margin: 0;
}
@media (max-width: 767.8px) {
  .pagination .page-numbers {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
  }
}

.pagination .current {
  background: #323232;
  color: #ffffff;
}

.pagination .prev,
.pagination .next {
  width: auto;
  height: auto;
  border: none;
  text-decoration: underline;
  background: transparent;
  color: #323232;
  line-height: 1.5;
}

.pagination .prev {
  margin-right: 20px;
}
@media (max-width: 767.8px) {
  .pagination .prev {
    margin-right: 10px;
  }
}

.pagination .next {
  margin-left: 10px !important;
}
@media (max-width: 767.8px) {
  .pagination .next {
    margin-left: 0 !important;
  }
}

.pagination .dots {
  background: transparent;
  box-shadow: none;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  width: auto;
  border: none;
}

.aside {
  margin: 20px 0;
}
@media (max-width: 767.8px) {
  .aside {
    margin: 0;
    background: #323232;
    padding: 40px 20px;
    margin-top: -1px;
  }
}
.aside__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  left: 0;
  z-index: 600;
}
@media (max-width: 767.8px) {
  .aside__inner {
    position: static;
  }
}
.aside--page .aside__inner::after {
  content: "";
  display: block;
  width: 102px;
  height: 58px;
  background-image: url(../img/sidebar/pickup-panel-himo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc(-2rem - 6px);
  left: 49px;
}
@media (min-width: 768px) and (max-width: 1199.8px) {
  .aside--page .aside__inner::after {
    width: 86px;
    top: calc(-2rem - 1px);
    left: 57px;
  }
}
@media (max-width: 767.8px) {
  .aside--page .aside__inner::after {
    display: none;
  }
}
.aside--page .aside__inner .widget--pickup {
  padding: 0;
  background: none;
  position: relative;
}
.aside--page .aside__inner .widget--pickup::before {
  content: "";
  display: block;
  height: 30px;
  background-image: url("../img/sidebar/pickup-panel-top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 4px 4px 0 0;
}
@media (min-width: 768px) and (max-width: 1199.8px) {
  .aside--page .aside__inner .widget--pickup::before {
    height: 23px;
  }
}
@media (max-width: 767.8px) {
  .aside--page .aside__inner .widget--pickup::before {
    display: none;
  }
}
.aside--page .aside__inner .widget--pickup__inner {
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 767.8px) {
  .aside--page .aside__inner .widget--pickup__inner {
    border-radius: inherit;
  }
}

@media (min-width: 768px) and (max-width: 1199.8px) {
  .aside.aside--blog {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1199.8px) {
  .aside.aside--blog .aside__inner {
    top: 80px;
  }
}

.widget {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 30px 20px;
  border: solid 2px #323232;
  border-radius: 6px;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5);
}
.widget + .widget {
  margin-top: 25px;
}
@media (max-width: 767.8px) {
  .widget {
    box-shadow: none;
  }
}
.widget--pin {
  position: absolute;
  width: 24px;
  height: 60px;
  top: -15px;
  left: 50%;
}
.widget--rope {
  position: absolute;
  top: -40px;
  left: 25%;
}
@media (max-width: 767.8px) {
  .widget--rope {
    display: none;
  }
}
.widget__title {
  text-align: left !important;
  font-family: "ab-kokoro-no3", sans-serif !important;
  font-size: 20px !important;
  margin: 0 !important;
  margin-bottom: 20px !important;
}
.widget--category__title {
  position: relative;
}
.widget--category__title::after {
  content: url(../img/category_underbar.png);
  position: absolute;
  left: 0;
  top: 10px;
}
.widget--category__list {
  list-style: none;
  margin: 16px auto 0;
  padding: 0;
  display: grid;
  grid-template-areas: "interview . news" ". life ." "tech . work";
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  justify-content: center;
}
@media (max-width: 767.8px) {
  .widget--category__list {
    grid-template-columns: 80px 80px 80px;
  }
}
.widget--category__item:nth-child(1) {
  grid-area: interview;
}
.widget--category__item:nth-child(2) {
  grid-area: news;
}
.widget--category__item:nth-child(3) {
  grid-area: life;
}
.widget--category__item:nth-child(4) {
  grid-area: tech;
}
.widget--category__item:nth-child(5) {
  grid-area: work;
}
.widget--category__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.widget--tag__title {
  position: relative;
}
.widget--tag__title::after {
  content: url(../img/tag_underbar.png);
  position: absolute;
  left: 0;
  top: 13px;
}
.widget--tag__list {
  list-style: none;
  padding: 0;
  margin-top: 24px;
  margin-bottom: 0;
}
.widget--tag__item {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
}
.widget--tag__link {
  color: #323232;
  text-decoration: none;
}
.widget--pickup--pin {
  display: none;
  position: absolute;
  width: 24px;
  height: 60px;
  top: -15px;
  left: 50%;
}
@media (max-width: 767.8px) {
  .widget--pickup--pin {
    display: block;
  }
}
.widget--pickup__title {
  position: relative;
}
.widget--pickup__title::after {
  content: url(../img/pickup_underbar.png);
  position: absolute;
  left: 0;
  top: 15px;
}
.widget--pickup__list > * + * {
  border-top: 2px solid #e4e4e4;
}
.widget--search {
  margin-bottom: 25px;
}

.article-back {
  background-image: url(../img/article/article-back.png);
  background-position: center;
  background-size: 180%;
  background-repeat: repeat-y;
  background-color: #fdf1e1;
}

@media (max-width: 767.8px) {
  .article-back--sp {
    background-image: url(../img/article/article-back.png);
    background-position: center;
    background-size: 180%;
    background-repeat: repeat-y;
    background-color: #fdf1e1;
  }
}

.background--ses-dev {
  background-color: #ff6ca2;
}
.background--ses-infla {
  background-color: #48e165;
}
.background--jutaku {
  background-color: #ff8f27;
}
.background--zp-sha {
  background-color: #4596ff;
}
.background--back-office {
  background-color: #ffe203;
}

.sky {
  background-color: #8fcaf8;
}

.rainbow {
  background: linear-gradient(#34d67b, #fce839, #ff6d50, #ff8da3, #b18cf2, #54a4f8);
}

.bg-img {
  display: flex;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.bg--repeat {
  background-image: url(../img/book_shelf--repeat.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
}

.blog-face {
  display: grid;
  grid-template-columns: 1fr 1fr 7fr 1fr 1fr 7fr 1fr 1fr;
  grid-template-areas: "bookshelf-top bookshelf-top bookshelf-top bookshelf-top bookshelf-top bookshelf-top bookshelf-top bookshelf-top" "post1 post1 post1 aboutus aboutus post2 post2 post2" "post3 post3 post3 post4 post4 post4 spacer spacer" "bookshelf-middle bookshelf-middle bookshelf-middle bookshelf-middle bookshelf-middle bookshelf-middle bookshelf-middle bookshelf-middle" "viewmore viewmore post5 post5 post5 post6 post6 post6" "bookshelf-bottom bookshelf-bottom bookshelf-bottom bookshelf-bottom bookshelf-bottom bookshelf-bottom bookshelf-bottom bookshelf-bottom" "ladder ladder ladder ladder ladder ladder ladder ladder" ". post7 post7 post7 post8 post8 post8 ." ". post9 post9 post9 post10 post10 post10 .";
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-face .entry {
  height: 100%;
}
.blog-face .entry__link {
  border: 0;
}

.blog-face__item {
  width: 100%;
}
.blog-face__item > img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-face__item:not(.blog-face__item--bookshelf-top,
.blog-face__item--bookshelf-middle,
.blog-face__item--bookshelf-bottom,
.blog-face__item--ladder) {
  border-right: 2px solid #323232;
  border-bottom: 2px solid #323232;
}

.blog-face__item--post:nth-of-type(1),
.blog-face__item--post:nth-of-type(3),
.blog-face__item--post:nth-of-type(7),
.blog-face__item--post:nth-of-type(9),
.blog-face__item--viewmore {
  border-left: 2px solid #323232;
}

.blog-face__item--post:nth-of-type(1),
.blog-face__item--post:nth-of-type(2),
.blog-face__item--post:nth-of-type(5),
.blog-face__item--post:nth-of-type(6),
.blog-face__item--post:nth-of-type(7),
.blog-face__item--post:nth-of-type(8),
.blog-face__item--aboutus,
.blog-face__item--viewmore {
  border-top: 2px solid #323232;
}

.blog-face__item--post:nth-of-type(1) {
  grid-area: post1;
}

.blog-face__item--post:nth-of-type(2) {
  grid-area: post2;
}

.blog-face__item--post:nth-of-type(3) {
  grid-area: post3;
}

.blog-face__item--post:nth-of-type(4) {
  grid-area: post4;
}

.blog-face__item--post:nth-of-type(5) {
  grid-area: post5;
}

.blog-face__item--post:nth-of-type(6) {
  grid-area: post6;
}

.blog-face__item--post:nth-of-type(7) {
  grid-area: post7;
}

.blog-face__item--post:nth-of-type(8) {
  grid-area: post8;
}

.blog-face__item--post:nth-of-type(9) {
  grid-area: post9;
}

.blog-face__item--post:nth-of-type(10) {
  grid-area: post10;
}

.blog-face__item--aboutus {
  grid-area: aboutus;
  background: linear-gradient(to right, #42a163 29%, #323232 29%, #323232 calc(29% + 2px), #ee2f5d calc(29% + 2px));
}
.blog-face__item--aboutus > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.blog-face__item--aboutus > a > img {
  width: 40%;
  height: auto;
  position: absolute;
  top: 50%;
  right: 17%;
  transform: translateY(-50%);
}

.blog-face__item--spacer {
  grid-area: spacer;
  background: linear-gradient(to right, #ffd01f 62%, #323232 62%, #323232 calc(62% + 2px), #3f75eb calc(62% + 2px));
}

.blog-face__item--viewmore {
  grid-area: viewmore;
  background: linear-gradient(to right, #323232 73%, #323232 73%, #323232 calc(73% + 2px), #f57aaa calc(73% + 2px));
}
.blog-face__item--viewmore > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.blog-face__item--viewmore > a > img {
  width: 41%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 21%;
  transform: translateY(-50%);
}

.blog-face__item--bookshelf-top {
  grid-area: bookshelf-top;
}

.blog-face__item--bookshelf-middle {
  grid-area: bookshelf-middle;
}

.blog-face__item--bookshelf-bottom {
  grid-area: bookshelf-bottom;
}

.blog-face__item--ladder {
  grid-area: ladder;
  position: relative;
  width: 111%;
  margin-left: -5.5%;
  margin-top: -2.5%;
}

.blog-face__item-base {
  width: 100%;
}

.blog-face__item-gao {
  position: absolute;
  top: 0;
  left: 17%;
  width: 12% !important;
  height: auto;
  animation: gao-hashigo-updown 10s linear 0s alternate infinite;
  transform: translate(-10%, 50%);
}
.blog-face__item-gao > img {
  width: 100%;
  height: auto;
  animation: gao-swing 0.6s ease 0s alternate infinite;
}

@keyframes gao-hashigo-updown {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-30%, 200%);
  }
}
@keyframes gao-swing {
  0% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
  }
}
.btn {
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  line-height: 1.33;
  font-weight: 600;
  padding: 12px 24px;
  width: min(328px, 100%);
  text-decoration: none;
  border-radius: 0;
  color: #ffffff;
  background-color: #323232;
  cursor: pointer;
  text-transform: uppercase;
}
.btn::after {
  content: ">";
  display: inline-block;
  margin-left: 1em;
}

.btn--red {
  background-color: #ff5555;
}

.btn--green {
  background-color: #21d481;
}

.cate-pop {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
}
@media (min-width: 768px) and (max-width: 1199.8px) {
  .cate-pop {
    width: 55px;
    height: 55px;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 767.8px) {
  .cate-pop {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10%;
  }
}
.cate-pop--sidebar {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (min-width: 768px) and (max-width: 1199.8px) {
  .cate-pop--sidebar {
    top: 10%;
    right: 10%;
  }
}
@media (max-width: 767.8px) {
  .cate-pop--sidebar {
    right: -25px;
    top: -20px;
  }
}
.cate-pop--sidebar > img {
  width: 100%;
}

@media (max-width: 767.8px) {
  .aside div:has(> .cate-pop) {
    width: 30%;
    padding-top: 30%;
  }
}

.entry-recommend {
  padding-top: 38px;
}
@media (max-width: 1199.8px) {
  .entry-recommend {
    padding-top: 33px;
  }
}
@media (max-width: 767.8px) {
  .entry-recommend {
    padding-top: 25px;
  }
}

.entry-recommend__link {
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  grid-template-areas: "thumbnail title" "thumbnail description";
  grid-template-columns: 1fr 1.8fr;
  grid-template-rows: auto auto;
  row-gap: 20px;
  column-gap: 25px;
  background-color: #ffffff;
  border: 2px solid #323232;
  border-radius: 0 5px 5px 5px;
  padding: 40px;
  text-decoration: none !important;
  color: #323232 !important;
  transition: all 0.3s ease-in-out;
}
.entry-recommend__link:hover {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.entry-recommend__link:hover .entry-recommend__title {
  text-decoration: underline;
}
@media (max-width: 1199.8px) {
  .entry-recommend__link {
    grid-template-columns: 1fr 1.618fr;
    padding: 30px;
  }
}
@media (max-width: 767.8px) {
  .entry-recommend__link {
    padding: 20px;
    row-gap: 10px;
    column-gap: 20px;
  }
}

.entry-recommend__tag {
  position: absolute;
  top: -40px;
  left: -2px;
  width: 156px;
  height: 40px;
  display: grid;
  place-items: center;
  background-color: #323232;
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 1199.8px) {
  .entry-recommend__tag {
    top: -35px;
    width: 140px;
    height: 35px;
    font-size: 13px;
  }
}
@media (max-width: 767.8px) {
  .entry-recommend__tag {
    top: -27px;
    width: 105px;
    height: 27px;
    font-size: 10px;
  }
}

.entry-recommend__thumbnail {
  grid-area: thumbnail;
  overflow: hidden;
  aspect-ratio: 1.5;
  align-self: center;
}
.entry-recommend__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.entry-recommend__title {
  grid-area: title;
  align-self: flex-end;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1199.8px) {
  .entry-recommend__title {
    font-size: 16px;
  }
}
@media (max-width: 767.8px) {
  .entry-recommend__title {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
}

.entry-recommend__description {
  grid-area: description;
  align-self: flex-start;
  font-size: 15px;
  line-height: 1.53;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0 !important;
}
.entry-recommend__description p {
  margin: 0 !important;
}
@media (max-width: 1199.8px) {
  .entry-recommend__description {
    font-size: 13px;
  }
}
@media (max-width: 767.8px) {
  .entry-recommend__description {
    font-size: 11px;
    -webkit-line-clamp: 2;
  }
}

.entry__link {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 2px solid #323232;
  padding: 20px;
  text-decoration: none;
  color: #323232;
}
.entry__link .entry__thumbnail img {
  transition: transform 0.3s;
}
.entry__link:hover .entry__thumbnail img, .entry__link:focus .entry__thumbnail img {
  transform: scale(1.05);
}
@media (max-width: 767.8px) {
  .entry__link {
    padding: 15px;
  }
}

.entry__thumbnail {
  overflow: hidden;
}
.entry__thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  display: block;
}

.entry__title {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 17px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .entry__title {
    font-size: 16px;
    margin-top: 13px;
  }
}
@media (max-width: 767.8px) {
  .entry__title {
    font-size: 13px;
    margin-top: 10px;
  }
}

.entry__meta {
  text-align: right;
  margin-top: 17px;
}
@media (max-width: 991px) {
  .entry__meta {
    margin-top: 13px;
  }
}
@media (max-width: 767.8px) {
  .entry__meta {
    margin-top: 10px;
  }
}

.entry__cat {
  position: absolute;
  top: 10px;
  right: 10px;
}
.entry__cat img {
  width: 75px;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .entry__cat {
    top: 7.5px;
    right: 7.5px;
  }
  .entry__cat img {
    width: 60px;
  }
}
@media (max-width: 767.8px) {
  .entry__cat {
    top: 5px;
    right: 5px;
  }
  .entry__cat img {
    width: 40px;
  }
}

.entry__date {
  font-family: "m-plus-1p", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 991px) {
  .entry__date {
    font-size: 13px;
  }
}
@media (max-width: 767.8px) {
  .entry__date {
    font-size: 12px;
  }
}

.entry.entry--sidebar .entry__link {
  border: 0;
  padding: 20px 0;
}
@media (max-width: 767.8px) {
  .entry.entry--sidebar .entry__link {
    display: grid;
    grid-template-areas: "thumbnail title" "thumbnail meta";
    grid-template-columns: 2fr 3fr;
    grid-template-rows: auto auto;
    column-gap: 20px;
    padding: 25px 0;
  }
}
.entry.entry--sidebar .entry__thumbnail img {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767.8px) {
  .entry.entry--sidebar .entry__thumbnail {
    grid-area: thumbnail;
    align-self: center;
  }
  .entry.entry--sidebar .entry__thumbnail img {
    width: 100%;
  }
}
.entry.entry--sidebar .entry__title {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 767.8px) {
  .entry.entry--sidebar .entry__title {
    grid-area: title;
    align-self: flex-end;
  }
}
.entry.entry--sidebar .entry__meta {
  margin-top: 5px;
}
@media (max-width: 767.8px) {
  .entry.entry--sidebar .entry__meta {
    grid-area: meta;
    align-self: flex-start;
  }
}
.entry.entry--sidebar .entry__cat {
  top: 15px;
  right: 0;
}
.entry.entry--sidebar .entry__cat img {
  width: 40px;
}
@media (max-width: 767.8px) {
  .entry.entry--sidebar .entry__cat {
    grid-area: thumbnail;
    top: -8px;
    right: -8px;
  }
}
.entry.entry--sidebar .entry__date {
  font-size: 11px;
}
@media (max-width: 767.8px) {
  .entry.entry--sidebar .entry__date {
    font-size: 12px;
  }
}

.footer {
  width: 100%;
  color: #ffffff;
  background-color: #323232;
  padding: 2rem 0;
}
@media (max-width: 767.8px) {
  .footer {
    padding: 1.5rem 0;
  }
}
.footer__inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767.8px) {
  .footer__inner {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 1rem;
  }
}
.footer__left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767.8px) {
  .footer__left {
    gap: 0.5rem;
  }
}
.footer__logo img {
  width: 74px;
  height: auto;
}
@media (max-width: 767.8px) {
  .footer__logo img {
    width: 44px;
  }
}
.footer__copyright {
  font-family: "m-plus-1p", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media (max-width: 767.8px) {
  .footer__copyright {
    font-size: 10px;
  }
}
.footer__link {
  color: inherit;
  text-decoration: none;
  font-family: "m-plus-1p", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media (max-width: 767.8px) {
  .footer__link {
    font-size: 10px;
  }
}

.pc-header {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  left: 0;
  margin: 20px 0;
  z-index: 800;
}
@media (max-width: 1199.8px) {
  .pc-header {
    display: none;
  }
}

.sp-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
}
@media (max-width: 1199.8px) {
  .sp-header {
    display: block;
  }
}

.elevator {
  width: 240px;
  background-image: url("../img/menu-panel.png");
  background-size: cover;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5);
  position: -webkit-sticky;
  position: sticky;
  z-index: 800;
  top: 32px;
}
@media (max-width: 1199.8px) {
  .elevator {
    width: 98%;
    height: 100vh;
    overflow-y: scroll;
  }
}
.elevator a {
  display: block;
}
.elevator img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.elevator ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.elevator button {
  -webkit-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
}

.elevator-decoration {
  padding: 10px;
}

.elevator-topbtns {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 5px;
}
@media (max-width: 1199.8px) {
  .elevator-topbtns {
    margin-top: 50px;
  }
}

.elevator-topbtns__btn {
  width: 70px;
  height: 58px;
}

.elevator-btns {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.elevator-btn {
  width: 70px;
  height: 70px;
}

.elevator-btns__list .elevator-btn + .elevator-btn {
  margin-top: 10px;
}
.elevator-btns__list.right {
  margin-top: 35px;
}
@media (max-width: 1199.8px) {
  .elevator-btns__list.right {
    margin-top: 0;
  }
}

.elevator-bottombtns {
  margin-top: 15px;
  text-align: center;
}

.elevator-bottombtns__text.elevator-bottombtns__text {
  width: 150px;
}

.elevator-bottombtns__list {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.elevator-bottombtn {
  width: 70px;
  height: 70px;
}

/* アクセシビリティ対策 */
.visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* ハンバーガーボタンのスタイル */
.hamburger {
  -webkit-appearance: none;
          appearance: none;
  background-color: #323232;
  border: none;
  cursor: pointer;
  display: block;
  outline: none;
  position: fixed;
  right: 10px;
  top: 10px;
  transition: transform 0.3s, width 0.3s;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  z-index: 900; /* メニューよりも上にする */
}

/* ハンバーガーメニュー三本線 */
.hamburger-line {
  background-color: #ffffff;
  height: 2px;
  border-radius: 999px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 15px;
  transition: inherit;
  width: 24px;
}

.hamburger-line::before,
.hamburger-line::after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: inherit;
  width: 100%;
  border-radius: 999px;
}

.hamburger-line::before {
  top: 7px;
}

.hamburger-line::after {
  top: 14px;
}

/* ハンバーガーメニュー三本線オープン時 */
.hamburger[aria-expanded=true] .hamburger-line {
  transform: translateY(7px) rotate(-45deg);
}

.hamburger[aria-expanded=true] .hamburger-line::before {
  transform: translateY(-7px) translateX(11px) rotate(45deg);
  width: 0;
}

.hamburger[aria-expanded=true] .hamburger-line::after {
  transform: translateY(-14px) rotate(90deg);
}

/* ハンバーガーメニューテキスト */
.hamburger-text {
  white-space: nowrap;
  color: #ffffff;
  font-size: 10px;
  font-family: "ab-kokoro-no3", sans-serif;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 26px;
  letter-spacing: -0.2em;
}

.hamburger[aria-expanded=false] .hamburger-text::before {
  content: "メニュー";
}

.hamburger[aria-expanded=true] .hamburger-text::before {
  content: "とじる";
}

/* オーバーレイのスタイル */
.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: 100vw;
  z-index: 700; /* メニューよりも下にする */
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* メニューのスタイル */
.drawer {
  position: fixed;
  z-index: 800; /* オーバーレイよりも上にする */
  height: 100%;
  top: 0;
  left: -100%;
  transition: all 0.3s ease-in-out;
  width: 262px;
}

.drawer[aria-hidden=false] {
  left: 0;
  transition: all 0.3s ease-in-out;
}

.single .hamburger {
  opacity: 0;
  visibility: hidden;
}
.single .UpMove {
  animation: UpAnime 0.5s forwards;
}
.single .DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.searchmodal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}

.searchmodal-container {
  background-color: #ffffff;
  padding: 30px;
  width: 380px;
  border: 2px solid #323232;
  border-radius: 5px;
  position: fixed;
  z-index: 900;
  top: 143px;
  left: calc(50vw - 190px - 220px);
}
@media (max-width: 1199.8px) {
  .searchmodal-container {
    width: calc(100% - 20px);
    max-width: 380px;
    top: 150px;
    left: 10px;
  }
}

.searchmodal-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 16px solid #ffffff;
  z-index: 901;
}
@media (max-width: 1199.8px) {
  .searchmodal-container::before {
    transform: rotate(90deg);
    top: -22px;
    left: 144.5px;
    margin-top: 0;
  }
}

.searchmodal-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -31px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 19px solid #323232;
  z-index: inherit;
}
@media (max-width: 1199.8px) {
  .searchmodal-container::after {
    transform: rotate(90deg);
    top: -28px;
    left: 142px;
    margin-top: 0;
  }
}

.searchmodal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.searchmodal-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
}
.searchmodal-title img {
  width: 160px;
  height: 24px;
  vertical-align: middle;
}

.searchmodal-close {
  cursor: pointer;
  background: transparent;
  padding: 0;
  border: 0;
  position: absolute;
  top: 5px;
  right: 5px;
}
.searchmodal-close img {
  width: 48px;
  height: 48px;
  vertical-align: top;
}

.searchmodal-content {
  line-height: 1.5;
  margin-top: 15px;
}

.searchmodal-content .searchform input[type=text]::placeholder {
  font-size: 18px;
}
.searchmodal-content .searchform button[type=submit] {
  border-left: 0;
  cursor: pointer;
  width: 56px;
  background-color: #323232;
  background-image: url("../img/btn_search_black.png");
  background-size: 50%;
}

/* 検索モーダルアニメーション */
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide[aria-hidden=false] {
  display: block;
}

.micromodal-slide[aria-hidden=false] .searchmodal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .searchmodal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .searchmodal-container {
  will-change: transform;
}

body {
  display: grid;
  grid-template-rows: 1fr auto;
}

.layout {
  display: grid;
  column-gap: 30px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 1199.8px) {
  .layout {
    column-gap: 15px;
  }
}
@media (max-width: 767.8px) {
  .layout {
    row-gap: 30px;
  }
}
.layout #header {
  grid-area: header;
}
@media (max-width: 1199.8px) {
  .layout #header {
    grid-area: initial;
  }
}
.layout #main {
  grid-area: main;
}
@media (min-width: 1200px) {
  .layout #main {
    max-width: 780px;
  }
}
.layout #sidebar {
  grid-area: sidebar;
}

.layout-col2 {
  grid-template-areas: "header main ...";
  grid-template-columns: 240px 1fr 200px;
  grid-template-rows: 1fr;
}
@media (max-width: 1199.8px) {
  .layout-col2 {
    max-width: 780px;
    grid-template-areas: "main";
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.layout-col3 {
  grid-template-areas: "header main sidebar";
  grid-template-columns: 240px 1fr 200px;
  grid-template-rows: 1fr;
}
@media (max-width: 1199.8px) {
  .layout-col3 {
    grid-template-areas: "main sidebar";
    grid-template-columns: 1fr 200px;
  }
}
@media (max-width: 767.8px) {
  .layout-col3 {
    grid-template-areas: "main" "sidebar";
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 0;
  }
}

.animation--load {
  display: none;
}
.animation--load.is-starting {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #606060;
  z-index: 999;
}
.animation--load--wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #606060;
  z-index: 999;
}
.animation--load--wrapper.is-finished {
  animation-name: PageAnimeTop;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  transform: translateY(-100%);
}
@keyframes PageAnimeTop {
  0% {
    transform-origin: top;
    transform: translateY(0);
  }
  100% {
    transform-origin: top;
    transform: translateY(-100%);
  }
}
.animation__elevator--top {
  position: relative;
}
@media (max-width: 767.8px) {
  .animation__elevator--top {
    display: none;
  }
}
.animation__elevator--top--img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1004;
}
.animation__elevator--top--floor {
  display: none;
  position: absolute;
  z-index: 1002;
  width: 100%;
}
.animation__elevator--top--floor.is-selected {
  display: block;
}
.animation__elevator--top--floor--arrived {
  display: none;
  position: absolute;
  z-index: 1003;
  width: 100%;
}
.animation__elevator--top--floor--arrived.is-arrived {
  display: block;
}
.animation__elevator--bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/elevator/animation/animation_elevator_bottom.png");
  background-size: contain;
  background-repeat: repeat-y;
  z-index: 1002;
}
@media (max-width: 767.8px) {
  .animation__elevator--bottom {
    display: none;
  }
}
.animation__door--left {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url("../img/elevator/animation/animation_door.png");
  background-size: cover;
  background-repeat: repeat-y;
  z-index: 1001;
}
@media (max-width: 767.8px) {
  .animation__door--left {
    width: 60%;
    left: -10%;
  }
}
.animation__door--left.is-starting {
  animation-name: PageAnimeLeft;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes PageAnimeLeft {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
.animation__door--right {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("../img/elevator/animation/animation_door.png");
  background-size: cover;
  background-repeat: repeat-y;
  z-index: 1001;
}
@media (max-width: 767.8px) {
  .animation__door--right {
    width: 60%;
    right: -10%;
  }
}
.animation__door--right.is-starting {
  animation-name: PageAnimeRight;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform: scaleX(1);
}
@keyframes PageAnimeRight {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.animation__gao {
  position: fixed;
  display: block;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 50%;
  background-image: url("../img/elevator/animation/animation_gao.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1000;
}
@media (max-width: 767.8px) {
  .animation__gao {
    width: 80%;
    background-position: bottom;
  }
}
.animation__gao.get-off {
  animation-name: PageAnimeGetOff;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes PageAnimeGetOff {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-60px, 30px);
    @media (max-width: 767.8px) {
      .animation__gao.get-off {
        transform: translate(-6%, 3%);
      }
    }
  }
}
.animation__gao--1 {
  position: fixed;
  display: block;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 50%;
  right: -14%;
  background-image: url("../img/elevator/animation/animation_gao.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1000;
}
@media (max-width: 767.8px) {
  .animation__gao--1 {
    width: 80%;
    background-position: bottom;
  }
}
.animation__gao--1.get-off {
  animation-name: PageAnimeGetOff;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes PageAnimeGetOff {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50px, 30px);
    @media (max-width: 767.8px) {
      .animation__gao--1.get-off {
        transform: translate(-3%, 3%);
      }
    }
  }
}
.animation__gao--2 {
  position: fixed;
  display: block;
  bottom: 0;
  right: -23%;
  width: 60%;
  height: 50%;
  background-image: url("../img/elevator/animation/animation_gao.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 999;
}
@media (max-width: 767.8px) {
  .animation__gao--2 {
    width: 80%;
    background-position: bottom;
    right: -35%;
  }
}
.animation__gao--3 {
  position: fixed;
  display: block;
  bottom: 0;
  right: 14%;
  width: 60%;
  height: 50%;
  background-image: url("../img/elevator/animation/animation_gao.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 998;
}
@media (max-width: 767.8px) {
  .animation__gao--3 {
    width: 80%;
    right: 22%;
    background-position: bottom;
  }
}
.animation__gao--4 {
  position: fixed;
  display: block;
  bottom: 0;
  right: 28%;
  width: 60%;
  height: 50%;
  background-image: url("../img/elevator/animation/animation_gao.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 997;
}
@media (max-width: 767.8px) {
  .animation__gao--4 {
    width: 80%;
    right: 50%;
    background-position: bottom;
  }
}

.related-post {
  max-width: 700px;
  margin: 0 auto;
}

.related-post__title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 1.2em;
}
@media (max-width: 767.8px) {
  .related-post__title {
    font-size: 20px;
  }
}

.related-post__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.related-post__list .entry__link {
  border-width: 0;
}
.related-post__list .entry:nth-of-type(odd) .entry__link {
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.related-post__list .entry:nth-of-type(even) .entry__link {
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.related-post__list .entry:nth-of-type(1) .entry__link,
.related-post__list .entry:nth-of-type(2) .entry__link {
  border-top-width: 2px;
}

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

.searchform {
  border: 2px solid #323232;
  border-radius: 5px;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 1fr auto;
  height: 46px;
}
.searchform input[type=text] {
  border: 0;
  background-color: transparent;
  border-radius: inherit;
  flex: 1;
  padding-left: 10px;
  min-width: 0;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  line-height: 1;
}
.searchform input[type=text]:focus {
  outline: none;
}
.searchform input[type=text]::placeholder {
  font-family: "ab-kokoro-no3", sans-serif;
  color: #858585;
  font-size: 14px;
  line-height: inherit;
}
.searchform button[type=submit] {
  flex-shrink: 0;
  background: none;
  border: 0;
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border-left: 2px solid #323232;
  cursor: pointer;
  width: 42px;
  background-image: url("../img/btn_search_white.png");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.about {
  line-height: 2;
}
.about section:not(.about__top, .gao) {
  margin-top: 100px;
}
@media (max-width: 767.8px) {
  .about section:not(.about__top, .gao) {
    margin-top: 80px;
  }
}
.about__wrapper {
  position: relative;
  padding-bottom: 5%;
  background-color: #fdf1e1;
}
@media (max-width: 767.8px) {
  .about__wrapper {
    padding-bottom: 40px;
  }
}
.about__top {
  padding-top: 35px;
  margin-bottom: 0;
}
.about__top__img {
  display: block;
  text-align: center;
  margin: 0 42px 5%;
  border: solid 3px #4f4f4f;
  box-shadow: 3px 3px 10px #323232;
}
.about__top__headline {
  font-family: "ab-kokoro-no3", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199.8px) {
  .about__top__headline {
    font-size: 28px;
  }
}
@media (max-width: 767.8px) {
  .about__top__headline {
    font-size: 20px;
  }
}
.about__top__desc {
  margin: 0 auto;
  width: 70%;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199.8px) {
  .about__top__desc {
    width: 80%;
  }
}
@media (max-width: 767.8px) {
  .about__top__desc {
    width: 80%;
    font-size: 1rem;
  }
}

.gao {
  position: relative;
}
.gao__img {
  margin-left: -32px;
  width: 640px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .gao__img {
    margin-left: -24px;
    width: 492px;
  }
}
@media (max-width: 767.8px) {
  .gao__img {
    width: 100%;
    margin: 0;
  }
}
.gao__img__balloon {
  position: absolute;
  right: 200px;
  margin-top: 30px;
  animation: fusen 60s linear 0s forwards;
  width: 61px;
}
@media (max-width: 1199.8px) {
  .gao__img__balloon {
    width: 36px;
  }
}
@media (max-width: 767.8px) {
  .gao__img__balloon {
    top: 10%;
    right: 14%;
    margin: 0;
  }
}

.philosophy {
  margin: 30px;
}
@media (max-width: 767.8px) {
  .philosophy {
    margin: 20px;
  }
}
.philosophy__headline {
  font-size: 2rem;
  font-family: "ab-kokoro-no3", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767.8px) {
  .philosophy__headline {
    font-size: 1.5rem;
  }
}
.philosophy__sub-title {
  margin-top: 0;
  font-size: 18px;
  font-family: "ab-kokoro-no3", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: -5px 0 50px;
}
@media (max-width: 767.8px) {
  .philosophy__sub-title {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
.philosophy__sub-heading {
  color: white;
  background-color: #323232;
  padding: 10px 0 10px 20px;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
}
@media (max-width: 767.8px) {
  .philosophy__sub-heading {
    font-size: 0.8rem;
    line-height: 1;
  }
}
.philosophy__desc {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 50px;
}
@media (max-width: 767.8px) {
  .philosophy__desc {
    font-size: 14px;
  }
}

.sec-culture {
  margin: 30px;
  font-family: "ab-kokoro-no3", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media (max-width: 767.8px) {
  .sec-culture {
    margin: 20px;
  }
}
.sec-culture__headline {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767.8px) {
  .sec-culture__headline {
    font-size: 1.5rem;
  }
}
.sec-culture__sub-title {
  margin-top: 0;
  font-size: 18px;
  font-family: "ab-kokoro-no3", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: -5px 0 50px;
}
@media (max-width: 767.8px) {
  .sec-culture__sub-title {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
.sec-culture__desc {
  font-size: 20px;
  text-align: left;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767.8px) {
  .sec-culture__desc {
    font-size: 16px;
  }
}
.sec-culture__desc__span {
  letter-spacing: -5px;
}
.sec-culture a {
  color: #1be642;
  font-weight: 600;
}

.history {
  margin: 30px;
}
@media (max-width: 767.8px) {
  .history {
    margin: 20px;
  }
}
.history__headline {
  font-size: 2rem;
  font-family: "ab-kokoro-no3", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767.8px) {
  .history__headline {
    font-size: 1.5rem;
  }
}
.history__sub-title {
  margin-top: 0;
  font-size: 18px;
  font-family: "ab-kokoro-no3", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: -5px 0 50px;
}
@media (max-width: 767.8px) {
  .history__sub-title {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
.history__desc {
  width: 80%;
  margin: 0 auto;
  line-height: 1.8;
}
.history__table {
  font-size: 15px;
  margin: 0 auto;
  empty-cells: hide;
}
@media (max-width: 767.8px) {
  .history__table {
    font-size: 12px;
  }
}
.history__table__tr {
  vertical-align: top;
}
.history__table__tr:nth-of-type(1) .history__table__circle::before {
  height: 80%;
  position: absolute;
  bottom: -15%;
}
.history__table__tr:last-of-type .history__table__circle::before {
  height: 70%;
}
.history__table__year {
  padding: 0;
}
.history__table__year span {
  font-family: "ab-kokoro-no3", sans-serif;
  color: #ffffff;
  background-color: #323232;
  padding: 0.35em 0.7em;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media (max-width: 767.8px) {
  .history__table__year span {
    font-size: 12px;
  }
}
.history__table__year-month {
  font-family: "m-plus-1p", sans-serif;
  white-space: nowrap;
  padding: 0;
}
.history__table__circle {
  padding: 0 20px;
  z-index: 1;
  color: #1be642;
  position: relative;
}
@media (max-width: 767.8px) {
  .history__table__circle {
    padding: 0 10px;
  }
}
.history__table__circle::before {
  z-index: -1;
  position: absolute;
  left: calc(100% - 1px - 50%);
  content: "";
  width: 2px;
  height: 110%;
  background-color: #323232;
}
.history__table__event {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  font-style: normal;
  padding-left: 20px;
  line-height: 1.5;
  padding-bottom: 16px;
  padding-top: 4px;
}
@media (max-width: 767.8px) {
  .history__table__event {
    padding-left: 10px;
    padding-bottom: 17px;
    padding-top: 3px;
  }
}
.history__table__event > * {
  margin: 0;
}

.company {
  border: solid 2px black;
  background-color: white;
  margin: 0 30px;
  padding: 50px;
}
@media (max-width: 767.8px) {
  .company {
    padding: 20px;
    margin: 0 20px;
    padding: 25px;
  }
}
.company__headline {
  margin-bottom: 0;
  text-align: center;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
}
@media (max-width: 767.8px) {
  .company__headline {
    font-size: 1.5rem;
  }
}
.company__headline::before {
  content: "●";
  color: #1be642;
  padding-right: 10px;
}
.company__headline::after {
  content: "●";
  color: #1be642;
  padding-left: 10px;
}
.company__table {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  border: none;
  margin-top: 50px;
}
@media (max-width: 767.8px) {
  .company__table {
    font-size: 14px;
  }
}
.company__table__sub-heading {
  font-weight: 600;
}
.company__table__sub-heading, .company__table__desc {
  border-bottom: solid 1px black;
  padding: 10px 10px 10px 0;
}
.company__table__tr {
  display: grid;
  grid-template-columns: 1fr 2fr;
  vertical-align: top;
}
.company__table__tr:last-of-type td {
  border-bottom: 0;
}

.google-map {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: block;
  border: 0;
  margin-top: 50px;
}

.under-bar {
  position: relative;
  z-index: 1;
}
.under-bar::after {
  position: relative;
  content: "";
  display: block;
  width: 13.5rem;
  height: 10px;
  background: #1be642;
  margin: -15px auto 0;
  text-align: center;
  transform: skewX(145deg);
  z-index: -1;
}
@media (max-width: 767.8px) {
  .under-bar::after {
    width: 11rem;
    height: 8px;
    margin-top: -10px;
  }
}

.archive-main {
  background-color: #fdf1e1;
  padding: 30px;
  padding-bottom: 60px;
}
@media (max-width: 767.8px) {
  .archive-main {
    padding: 20px;
    padding-bottom: 40px;
  }
}
.archive-main__kind {
  font-family: "ab-kokoro-no3", sans-serif;
  font-size: 20px;
  display: block;
}
.archive-main__paged {
  font-family: "ab-kokoro-no3", sans-serif;
  font-size: 2rem;
  line-height: 1;
  margin: 0 30px;
}
@media (max-width: 767.8px) {
  .archive-main__paged {
    font-size: 1.5rem;
    margin: 0 5%;
  }
}
.archive-main__title {
  font-family: "ab-kokoro-no3", sans-serif;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (max-width: 767.8px) {
  .archive-main__title {
    font-size: 1.5rem;
  }
}
.archive-main__title.archive-main__title--search {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767.8px) {
  .archive-main__title.archive-main__title--search {
    font-size: 20px;
  }
}
.archive-main__title .keyword {
  background-color: #ffffff;
  padding: 10px;
}
.archive-main__title .searchresult {
  width: 122px;
  height: 30px;
  vertical-align: text-bottom;
}
@media (max-width: 767.8px) {
  .archive-main__title .searchresult {
    width: 85px;
    height: 21px;
    height: auto;
  }
}

.blog-main {
  position: relative;
  display: grid;
  background-size: contain;
  margin-bottom: 0;
  padding-bottom: 60px;
}
@media (max-width: 767.8px) {
  .blog-main {
    padding-bottom: 40px;
  }
}
.blog-main--deco {
  height: 360px;
  position: absolute;
  border-top: solid 2px #323232;
  border-right: solid 2px #323232;
}
.blog-main--deco > a {
  text-decoration: none;
  position: absolute;
  color: #323232;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
@media (max-width: 767.8px) {
  .blog-main {
    padding-bottom: 20px;
  }
}
.blog-main--bookshelf {
  width: 100%;
}
.blog-main--bookshelf > img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.blog-main__list {
  margin: 0;
  display: grid;
  grid-template-columns: 31.5px 31.5px 1fr 31.5px 31.5px 1fr 31.5px 31.5px;
  grid-template-rows: 495px 495px 147px 495px 1000px 495px 495px;
  border-top: 2px solid #323232;
}
@media (max-width: 991px) {
  .blog-main__list {
    grid-template-columns: 25px 25px 1fr 25px 25px 1fr 25px 25px;
    grid-template-rows: 440px 440px 111px 440px 600px 440px 440px;
  }
}
@media (max-width: 767.8px) {
  .blog-main__list {
    grid-template-columns: 20px 20px 1fr 20px 20px 1fr 20px 20px;
    grid-template-rows: 250px 250px 79.3px 250px 400px;
  }
}
.blog-main__list .entry {
  height: 100%;
}
.blog-main__list .entry__link {
  border: 0;
}
.blog-main__item {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-left: none;
  border-top: none;
  border-right: 2px solid #323232;
  border-bottom: 2px solid #323232;
}
.blog-main__item:nth-child(1) {
  grid-column: 1/4;
  grid-row: 1;
  border-left: 2px solid #323232;
}
.blog-main__item.aboutus {
  grid-column: 4/6;
  grid-row: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-right: 6px;
  background: linear-gradient(to left, #ee2f5d 40px, #323232 40px, #323232 42px, #42a163 42px);
}
@media (max-width: 767.8px) {
  .blog-main__item.aboutus {
    background: linear-gradient(to left, #ee2f5d 28px, #323232 28px, #323232 30px, #42a163 30px);
  }
}
.blog-main__item:nth-child(2) {
  grid-column: 6/9;
  grid-row: 1;
}
.blog-main__item:nth-child(3) {
  grid-column: 1/4;
  grid-row: 2;
  border-left: 2px solid #323232;
}
.blog-main__item:nth-child(4) {
  grid-column: 4/7;
  grid-row: 2;
}
.blog-main__item.spacer {
  grid-column: 7/9;
  grid-row: 2;
  background: linear-gradient(to right, #ffd01f 40px, #323232 40px, #323232 42px, #3f75eb 42px);
}
@media (max-width: 767.8px) {
  .blog-main__item.spacer {
    background: linear-gradient(to right, #ffd01f 28px, #323232 28px, #323232 30px, #3f75eb 30px);
  }
}
.blog-main__item.middle {
  grid-column: 1/9;
  grid-row: 3;
  border: none;
  border-bottom: 2px solid #323232;
}
.blog-main__item.middle > img:hover {
  transform: none !important;
}
.blog-main__item.more {
  grid-column: 1/3;
  grid-row: 4;
  display: flex;
  justify-content: center;
  padding-left: 8px;
  background: linear-gradient(to right, #323232 40px, #323232 40px, #323232 42px, #f57aaa 42px);
}
.blog-main__item.more img {
  width: 31px;
}
@media (max-width: 767.8px) {
  .blog-main__item.more {
    background: linear-gradient(to right, #323232 28px, #323232 28px, #323232 30px, #f57aaa 30px);
  }
}
.blog-main__item:nth-child(5) {
  grid-column: 3/6;
  grid-row: 4;
}
.blog-main__item:nth-child(6) {
  grid-column: 6/9;
  grid-row: 4;
}
.blog-main__item.bottom {
  position: static;
  grid-column: 1/9;
  grid-row: 5;
  border: none;
  background-color: rgba(0, 0, 0, 0) !important;
}
.blog-main__item.bottom:hover img {
  transform: none;
}
.blog-main__item.bottom .gao__img {
  margin-top: -15px;
  margin-left: -5%;
  width: 110%;
}
@media (max-width: 1199.8px) {
  .blog-main__item.bottom .gao__img {
    margin-top: -140px;
    margin-left: 5%;
    width: 90%;
  }
}
@media (max-width: 767.8px) {
  .blog-main__item.bottom .gao__img {
    margin-top: -40px;
  }
}
.blog-main__item:nth-child(n+7):nth-child(-n+10):nth-child(odd) {
  grid-column: 2/5;
  border-left: solid 2px #323232;
}
.blog-main__item:nth-child(n+7):nth-child(-n+10):nth-child(even) {
  grid-column: 5/8;
}
.blog-main__item:nth-child(n+7):nth-child(-n+8) {
  border-top: solid 2px #323232;
}
.blog-main__gao {
  position: absolute;
}
.blog-main .pagination {
  margin-top: 60px;
}
@media (max-width: 767.8px) {
  .blog-main .pagination {
    margin-top: 40px;
  }
}

.border--top {
  border-top: solid 2px #323232;
}
.border--left {
  border-left: solid 2px #323232;
}
.border--bottom {
  border-bottom: solid 2px #323232;
}
.border--right {
  border-right: solid 2px #323232;
}

.blog .archive-main__paged {
  margin: 0;
}

.co-labo {
  padding: 30px;
  padding-bottom: 60px;
}
@media (max-width: 767.8px) {
  .co-labo {
    padding: 20px;
  }
}
.co-labo__wrapper {
  position: relative;
  background-color: #ffffff;
  border: solid 2px #323232;
}
.co-labo__headline {
  display: flex;
  padding: 20px 40px;
  border-bottom: solid 2px #323232;
}
@media (max-width: 767.8px) {
  .co-labo__headline {
    padding: 20px 15px;
  }
}
.co-labo__logo {
  width: 87px;
  height: 60px;
}
@media (max-width: 767.8px) {
  .co-labo__logo {
    width: 50px;
    height: 34.5px;
  }
}
.co-labo__title {
  line-height: 50px;
  margin: 0 auto;
  margin-left: 30px;
  font-family: "ab-kokoro-no3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 1199.8px) {
  .co-labo__title {
    font-size: 28px;
    line-height: 60px;
  }
}
@media (max-width: 767.8px) {
  .co-labo__title {
    line-height: 34.5px;
    margin-left: 20px;
    font-size: 24px;
  }
}
.co-labo__content {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  padding: 30px 40px 60px;
}
@media (max-width: 767.8px) {
  .co-labo__content {
    padding: 30px 15px;
  }
}
.co-labo__catch-copy {
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 767.8px) {
  .co-labo__catch-copy {
    font-size: 0.9rem;
  }
}
.co-labo__catch-copy--sub {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 767.8px) {
  .co-labo__catch-copy--sub {
    font-size: 0.7rem;
    line-height: 1.4;
  }
}
.co-labo__article {
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 767.8px) {
  .co-labo__article {
    font-size: 0.8rem;
    line-height: 2;
  }
}
.co-labo .related-post {
  margin-top: 50px;
}

.contact-main {
  padding: 40px 30px;
}
@media (max-width: 767.8px) {
  .contact-main {
    padding: 40px 20px;
  }
}
.contact-main__wrapper {
  background-color: #ffffff;
  border: solid 2px #323232;
}
.contact-main__headline {
  display: flex;
  align-items: center;
  padding: 25px 35px;
  border-bottom: solid 2px #323232;
  gap: 2rem;
}
@media (max-width: 767.8px) {
  .contact-main__headline {
    padding: 20px 15px;
    gap: 1rem;
  }
}
.contact-main__logo {
  width: 80px;
  height: auto;
}
@media (max-width: 767.8px) {
  .contact-main__logo {
    width: 55px;
  }
}
.contact-main__title {
  line-height: 1.4;
  font-family: "ab-kokoro-no3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  margin: 0;
}
@media (max-width: 767.8px) {
  .contact-main__title {
    font-size: 20px;
  }
}
.contact-main__content {
  padding: 40px;
}
@media (max-width: 767.8px) {
  .contact-main__content {
    padding: 30px 15px;
  }
}
.contact-main__table {
  width: 100%;
  text-align: left;
  margin: -10px 0;
}
@media (max-width: 767.8px) {
  .contact-main__table {
    margin: 0;
  }
}
@media (max-width: 767.8px) {
  .contact-main__row:not(:first-of-type) {
    display: block;
    margin-top: 20px;
  }
}
.contact-main__row-required, .contact-main__row-label {
  white-space: nowrap;
  font-weight: 600;
}
@media (max-width: 767.8px) {
  .contact-main__row-required, .contact-main__row-label {
    display: inline-block;
    margin-bottom: 0.5em;
  }
}
.contact-main__row-required span {
  font-size: 12px;
  line-height: 1;
  padding: 0.3em 0.9em;
  color: #ffffff;
  background-color: #323232;
  margin-right: 1em;
}
@media (max-width: 767.8px) {
  .contact-main__row-required span {
    margin-right: 0.5em;
  }
}
.contact-main__row-required--hidden {
  visibility: hidden;
}
@media (max-width: 767.8px) {
  .contact-main__row-required--hidden {
    display: none;
  }
}
.contact-main__row-label label {
  font-size: 14px;
  margin-right: 3em;
}
@media (max-width: 767.8px) {
  .contact-main__row-input {
    display: block;
  }
}
.contact-main__row-input input,
.contact-main__row-input textarea {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.8em 1.4em;
  background-color: #f0f0f0;
  border-radius: 2px;
  border: 0;
  color: #323232;
  margin: 10px 0;
}
.contact-main__row-input input::placeholder,
.contact-main__row-input textarea::placeholder {
  color: #858585;
}
@media (max-width: 767.8px) {
  .contact-main__row-input input,
  .contact-main__row-input textarea {
    margin: 0;
  }
}
.contact-main__row-input .mwform-zip-field input,
.contact-main__row-input .mwform-tel-field input {
  width: auto;
}
@media (max-width: 767.8px) {
  .contact-main__row-input .mwform-tel-field input {
    width: 76px;
  }
}
.contact-main__row-input textarea {
  min-height: 15em;
  resize: vertical;
  display: block;
}
.contact-main__row:last-of-type th {
  vertical-align: top;
  padding-top: 1.5em;
}
@media (max-width: 767.8px) {
  .contact-main__row:last-of-type th {
    padding-top: 0;
  }
}
.contact-main__notice {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 767.8px) {
  .contact-main__notice {
    font-size: 13px;
  }
}
.contact-main__privacypolicy {
  color: #858585;
}
.contact-main__agree {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-top: 30px;
}
@media (max-width: 767.8px) {
  .contact-main__agree {
    font-size: 12px;
  }
}
.contact-main__agree label {
  cursor: pointer;
}
.contact-main__agree label .agree {
  opacity: 0;
  position: absolute;
}
.contact-main__agree label .agree:focus-within ~ .mwform-checkbox-field-text::before {
  outline: auto;
  outline: auto -webkit-focus-ring-color; /* for Chrome */
}
.contact-main__agree label .mwform-checkbox-field-text {
  display: inline-block;
  padding-left: 26px;
  position: relative;
}
.contact-main__agree label .mwform-checkbox-field-text::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #323232;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.contact-main__agree label .agree:checked + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid #323232;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.contact-main__submit {
  text-align: center;
  margin-top: 45px;
}

.contact-complete-main__content {
  padding: 40px;
  text-align: center;
  margin: 0;
  font-size: 18px;
}
@media (max-width: 767.8px) {
  .contact-complete-main__content {
    padding: 20px;
    font-size: 16px;
  }
}
.contact-complete-main__content-message {
  line-height: 2;
  padding: 0;
  margin: 0;
}
.contact-complete-main__content-message + .contact-complete-main__content-message {
  margin-top: 1em;
}
.contact-complete-main__content-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media (max-width: 767.8px) {
  .contact-complete-main__content-title {
    font-size: 20px;
  }
}
.contact-complete-main__content-list {
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.2;
  text-align: left;
}
.contact-complete-main__content-list > * + * {
  margin-top: 1em;
}
.contact-complete-main__content-list > *:not(:last-of-type) {
  display: flex;
}
.contact-complete-main__content-list > *:last-of-type dd {
  margin-top: 1em;
  font-size: 14px;
}
.contact-complete-main__content-list dt {
  flex-shrink: 0;
}
.contact-complete-main__content-list dd {
  margin: 0;
}
.contact-complete-main__content-list dd p {
  margin: 0;
}
.contact-complete-main__content-link {
  margin-top: 4rem;
}

.culture span {
  color: #f55;
}
.culture .recruit--top {
  margin-top: 0;
}
.culture .recruit--top + section {
  margin-top: 0;
}
.culture .recruit--top > img {
  width: 450px;
  height: 59.5px;
}
@media (max-width: 767.8px) {
  .culture .recruit--top > img {
    width: 300px;
    height: auto;
  }
}
.culture .promise__topic--title {
  margin-top: 70px !important;
}
@media (max-width: 767.8px) {
  .culture .promise__topic--title {
    margin-top: 50px !important;
  }
}
.culture p {
  margin-top: 1em;
}
.culture .promise__topic--desc {
  margin-bottom: 2em;
}
.culture .entry-recommend {
  margin: 25px 0;
}

.flexible__headline {
  font-size: 27px !important;
}
@media (max-width: 767.8px) {
  .flexible__headline {
    font-size: 1.5rem !important;
  }
}

.scroll-animation-area main {
  position: relative;
}

.top-content {
  display: flex;
}

.top img {
  vertical-align: middle;
  height: auto;
}

.top-aboutus {
  position: relative;
  display: grid;
  gap: 80px;
  padding-top: 50px;
  background-image: url(../img/article/article-back.jpg);
  background-size: contain;
  padding-bottom: 15%;
}
@media (max-width: 767.8px) {
  .top-aboutus {
    gap: 60px;
  }
}
.top-aboutus__title {
  margin: 0;
  width: 108%;
  margin-left: -4%;
  position: absolute;
  left: 0;
  bottom: -2%;
  z-index: 5;
}
.top-aboutus__title > img {
  width: 100%;
  height: auto;
}

.front-window__first {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/frontpage/window/window-back.jpg");
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  background-position: center top;
  background-size: 359px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.8px) {
  .front-window__first {
    background-attachment: scroll;
  }
}
@media (max-width: 767.8px) {
  .front-window__first {
    width: 300px;
    background-attachment: scroll;
  }
}
.front-window__first__object {
  position: absolute;
  width: 106px;
  margin: 0;
  padding: 0;
  bottom: -100px;
  right: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 100;
}
@media (max-width: 767.8px) {
  .front-window__first__object {
    width: 65px;
    gap: 5px;
  }
}
.front-window__first__object img {
  width: 100%;
  height: auto;
}
.front-window__first__object img.fire {
  width: 36px !important;
}
.front-window__second {
  width: 370px;
  height: 484px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/frontpage/window/cloud.png"), url("../img/frontpage/window/window-back.jpg");
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  animation: cloud-swing 30s linear 0s infinite;
  background-size: 350px, 430px;
  background-repeat: repeat-x;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.8px) {
  .front-window__second {
    background-attachment: scroll;
  }
}
@media (max-width: 767.8px) {
  .front-window__second {
    width: 280px;
    height: 360px;
    background-attachment: scroll;
  }
}
.front-window__second .window__heading {
  filter: drop-shadow(1px 1px 2px #323232);
}
.front-window__second__object {
  position: absolute;
  width: 205px;
  margin: 0;
  padding: 0;
  bottom: 50px;
  left: -70px;
  z-index: 100;
}
@media (max-width: 767.8px) {
  .front-window__second__object {
    width: 130px;
    left: 130px;
  }
}
.front-window__second__object img {
  width: 100%;
  height: auto;
}
.front-window__third {
  width: 370px;
  height: 484px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/frontpage/window/cloud.png"), url("../img/frontpage/window/window-back.jpg");
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  animation: cloud-swing 20s linear 0s infinite;
  background-size: 350px, 430px;
  background-repeat: repeat-x;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.8px) {
  .front-window__third {
    background-attachment: scroll;
  }
}
@media (max-width: 767.8px) {
  .front-window__third {
    width: 280px;
    height: 360px;
    background-attachment: scroll;
  }
}
.front-window__third .window__heading {
  filter: drop-shadow(1px 1px 2px #ffffff);
}
.front-window__third .window-back {
  padding: 70px !important;
}
@media (max-width: 767.8px) {
  .front-window__third .window-back {
    padding: 50px !important;
  }
}
.front-window__third__object {
  position: absolute;
  width: 60px;
  height: 160px;
  margin: 0;
  padding: 0;
  bottom: -70px;
  right: 50px;
  pointer-events: none;
  z-index: 100;
}
@media (max-width: 767.8px) {
  .front-window__third__object {
    width: 30px;
    left: 80px;
  }
}
.front-window__third__object img {
  width: 100%;
  height: auto;
}
.front-window__third__link {
  width: 75px;
  height: 75px;
  display: block;
  position: absolute;
  bottom: 9px;
  right: 2px;
  transition: 0.3s filter;
  z-index: 10;
}
.front-window__third__link:hover {
  filter: brightness(1.3);
}
@media (max-width: 767.8px) {
  .front-window__third__link {
    width: 50px;
    height: 50px;
    bottom: 7px;
    right: 2px;
  }
}
.front-window__third__link img {
  width: 100%;
}

.window-back.round-upper {
  height: 504px;
  padding: 45px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/frontpage/window/window-frame-01.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  transform: scale(1.01);
}
@media (max-width: 767.8px) {
  .window-back.round-upper {
    height: 380px;
  }
}
.window-back.round-upper img {
  width: 100%;
  vertical-align: middle;
}
.window-back.square {
  width: 400px;
  height: 505px;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/frontpage/window/window-frame-square.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: -10px;
}
@media (max-width: 767.8px) {
  .window-back.square {
    width: 300px;
    height: 378px;
    left: -5px;
    padding: 40px;
  }
}
.window-back.square img {
  width: 100%;
  vertical-align: middle;
}

@keyframes cloud-swing {
  0% {
    background-position: 0 top, center center;
  }
  100% {
    background-position: 350px top, center center;
  }
}
.top-pickup {
  padding-top: 100px;
  position: relative;
  display: grid;
  row-gap: 80px;
}
@media (max-width: 767.8px) {
  .top-pickup {
    margin-top: 30px;
    row-gap: 60px;
  }
}
.top-pickup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2fff9;
  mix-blend-mode: multiply;
}
.top-pickup__title {
  text-align: center;
  margin: 0;
  position: relative;
  order: 2;
}
.top-pickup__title > img {
  width: 400px !important;
  vertical-align: middle;
}
@media (max-width: 767.8px) {
  .top-pickup__title > img {
    width: 280px !important;
  }
}
.top-pickup__post {
  justify-self: center;
}
.top-pickup__post:nth-of-type(1) {
  order: 1;
  max-width: 460px;
  box-shadow: -10px 15px 0 rgba(50, 50, 50, 0.5);
  transform: rotate(-10deg);
}
@media (max-width: 767.8px) {
  .top-pickup__post:nth-of-type(1) {
    max-width: 280px;
  }
}
.top-pickup__post:nth-of-type(2) {
  order: 3;
  max-width: 420px;
  box-shadow: 10px 15px 0 rgba(50, 50, 50, 0.5);
  transform: rotate(5deg);
}
@media (max-width: 767.8px) {
  .top-pickup__post:nth-of-type(2) {
    max-width: 260px;
  }
}
.top-pickup__post:nth-of-type(3) {
  order: 4;
  max-width: 420px;
  box-shadow: 10px 15px 0 rgba(50, 50, 50, 0.5);
  transform: rotate(-10deg);
}
@media (max-width: 767.8px) {
  .top-pickup__post:nth-of-type(3) {
    max-width: 260px;
  }
}
.top-pickup__post-link {
  display: block;
  padding: 30px;
  border: 4px solid #323232;
  background-color: #ffffff;
  position: relative;
  text-decoration: none;
  color: #323232;
}
.top-pickup__post-link .top-pickup__post-thumbnail > img {
  transition: transform 0.3s;
}
.top-pickup__post-link:hover .top-pickup__post-thumbnail > img, .top-pickup__post-link:focus .top-pickup__post-thumbnail > img {
  transform: scale(1.05);
}
@media (max-width: 767.8px) {
  .top-pickup__post-link {
    padding: 25px;
  }
}
.top-pickup__post-thumbnail {
  overflow: hidden;
  aspect-ratio: 1.5;
}
.top-pickup__post-thumbnail > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.top-pickup__post-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 0;
}
@media (max-width: 767.8px) {
  .top-pickup__post-title {
    font-size: 16px;
  }
}
.top-pickup__post-cat {
  position: absolute;
  top: 3%;
  right: 3%;
}
.top-pickup__post-cat > img {
  width: 90px !important;
}
@media (max-width: 767.8px) {
  .top-pickup__post-cat > img {
    width: 60px !important;
  }
}
.top-pickup__smoke1, .top-pickup__smoke2, .top-pickup__smoke3, .top-pickup__smoke4 {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.top-pickup__smoke1 {
  width: 160px !important;
  top: 3%;
  left: 8%;
}
@media (max-width: 767.8px) {
  .top-pickup__smoke1 {
    width: 90px !important;
    top: 5%;
    left: 0%;
  }
}
.top-pickup__smoke2 {
  width: 150px !important;
  top: 34%;
  right: 6%;
}
@media (max-width: 767.8px) {
  .top-pickup__smoke2 {
    width: 84px !important;
    top: 40%;
    right: -4%;
  }
}
.top-pickup__smoke3 {
  width: 300px !important;
  top: 48%;
  left: -9%;
}
@media (max-width: 1199.8px) {
  .top-pickup__smoke3 {
    left: -11%;
  }
}
@media (max-width: 767.8px) {
  .top-pickup__smoke3 {
    width: 168px !important;
    top: 57%;
    left: -10%;
  }
}
.top-pickup__smoke4 {
  width: 120px !important;
  top: 64%;
  right: 8%;
}
@media (max-width: 767.8px) {
  .top-pickup__smoke4 {
    width: 67px !important;
    top: 71%;
    right: -1%;
  }
}
.top-pickup__lab {
  margin-top: -100px;
  position: relative;
  width: 108% !important;
  margin-left: -4%;
  order: 5;
}
@media (max-width: 767.8px) {
  .top-pickup__lab {
    margin-top: -40px;
  }
}
.top-pickup__lab-base {
  width: 100% !important;
}
.top-pickup__lab::before {
  content: "";
  width: 9.65%;
  height: 23.3%;
  position: absolute;
  top: 29%;
  right: 14%;
  background-image: url("../img/frontpage/pickup/bubble.png");
  background-repeat: repeat-y;
  background-size: contain;
  animation: bubble-loop 1.5s linear 0s infinite;
}
@media (max-width: 767.8px) {
  .top-pickup__lab::before {
    animation-duration: 2.5s;
  }
}

@keyframes bubble-loop {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -115px;
  }
}
.top-recruit__screen {
  padding: 80px 100px 40px;
  background-color: #323232;
  position: relative;
  text-align: center;
}
@media (max-width: 767.8px) {
  .top-recruit__screen {
    padding: 70px 50px 30px;
  }
}
.top-recruit__movie {
  margin: 0;
}
.top-recruit__movie img {
  width: 100%;
  vertical-align: middle;
}
.top-recruit__link {
  margin-top: 40px;
}
.top-recruit__link > a img {
  width: 280px;
}
@media (max-width: 767.8px) {
  .top-recruit__link {
    margin-top: 30px;
  }
  .top-recruit__link > a img {
    width: 200px;
  }
}
.top-recruit__curtain-left, .top-recruit__curtain-right {
  position: absolute;
  top: 0;
  width: auto !important;
  height: 102% !important;
}
.top-recruit__curtain-left {
  left: 0;
}
.top-recruit__curtain-right {
  right: 0;
}
.top-recruit__seats {
  width: 107% !important;
  margin-left: -3.5%;
}

.top-works {
  width: 100%;
  padding: 0 30px;
  margin-top: 80px;
  position: relative;
}
@media (max-width: 767.8px) {
  .top-works {
    margin-top: 60px;
  }
}
.top-works__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 80px;
}
.top-works__title > img {
  width: 400px !important;
  vertical-align: middle;
}
@media (max-width: 767.8px) {
  .top-works__title {
    margin-bottom: 60px;
  }
  .top-works__title > img {
    width: 280px !important;
  }
}
.top-works__list {
  padding: 0;
  list-style: none;
  max-width: 400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 60px;
}
@media (max-width: 767.8px) {
  .top-works__list {
    column-gap: 30px;
    row-gap: 45px;
  }
}
.top-works__item {
  position: relative;
}
.top-works__item-door {
  background-color: #323232;
  display: block;
  filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.5));
  perspective: 200px;
}
.top-works__item-door > img {
  width: 100%;
  transition: 0.3s;
  transform-origin: left;
}
.top-works__item-door:hover > img, .top-works__item-door:focus > img {
  transform: rotateY(10deg);
}
.top-works__item-door:hover + .top-works__item-comment, .top-works__item-door:focus + .top-works__item-comment {
  opacity: 1;
  transform: translateY(0);
}
.top-works__item-comment {
  position: absolute;
  width: 200px !important;
  top: -27%;
  right: -82%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 10;
  transform: translateY(10px);
}
@media (max-width: 767.8px) {
  .top-works__item-comment {
    display: none;
  }
}
.top-works__item--jutaku .top-works__item-door, .top-works__item--back-office .top-works__item-door, .top-works__item--secret .top-works__item-door, .top-works__item--contact .top-works__item-door {
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-works__item--secret .top-works__item-door, .top-works__item--contact .top-works__item-door {
  filter: none;
}
.top-works__item--secret .top-works__item-door:hover > img, .top-works__item--secret .top-works__item-door:focus > img {
  transform: none;
}
.top-works__item--jutaku {
  margin-top: -80px;
}
@media (max-width: 767.8px) {
  .top-works__item--jutaku {
    margin-top: -50px;
  }
}
.top-works__item--jutaku .top-works__item-door {
  background-image: url(../img/frontpage/works/jutaku_door_back.png);
}
.top-works__item--back-office .top-works__item-door {
  background-image: url(../img/frontpage/works/back_office_door_back.png);
}
.top-works__item--contact .top-works__item-door {
  background-image: url(../img/frontpage/works/contact_door_back.png);
}
.top-works__plane1 {
  width: 106px !important;
  position: absolute;
  bottom: 17%;
  left: 44%;
  animation: gao-swing 1s ease 0s alternate infinite;
}
@media (max-width: 767.8px) {
  .top-works__plane1 {
    width: 60px !important;
    bottom: 15%;
  }
}
.top-works__plane2 {
  width: 65px !important;
  position: absolute;
  bottom: 13%;
  left: 30%;
  animation: gao-swing 2s ease 0s alternate infinite;
}
@media (max-width: 767.8px) {
  .top-works__plane2 {
    width: 37px !important;
    bottom: 11%;
  }
}
.top-works__floor {
  width: 122% !important;
  margin-left: -11%;
  margin-bottom: -30px;
  margin-top: -17.5%;
}
@media (max-width: 767.8px) {
  .top-works__floor {
    width: 134% !important;
    margin-left: -17%;
    margin-bottom: -5px;
    margin-top: -17%;
  }
}

.front-window__first__object {
  animation: takeoff 60s ease-in 0s forwards;
  pointer-events: none;
}

@keyframes takeoff {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  99% {
    transform: translateY(-600px);
    opacity: 1;
  }
  100% {
    transform: translateY(-600px);
    opacity: 0;
  }
}
.front-window__second__object {
  animation: takeforward 90s linear 0s forwards;
  pointer-events: none;
}

@keyframes takeforward {
  0% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translate(-500px, -100px) rotate(10deg);
    opacity: 1;
  }
  99% {
    transform: translate(-1000px, -400px) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: translate(-1000px, -400px) rotate(45deg);
    opacity: 0;
  }
}
.front-window__third__object {
  animation: fusen 60s linear 0s forwards;
  pointer-events: none;
}
.front-window__third__object img {
  animation: swing 3s ease 0s infinite alternate;
}

@keyframes fusen {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(25vw, -450px);
    opacity: 1;
  }
  99% {
    transform: translate(35vw, -900px);
    opacity: 1;
  }
  100% {
    transform: translate(35vw, -900px);
    opacity: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.8px) {
  @keyframes fusen {
    0% {
      transform: translate(0, 0);
      opacity: 1;
    }
    50% {
      transform: translate(18vw, -450px);
      opacity: 1;
    }
    99% {
      transform: translate(36vw, -900px);
      opacity: 1;
    }
    100% {
      transform: translate(36vw, -900px);
      opacity: 0;
    }
  }
}
@keyframes swing {
  0% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
.fire {
  animation: blink 0.3s ease 0s infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein-up {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s;
  transition-delay: 0.1s;
}
.fadein-up.is-inview {
  opacity: 1;
  transform: translateY(0px) rotate(inherit);
}

.pickup-popup {
  transform: scale(0);
  transition: 0.3s transform;
}
.pickup-popup.is-inview {
  animation: bubble 0.3s ease 0.3s forwards;
}

@keyframes bubble {
  0% {
    transform: scale(0);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.ev-area {
  position: relative;
}
@media (max-width: 991px) {
  .ev-area {
    display: none;
  }
}
.ev-area__head {
  width: 130px;
  position: relative;
  z-index: 1;
}
.ev-area__head img {
  vertical-align: middle;
}
.ev-area__background {
  width: 130px;
  background-image: url("../img/frontpage/ev/ev-back.png");
  background-repeat: repeat-y;
  background-size: 100%;
  height: calc(100% - 32px);
  filter: drop-shadow(4px 0 4px rgba(100, 100, 100, 0.1));
  position: relative;
  z-index: -1;
}

.ev-box {
  width: 119px;
  height: 164px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/frontpage/ev/ev-box.svg");
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  z-index: -1;
  top: 33.3vh;
  left: 5px;
  transition: 3s;
}
.ev-box::before, .ev-box::after {
  content: "";
  display: block;
  width: 20px;
  height: 150px;
  background-image: url("../img/frontpage/ev/ev-door.svg");
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
}
.ev-box::before {
  top: 0px;
  left: -2px;
  z-index: 1;
}
.ev-box::after {
  bottom: -1px;
  left: 12px;
  z-index: 2;
}
.ev-box .gao {
  width: 69px;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 20px);
}
@media (max-width: 767.8px) {
  .ev-box .gao {
    width: 40px;
    bottom: 48px;
  }
}
.ev-box .gao-message {
  width: 235px;
  position: relative;
  top: -150px;
  right: -150px;
}
@media (min-width: 768px) and (max-width: 1199.8px) {
  .ev-box .gao-message {
    top: -110px;
    width: 105px;
    right: -90px;
  }
}
.ev-box .gao-message img {
  width: 100%;
  height: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.ev-box .gao-message img.is-show {
  opacity: 1;
}

.is-scroll-end .ev-box {
  z-index: 500;
  top: calc(100% - 192px) !important;
}
.is-scroll-end .ev-box::before {
  z-index: 1;
  animation: gao-ev-out-left 1s linear 4s forwards;
}
.is-scroll-end .ev-box::after {
  z-index: 3;
  animation: gao-ev-out-right 1s linear 4s forwards;
}
.is-scroll-end .ev-box .gao {
  z-index: 2;
  animation: gao-ev-out-forward 10s 6s infinite, gao-ev-out 3s ease 4s forwards;
}
.is-scroll-end .ev-box .gao img {
  animation: gao-swing 0.3s linear 4s alternate infinite;
}

.is-stop.ev-box {
  position: absolute;
  animation: gao-ev-out-3d 0s linear 4s forwards;
}
.is-stop.ev-box::before {
  z-index: 1;
  animation: gao-ev-out-left 1s linear 4s forwards;
}
.is-stop.ev-box::after {
  z-index: 3;
  animation: gao-ev-out-right 1s linear 4s forwards;
}
.is-stop.ev-box .gao {
  z-index: 2;
  animation: gao-ev-out-forward 10s 6s infinite, gao-ev-out 3s ease 4s forwards;
}
.is-stop.ev-box .gao img {
  animation: gao-swing 0.3s linear 4s alternate infinite;
}

@keyframes gao-ev-out {
  0% {
    left: calc(50% - 20px);
  }
  100% {
    left: calc(50% - 180px);
  }
}
@keyframes gao-ev-out-3d {
  0% {
    z-index: 1;
  }
  100% {
    z-index: 500;
  }
}
@keyframes gao-ev-out-left {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-15px, -15px);
  }
}
@keyframes gao-ev-out-right {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(15px, 15px);
  }
}
@keyframes gao-ev-out-forward {
  0% {
    transform: translate(0, 0) scale(1, 1);
  }
  50% {
    transform: translate(-300px, 0) scale(1, 1);
  }
  51% {
    transform: translate(-300px, 0) scale(-1, 1);
  }
  99% {
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    transform: translate(0, 0) scale(1, 1);
  }
}
.not-found {
  padding: 30px;
  padding-bottom: 60px;
}
@media (max-width: 767.8px) {
  .not-found {
    padding: 20px;
    padding-bottom: 40px;
  }
}
.not-found__wrapper {
  background-color: #ffffff;
  border: solid 2px #323232;
}
.not-found__headline {
  border-bottom: solid 2px #323232;
  padding: 25px 40px;
}
@media (max-width: 767.8px) {
  .not-found__headline {
    padding: 25px;
  }
}
.not-found__title {
  line-height: 1.4;
  font-family: "ab-kokoro-no3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin: 0;
}
@media (max-width: 767.8px) {
  .not-found__title {
    font-size: 24px;
  }
}
.not-found__content {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 2;
  padding: 40px;
}
@media (max-width: 767.8px) {
  .not-found__content {
    font-size: 0.9rem;
    padding: 25px;
  }
}
.not-found .related-post {
  margin-top: 50px;
}

.privacy-policy-main {
  padding: 40px 30px;
}
@media (max-width: 767.8px) {
  .privacy-policy-main {
    padding: 40px 20px;
  }
}
.privacy-policy-main__wrapper {
  background-color: #ffffff;
  border: solid 2px #323232;
}
.privacy-policy-main__headline {
  display: flex;
  align-items: center;
  padding: 25px 35px;
  border-bottom: solid 2px #323232;
  gap: 2rem;
}
@media (max-width: 767.8px) {
  .privacy-policy-main__headline {
    padding: 20px 15px;
    gap: 1rem;
  }
}
.privacy-policy-main__logo {
  width: 80px;
  height: auto;
}
@media (max-width: 767.8px) {
  .privacy-policy-main__logo {
    width: 55px;
  }
}
.privacy-policy-main__title {
  font-family: "ab-kokoro-no3", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  font-size: 28px;
  margin: 0;
}
@media (max-width: 767.8px) {
  .privacy-policy-main__title {
    font-size: 20px;
  }
}
.privacy-policy-main__content {
  padding: 40px;
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 767.8px) {
  .privacy-policy-main__content {
    padding: 20px;
  }
}
.privacy-policy-main__content p {
  margin: 0;
}
.privacy-policy-main__sub-title {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.privacy-policy #header,
.privacy-policy #footer {
  display: none;
}
.privacy-policy .layout {
  padding: 0 !important;
  max-width: none;
}

.recruit section {
  margin-top: 100px;
}
@media (max-width: 767.8px) {
  .recruit section {
    margin-top: 80px;
  }
}
.recruit p {
  margin: 0;
}
.recruit h2 {
  position: relative;
  font-family: "ab-kokoro-no3", sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1199.8px) {
  .recruit h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.8px) {
  .recruit h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.recruit h3 {
  font-family: "ab-kokoro-no3", sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767.8px) {
  .recruit h3 {
    font-size: 1rem;
  }
}
.recruit article {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-style: normal;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 767.8px) {
  .recruit article {
    font-size: 14px;
  }
}
.recruit__wrapper {
  position: relative;
  padding: 40px 30px 80px;
}
@media (max-width: 767.8px) {
  .recruit__wrapper {
    padding: 40px 20px;
  }
}
.recruit--bg-img {
  background-color: #323232;
}
@media (max-width: 767.8px) {
  .recruit--bg-img {
    height: 100vh;
    max-height: none;
  }
}
.recruit--curtain--left {
  position: absolute;
  background-image: url("../img/recruit/bg-img/recruit_curtain_left.png");
  background-size: auto 100%;
  background-position-x: left;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
}
@media (max-width: 767.8px) {
  .recruit--curtain--left {
    height: 100vh;
  }
}
.recruit--curtain--right {
  position: absolute;
  background-image: url("../img/recruit/bg-img/recruit_curtain_right.png");
  background-size: auto 90%;
  background-position-x: right;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 767.8px) {
  .recruit--curtain--right {
    height: 100vh;
    background-size: auto 100%;
  }
}
.recruit--chairs {
  position: absolute;
  background-image: url("../img/recruit/bg-img/recruit_chair.png");
  background-size: 20% 100%;
  background-repeat: repeat-x;
  width: 100%;
  height: 15%;
  bottom: 0;
}
@media (max-width: 767.8px) {
  .recruit--chairs {
    width: 190vw;
    height: 15%;
  }
}
.recruit--top {
  margin-bottom: 50px;
}
@media (max-width: 767.8px) {
  .recruit--top {
    margin-bottom: 30px;
  }
}
.recruit--top > img {
  display: block;
  width: 250px;
  height: 70px;
  margin: 0 auto;
}
@media (max-width: 767.8px) {
  .recruit--top > img {
    display: block;
    width: 10rem;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
  }
}
.recruit--link {
  color: #f55;
}
.recruit--interview__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.recruit--interview__balloon {
  border: solid 2px #323232;
  width: 80%;
  height: 85%;
  justify-self: center;
  align-self: center;
  padding: 10px;
  display: grid;
  place-items: center;
  position: relative;
}
.recruit--interview__balloon::before, .recruit--interview__balloon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #323232;
  width: 32px;
  height: 40px;
}
@media (max-width: 767.8px) {
  .recruit--interview__balloon::before, .recruit--interview__balloon::after {
    width: 17px;
    height: 25px;
  }
}
.recruit--interview__balloon--right {
  margin-left: 32px;
}
.recruit--interview__balloon--right::before, .recruit--interview__balloon--right::after {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  left: -32px;
}
.recruit--interview__balloon--right::after {
  left: -29px;
}
@media (max-width: 767.8px) {
  .recruit--interview__balloon--right {
    margin-left: 17px;
  }
  .recruit--interview__balloon--right::before, .recruit--interview__balloon--right::after {
    left: -17px;
  }
  .recruit--interview__balloon--right::after {
    left: -14px;
  }
}
.recruit--interview__balloon--left {
  margin-right: 32px;
}
.recruit--interview__balloon--left::before, .recruit--interview__balloon--left::after {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: -32px;
}
.recruit--interview__balloon--left::after {
  right: -29px;
}
@media (max-width: 767.8px) {
  .recruit--interview__balloon--left {
    margin-right: 17px;
  }
  .recruit--interview__balloon--left::before, .recruit--interview__balloon--left::after {
    right: -17px;
  }
  .recruit--interview__balloon--left::after {
    right: -14px;
  }
}
.recruit--interview__balloon--ses-infla {
  background-color: #48e165;
}
.recruit--interview__balloon--ses-infla::after {
  background-color: #48e165;
}
.recruit--interview__balloon--ses-dev {
  background-color: #ff6ca2;
}
.recruit--interview__balloon--ses-dev::after {
  background-color: #ff6ca2;
}
.recruit--interview__balloon--jutaku {
  background-color: #ff8f27;
}
.recruit--interview__balloon--jutaku::after {
  background-color: #ff8f27;
}
.recruit--interview__balloon--zp-sha {
  background-color: #4596ff;
}
.recruit--interview__balloon--zp-sha::after {
  background-color: #4596ff;
}
.recruit--interview__balloon img {
  width: auto;
  height: 150px;
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .recruit--interview__balloon img {
    height: 105px;
  }
}
@media (max-width: 767.8px) {
  .recruit--interview__balloon img {
    height: 70px;
  }
}

.promise {
  margin-top: 0 !important;
}
.promise__topic {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
}
.promise__topic--title {
  color: white;
  background-color: #323232;
  margin-bottom: 15px !important;
  padding: 0.75em 1.5em;
  font-size: 15px;
  margin-top: 35px !important;
  font-weight: 600;
  line-height: 1.33;
}
@media (max-width: 767.8px) {
  .promise__topic--title {
    font-size: 13px;
  }
}

.headline-box {
  margin-bottom: 60px;
}
@media (max-width: 767.8px) {
  .headline-box {
    margin-bottom: 40px;
  }
}

.under-bar--recruit::after {
  position: relative;
  content: "";
  display: block;
  width: 13.5rem;
  height: 10px;
  background: #f55;
  margin: -8px auto 0;
  text-align: center;
  transform: skewX(145deg);
  z-index: -1;
}
@media (max-width: 767.8px) {
  .under-bar--recruit::after {
    width: 11rem;
    height: 8px;
    margin-top: -10px;
  }
}

.system--desc {
  margin-bottom: 30px !important;
}
.system__link {
  text-align: center;
}

.infography > img {
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .infography > img {
    width: 100%;
  }
}
.infography > img + img {
  margin-top: 40px;
}
.infography--q5 {
  width: 83% !important;
}
@media (max-width: 991px) {
  .infography--q5 {
    width: 110% !important;
    margin-left: -5.5% !important;
  }
}
.infography--desc {
  margin-bottom: 35px;
}

.requirements {
  border: solid 5px #323232;
  background-color: #ffffff;
  margin-bottom: 0 !important;
}
.requirements__headline {
  margin: 80px 0 30px !important;
}
@media (max-width: 767.8px) {
  .requirements__headline {
    margin-top: 50px !important;
  }
}
.requirements__headline::before {
  content: "●";
  color: #f55;
  padding-right: 10px;
}
.requirements__headline::after {
  content: "●";
  color: #f55;
  padding-left: 10px;
}
.requirements__contents {
  margin: 0 50px 80px;
}
@media (max-width: 767.8px) {
  .requirements__contents {
    margin: 0 1rem 50px;
  }
}
.requirements__contents article {
  text-align: center;
  font-size: 20px;
}
.requirements__contents article::after {
  margin: 30px 0;
  content: "";
  display: block;
  width: 100%;
  border: solid 1px #d2d2d2;
}
@media (max-width: 767.8px) {
  .requirements__contents article {
    font-size: 16px;
  }
}
.requirements__contents p {
  font-size: 15px;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
}
.requirements__contents p::first-line {
  font-weight: bold;
}

.requirements-link {
  position: fixed;
  right: calc(50% - 48px - 356px);
  bottom: 5px;
  z-index: 300;
}
.requirements-link img {
  width: 96px;
  height: 96px;
  vertical-align: middle;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
@media (max-width: 1199.8px) {
  .requirements-link {
    left: auto;
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 767.8px) {
  .requirements-link img {
    width: 66px;
    height: 66px;
  }
}

.security-policy {
  padding: 40px 30px;
}
@media (max-width: 767.8px) {
  .security-policy {
    padding: 40px 20px;
  }
}
.security-policy__wrapper {
  background-color: #ffffff;
  border: solid 2px #323232;
}
.security-policy__headline {
  display: flex;
  align-items: center;
  padding: 25px 35px;
  border-bottom: solid 2px #323232;
  gap: 2rem;
}
@media (max-width: 767.8px) {
  .security-policy__headline {
    padding: 20px 15px;
    gap: 1rem;
  }
}
.security-policy__logo {
  width: 80px;
  height: auto;
}
@media (max-width: 767.8px) {
  .security-policy__logo {
    width: 55px;
  }
}
.security-policy__title {
  line-height: 1.4;
  font-family: "ab-kokoro-no3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  margin: 0;
}
@media (max-width: 767.8px) {
  .security-policy__title {
    font-size: 20px;
  }
}
.security-policy__content {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
  padding: 40px;
}
@media (max-width: 767.8px) {
  .security-policy__content {
    padding: 20px;
  }
}
.security-policy__content__main-description {
  margin: 0;
}
.security-policy__content__headline {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2em;
  margin-bottom: 1em;
}

.policy-description {
  padding-left: 20px;
  color: #323232;
  margin-bottom: 60px;
}
@media (max-width: 767.8px) {
  .policy-description {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.8px) {
  .single .layout {
    padding: 0;
  }
}
.single .main {
  padding: 40px 25px 60px;
}
@media (max-width: 767.8px) {
  .single .main {
    padding: 30px 15px 40px;
  }
}
.single .related-post {
  margin-top: 50px;
}

.post-content {
  background-color: #ffffff;
  border: 2px solid #323232;
  padding: 40px;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 767.8px) {
  .post-content {
    padding: 25px;
  }
}
.post-content img {
  max-width: 100%;
}

.post-content__header {
  margin-bottom: 40px;
}

.post-content__eyecatch {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767.8px) {
  .post-content__eyecatch {
    margin-bottom: 25px;
  }
}

.post-content__thumbnail {
  text-align: center;
}
.post-content__thumbnail img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  vertical-align: middle;
}

.post-content__cat {
  position: absolute;
  top: -3%;
  right: -3%;
  width: 100px;
  height: auto;
}
@media (max-width: 991px) {
  .post-content__cat {
    width: 80px;
  }
}
@media (max-width: 767.8px) {
  .post-content__cat {
    width: 65px;
  }
}

.post-content__title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (max-width: 767.8px) {
  .post-content__title {
    font-size: 24px;
  }
}

.post-content__date {
  text-align: right;
  margin-bottom: 1em;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

.post-content__tags {
  margin-bottom: 2em;
}
.post-content__tags > a {
  color: #323232;
  font-size: 15px;
  line-height: 1.7;
  white-space: nowrap;
  text-decoration: none;
  margin-right: 1em;
}
.post-content__tags > a::before {
  content: "#";
  margin-right: 0.25em;
}
.post-content__tags > a:hover {
  text-decoration: underline;
}

.post-content__writer {
  margin-bottom: 2em;
}

.post-content-writer {
  position: relative;
  padding: 38px 19px;
  border-top: 2px solid #323232;
  border-bottom: 2px solid #323232;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "thumbnail name" "thumbnail description";
  column-gap: 24px;
  row-gap: 12px;
}
@media (max-width: 767.8px) {
  .post-content-writer {
    padding: 35px 0;
    column-gap: 20px;
    row-gap: 10px;
  }
}
.post-content-writer__title {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  line-height: 1.33;
  white-space: nowrap;
  padding: 0.75em 1.5em;
  color: #ffffff;
  background-color: #323232;
  display: inline-block;
  font-family: "ab-kokoro-no3", sans-serif;
  margin: 0;
}
@media (max-width: 767.8px) {
  .post-content-writer__title {
    padding: 0.3em 0.6em;
  }
}
.post-content-writer__thumbnail {
  grid-area: thumbnail;
}
.post-content-writer__thumbnail > img {
  vertical-align: top;
}
@media (max-width: 767.8px) {
  .post-content-writer__thumbnail > img {
    width: 80px;
    height: auto;
  }
}
.post-content-writer__name {
  grid-area: name;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.post-content-writer__description {
  grid-area: description;
  font-size: 15px;
  line-height: 1.5;
}
.post-content-writer__description p {
  margin: 0;
}

#toc_container {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #efefef;
  margin-bottom: 2.5em !important;
}
#toc_container .toc_title {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  font-family: "ab-kokoro-no3", sans-serif;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 30px;
}
#toc_container .toc_title::before {
  content: "<";
  margin-right: 0.8em;
}
#toc_container .toc_title::after {
  content: ">";
  margin-left: 0.8em;
}
#toc_container .toc_list {
  margin: 0;
  padding-left: 40px;
  counter-reset: num;
}
@media (max-width: 767.8px) {
  #toc_container .toc_list {
    padding-left: 0;
  }
}
#toc_container .toc_list li {
  list-style: none;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}
#toc_container .toc_list li a {
  color: #323232;
  text-decoration: none;
  display: inline;
}
#toc_container .toc_list li a:hover {
  text-decoration: underline;
  color: #375cb7;
}
#toc_container .toc_list li li {
  font-size: 14px;
}
#toc_container .toc_list > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  counter-increment: num;
}
#toc_container .toc_list > li::before {
  content: counter(num, decimal-leading-zero);
  margin-right: 0.8em;
  font-family: "ab-kokoro-no3", sans-serif;
}
#toc_container .toc_list > li + li {
  margin-top: 10px;
}
#toc_container .toc_list > li li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-top: 5px;
}
#toc_container .toc_list > li li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/article/toc_l.png");
  background-size: cover;
  vertical-align: text-top;
  margin-right: 0.8em;
}
#toc_container .toc_list > li ul {
  padding-left: 0;
}

.post-content__body {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  word-break: break-all;
  color: #000;
}
.post-content__body *,
.post-content__body *::after,
.post-content__body *::before {
  box-sizing: border-box;
}
.post-content__body > * {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}
.post-content__body > p {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.post-content__body h2,
.post-content__body h3,
.post-content__body h4,
.post-content__body h5,
.post-content__body h6 {
  margin-top: 2.5em !important;
  margin-bottom: 1.5em !important;
}
.post-content__body hr,
.post-content__body .wp-block-separator {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important;
}
.post-content__body .liquid-speech-balloon-wrap {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
.post-content__body .wp-block-quote,
.post-content__body blockquote {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
.post-content__body h2,
.post-content__body h3,
.post-content__body h4,
.post-content__body h5,
.post-content__body h6 {
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  padding-left: 23px;
}
.post-content__body h2::before,
.post-content__body h3::before,
.post-content__body h4::before,
.post-content__body h5::before,
.post-content__body h6::before {
  content: "";
  background-color: #e4e4e4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.post-content__body h2 {
  font-size: 22px;
}
.post-content__body h2::before {
  width: 10px;
  height: 20px;
}
.post-content__body h3,
.post-content__body h4,
.post-content__body h5,
.post-content__body h6 {
  font-size: 18px;
}
.post-content__body h3::before,
.post-content__body h4::before,
.post-content__body h5::before,
.post-content__body h6::before {
  width: 10px;
  height: 4px;
}
.post-content__body a:not(.wp-element-button):not(.reference__link):not(.entry-recommend__link),
.post-content__body .liquid-speech-balloon-text a {
  color: #375cb7;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}
.post-content__body a:not(.wp-element-button):not(.reference__link):not(.entry-recommend__link)[target=_blank][rel="noreferrer noopener"]::after,
.post-content__body .liquid-speech-balloon-text a[target=_blank][rel="noreferrer noopener"]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("../img/article/external_link.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.post-content__body a:not(.wp-element-button):not(.reference__link):not(.entry-recommend__link):hover,
.post-content__body .liquid-speech-balloon-text a:hover {
  text-decoration: none;
}
.post-content__body strong {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-style: normal;
  font-weight: 900;
}
.post-content__body p.has-background,
.post-content__body ul.has-background,
.post-content__body ol.has-background {
  border-radius: 5px;
  padding: 2em 2.5em;
}
@media (max-width: 767.8px) {
  .post-content__body p.has-background,
  .post-content__body ul.has-background,
  .post-content__body ol.has-background {
    padding: 1.5em 2em;
  }
}
.post-content__body ol,
.post-content__body ul {
  padding-left: 40px;
}
@media (max-width: 767.8px) {
  .post-content__body ol,
  .post-content__body ul {
    padding-left: 2em;
  }
}
.post-content__body ol li::marker,
.post-content__body ul li::marker {
  color: #000;
}
.post-content__body hr,
.post-content__body .wp-block-separator {
  border: none;
  border-top: 1px solid #bfbfbf;
}
.post-content__body .liquid-speech-balloon-text,
.post-content__body .liquid-speech-balloon-arrow {
  border-color: #8e8e8e;
}
.post-content__body .liquid-speech-balloon-arrow::before {
  content: "";
  display: block;
  border: inherit;
}
.post-content__body .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical):not(.liquid-speech-balloon-vertical-reverse):not(.liquid-speech-balloon-right) .liquid-speech-balloon-arrow {
  border-right-color: inherit;
}
.post-content__body .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical):not(.liquid-speech-balloon-vertical-reverse):not(.liquid-speech-balloon-right) .liquid-speech-balloon-arrow::before {
  border-right-color: #fff;
  transform: translateX(2px) translateY(-7px);
}
.post-content__body .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical):not(.liquid-speech-balloon-vertical-reverse):not(.liquid-speech-balloon-right) .liquid-speech-balloon-arrow[style]::before {
  border-right-color: inherit;
}
.post-content__body .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical):not(.liquid-speech-balloon-vertical-reverse).liquid-speech-balloon-right .liquid-speech-balloon-arrow {
  border-left-color: inherit;
}
.post-content__body .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical):not(.liquid-speech-balloon-vertical-reverse).liquid-speech-balloon-right .liquid-speech-balloon-arrow::before {
  border-left-color: #fff;
  transform: translateX(-12px) translateY(-7px);
}
.post-content__body .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical):not(.liquid-speech-balloon-vertical-reverse).liquid-speech-balloon-right .liquid-speech-balloon-arrow[style]::before {
  border-left-color: inherit;
}
.post-content__body .liquid-speech-balloon-wrap.liquid-speech-balloon-vertical .liquid-speech-balloon-arrow {
  border-top-color: inherit;
}
.post-content__body .liquid-speech-balloon-wrap.liquid-speech-balloon-vertical .liquid-speech-balloon-arrow::before {
  border-top-color: #fff;
  transform: translateX(-7px) translateY(-12px);
}
.post-content__body .liquid-speech-balloon-wrap.liquid-speech-balloon-vertical .liquid-speech-balloon-arrow[style]::before {
  border-top-color: inherit;
}
.post-content__body .liquid-speech-balloon-wrap.liquid-speech-balloon-vertical-reverse .liquid-speech-balloon-arrow {
  border-bottom-color: inherit;
}
.post-content__body .liquid-speech-balloon-wrap.liquid-speech-balloon-vertical-reverse .liquid-speech-balloon-arrow::before {
  border-bottom-color: #fff;
  transform: translateX(-7px) translateY(-5px);
}
.post-content__body .liquid-speech-balloon-wrap.liquid-speech-balloon-vertical-reverse .liquid-speech-balloon-arrow[style]::before {
  border-bottom-color: inherit;
}
.post-content__body .liquid-speech-balloon-small .liquid-speech-balloon-text,
.post-content__body .liquid-speech-balloon-small .liquid-speech-balloon-text p {
  font-size: 0.9rem;
}
@media (max-width: 767.8px) {
  .post-content__body .liquid-speech-balloon-avatar {
    width: 40px;
    height: 40px;
  }
  .post-content__body .liquid-speech-balloon-avatar::after {
    top: 46px;
    font-size: 11px;
  }
  .post-content__body .liquid-speech-balloon-text {
    padding: 20px;
  }
  .post-content__body .liquid-speech-balloon-arrow {
    top: 13px;
    left: -10px;
  }
  .post-content__body .liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow {
    right: -17px;
  }
  .post-content__body .liquid-speech-balloon-small .liquid-speech-balloon-text p {
    padding: 0;
  }
}
.post-content__body .hcb_wrap,
.post-content__body .wp-block-kevinbatdorf-code-block-pro {
  width: 0;
  min-width: 100%;
}
.post-content__body .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.post-content__body .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-content__body .wp-block-quote,
.post-content__body blockquote {
  margin: 0;
  border: 2px solid #808080;
  border-radius: 5px;
  padding: 40px;
  font-size: 15px;
  line-height: 1.53;
  color: #323232;
  position: relative;
}
@media (max-width: 767.8px) {
  .post-content__body .wp-block-quote,
  .post-content__body blockquote {
    padding: 30px;
  }
}
.post-content__body .wp-block-quote::before, .post-content__body .wp-block-quote::after,
.post-content__body blockquote::before,
.post-content__body blockquote::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 21.4px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767.8px) {
  .post-content__body .wp-block-quote::before, .post-content__body .wp-block-quote::after,
  .post-content__body blockquote::before,
  .post-content__body blockquote::after {
    width: 32px;
    height: 17.12px;
  }
}
.post-content__body .wp-block-quote::before,
.post-content__body blockquote::before {
  background-image: url("../img/article/quote_1.png");
  top: -10px;
  left: 10px;
}
.post-content__body .wp-block-quote::after,
.post-content__body blockquote::after {
  background-image: url("../img/article/quote_2.png");
  top: auto !important;
  left: auto !important;
  bottom: -10px !important;
  right: 10px !important;
  outline: none !important;
}
.post-content__body .wp-block-quote cite,
.post-content__body blockquote cite {
  margin-top: 18px;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.01em;
  line-height: 1.8;
}
.post-content__body .wp-block-quote cite::before,
.post-content__body blockquote cite::before {
  content: "引用元";
  background-color: #e2e2e2;
  padding: 5px;
  margin-right: 10px;
}

.post-content__footer {
  border-top: 1px solid #bfbfbf;
  padding-top: 2.5rem;
  padding-bottom: 0.5rem;
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.8px) {
  .post-content__footer {
    padding-bottom: 1rem;
  }
}

.sns-share-button-list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
.sns-share-button-list > li {
  list-style: none;
}

.sns-share-button-list__link {
  display: block;
  transition: opacity 0.3s ease-out;
}
.sns-share-button-list__link:hover {
  opacity: 0.7;
}
.sns-share-button-list__link > img {
  display: block;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  min-height: 100vh;
  overflow-x: clip;
  overflow: initial !important;
}
@media (max-width: 1199.8px) {
  html,
  body {
    overflow-x: hidden !important;
    overflow-x: clip !important;
  }
}

html {
  font-size: 16px;
}

body {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  color: #323232;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  text-rendering: optimizeSpeed;
}/*# sourceMappingURL=style.css.map */