@charset "UTF-8";

.contact .banner-area {
  display: none;
}

.complete .contact-contents {
  display: none;
}

.info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-wrapper .column-heading,
.info-wrapper .column-text {
  max-width: 100%;
}

.column-eyecatch img {
  width: 100%;
  max-width: 980px;
}

.column-heading {
  font-size: 1.8rem;
  font-weight: 700;
}

.column-content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 4rem;
}

.column-heading-date {
  margin-bottom: 2.4rem;
  opacity: 0.8;
}

.column-text {
  margin: 1.6rem 0;
}

.column-content strong {
  font-size: 1.4rem;
  font-weight: 700;
}

.column-figure img {
  width: 100%;
}

.column-list-link li {
  position: relative;
  padding-left: 18px;
}

.column-list-link li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.column-content a,
.column-list-link li a {
  color: #3185fc;
  text-decoration: underline;
}

.column-content a:hover,
.column-list-link li a:hover {
  color: #ffa912;
}

.column-figure img {
  width: 100%;
}

.sns-btn-list {
  display: flex;
  justify-content: flex-end;
  margin-top: 4rem;
}

.sns-btn {
  background-color: #333;
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  position: relative;
  opacity: 0.8;
}

.sns-btn:hover {
  opacity: 0.6;
}

.sns-btn:not(:last-of-type) {
  margin-right: 1.6rem;
}

.sns-btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.sns-btn i {
  color: #fff;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
}

.facebook-btn i {
  left: auto;
  right: 0.3rem;
}

.pagination {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin: 0.8rem 0 1.6rem;
  padding: 1.6rem 0;
  display: flex;
}

.pagination a {
  color: #333;
  text-decoration: none;
}

.pagination-item {
  width: 50%;
  display: flex;
  justify-content: space-between;
  padding: 0 0.4rem;
}

.pagination-prev {
  position: relative;
}

.pagination-next {
  margin-left: auto;
  margin-right: 0;
}

.pagination-item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pagination-next::after,
.pagination-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0 0.4rem;
}

.pagination-prev::before {
  content: "\f053";
}

.pagination-next::after {
  content: "\f054";
}

.pagination-prev::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #f2f2f2;
  position: absolute;
  right: 0;
  height: 100%;
}

.toggle-item {
  transition: max-height 0.8s ease;
}

.toggle:checked + .accordion-heading + .toggle-item {
  max-height: 72rem;
  transition: max-height 0.8s ease-in;
}

.accordion-heading {
  background-color: #e2edfc;
  color: #333;
}

.tag-list {
  margin: 1.6rem;
}

.month-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 1.6rem 0;
}

.month-list li {
  padding: 0 2rem;
  position: relative;
}

.month-list li:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 60%;
  background-color: #3185fc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.article-list {
  margin-bottom: 1.6rem;
}

.article-fixed {
  opacity: 0.6;
}

.article-fixed i {
  transform: rotate(-45deg);
  margin: 0 0.4rem;
}

.article-item {
  position: relative;
  padding: 2.4rem 0;
}

.article-item:first-of-type {
  padding-top: 0;
}

.article-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1.6rem;
  height: 1px;
  width: calc(100% + 3.2rem);
  background-color: #ccc;
}

.article-link-area {
  display: block;
}

.article-eyecatch-wrapper {
  padding-top: 66.7187%;
  background: center/cover no-repeat;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.8rem;
}

.article-eyecatch {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  content: "";
  transition: all 0.3s ease-out;
  top: 0;
  left: 0;
}

.article-eyecatch img {
  width: 100%;
}

.article-eyecatch:hover {
  transform: scale(1.1, 1.1);
  opacity: 0.8;
}

.article-item .column-heading {
  line-height: 1.4;
}

.article-item .column-heading-date {
  margin-bottom: 0;
}

.article-item .article-text {
  margin: 0.4rem 0;
}

.article-tag-list {
  display: flex;
  flex-wrap: wrap;
}

.article-tag {
  text-decoration: underline;
  margin-right: 1.2rem;
}

#no-article {
  text-align: center;
}

#show-more-button {
  position: relative;
  cursor: pointer;
  outline: 0;
}

#show-more-button.waiting {
  color: transparent;
  background-color: #d0d0d0;
}

#show-more-button-spinner {
  display: none;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border: 6px solid #fff;
  border-radius: 50%;
  border-right-color: transparent;
  animation: rotation 0.75s linear infinite;
}

#show-more-button.waiting #show-more-button-spinner {
  display: block;
}

@keyframes rotation {
  0% {
    trasnform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.recruit-content {
  padding-bottom: 0;
}

.recruit-item + .recruit-item {
  margin-top: 2.4rem;
}

.notice-list,
p.notice-item {
  margin-top: 0.4rem;
}

.notice-item {
  color: #ccc;
  font-size: 1rem;
}

.schedule-item {
  background-color: #ccc;
  text-align: center;
  font-weight: 700;
  padding: 1.6rem 0;
  margin-top: 0.8rem;
  position: relative;
}

.schedule-item + .schedule-item {
  margin-top: 2.4rem;
}

.schedule-item:not(:last-of-type)::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: -2.4rem;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  color: #3185fc;
}

.recruit .banner-area,
.recruit .banner-img {
  display: none;
}

.company-business {
  background-color: #e2edfc;
}

.company-business .flow-list-number {
  width: 32%;
  font-size: 1.8rem;
}

.company-business .flow-list-heading {
  width: 69%;
}

.company-business .example-content:last-of-type {
  margin-bottom: 0;
}

.company-business .flow-list-box {
  margin-bottom: 1.6rem;
}

.business01 {
  background-image: url(/wp/wp-content/themes/blankslate/images/business01.png);
}

.business02 {
  background-image: url(/wp/wp-content/themes/blankslate/images/business02.png);
}

.business03 {
  background-image: url(/wp/wp-content/themes/blankslate/images/business03.png);
}

.business04 {
  background-image: url(/wp/wp-content/themes/blankslate/images/business04.png);
}

.business03-before {
  background-image: url(/wp/wp-content/themes/blankslate/images/business03_before.png);
}

.business04-before {
  background-image: url(/wp/wp-content/themes/blankslate/images/business04_before.png);
}

.business03-after {
  background-image: url(/wp/wp-content/themes/blankslate/images/business03_after.png);
}

.business04-after {
  background-image: url(/wp/wp-content/themes/blankslate/images/business04_after.png);
}

.company-area {
  width: calc(100% + 1.6 * 2rem);
  margin-left: -1.6rem;
  padding-bottom: 0;
}

.company-area .area-list > .list-item {
  color: inherit;
}

.page .banner01 {
  display: none;
}

.company .banner-img-wrapper {
  margin-top: 0;
}

.error-link-wrapper {
  text-align: center;
}

.error .banner-area {
  display: none;
}

@media screen and (min-width: 960px) {
  .info-wrapper .column-heading {
    text-align: center;
  }

  .column-eyecatch {
    max-width: 980px;
    margin: 40px auto 0;
  }

  .column-eyecatch img {
    width: 80%;
  }

  .column-content .wrap-inner {
    max-width: calc(980px * 8 / 10);
  }

  .column-heading {
    font-size: 24px;
  }

  .column-content h3 {
    font-size: 22px;
    margin-top: 10px;
  }

  .column-heading-date {
    margin-bottom: 40px;
  }

  .column-text {
    margin: 16px 0;
  }

  .column-content strong {
    font-size: 18px;
  }

  .column-figure {
    margin: 24px auto;
  }

  .column-info-area {
    padding: 24px;
  }

  .column-list-primary li {
    margin-bottom: 8px;
  }

  .sns-btn-list {
    margin-top: 48px;
  }

  .sns-btn {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .sns-btn:not(:last-of-type) {
    margin-right: 16px;
  }

  .sns-btn i {
    top: 8px;
    left: 8px;
  }

  .facebook-btn i {
    left: auto;
    right: 8px;
  }

  .pagination {
    margin: 24px 0 0;
    padding: 24px 0;
  }

  .pagination-item {
    padding: 0 8px;
  }

  .pagination-item span {
    max-width: 72%;
  }

  .pagination-prev {
    justify-content: flex-start;
  }

  .pagination-next {
    justify-content: flex-end;
  }

  .pagination-next::after,
  .pagination-prev::before {
    padding: 0 8px;
  }

  .article-accordion {
    max-width: calc(980px * 8 / 10);
    margin: 24px auto 0;
  }

  .toggle:checked + .accordion-heading + .toggle-item {
    /* max-height: 720px; */
  }

  .column-text.tag-list {
    margin: 16px;
  }

  .month-list {
    margin: 16px;
  }

  .month-list li {
    padding: 0 16px;
  }

  .article-list {
    margin-bottom: 40px;
  }

  .article-list-wrapper .wrap-inner {
    max-width: calc(980px * 8 / 10);
    padding: 40px 0 0;
  }

  .article-item {
    padding: 40px 0;
  }

  .article-item::after {
    left: 0;
    width: 100%;
  }

  .article-link-area {
    display: block;
  }

  .article-fixed {
    margin-bottom: 4px;
  }

  .article-fixed i {
    margin: 0 8px;
  }

  .article-eyecatch-wrapper {
    margin: 0 0 16px 0;
  }

  .article-item .article-text {
    margin: 8px 0;
  }

  .article-tag {
    margin-right: 24px;
  }

  .recruit-content .wrap-inner {
    padding: 40px 0 0;
  }

  .recruit-item + .recruit-item {
    margin-top: 40px;
  }

  .notice-list,
  p.notice-item {
    margin-top: 8px;
  }

  .notice-item {
    color: #ccc;
    font-size: 14px;
  }

  .schedule-list {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
  }

  .schedule-item {
    padding: 16px 0;
    margin-top: 0;
    width: 20%;
  }

  .schedule-item + .schedule-item {
    margin-top: 0;
  }

  .schedule-item:not(:last-of-type)::after {
    content: "\f054";
    display: inline-block;
    right: -20%;
    bottom: auto;
    transform: none;
    left: auto;
  }

  .company-business .flow-list {
    flex-wrap: wrap;
  }

  .company-business .flow-list-content {
    width: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .company-business .flow-list-content:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .company-business .flow-list-box {
    margin-bottom: 0;
  }

  .company-business .flow-list-number {
    font-size: 24px;
  }

  .company-business .flow-list-img {
    padding-top: 60%;
  }

  .business-content {
    width: 49%;
  }

  .company-business .example-content {
    width: 49%;
  }

  .company-business .flow-list-content:last-of-type {
    margin-bottom: 0;
  }

  .company-area {
    width: 100%;
    margin: 0;
  }

  .company-area .wrap-inner {
    padding-bottom: 0;
  }
}
