@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;700&family=Noto+Serif+JP&display=swap");
body {
  font-family: "Noto Sans JP";
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.access {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .access {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .access__inner {
    padding: 0 1.25rem;
  }
}

.access__map {
  width: 100%;
  padding-top: 80%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .access__map {
    padding-top: 29.6%;
    max-width: 68.75rem;
    margin: 0 auto;
    height: 100%;
  }
}
.access__map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-details__main {
  padding-top: 18px;
  padding-top: 1.125rem;
}

.blog-details {
  margin-top: 77px;
  margin-top: 4.8125rem;
}
@media screen and (min-width: 768px) {
  .blog-details {
    margin-top: 4.625rem;
  }
}

.blog-details__inner {
  max-width: 840px;
  max-width: 52.5rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin: auto;
}

.blog-details__title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .blog-details__title {
    font-size: 1.4375rem;
    letter-spacing: 0.01739em;
    line-height: 1.52174;
  }
}

.blog-details__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .blog-details__info {
    margin-top: 1.8125rem;
  }
}

.blog-details__date {
  line-height: 2;
  margin-right: 22px;
  margin-right: 1.375rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.125em;
}
@media screen and (min-width: 768px) {
  .blog-details__date {
    font-size: 1rem;
    letter-spacing: 0.025em;
    margin-right: 1.5rem;
  }
}

.blog-details__category {
  letter-spacing: 0.125em;
  border: 1px solid #fff;
  padding: 6px 22px 7px 20px;
  padding: 0.375rem 1.375rem 0.4375rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .blog-details__category {
    margin-top: 0.125rem;
  }
}

.blog-details__img {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .blog-details__img {
    width: 100%;
    margin: 0;
  }
}

.blog-details__img::before {
  content: "";
  display: block;
  padding-top: 66.667%;
}
@media screen and (min-width: 768px) {
  .blog-details__img::before {
    padding-top: 53.442%;
  }
}

.blog-details__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-details__img {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .blog-details__img {
    margin-top: 2.0625rem;
  }
}

.blog-details__block {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .blog-details__block {
    margin-top: 1.9375rem;
  }
}
.blog-details__block p {
  display: block;
  text-indent: 0;
  letter-spacing: 0.097em;
  line-height: 2.3;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .blog-details__block p {
    margin-top: 2rem;
    font-size: 0.9375rem;
  }
}
.blog-details__block h2 {
  border-left: 3px solid #fff;
  padding-left: 5px;
  padding-left: 0.3125rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-top: 32px;
  margin-top: 2rem;
}
.blog-details__block h3 {
  display: inline-block;
  margin-top: 32px;
  margin-top: 2rem;
  margin-left: 9px;
  margin-left: 0.5625rem;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  line-height: 1;
  border-bottom: 3px solid #fff;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .blog-details__block h3 {
    margin-top: 2.375rem;
    letter-spacing: 0.11111em;
  }
}
.blog-details__block h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  bottom: -0.1875rem;
  width: 73px;
  width: 4.5625rem;
  border-bottom: 3px solid #FFEA2E;
}

.blog-details__pagenavi {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .blog-details__pagenavi {
    margin-top: 6.5625rem;
  }
}

.blog {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .blog {
    margin-top: 0.625rem;
  }
}

.blog__inner {
  max-width: 1140px;
  max-width: 71.25rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin: auto;
}

.blog__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .blog__items {
    margin-top: 1.0625rem;
  }
}

.blog__pagenavi {
  margin-top: 79px;
  margin-top: 4.9375rem;
}
@media screen and (min-width: 768px) {
  .blog__pagenavi {
    margin-top: 6.4375rem;
  }
}

.blog__contact {
  margin-top: 120px;
  margin-top: 7.5rem;
  padding-bottom: 62px;
  padding-bottom: 3.875rem;
}
@media screen and (min-width: 768px) {
  .blog__contact {
    margin-top: 9.375rem;
    padding-bottom: 9.1875rem;
  }
}

.blog__contact {
  margin-top: 120px;
  margin-top: 7.5rem;
  padding-bottom: 62px;
  padding-bottom: 3.875rem;
}
@media screen and (min-width: 768px) {
  .blog__contact {
    margin-top: 9.375rem;
    padding-bottom: 9.1875rem;
  }
}

.breadcrumb {
  padding: 16px 0;
  padding: 1rem 0;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding-top: 0.8125rem;
  }
}
.breadcrumb span:nth-child(n+2) {
  padding-left: 2px;
  padding-left: 0.125rem;
}

.btn {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  background-color: #333;
  border: 1px solid #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .btn {
    position: relative;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    font-size: 1rem;
  }
  .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .btn:hover:before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    color: #333;
  }
}

.btn a {
  display: block;
  padding: 10px 112px;
  padding: 0.625rem 7rem;
}
@media screen and (min-width: 768px) {
  .btn a {
    padding: 1.0625rem 8.4375rem;
    position: relative;
    z-index: 3;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .btn:hover a {
    color: #333;
  }
}

@media screen and (min-width: 768px) {
  .btn--news {
    position: relative;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    background-color: #fff;
  }
  .btn--news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #333;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .btn--news:hover:before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    color: #333;
  }
}

@media screen and (min-width: 768px) {
  .btn--news a {
    font-size: 1rem;
    color: #111;
    font-weight: 500;
    padding: 0.1875rem 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .btn--news:hover a {
    color: #fff;
  }
}

.btn--contact a {
  padding: 10px 91px;
  padding: 0.625rem 5.6875rem;
}
@media screen and (min-width: 768px) {
  .btn--contact a {
    font-size: 1.25rem;
    padding: 0.875rem 6.4375rem;
  }
}

.btn--subpage {
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .btn--subpage {
    margin-bottom: 9.375rem;
  }
}

.btn--subpage a {
  padding: 10px 134px;
  padding: 0.625rem 8.375rem;
}
@media screen and (min-width: 768px) {
  .btn--subpage a {
    padding: 0.9375rem 9.1875rem;
  }
}

.card {
  display: block;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .card {
    max-width: calc(33.3333% - 1.04167rem);
    width: 100%;
  }
}

.card:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .card:first-child {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .card + .card {
    margin-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .card:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .card:nth-child(n+4) {
    margin-top: 3rem;
  }
}

.card__img {
  position: relative;
}

.card__img::before {
  content: "";
  padding-top: 66.571429%;
  display: block;
}

.card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__body {
  padding: 4px 23px 15px 22px;
  padding: 0.25rem 1.4375rem 0.9375rem 1.375rem;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .card__body {
    padding: 0.3125rem 1.375rem 0.9375rem 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .card:hover .card__body {
    background-color: #333;
  }
}

@media screen and (min-width: 768px) {
  .card:hover .card__text {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .card:hover .card__title {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .card:hover .card__text {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .card:hover .card__date {
    color: #fff;
  }
}

.card__title,
.card__text,
.card__category,
.card__date {
  color: #111;
}

.card__date {
  letter-spacing: 0.07143em;
}

.card__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.94;
  letter-spacing: 0.05556em;
  /*行数を指定*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card__text {
  letter-spacing: 0.07143em;
  padding-top: 3px;
  padding-top: 0.1875rem;
  /*行数を指定*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .card__text {
    padding-top: 0.3125rem;
  }
}

.card__text,
.card__category,
.card__date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85714;
}

.card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 7px;
  padding-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .card__info {
    padding-top: 0.625rem;
  }
}

.card__category {
  background-color: #FFEA2E;
  padding: 6px 5px;
  padding: 0.375rem 0.3125rem;
  line-height: 1;
  letter-spacing: 0.07143em;
}

.card--new {
  position: relative;
}

.card--new:first-child::after {
  content: "New";
  text-align: center;
  padding-top: 12px;
  padding-top: 0.75rem;
  color: #333;
  letter-spacing: 0.125em;
  line-height: 2.1875;
  position: absolute;
  display: block;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  background: #FFBA6A;
  left: -16px;
  left: -1rem;
  top: -16px;
  top: -1rem;
  border-radius: 50%;
  padding-left: 5px;
  padding-left: 0.3125rem;
}

.cards {
  display: block;
}
@media screen and (min-width: 768px) {
  .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.category {
  margin-top: 51px;
  margin-top: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .category {
    margin-top: 5.125rem;
  }
}

.category__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  padding-left: 2px;
  padding-left: 0.125rem;
}
.category__item {
  margin-top: 16px;
  margin-top: 1rem;
}

.category__item:nth-child(2), .category__item:nth-child(3) {
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .category__item:nth-child(2), .category__item:nth-child(3) {
    margin-left: 2.5rem;
  }
}

.category__item:first-child {
  margin-left: 0;
}

.category__item:nth-child(4) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .category__item:nth-child(4) {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 376px) {
  .category__item:nth-child(4) {
    margin-left: 1.5rem;
  }
}

.category__item:nth-child(5) {
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .category__item:nth-child(5) {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 376px) {
  .category__item:nth-child(5) {
    margin-left: 2.5rem;
  }
}

.category__item--white {
  background-color: #fff;
  color: #333;
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .category__item--white {
    padding: 0.125rem 0.5625rem;
  }
}

.category__item .is-active {
  background-color: #fff;
  color: #333;
  padding: 2px 7px;
  padding: 0.125rem 0.4375rem;
}
@media screen and (min-width: 768px) {
  .category__item .is-active {
    padding: 0.125rem 0.5625rem;
  }
}

.contact-success__main {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.contact-success {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .contact-success {
    padding-top: 9.25rem;
  }
}

.contact-success__inner {
  text-align: center;
}

.contact-success__message span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .contact-success__message span {
    font-size: 1.875rem;
    letter-spacing: 0.06667em;
  }
}

.contact-success__message span:not(:first-child) {
  margin-top: 78px;
  margin-top: 4.875rem;
}
@media screen and (min-width: 768px) {
  .contact-success__message span:not(:first-child) {
    margin-top: 4.25rem;
  }
}

.sp__show {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp__show {
    display: none;
  }
}

.contact {
  background-color: #3D3D3D;
  margin-top: 118px;
  margin-top: 7.375rem;
  padding-top: 66px;
  padding-top: 4.125rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .contact {
    margin-top: 9.0625rem;
    padding-top: 9rem;
    padding-bottom: 9.0625rem;
  }
}

.contact__inner {
  max-width: 1140px;
  max-width: 71.25rem;
  margin: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
.contact__text {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
  text-align: start;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contact__text {
    margin-top: 1.125rem;
    text-align: center;
  }
}

.contact__btn {
  text-align: center;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .contact__btn {
    margin-top: 3.75rem;
  }
}

.contactform {
  padding-top: 36px;
  padding-top: 2.25rem;
  padding-bottom: 68px;
  padding-bottom: 4.25rem;
}
@media screen and (min-width: 768px) {
  .contactform {
    padding-top: 3.25rem;
    padding-bottom: 9.375rem;
  }
}

.contactform__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .contactform__inner {
    max-width: 80rem;
  }
}

@media screen and (min-width: 768px) {
  .contactform__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 3.375rem;
  }
}

.contactform__row:not(:first-child) {
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .contactform__row:not(:first-child) {
    margin-top: 2.8125rem;
  }
}

.contactform__label {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.71429;
}
@media screen and (min-width: 768px) {
  .contactform__label {
    width: 23%;
    text-align: right;
    margin-right: 1.375rem;
    padding-top: 0.5rem;
  }
}

.contactform__input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  margin-top: 16px;
  margin-top: 1rem;
  background-color: #fff;
  display: grid;
  height: 45px;
  height: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .contactform__input {
    margin-top: 0;
    width: 77%;
    max-width: 33.75rem;
    height: 2.5rem;
  }
}
.contactform__input input {
  padding: 3px 3px 3px 8px;
  padding: 0.1875rem 0.1875rem 0.1875rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .contactform__input input {
    padding: 0.25rem 0.9375rem;
  }
}
.contactform__input ::-webkit-input-placeholder {
  color: #979797;
  letter-spacing: 0.05em;
}
.contactform__input ::-moz-placeholder {
  color: #979797;
  letter-spacing: 0.05em;
}
.contactform__input ::-ms-input-placeholder {
  color: #979797;
  letter-spacing: 0.05em;
}
.contactform__input ::placeholder {
  color: #979797;
  letter-spacing: 0.05em;
}
.contactform__input :focus {
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contactform__textarea {
  height: 250px;
  height: 15.625rem;
}
@media screen and (min-width: 768px) {
  .contactform__textarea {
    height: 18.75rem;
  }
}
.contactform__textarea textarea {
  padding: 18px 6px 0 6px;
  padding: 1.125rem 0.375rem 0 0.375rem;
}
@media screen and (min-width: 768px) {
  .contactform__textarea textarea {
    padding: 0.5rem 0.9375rem 0 0.9375rem;
  }
}

.contactform__submit {
  text-align: center;
}

.contactform__button {
  margin-top: 48px;
  margin-top: 3rem;
  background-color: #fff;
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
  max-width: 360px;
  max-width: 22.5rem;
  padding: 10px 100px 10px 102px;
  padding: 0.625rem 6.25rem 0.625rem 6.375rem;
}
@media screen and (min-width: 768px) {
  .contactform__button {
    margin-top: 3.375rem;
    padding: 1.25rem 6.25rem 1rem 6.375rem;
    font-size: 1rem;
    letter-spacing: 0.125em;
  }
}

.content {
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  .content {
    margin-top: 2.5625rem;
  }
}

.content__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .content__inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.content__top {
  margin: auto;
  max-width: 620px;
  max-width: 38.75rem;
}
.content__top-title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .content__top-title {
    font-size: 1.5625rem;
    line-height: 2.1875;
  }
}

.content__top-text {
  margin-top: 22px;
  margin-top: 1.375rem;
  letter-spacing: 0.125em;
}
@media screen and (min-width: 768px) {
  .content__top-text {
    margin-top: 0.9375rem;
    line-height: 2.1875;
    padding-left: 2.375rem;
  }
}

.content__items {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .content__items {
    padding-right: 0.625rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 9.375rem;
    gap: 1.875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .content__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 0.625rem;
    gap: 2.5rem;
  }
}

.content__item:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .content__item:not(:first-child) {
    margin-top: 6.4375rem;
  }
}

.content__item-img {
  margin: auto;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .content__item-img {
    max-width: 34.375rem;
    width: 100%;
    margin: 0;
  }
}

.content__item-img:before {
  content: "";
  padding-top: 69.6%;
  display: block;
}
@media screen and (min-width: 768px) {
  .content__item-img:before {
    padding-top: 66.741%;
    max-width: 34.375rem;
  }
}

.content__item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content__item-box {
  margin-top: 25px;
  margin-top: 1.5625rem;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .content__item-box {
    max-width: 31.875rem;
    margin-top: 0.625rem;
  }
}

.content__item-title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: normal;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .content__item-title {
    font-size: 1.5625rem;
    letter-spacing: 0.02em;
    text-align: start;
    margin-left: 0;
  }
}

.content__item-text {
  margin-top: 24px;
  margin-top: 1.5rem;
  letter-spacing: 0.125em;
  line-height: 1.44;
}
@media screen and (min-width: 768px) {
  .content__item-text {
    letter-spacing: 0.03125em;
    line-height: 2.1875;
    margin-top: 1.75rem;
  }
}

.content-contact {
  margin-top: 124px;
  margin-top: 7.75rem;
  padding-bottom: 62px;
  padding-bottom: 3.875rem;
}
@media screen and (min-width: 768px) {
  .content-contact {
    margin-top: 9.5rem;
    padding-bottom: 9.1875rem;
  }
}

.header__drawer {
  z-index: 9999;
  margin-top: -6px;
  margin-top: -0.375rem;
}
@media screen and (min-width: 768px) {
  .header__drawer {
    display: none;
  }
}

.header__drawer span {
  position: relative;
  display: block;
  height: 2px;
  width: 24px;
  border-radius: 0.625rem;
  background: #fff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.header__drawer span:nth-child(1) {
  top: 0;
}

.header__drawer span:nth-child(2) {
  margin: 5px 0;
  margin: 0.3125rem 0;
}

.header__drawer span:nth-child(3) {
  top: 0;
}

/*is-OPEN時の動き*/
.header__drawer.is-open span:nth-child(1) {
  top: 10px;
  top: 0.625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__drawer.is-open span:nth-child(2) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.header__drawer.is-open span:nth-child(3) {
  top: -4px;
  top: -0.25rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.errorpage__main {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.errorpage {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .errorpage {
    padding-top: 8.9375rem;
  }
}

.errorpage__inner {
  text-align: center;
}

.errorpage__404message {
  display: block;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #FFEA2E;
  line-height: 0.875;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .errorpage__404message {
    font-size: 3.75rem;
    letter-spacing: 0.03333em;
  }
}

.errorpage__text {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .errorpage__text {
    font-size: 1.875rem;
    letter-spacing: 0.06667em;
    margin-top: 4.0625rem;
  }
}

.errorpage__message span:not(:first-child) {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .errorpage__message span:not(:first-child) {
    margin-top: 4.0625rem;
  }
}

.sp__show {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp__show {
    display: none;
  }
}

footer {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111;
  padding-top: 52px;
  padding-top: 3.25rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 2.375rem 0.5rem;
  }
}

.footer__inner {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__logo {
  display: inline-block;
  width: 70px;
  width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-left: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__sp-nav {
    padding-right: 0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .footer-sp-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-sp-nav__item a {
  display: block;
  width: 100%;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 768px) {
  .footer-sp-nav__item a {
    place-items: center;
    padding: 0 1rem;
    letter-spacing: 0.125em;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .footer-sp-nav__item a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 0.0625rem;
    background: #FFEA2E;
    bottom: -0.3125rem;
    visibility: hidden;
  }
}

@media screen and (min-width: 768px) {
  .footer-sp-nav__item a:hover::after {
    visibility: visible;
  }
}

.footer__copyright {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.10909em;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 4.8125rem;
    letter-spacing: 0.08em;
    margin-left: -0.625rem;
    font-size: 0.9375rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: 3.125rem;
  z-index: 99999;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  background-color: rgba(17, 17, 17, .45);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.25)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));
}

.header.headerColorScroll {
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  background-color: #111;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 17px;
  padding: 0 1.0625rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 2.125rem;
    padding-right: 0;
  }
}

.header__logo {
  width: 75px;
  width: 4.6875rem;
  padding-top: 13px;
  padding-top: 0.8125rem;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 5.875rem;
    padding-top: 0.625rem;
  }
}

.header__sp-nav {
  display: none;
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 8888;
}

.header__pc-nav {
  height: inherit;
  display: none;
}
@media screen and (min-width: 768px) {
  .header__pc-nav {
    display: block;
  }
}

.index-blog {
  margin-top: 98px;
  margin-top: 6.125rem;
}
@media screen and (min-width: 768px) {
  .index-blog {
    margin-top: 12.8125rem;
  }
}

.index-blog__items {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .index-blog__items {
    margin-top: 0.625rem;
  }
}

.index-blog__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
  margin: auto;
  max-width: 1140px;
  max-width: 71.25rem;
}
.index-blog__btn {
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .index-blog__btn {
    margin-top: 3rem;
  }
}

.index-news {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .index-news {
    margin-top: 2.125rem;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.index-news__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .index-news__inner {
    max-width: 67.75rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.index-news__btn {
  margin-top: 28px;
  margin-top: 1.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .index-news__btn {
    margin-top: -0.25rem;
  }
}

.index-overview {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .index-overview {
    margin-top: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .index-overview__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 71.25rem;
    margin: auto;
    padding: 0 1.25rem;
  }
}

.index-overview__maintitle {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .index-overview__maintitle {
    text-align: start;
    font-size: 1.5625rem;
    letter-spacing: 0.02em;
    margin: 0;
  }
}

.index-overview__text {
  letter-spacing: 0.02em;
  line-height: 1.45;
  letter-spacing: 0.125em;
  margin-top: 28px;
  margin-top: 1.75rem;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .index-overview__text {
    letter-spacing: 0.03125em;
    line-height: 2.1875;
    margin-top: 2.75rem;
    /*行数を指定*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}

.index-overview__btn {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .index-overview__btn {
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .index-overview__img-box {
    max-width: 34.8125rem;
    width: 100%;
  }
}

.index-overview__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .index-overview__img {
    max-width: 34.8125rem;
  }
}

.index-overview__img::before {
  content: "";
  padding-top: 69.6%;
  display: block;
}
@media screen and (min-width: 768px) {
  .index-overview__img::before {
    padding-top: 69.868%;
  }
}

.index-overview__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-overview__block {
  position: relative;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .index-overview__block {
    background: -webkit-gradient(linear, left top, right top, from(#333), color-stop(70%, #333), color-stop(70%, transparent), to(transparent));
    background: linear-gradient(90deg, #333 0%, #333 70%, transparent 70%, transparent 100%);
    margin-top: 2rem;
    padding: 5rem 0;
  }
}

.index-overview__box {
  background-color: #333;
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .index-overview__box {
    margin-right: 2rem;
    background-color: transparent;
    padding: 2.125rem 0;
  }
}

.index-overview__contents {
  text-align: center;
  max-width: 550px;
  max-width: 34.375rem;
  margin: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .index-overview__contents {
    text-align: start;
    padding: 0;
  }
}

.index-content {
  margin-top: 148px;
  margin-top: 9.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .index-content {
    margin-top: 11.4375rem;
  }
}

.index-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 679px;
  height: 42.4375rem;
  top: -28px;
  top: -1.75rem;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, #F9F871), color-stop(#F9F871), to(transparent));
  background-image: linear-gradient(to right top, transparent 50%, #F9F871 50%, #F9F871 calc(50% + 0.0625rem), transparent calc(50% + 0.0625rem));
}
@media screen and (min-width: 768px) {
  .index-content::before {
    width: 100%;
    height: 80rem;
    top: -6.375rem;
  }
}

.index-content__inner {
  margin: auto;
}

.index-content__boxes {
  margin-top: 48px;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .index-content__boxes {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 2.625rem;
  }
}

.index-content__box {
  width: 50%;
  position: relative;
  text-align: center;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .index-content__box:hover::after {
    opacity: 0.6;
  }
}

.index-content__img {
  position: relative;
}

@media screen and (min-width: 768px) {
  .index-content__img:before {
    content: "";
    padding-top: 100%;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .index-content__img:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.6;
    z-index: 99999;
    top: 0;
    left: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
}

@media screen and (min-width: 768px) {
  .index-content__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.index-content__img-text {
  position: absolute;
  width: 100%;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -51%);
          transform: translate(-50%, -51%);
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #fff;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .index-content__img-text {
    font-size: 1.5625rem;
    letter-spacing: 0.08em;
    line-height: 2.16;
  }
}

.index-works {
  margin-top: 120px;
  margin-top: 7.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .index-works {
    margin-top: 12.5rem;
  }
}

.index-works::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1398px;
  height: 87.375rem;
  top: 155px;
  top: 9.6875rem;
  left: 0;
  background-image: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #F9F871), color-stop(#F9F871), to(transparent));
  background-image: linear-gradient(to left top, transparent 50%, #F9F871 50%, #F9F871 calc(50% + 0.0625rem), transparent calc(50% + 0.0625rem));
}
@media screen and (min-width: 768px) {
  .index-works::before {
    width: 100%;
    height: 80rem;
    top: 35rem;
  }
}

.index-works__block {
  position: relative;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .index-works__block {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, transparent), color-stop(30%, #333), to(#333));
    background: linear-gradient(90deg, transparent 0%, transparent 30%, #333 30%, #333 100%);
    margin-top: 2rem;
    padding-top: 5rem;
    padding-bottom: 2.375rem;
  }
}

@media screen and (min-width: 768px) {
  .index-works__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 71.25rem;
    margin: auto;
    padding: 0 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .index-works__wrapper .swiper-container {
    max-width: 34.8125rem;
    width: 100%;
    margin-right: 2rem;
    padding-bottom: 1.25rem;
  }
}
.index-works__wrapper .swiper-container .swiper-pagination {
  position: relative;
  background-color: #333;
}
@media screen and (min-width: 768px) {
  .index-works__wrapper .swiper-container .swiper-pagination {
    background-color: transparent;
    bottom: 1.125rem;
    left: -1.25rem;
  }
}
.index-works__wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #C4C4C4;
}
.index-works__wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #F9F871;
}
.index-works__wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
  margin: 0 0.375rem;
}
.index-works__wrapper .swiper-container-horizontal > .swiper-pagination-bullets, .index-works__wrapper .swiper-pagination-custom, .index-works__wrapper .swiper-pagination-fraction {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .index-works__wrapper .swiper-container-horizontal > .swiper-pagination-bullets, .index-works__wrapper .swiper-pagination-custom, .index-works__wrapper .swiper-pagination-fraction {
    bottom: 0.875rem;
  }
}

.index-works__maintitle {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  padding-left: 18px;
  padding-left: 1.125rem;
}
@media screen and (min-width: 768px) {
  .index-works__maintitle {
    text-align: start;
    font-size: 1.5625rem;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
  }
}

.index-works__text {
  line-height: 1.45;
  letter-spacing: 0.125em;
  margin-top: 27px;
  margin-top: 1.6875rem;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .index-works__text {
    margin-top: 2.75rem;
    letter-spacing: 0.03125em;
    line-height: 2.1875;
    padding: 0;
    /*行数を指定*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}

.index-works__btn {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .index-works__btn {
    margin-top: 3rem;
  }
}

.index-works__img {
  position: relative;
}

.index-works__img::before {
  content: "";
  padding-top: 69.6%;
  display: block;
}
@media screen and (min-width: 768px) {
  .index-works__img::before {
    padding-top: 69.868%;
    max-width: 34.8125rem;
  }
}

.index-works__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-works__box {
  background-color: #333;
  position: relative;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .index-works__box {
    margin-top: 2rem;
    padding-bottom: 0;
  }
}

.index-works__contents {
  text-align: center;
  max-width: 550px;
  max-width: 34.375rem;
  margin: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .index-works__contents {
    text-align: start;
    padding: 0;
  }
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

main {
  background-color: #111;
  color: #fff;
}

.mainview {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 375px;
  height: 23.4375rem;
}
@media screen and (min-width: 768px) {
  .mainview {
    height: 21.125rem;
  }
}

.mainview__title {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06667em;
  font-size: 30px;
  font-size: 1.875rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .mainview__title {
    font-size: 2.1875rem;
    letter-spacing: 0.05714em;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.mainview__top-img-sp {
  width: 100%;
  height: 378px;
  height: 23.625rem;
}
@media screen and (min-width: 768px) {
  .mainview__top-img-sp {
    display: none;
  }
}

.mainview__top-img-sp img {
  width: 100%;
  height: 378px;
  height: 23.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30% 60%;
     object-position: 30% 60%;
}

.mainview__top-img-pc {
  width: 100%;
  height: 338px;
  height: 21.125rem;
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .mainview__top-img-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .mainview__top-img-pc img {
    height: 21.125rem;
  }
}

.mainview__title--works {
  top: 45%;
}

.mainview__top-img-sp--works img {
  -o-object-position: 0 100%;
     object-position: 0 100%;
}

.news__pagination {
  display: none;
}
@media screen and (min-width: 768px) {
  .news__pagination {
    display: block;
    margin-top: 6.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .news-item:hover .news-item__block {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}

.news-item__date .news-item__category {
  display: inline-block;
  line-height: 1;
}

.news-item__date {
  font-size: 16px;
  font-size: 1rem;
}
.news-item__category {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 6px 20px 4px 20px;
  padding: 0.375rem 1.25rem 0.25rem 1.25rem;
  border: 1px solid #fff;
  margin-left: 28px;
  margin-left: 1.75rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .news-item__category {
    margin-left: 2.8125rem;
  }
}

.news-item__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
}
@media screen and (min-width: 768px) {
  .news-item__text {
    line-height: 1.5;
  }
}

.news-item__block {
  margin-top: 18px;
  margin-top: 1.125rem;
  overflow: hidden;
  height: 2.875em;
}
@media screen and (min-width: 768px) {
  .news-item__block {
    margin-top: 0;
    margin-top: initial;
    margin-left: 3.8125rem;
    max-width: 35.75rem;
    overflow: visible;
    height: auto;
  }
}

.news__main {
  margin-top: -13px;
  margin-top: -0.8125rem;
}
@media screen and (min-width: 768px) {
  .news__main {
    margin-top: 0.5625rem;
  }
}

.news {
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .news {
    margin-top: 2.5625rem;
  }
}

.news__inner {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news__inner {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 53.75rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .news__contents {
    margin-top: 0.125rem;
  }
}

.news__content {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .news__content {
    margin-top: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.news__content + .news__content {
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .news__content + .news__content {
    margin-top: 2.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .news__content:nth-child(3) {
    padding-top: 0.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .news__content:hover .news__block {
    color: #F9F871;
  }
}

.news__pagenavi {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .news__pagenavi {
    margin-top: 6.5625rem;
  }
}

.overview {
  margin-top: 69px;
  margin-top: 4.3125rem;
}
@media screen and (min-width: 768px) {
  .overview {
    margin-top: 6.1875rem;
  }
}

.overview__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .overview__lists {
    margin: 0 auto;
    max-width: 69.0625rem;
  }
}

.overview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #fff;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .overview__list {
    padding-top: 2.0625rem;
    padding-bottom: 1.4375rem;
  }
}
.overview__list dt {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.61538;
  width: 33%;
  padding-left: 5px;
  padding-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .overview__list dt {
    font-size: 1rem;
    line-height: 1.3125;
    width: 13%;
  }
}
.overview__list dd {
  line-height: 1.84615;
  width: 67%;
  padding-left: 4px;
  padding-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .overview__list dd {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-left: 0.875rem;
    width: 87%;
  }
}

.overview__list:first-child {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .overview__list:first-child {
    padding-top: 1.875rem;
    padding-bottom: 1.6875rem;
  }
}

.overview__list:nth-child(2) {
  padding-top: 18px;
  padding-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .overview__list:nth-child(2) {
    padding-top: 2.0625rem;
    padding-bottom: 1.5rem;
  }
}

.overview__list:nth-child(3) {
  padding-top: 15px;
  padding-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .overview__list:nth-child(3) {
    padding-top: 2.0625rem;
    padding-bottom: 1.5625rem;
  }
}

.overview__list:nth-child(4) {
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .overview__list:nth-child(4) {
    padding-top: 2.25rem;
    padding-bottom: 1.5625rem;
  }
}

.overview__list:nth-child(5) {
  padding-top: 12px;
  padding-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .overview__list:nth-child(5) {
    padding-top: 2.375rem;
    padding-bottom: 1.625rem;
  }
}

.overview__list:nth-child(6) {
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .overview__list:nth-child(6) {
    padding-top: 2.25rem;
    padding-bottom: 1.625rem;
  }
}

.overview__list:nth-child(7) {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 47px;
  padding-bottom: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .overview__list:nth-child(7) {
    padding-top: 2.25rem;
    padding-bottom: 1.6875rem;
  }
}

.overview__list:nth-child(8) {
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .overview__list:nth-child(8) {
    padding-top: 2.0625rem;
    padding-bottom: 1.75rem;
  }
}

.overview__contact {
  margin-top: 120px;
  margin-top: 7.5rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .overview__contact {
    margin-top: 9.375rem;
    padding-bottom: 8.9375rem;
  }
}

.page-top {
  position: fixed;
  z-index: 9999;
  right: 20px;
  right: 1.25rem;
  bottom: 55px;
  bottom: 3.4375rem;
  background: #fff;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .page-top {
    right: 2.1875rem;
    bottom: 2.1875rem;
  }
}

.page-top a {
  position: relative;
  display: block;
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  text-decoration: none;
  padding: 20px;
  padding: 1.25rem;
}

.page-top a::before {
  content: "";
  display: block;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  width: 50%;
  height: 50%;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .page-top:hover {
    background-color: #333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page-top:hover a::before {
    content: "";
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 50%;
    height: 50%;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.pc-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.pc-nav__item {
  height: inherit;
}

.pc-nav__item a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  height: inherit;
  display: grid;
  place-items: center;
  padding: 0 15px;
  padding: 0 0.9375rem;
  letter-spacing: 0.125em;
}

.pc-nav__item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #FFEA2E;
  bottom: 8px;
  bottom: 0.5rem;
  visibility: hidden;
}

.pc-nav__item a:hover::after {
  visibility: visible;
}

.pc-nav__item.pc-nav__item--white {
  margin-left: 15px;
  margin-left: 0.9375rem;
}
.pc-nav__item.pc-nav__item--white :hover {
  background-color: #333;
  color: #fff;
}

.pc-nav__item.pc-nav__item--white a::after {
  display: none;
}

.pc-nav__item.pc-nav__item--white a {
  background-color: #fff;
  color: #333;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
}
.pc-nav__item.pc-nav__item--white a :hover {
  color: #fff;
}

.recommmend-blog {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .recommmend-blog {
    margin-top: 6.5rem;
  }
}

.recommend-blog__inner {
  max-width: 1140px;
  max-width: 71.25rem;
  width: 100%;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin: auto;
}

.recommend-blog__items {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .recommend-blog__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5rem;
    gap: 0 2rem;
  }
}

.recommend-blog__item {
  display: block;
}
@media screen and (min-width: 768px) {
  .recommend-blog__item {
    max-width: calc(25% - 1.5rem);
    width: 100%;
  }
}

.recommend-blog__item:not(:first-child) {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .recommend-blog__item:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .recommend-blog__itemt:nth-child(n+5) {
    margin-top: 2.875rem;
  }
}

.recommend-blog__img {
  position: relative;
}

.recommend-blog__img:before {
  content: "";
  padding-top: 66.567%;
  display: block;
}
@media screen and (min-width: 768px) {
  .recommend-blog__img:before {
    padding-top: 58.964%;
  }
}

.recommend-blog__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recommend-blog__body {
  padding: 4px 23px 15px;
  padding: 0.25rem 1.4375rem 0.9375rem;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
  height: 167px;
  height: 10.4375rem;
}
@media screen and (min-width: 768px) {
  .recommend-blog__body {
    padding: 0.3125rem 0.4375rem 0.875rem 0.5625rem;
    height: 7.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .recommend-blog__body:hover {
    background-color: #333;
  }
}

@media screen and (min-width: 768px) {
  .recommend-blog__body:hover .recommend-blog__title {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .recommend-blog__body:hover .recommend-blog__text {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .recommend-blog__body:hover .recommend-blog__date {
    color: #fff;
  }
}

.recommend-blog__title,
.recommend-blog__text,
.recommend-blog__category,
.recommend-blog__date {
  color: #111;
}

.recommend-blog__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.94;
  letter-spacing: 0.05556em;
  /*行数を指定*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .recommend-blog__title {
    font-size: 0.875rem;
    letter-spacing: 0.07143em;
    line-height: 2.5;
  }
}

.recommend-blog__text {
  letter-spacing: 0.07143em;
  padding-top: 3px;
  padding-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .recommend-blog__text {
    display: none;
  }
}

.recommend-blog__text,
.recommend-blog__category,
.recommend-blog__date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85714;
}

.recommend-blog__date {
  letter-spacing: 0.07143em;
}

.recommend-blog__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 7px;
  padding-top: 0.4375rem;
  position: absolute;
  left: 23px;
  left: 1.4375rem;
  right: 23px;
  right: 1.4375rem;
  bottom: 12px;
  bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .recommend-blog__info {
    padding-top: 0.4375rem;
    left: 0.5625rem;
    right: 0.4375rem;
    bottom: 0.875rem;
  }
}

.recommend-blog__category {
  background-color: #FFEA2E;
  padding: 6px 5px;
  padding: 0.375rem 0.3125rem;
  line-height: 1;
  letter-spacing: 0.07143em;
}

.recommend-blog__title-sp {
  letter-spacing: 0.125em;
  text-align: center;
  border: 1px solid #fff;
  padding: 8px 110px;
  padding: 0.5rem 6.875rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  background-color: #111;
}
@media screen and (min-width: 768px) {
  .recommend-blog__title-sp {
    display: none;
  }
}

.recommend-blog__title-pc {
  letter-spacing: 0.125em;
  text-align: center;
  border: 1px solid #fff;
  padding: 6px 110px;
  padding: 0.375rem 6.875rem;
  display: none;
  background-color: #333;
}
@media screen and (min-width: 768px) {
  .recommend-blog__title-pc {
    display: block;
  }
}

.sp-nav__items {
  margin-left: 2px;
  margin-left: 0.125rem;
  padding-top: 192px;
  padding-top: 12rem;
  padding-bottom: 208px;
  padding-bottom: 13rem;
  height: 100vh;
  overflow: scroll;
}

.sp-nav__item a {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.title {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .title {
    text-align: start;
    max-width: 71.25rem;
    width: 100%;
    margin: auto;
    padding: 0 1.25rem;
  }
}

.title__english {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #F9F871;
  opacity: 0.2;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
  font-family: "Noto Serif JP";
  top: -50px;
  top: -3.125rem;
}
@media screen and (min-width: 768px) {
  .title__english {
    left: auto;
    right: auto;
    font-size: 6.875rem;
    letter-spacing: 0.01818em;
  }
}

.title__japanese {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .title__japanese {
    text-align: center;
    font-size: 1.875rem;
    letter-spacing: 0.01667em;
  }
}

@media screen and (min-width: 768px) {
  .title__english--content {
    top: -2.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .title__english--works {
    right: 1.25rem;
    top: -3.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .title__english--contact {
    top: -5.625rem;
  }
}

@media screen and (min-width: 768px) {
  .title__english--overview {
    top: -3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .title__english--blog {
    right: 0rem;
    top: -3.625rem;
  }
}

.top__btn {
  display: inline-block;
  margin-top: 78px;
  margin-top: 4.875rem;
  margin-bottom: 123px;
  margin-bottom: 7.6875rem;
  margin-left: 2px;
  margin-left: 0.125rem;
}
@media screen and (min-width: 768px) {
  .top__btn {
    margin-top: 4.6875rem;
    margin-bottom: 8.9375rem;
  }
}

.top__btn a {
  display: block;
  padding: 9px 130px 9px 135px;
  padding: 0.5625rem 8.125rem 0.5625rem 8.4375rem;
}
@media screen and (min-width: 768px) {
  .top__btn a {
    padding: 0.125rem 9.4375rem 0.125rem 9.4375rem;
  }
}

.top-mainview {
  top: 0;
  position: relative;
  z-index: 999;
  width: 100%;
  height: 100vh;
  margin-top: -30px;
  margin-top: -1.875rem;
}

.top-mainview__inner {
  position: absolute;
  z-index: 10;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.top-mainview__title, .top-mainview__subtitle {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01786em;
}

.top-mainview__title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.01786em;
  padding-left: 4px;
  padding-left: 0.25rem;
  margin-top: -30px;
  margin-top: -1.875rem;
}
@media screen and (min-width: 768px) {
  .top-mainview__title {
    font-size: 3.125rem;
    letter-spacing: 0.01em;
    margin-top: -0.375rem;
  }
}

.top-mainview__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .top-mainview__subtitle {
    font-size: 1.5625rem;
    letter-spacing: 0.02em;
    margin-top: 1.5rem;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.top-mainview__slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .top-mainview__img,
.swiper-slide-duplicate-active .top-mainview__img,
.swiper-slide-prev .top-mainview__img { /* 12秒かけて拡大させる */
  -webkit-animation: zoomUp 12s linear 0s;
  animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.top-mainview__img {
  margin: 0 auto;
  height: 100vh;
  width: 100%;
}

.top-mainview__img img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .works-details__main {
    padding-top: 1.125rem;
  }
}

.works-details {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .works-details {
    margin-top: 4.4375rem;
  }
}

.works-details__inner {
  margin: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .works-details__inner {
    max-width: 52.5rem;
    width: 100%;
  }
}

.works-details__title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .works-details__title {
    font-size: 1.4375rem;
    letter-spacing: 0.01739em;
  }
}

.works-details__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .works-details__info {
    margin-top: 1.5625rem;
  }
}

.works-details__date {
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin-right: 30px;
  margin-right: 1.875rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .works-details__date {
    margin-right: 1.875rem;
  }
}

.works-details__category {
  letter-spacing: 0.125em;
  border: 1px solid #fff;
  padding: 7px 19px 7px 18px;
  padding: 0.4375rem 1.1875rem 0.4375rem 1.125rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .works-details__category {
    margin-top: 0.1875rem;
  }
}

.works-details__contents {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .works-details__contents {
    margin-top: 6.5625rem;
  }
}

.works-details__content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .works-details__content {
    max-width: 50rem;
    width: 100%;
  }
}

.works-details__content:not(:first-child) {
  margin-top: 54px;
  margin-top: 3.375rem;
}

@media screen and (min-width: 768px) {
  .works-details__content:nth-child(2) {
    margin-top: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .works-details__content:nth-child(3) {
    margin-top: 4.3125rem;
  }
}

.works-details__content-title {
  font-weight: normal;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  padding: 7px 24px;
  padding: 0.4375rem 1.5rem;
  border: 1px solid #fff;
  border-radius: 2rem;
  margin-left: 24px;
  margin-left: 1.5rem;
  background-color: #111;
  position: absolute;
  top: -22px;
  top: -1.375rem;
}
@media screen and (min-width: 768px) {
  .works-details__content-title {
    margin-left: 2.3125rem;
  }
}

.works-details__content-text-box {
  border: 1px solid #fff;
  padding: 55px 10px 32px 10px;
  padding: 3.4375rem 0.625rem 2rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .works-details__content-text-box {
    padding: 2.5625rem 1.5625rem 2rem 1.25rem;
  }
}

.works-details__content-text {
  letter-spacing: 0.025em;
  line-height: 2.1875;
}

.works-details__breadscrumb-inner {
  padding-top: 13px;
  padding-top: 0.8125rem;
}

.works-details-swiper {
  margin-top: 15px;
  margin-top: 0.9375rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  /* 画像サイズ調整 */
}
@media screen and (min-width: 768px) {
  .works-details-swiper {
    max-width: 49.9375rem;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.works-details-swiper .works-details-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.works-details-swiper .works-details-slider .swiper-slide {
  width: 100%;
  padding-top: 66.933%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .works-details-swiper .works-details-slider .swiper-slide {
    padding-top: 53.442%;
    max-width: 49.9375rem;
  }
}
.works-details-swiper .works-details-slider .swiper-slide img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.works-details-swiper .works-details-slider-thumbs {
  margin-top: 32px;
  margin-top: 2rem;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .works-details-swiper .works-details-slider-thumbs {
    margin-top: 2.5rem;
  }
}
.works-details-swiper .works-details-slider-thumbs .swiper-slide {
  width: 163px;
  width: 10.1875rem;
  height: 163px;
  height: 10.1875rem;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .works-details-swiper .works-details-slider-thumbs .swiper-slide {
    width: 5.8125rem;
    height: 5.8125rem;
  }
}
.works-details-swiper .works-details-slider-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}
.works-details-swiper .swiper-button-prev,
.works-details-swiper .swiper-button-next {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  height: 1.875rem;
  width: 30px;
  width: 1.875rem;
  margin-top: -15px;
  margin-top: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .works-details-swiper .swiper-button-prev,
  .works-details-swiper .swiper-button-next {
    height: 3.125rem;
    width: 3.125rem;
    margin-top: -1.5rem;
  }
}
.works-details-swiper .swiper-button-prev {
  background-image: url(../images/common/swiperprev.png);
}
@media screen and (min-width: 768px) {
  .works-details-swiper .swiper-button-prev {
    margin-left: -0.1875rem;
  }
}
.works-details-swiper .swiper-button-next {
  background-image: url(../images/common/swipernext.png);
}
@media screen and (min-width: 768px) {
  .works-details-swiper .swiper-button-next {
    margin-right: -0.1875rem;
  }
}
.works-details-swiper .swiper-slide img {
  height: auto;
  width: 100%;
}

.works-details__pagenavi {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .works-details__pagenavi {
    margin-top: 6.5625rem;
  }
}

.works {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .works {
    margin-top: 2.5rem;
  }
}

.works__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .works__inner {
    width: 100%;
    max-width: 71.25rem;
  }
}

@media screen and (min-width: 768px) {
  .works__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7.125rem 3rem;
  }
}

.works__item {
  position: relative;
  display: block;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .works__item {
    width: 100%;
    max-width: calc(50% - 1.5rem);
    margin: 0;
  }
}

.works__item:not(:first-child) {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .works__item:not(:first-child) {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .works__item:nth-child(2n+1) {
    margin-left: 0;
  }
}

.works__item-img {
  padding-top: 66.667%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .works__item-img {
    padding-top: 66.476%;
    width: 100%;
    max-width: 32.8125rem;
  }
}

.works__item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works__item-category {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #111;
  padding: 8px 19px;
  padding: 0.5rem 1.1875rem;
  letter-spacing: 0.125em;
}

.works__item-title {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: normal;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .works__item-title {
    margin-top: 0.75rem;
  }
}

.pagination__works {
  display: block;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .pagination__works {
    margin-top: 6.5rem;
  }
}

.wp-pagenavi {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-pagenavi .page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #111;
  margin: 0 8px;
  margin: 0 0.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  border: 1px solid #fff;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.wp-pagenavi span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #111;
  margin: 0 8px;
  margin: 0 0.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  border: 1px solid #fff;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.previouspostslink, .nextpostslink, .allpostslink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #111;
  margin: 0 8px;
  margin: 0 0.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 1px solid #fff;
  width: 71px;
  width: 4.4375rem;
  height: 24px;
  height: 1.5rem;
}

.wp-pagenavi a:hover {
  text-decoration: none;
  color: #111;
  background-color: #fff;
}

.wp-pagenavi span.current {
  color: #111;
  background-color: #fff;
}

.allpostslink {
  margin: 0 40px;
  margin: 0 2.5rem;
}

.wp-block-image {
  margin-top: 18px;
  margin-top: 1.125rem;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .wp-block-image {
    width: 100%;
    margin: 0;
    margin-top: 2.0625rem;
  }
}

.wp-block-image::before {
  content: "";
  display: block;
  padding-top: 66.667%;
}
@media screen and (min-width: 768px) {
  .wp-block-image::before {
    padding-top: 53.442%;
  }
}

.wp-block-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* スクリプトで位置が変わるまでの間に表示されてしまうエラーメッセージを非表示 */
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
  background-color: #FFDCDC;
}

input.wpcf7-form-control {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: #FF5757;
  text-align: center;
  letter-spacing: 0.125em;
  margin-top: -60px;
  margin-top: -3.75rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
}

.pagelink {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .pagelink {
    margin-top: 6.625rem;
  }
}

.pagelink__prev, .pagelink__next, .pagelink__all {
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  background-color: #111;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.pagelink__all {
  padding-left: 17px;
  padding-left: 1.0625rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.pagelink__prev a, .pagelink__next a {
  padding: 0 13px;
  padding: 0 0.8125rem;
}

@media screen and (min-width: 768px) {
  .pagelink a:hover {
    text-decoration: none;
    color: #111;
    background-color: #fff;
  }
}
/*# sourceMappingURL=styles.css.map */
