@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  background-color: #111;
  color: #fff;
}

.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;
}

*,
*::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;
}

.background-line-1,
.background-line-2 {
  position: relative;
}

.background-line-1::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(to right top, transparent 49.9%, #F9F871 50%, #F9F871 calc(49.9% + 1px), transparent calc(50% + 1px));
  width: 100%;
  height: 680px;
  height: 42.5rem;
  top: 15px;
  top: 0.9375rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .background-line-1::before {
    width: 94.6875%;
    height: 75.75rem;
    top: 0;
    left: 0;
  }
}

.background-line-2::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(to left top, transparent 49.9%, #F9F871 50%, #F9F871 calc(49.9% + 1px), transparent calc(50% + 1px));
  width: 100%;
  height: 1434px;
  height: 89.625rem;
  top: -300px;
  top: -18.75rem;
  left: -65px;
  left: -4.0625rem;
}
@media screen and (min-width: 768px) {
  .background-line-2::before {
    width: 94.6875%;
    height: 75.75rem;
    top: 0;
    left: 0;
  }
}

.blog-card .blog-card__body,
.blog-card .blog-card__info {
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-card:hover .blog-card__body,
.blog-card:hover .blog-card__info {
  background-color: #333333;
  color: #fff;
}

.blog-card__category {
  color: #000;
}

.blog-card__title {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.944444;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .blog-card__title {
    letter-spacing: 0.06875rem;
  }
}

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

.blog-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;
}

.blog-card__category {
  background-color: #FFEA2E;
  padding: 6px 3px;
  padding: 0.375rem 0.1875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .blog-card__category {
    padding: 0.375rem 0.3125rem;
  }
}

.blog-card__body {
  padding: 4px 22px 0;
  padding: 0.25rem 1.375rem 0;
}
@media screen and (min-width: 768px) {
  .blog-card__body {
    padding: 0.25rem 1.4375rem 0.4375rem;
  }
}

.blog-card__info {
  padding: 0 24px 15px;
  padding: 0 1.5rem 0.9375rem;
  margin-top: auto;
}

.blog-card__text {
  padding-top: 2px;
  padding-top: 0.125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .blog-card__text {
    padding-top: 0.25rem;
    letter-spacing: 0.06875rem;
  }
}

.blog-card__info {
  padding-top: 6px;
  padding-top: 0.375rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .blog-card__info {
    padding-top: 0.25rem;
    letter-spacing: 0.06875rem;
  }
}

.blog-card {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: auto;
  display: block;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-card-list {
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .blog-card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.blog-card-list__item {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .blog-card-list__item {
    max-width: calc(33.33333% - 1.04167rem);
    width: 100%;
  }
}

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

  .blog-card-list__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .blog-card-list__item:nth-child(n+4) {
    margin-top: 1.5625rem;
  }
}
.blog-card__img {
  position: relative;
  padding-top: 66.5671642%;
}

.blog-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;
}

.breadcrumb {
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 85px;
  padding-bottom: 5.3125rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding-bottom: 7.1875rem;
  }
}

.breadcrumb li {
  display: inline;
  /*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {
  /* >を表示*/
  content: ">";
  padding: 0 2px;
  padding: 0 0.125rem;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  opacity: 0.8;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.btn {
  display: block;
  max-width: 335px;
  max-width: 20.9375rem;
  width: 100%;
  text-align: center;
  padding: 9px 0;
  padding: 0.5625rem 0;
  background-color: #333333;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 1rem;
    max-width: 22.5rem;
    padding: 1.0625rem 0;
  }
}

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

.btn__text {
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .news__btn .btn__text {
    color: #333333;
  }
}

.btn__text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .news__btn .btn__text:before {
    background: #333333;
  }
}

.btn__text:hover {
  color: #333333;
}

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

.btn__text:hover:before {
  width: 100%;
}

.category-menu {
  height: 30px;
  height: 1.875rem;
}
@media screen and (min-width: 768px) {
  .category-menu {
    display: block;
  }
}

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

.category-menu__item {
  height: inherit;
}

.category-menu__item a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  padding: 0 6px;
  padding: 0 0.375rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .category-menu__item a {
    padding: 0 0.6875rem;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
}

.category-menu__item:first-child a {
  margin-left: 0;
}

.category-menu__item a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #FFEA2E;
          text-decoration-color: #FFEA2E;
  text-underline-offset: 5px;
  text-underline-offset: 0.3125rem;
}

.category-menu__item.selected a {
  width: inherit;
  background-color: #fff;
  color: #333333;
}

.category-menu__item.selected a:hover {
  background-color: #333333;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.common-item {
  width: 100%;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .common-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    padding-top: 5rem;
    padding-bottom: 5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.common-item__wrap {
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .common-item__wrap--rightgray {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, transparent), color-stop(30%, #333333), to(#333333));
    background: linear-gradient(90deg, transparent 0%, transparent 30%, #333333 30%, #333333 100%);
  }
}

@media screen and (min-width: 768px) {
  .common-item__wrap--leftgray {
    background: -webkit-gradient(linear, left top, right top, from(#333333), color-stop(70%, #333333), color-stop(70%, transparent), to(transparent));
    background: linear-gradient(90deg, #333333 0%, #333333 70%, transparent 70%, transparent 100%);
  }
}

@media screen and (min-width: 768px) {
  .common-item__reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.common-item__img {
  overflow: hidden;
  aspect-ratio: 375/261;
}
@media screen and (min-width: 768px) {
  .common-item__img {
    aspect-ratio: 557/389;
    width: 43.515625vw;
  }
}

.common-item__img img {
  width: 100%;
  height: auto;
}
.common-item__textarea {
  width: 100%;
  background-color: #333333;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}
@media screen and (min-width: 768px) {
  .common-item__textarea {
    background-color: transparent;
    width: 39.84375vw;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .common-item__textarea-right {
    margin-left: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .common-item__textarea-left {
    margin-right: 2.125rem;
  }
}

.common-item__title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .common-item__title {
    font-size: 1.5625rem;
    letter-spacing: 0.03125rem;
    line-height: 1.582;
    text-align: left;
    padding-top: 0.75rem;
    padding-bottom: 2.1875rem;
    padding-left: 0;
  }
}

.common-item__description {
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  text-align: left;
  line-height: 1.44;
}
@media screen and (min-width: 768px) {
  .common-item__description {
    letter-spacing: 0.03125rem;
    line-height: 2.1875;
    text-align: left;
    padding-bottom: 3rem;
  }
}

.content-block {
  position: relative;
  z-index: 50;
}

.content-block__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

li.content-block__item {
  position: relative;
  width: 50%;
}
@media screen and (min-width: 768px) {
  li.content-block__item {
    width: 25%;
  }
}

li.content-block__item::before {
  content: "";
  display: block;
  padding-top: 89.3617021%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  li.content-block__item::before {
    padding-top: 100%;
  }
}

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

li.content-block__item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -49%);
          transform: translate(-50%, -49%);
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  text-align: center;
  padding-top: 37%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  li.content-block__item a {
    padding-top: 43%;
    font-size: 1.5625rem;
    letter-spacing: 0.09375rem;
  }
}

li.content-block__item a:hover {
  background: rgba(255, 255, 255, .6);
}

.footer {
  display: block;
}

.footer__inner {
  padding-top: 51px;
  padding-top: 3.1875rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-top: 1.6875rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

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

.footer__logo {
  width: 70px;
  width: 4.375rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-left: 1rem;
  }
}

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

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

.footer__item {
  height: inherit;
}

.footer__item a {
  position: relative;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .footer__item a {
    letter-spacing: 0.09375rem;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.footer__item a::after {
  position: absolute;
  left: 10%;
  content: "";
  width: 80%;
  height: 1px;
  height: 0.0625rem;
  background: #FFEA2E;
  bottom: 10px;
  bottom: 0.625rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__item a:hover::after {
  opacity: 1;
}

.footer__copyright {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 0.9375rem;
    padding-top: 3.875rem;
  }
}

.header__hamburger {
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger span {
  position: relative;
  display: block;
  height: 2px;
  height: 0.125rem;
  width: 24px;
  width: 1.5rem;
  background: #fff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

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

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

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

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

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

.header__hamburger.is-open span:nth-child(3) {
  top: -8px;
  top: -0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(17, 17, 17, .5);
  height: 50px;
  height: 3.125rem;
  z-index: 9999;
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 22px;
  padding: 0 1.375rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 2rem;
    padding-right: 0;
  }
}

.header.headerColorScroll {
  background-color: #111111;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.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;
  }
}

.logo {
  width: 70px;
  width: 4.375rem;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 5.9375rem;
  }
}

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

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

.nav-pc__item,
.nav-pc__item--white {
  height: inherit;
}

.nav-pc__item a,
.nav-pc__item--white a {
  position: relative;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  padding: 0 16px;
  padding: 0 1rem;
}

.nav-pc__item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #FFEA2E;
  bottom: 5px;
  bottom: 0.3125rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-pc__item a:hover::after {
  opacity: 1;
}

.nav-pc__item--white {
  width: 170px;
  width: 10.625rem;
  margin-left: 16px;
  margin-left: 1rem;
}

.nav-pc__item--white a {
  width: inherit;
  background-color: #fff;
  color: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-pc__item--white a:hover {
  background-color: #333333;
  color: #fff;
  text-decoration: none;
}

.nav-sp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #111;
  width: 100%;
  height: 100vh;
  z-index: 8888;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (min-width: 768px) {
  .nav-sp {
    display: none;
  }
}

.nav-sp.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.nav-sp__items {
  height: 100vh;
  padding-top: 189px;
  padding-top: 11.8125rem;
  padding-bottom: 210px;
  padding-bottom: 13.125rem;
  overflow: scroll;
}

.nav-sp__items a {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  text-align: center;
}

.nav-sp__item {
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}

.nav-sp__item a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #FFEA2E;
          text-decoration-color: #FFEA2E;
  text-underline-offset: 3px;
  text-underline-offset: 0.1875rem;
}

.new-icon {
  position: relative;
}

.new-icon::after {
  content: "New";
  position: absolute;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  background-color: #FFBA6A;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  top: -18px;
  top: -1.125rem;
  left: -14px;
  left: -0.875rem;
}

.page-menu__inner {
  padding-bottom: 123px;
  padding-bottom: 7.6875rem;
}

.page-menu__items {
  width: 100%;
  height: 30px;
  height: 1.875rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-menu__item {
  height: inherit;
}

.page-menu__item a {
  height: inherit;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  border: solid 1px #fff;
  border: solid 0.0625rem #fff;
}

.page-menu__item:first-child a {
  width: 71px;
  width: 4.4375rem;
  height: 24px;
  height: 1.5rem;
  margin-left: 0;
  margin-right: 12px;
  margin-right: 0.75rem;
}

.page-menu__item:last-child a {
  width: 71px;
  width: 4.4375rem;
  height: 24px;
  height: 1.5rem;
  margin-left: 12px;
  margin-left: 0.75rem;
  margin-right: 0;
}

.page-menu__item a:hover {
  background-color: #fff;
  color: #111;
}

.page-menu__item.selected a {
  background-color: #F9F871;
  color: #111;
}

.page-menu__item.selected a:hover {
  background-color: #fff;
  color: #111;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagetop a {
  position: relative;
  display: block;
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pagetop a::before {
  content: "";
  position: absolute;
  top: 7px;
  top: 0.4375rem;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: 1px solid #111;
  border-top: 0.0625rem solid #111;
  border-right: 1px solid #111;
  border-right: 0.0625rem solid #111;
}

.pagetop a:hover {
  background: #333333;
}

.pagetop a:hover::before {
  border-top: 1px solid #fff;
  border-top: 0.0625rem solid #fff;
  border-right: 1px solid #fff;
  border-right: 0.0625rem solid #fff;
}

/*リンクを右下に固定*/
.pagetop {
  position: fixed;
  right: 20px;
  right: 1.25rem;
  bottom: 40px;
  bottom: 2.5rem;
  z-index: 9999;
  text-indent: -9999px;
}
@media screen and (min-width: 768px) {
  .pagetop {
    right: 1.9375rem;
    bottom: 1.6875rem;
  }
}

.title {
  position: relative;
}

.title__main {
  position: absolute;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  top: 47px;
  top: 2.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .title__main {
    font-size: 1.875rem;
    top: 6.25rem;
  }
}

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

.title__english {
  display: block;
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Noto Serif JP", serif;
  color: #F9F871;
  opacity: 20%;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  text-transform: capitalize;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .title__english {
    position: absolute;
    font-size: 6.875rem;
    top: 3.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .title__english--left {
    left: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .title__english--right {
    right: 1.5rem;
  }
}

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

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

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

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

.top-slider {
  width: inherit;
  height: inherit;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-img {
  background-size: cover;
  background-position: center center;
  height: inherit;
}

.works-slider {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .works-slider {
    aspect-ratio: 557/389;
    width: 43.515625vw;
    height: inherit;
  }
}

.swiper-slide-active .slide-img.slide-img--works,
.swiper-slide-duplicate-active .slide-img.slide-img--works,
.swiper-slide-prev .slide-img.slide-img--works {
  width: 100%;
  -webkit-animation: normal both;
          animation: normal both;
}

.swiper-slide {
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-box {
  position: relative;
}

.swiper-pagination--works {
  position: absolute;
  top: max(68.8vw, 258px);
  top: max(68.8vw, 16.125rem);
  left: 50%;
  bottom: -30px;
  bottom: -1.875rem;
}
@media screen and (min-width: 768px) {
  .swiper-pagination--works {
    top: 30.859375vw;
  }
}

.swiper-pagination-bullet {
  width: 7px !important;
  width: 0.4375rem !important;
  height: 7px !important;
  height: 0.4375rem !important;
  margin: 0 0 0 10px !important;
  margin: 0 0 0 0.625rem !important;
  background-color: #F9F871 !important;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #fff;
  border: 1px solid #fff;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  padding-top: 2px;
  padding-top: 0.125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}

.wp-pagenavi a:hover {
  color: #333333;
  background-color: #F9F871;
  border-color: #fff;
}

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

.blog-top__background {
  position: relative;
  width: 100%;
  height: 113.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .blog-top__background {
    height: 28.90625vw;
  }
}

.blog-top__background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 113.333333%;
  background: url(../images/common/blog/blog-top.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .blog-top__background:before {
    padding-top: 28.90625%;
  }
}

@media screen and (min-width: 768px) {
  .blog-top__title {
    font-size: 2.1875rem;
    font-weight: 700;
    letter-spacing: 0.03125rem;
    z-index: 1;
  }
}

.category-inner {
  padding-bottom: 82px;
  padding-bottom: 5.125rem;
}
@media screen and (min-width: 768px) {
  .category-inner {
    padding-bottom: 2.5rem;
  }
}

.pagenavi-inner {
  padding-top: 63px;
  padding-top: 3.9375rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .pagenavi-inner {
    padding-top: 4.9375rem;
    padding-bottom: 9.375rem;
  }
}

.blog__inner {
  padding-top: 49px;
  padding-top: 3.0625rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .blog__inner {
    padding-top: 6.625rem;
    padding-bottom: 9.375rem;
  }
}

.blog__title {
  position: relative;
  padding-bottom: 68px;
  padding-bottom: 4.25rem;
}
@media screen and (min-width: 768px) {
  .blog__title {
    padding-top: 7.0625rem;
  }
}

.blog__btn a {
  margin-top: 23px;
  margin-top: 1.4375rem;
  margin-left: auto;
  margin-right: auto;
}

.contact {
  background-color: #3d3d3d;
}

.contact__inner {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    padding-top: 0.875rem;
    padding-bottom: 9.0625rem;
  }
}

.contact__title {
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .contact__title {
    padding-top: 8.125rem;
    padding-bottom: 1.25rem;
  }
}

.contact__text {
  max-width: 89.3333333333vw;
  width: 100%;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 1.4;
  margin: auto;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .contact__text {
    max-width: 55.625vw;
    width: 100%;
    margin: auto;
    padding-top: 2.6875rem;
    padding-bottom: 3.625rem;
  }
}

@media screen and (min-width: 768px) {
  .btn__text--large {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
  }
}

.contact__btn a {
  margin: auto;
}

.content__inner {
  padding-bottom: 75px;
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .content__inner {
    padding-bottom: 6.25rem;
  }
}

.content__title {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .content__title {
    padding-bottom: 11.875rem;
  }
}

.news__inner {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 101px;
  padding-bottom: 6.3125rem;
}
@media screen and (min-width: 768px) {
  .news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem;
    padding-bottom: 5.5rem;
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}

.news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 61px;
  margin-right: 3.8125rem;
}

.news__date {
  margin-right: 32px;
  margin-right: 2rem;
  padding-top: 4px;
  padding-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .news__date {
    margin-right: 3rem;
  }
}

.news__categoly {
  width: 99px;
  width: 6.1875rem;
  height: 31px;
  height: 1.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
}
.news__text {
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  -webkit-transition: 1.3s;
  transition: 1.3s;
}
@media screen and (min-width: 768px) {
  .news__text {
    width: 55%;
    padding-top: 0.25rem;
    padding-bottom: 0.125rem;
    margin-right: 3rem;
  }
}

.news__text a {
  position: relative;
}

.news__text a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  bottom: -5px;
  bottom: -0.3125rem;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news__text a:hover::after {
  opacity: 1;
}

.news__btn .btn {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .news__btn .btn {
    width: 8.375rem;
    letter-spacing: 0;
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .news__btn .btn .btn__text {
    font-size: 1rem;
  }
}

.overview {
  padding-top: 71px;
  padding-top: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .overview {
    padding-top: 6.125rem;
  }
}

@media screen and (min-width: 768px) {
  .overview__inner {
    margin: auto;
    padding-bottom: 0;
  }
}

.overview__title {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .overview__title {
    padding-top: 8.125rem;
  }
}

@media screen and (min-width: 768px) {
  .overview__btn {
    margin-bottom: 1.5rem;
  }
}

.overview__btn a {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .overview__btn a {
    margin-left: 0;
  }
}

.top__inner {
  position: relative;
  width: 100%;
  height: 100vh;
}

.top__copy {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 10;
}

.top__title,
.top__subtitle {
  font-weight: 700;
  line-height: 1;
  margin: 0 16px;
  margin: 0 1rem;
}

.top__title {
  font-size: 28px;
  font-size: 1.75rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
}
@media screen and (min-width: 768px) {
  .top__title {
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03125rem;
    padding-bottom: 1.5rem;
  }
}

.top__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .top__subtitle {
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03125rem;
  }
}

@media screen and (min-width: 768px) {
  .works__inner {
    margin: auto;
    padding-bottom: 0;
  }
}

.works__title {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .works__title {
    padding-top: 8.125rem;
  }
}

@media screen and (min-width: 768px) {
  .works__btn {
    margin-bottom: 1.5rem;
  }
}

.works__btn a {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .works__btn a {
    margin-left: 0;
  }
}
/*# sourceMappingURL=styles.css.map */
