@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #333;
  background-color: #111;
}

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

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

.u-screenReaderText {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

/* リキッドレイアウト対応 */

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

img {
  vertical-align: bottom;
}

body.is-active-drawer {
  height: 100%;
  overflow: hidden;
}

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

/* 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;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: 0;
  bottom: -25px;
  bottom: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    left: -1.25rem;
    bottom: -2.125rem;
  }
}

@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.375rem;
  }
}

.swiper-pagination-bullet {
  background-color: #C4C4C4;
}

.swiper-pagination-bullet-active {
  background-color: #F9F871;
}

.bgBorder {
  position: relative;
}
.bgBorder::before {
  content: "";
  width: 100%;
  height: 678px;
  height: 42.375rem;
  position: absolute;
  top: -39px;
  top: -2.4375rem;
  left: 0;
  z-index: -9999;
  background-image: linear-gradient(to right top, transparent 49.998%, #F9F871 49.999%, #F9F871 calc(50% + 1px), transparent calc(50.1% + 1px));
}
@media screen and (min-width: 768px) {
  .bgBorder::before {
    width: 94.6875%;
    height: 75.75rem;
    top: -6.875rem;
  }
}

.bgBorder--rev {
  position: relative;
}
.bgBorder--rev::before {
  content: "";
  width: 100%;
  height: 1404px;
  height: 87.75rem;
  position: absolute;
  top: -642px;
  top: -40.125rem;
  left: 0;
  z-index: -9999;
  background-image: linear-gradient(to left top, transparent 49.998%, #F9F871 49.999%, #F9F871 calc(50% + 1px), transparent calc(50.1% + 1px));
}
@media screen and (min-width: 768px) {
  .bgBorder--rev::before {
    width: 94.6875%;
    height: 75.75rem;
    top: -13.125rem;
  }
}

.blogCard {
  display: block;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .blogCard:hover {
    background-color: #333;
  }
  .blogCard:hover .blogCard__body, .blogCard:hover .blogCard__date {
    color: #fff;
  }
}

.blogCard--new {
  position: relative;
}
.blogCard--new::before {
  content: "new";
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
  text-transform: capitalize;
  background-color: #FFBA6A;
  padding: 17px 9.5px;
  padding: 1.0625rem 0.59375rem;
  position: absolute;
  top: -20px;
  left: -15px;
  z-index: 1000;
  border-radius: 50%;
}

.blogCard__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.blogCard__body {
  padding: 4px 23px 0;
  padding: 0.25rem 1.4375rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blogCard__title {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.94;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.blogCard__text {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85714;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.blogCard__info {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.07142857em;
  padding: 0 23px 12px;
  padding: 0 1.4375rem 0.75rem;
  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;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .blogCard__info {
    padding: 0 1.4375rem 1.125rem;
    margin-top: 0.75rem;
  }
}

.blogCard__category,
.blogCard__date {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

.blogCard__category {
  display: block;
  background-color: #FFEA2E;
  padding: 3px 5px;
  padding: 0.1875rem 0.3125rem;
}

.blogCard__img {
  padding-top: 66.571429%;
  position: relative;
}
.blogCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.button {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button--regular {
  width: 100%;
  height: 100%;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .button--regular {
    width: 22.5rem;
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
    font-weight: 500;
    font-size: 1rem;
  }
}

.button--black {
  color: #fff;
  border: 1px solid #fff;
  background-color: #333;
  z-index: 1;
}
.button--black::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
  content: "";
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (hover: hover) {
  .button--black:hover {
    color: #333;
  }
  .button--black:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.button--topNews {
  width: 100%;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
  background-color: #333;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  max-width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .button--topNews {
    width: auto;
    padding: 0.375rem 1.5rem;
    font-size: 1rem;
    color: #333;
    background-color: #fff;
    letter-spacing: normal;
  }
}
.button--topNews::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
  content: "";
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .button--topNews:hover {
    color: #fff;
  }
  .button--topNews:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (min-width: 768px) {
  .button--contact {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
}

.cardList__item + .cardList__item {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 600px) {
  .cardList__item + .cardList__item {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .cardList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cardList__item {
    width: calc(50% - 10px);
    max-width: 100%;
  }
  .cardList__item:nth-child(2n) {
    margin-left: 1.25rem;
  }
}
@media screen and (min-width: 600px) and (min-width: 768px) {
  .cardList__item:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) {
  .cardList__item:nth-child(n+3) {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 600px) and (min-width: 768px) {
  .cardList__item:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .cardList__item {
    width: calc(33.3333% - 1.04167rem);
    max-width: 100%;
  }
  .cardList__item + .cardList__item {
    margin-left: 1.5625rem;
  }
  .cardList__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .cardList__item:nth-child(n+4) {
    margin-top: 1.5625rem;
  }
}

.center {
  text-align: center;
}

.footer {
  padding: 46px 32px;
  padding: 2.875rem 2rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

.footer__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    width: 100%;
  }
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__logo {
  max-width: 70px;
  max-width: 4.375rem;
  z-index: -1;
}

.footer__nav {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    margin-top: 0;
  }
}

.footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__nav__item {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.075em;
  position: relative;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.footer__nav__item + .footer__nav__item {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer__nav__item + .footer__nav__item {
    margin-top: 0;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav__item::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #FFEA2E;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .footer__nav__item:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.footer__copyLight {
  color: #fff;
  text-align: center;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__copyLight {
    margin-top: 4.375rem;
  }
}
.footer__copyLight small {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.10909091em;
}
@media screen and (min-width: 768px) {
  .footer__copyLight small {
    margin-top: 3.75rem;
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
  }
}

.globalNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .globalNav {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: auto;
    margin-left: 2.5rem;
  }
}

.globalNav__list {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111;
  color: #fff;
  width: 100%;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1111;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .globalNav__list {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: inherit;
  }
}
.is-active-drawer .globalNav__list {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.is-resize .globalNav__list {
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 768px) {
  .globalNav__list {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.globalNav__item {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.125em;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .globalNav__item {
    padding-left: 2rem;
    height: 100%;
  }
}
.globalNav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  position: relative;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .globalNav__item a::after {
    position: absolute;
    bottom: 6px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #FFEA2E;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .globalNav__item a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.globalNav__item + .globalNav__item {
  padding-top: 32px;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .globalNav__item + .globalNav__item {
    padding-top: 0;
  }
}

.globalNav__item--contact a {
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .globalNav__item--contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2rem;
    background-color: #fff;
    color: #333;
    height: 3.125rem;
  }
}
.globalNav__item--contact a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
  content: "";
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .globalNav__item--contact a:hover {
    color: #fff;
  }
  .globalNav__item--contact a:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .globalNav__item--contact a:hover::after {
    display: none;
  }
}

.hamburger {
  width: 24px;
  height: 24px;
  border: 0;
  z-index: 1;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  position: relative;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger__line {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
}
.is-active-drawer .hamburger__line {
  background-color: transparent;
}
.hamburger__line::before, .hamburger__line::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: inherit;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hamburger__line::before {
  top: -7px;
}
.is-active-drawer .hamburger__line::before {
  background-color: #fff;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger__line::after {
  top: 7px;
}
.is-active-drawer .hamburger__line::after {
  background-color: #fff;
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header {
  height: 50px;
  height: 3.125rem;
  width: 100%;
  position: fixed;
  z-index: 9999;
  background-color: rgba(17, 17, 17, .5);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.is-changeHeader .header {
  background-color: #111111;
}
.is-active-drawer .header {
  background-color: #111;
}

.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: 0;
    padding-left: 2rem;
  }
}

.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 {
  display: inline-block;
  width: 70px;
  width: 4.375rem;
  line-height: 1;
  position: relative;
  z-index: 9999;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 5.875rem;
  }
}
@media (hover: hover) {
  .logo:hover {
    opacity: 0.6;
  }
}

.pageTop {
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  position: fixed;
  z-index: 9998;
  right: 31px;
  right: 1.9375rem;
  bottom: 33px;
  bottom: 2.0625rem;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.pageTop a {
  position: relative;
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 16.5px 10.5px;
  padding: 1.03125rem 0.65625rem;
  -webkit-transition: background-color 0.1s ease-in, border 0.1s ease-in;
  transition: background-color 0.1s ease-in, border 0.1s ease-in;
}
.pageTop a::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 64%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .pageTop a:hover {
    background-color: #333;
  }
  .pageTop a:hover:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}

.is-apperPageTop .pageTop {
  opacity: 1;
}

.section__title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 1;
  position: relative;
  max-width: 1100px;
  max-width: 68.75rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 1.875rem;
    letter-spacing: 0.06666667em;
  }
}
.section__title::before {
  content: attr(data-subtitle);
  speak: none;
  text-transform: capitalize;
  position: absolute;
  top: -48px;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 400;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  color: #F9F871;
  opacity: 0.27;
  line-height: 1;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section__title::before {
    font-size: 6.875rem;
  }
}
@media screen and (min-width: 768px) {
  .section__title[data-subtitle=content]::before {
    text-align: left;
    top: auto;
    bottom: -3.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .section__title[data-subtitle=works]::before {
    text-align: right;
    top: auto;
    bottom: -3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .section__title[data-subtitle=overview]::before {
    text-align: left;
    top: auto;
    bottom: -2.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .section__title[data-subtitle=blog]::before {
    text-align: right;
    top: auto;
    bottom: -2.375rem;
  }
}
@media screen and (min-width: 768px) {
  .section__title[data-subtitle=contact]::before {
    text-align: left;
    top: auto;
    bottom: -0.6875rem;
  }
}

.blog {
  margin-top: 108px;
  margin-top: 6.75rem;
}
@media screen and (min-width: 768px) {
  .blog {
    margin-top: 13rem;
  }
}

.blog__button {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .blog__button {
    margin-top: 2.6875rem;
  }
}

.blog__inner {
  margin-top: 71px;
  margin-top: 4.4375rem;
}
@media screen and (min-width: 600px) {
  .blog__inner {
    margin-top: 3.0625rem;
  }
}

.contact {
  background-color: #3d3d3d;
  padding-top: 68px;
  padding-top: 4.25rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    margin-top: 9rem;
  }
}

.contact__text {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.448125em;
  letter-spacing: 0.125em;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .contact__text {
    text-align: center;
    margin-top: 1.5rem;
  }
}

.contact__button {
  margin-top: 47px;
  margin-top: 2.9375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__button {
    margin-top: 3.75rem;
  }
}

.content {
  margin-top: 152px;
  margin-top: 9.5rem;
}
@media screen and (min-width: 768px) {
  .content {
    margin-top: 12.125rem;
  }
}

.content__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 48px;
  margin-top: 3rem;
}

.content__item {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  padding-top: 45.361702%;
}
.content__item--1 {
  background-image: url(../images/common/contentImg-1.jpg);
}
.content__item--2 {
  background-image: url(../images/common/contentImg-2.jpg);
}
.content__item--3 {
  background-image: url(../images/common/contentImg-3.jpg);
}
.content__item--4 {
  background-image: url(../images/common/contentImg-4.jpg);
}
@media screen and (min-width: 768px) {
  .content__item {
    width: 25%;
    aspect-ratio: 1/1;
    font-size: 1.5625rem;
    letter-spacing: 0.08em;
    padding-top: 0;
  }
}

.content__item a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
}
.content__item a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
@media (hover: hover) {
  .content__item a:hover::before {
    opacity: 0.6;
  }
}

.mv {
  width: 100%;
  height: 100vh;
  position: relative;
  padding-top: 50px;
  padding-top: 3.125rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv {
    min-height: 53.1875rem;
  }
}

.mv__images {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.mv__image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-animation: anime 12s 0s infinite;
          animation: anime 12s 0s infinite;
  /* infiniteで繰り返す */
}
.mv__image:nth-child(1) {
  background-image: url(../images/common/MV-1.jpg);
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.mv__image:nth-child(2) {
  background-image: url(../images/common/MV-2.jpg);
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.mv__image:nth-child(3) {
  background-image: url(../images/common/MV-3.jpg);
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.mv__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.mv__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.03125em;
}
@media screen and (min-width: 768px) {
  .mv__title {
    font-size: 3.125rem;
    letter-spacing: 0.01em;
  }
}

.mv__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03125em;
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mv__subtitle {
    font-size: 1.5625rem;
    letter-spacing: 0.02em;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes anime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.overview {
  margin-top: 130px;
  margin-top: 8.125rem;
}
@media screen and (min-width: 768px) {
  .overview {
    margin-top: 13.3125rem;
  }
}

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

.overview__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .overview__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.overview__body {
  padding: 25px 0 18px;
  padding: 1.5625rem 0 1.125rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .overview__body {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    -ms-flex-preferred-size: 31.875rem;
        flex-basis: 31.875rem;
  }
}

.overview__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.448;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .overview__title {
    font-size: 1.5625rem;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
  }
}

.overview__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.448125;
  letter-spacing: 0.125em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .overview__text {
    line-height: 2.1875;
    letter-spacing: 0.03125em;
    margin-top: 2.25rem;
  }
}

.overview__button {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .overview__button {
    margin-top: 3rem;
  }
}

.overview__img {
  position: relative;
  width: 99vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .overview__img {
    margin: 0;
    width: 100%;
    max-width: 34.8125rem;
    margin-left: 2rem;
    margin-top: 0;
  }
}
.overview__img::before {
  content: "";
  display: block;
  padding-top: 69.6%;
}
.overview__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topNews {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .topNews {
    margin: 2rem auto 0;
  }
}

.topNews__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .topNews__wrapper {
    max-width: 65.125rem;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.topNews__block {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .topNews__block {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60.6525912%;
            flex: 0 1 60.6525912%;
    padding-left: 3.75rem;
  }
}

.topNews__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.448125em;
  position: relative;
}
@media (hover: hover) {
  .topNews__title:hover {
    text-decoration: underline;
  }
}

.topNews__meta {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.topNews__date {
  display: inline-block;
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}

.topNews__category {
  display: inline-block;
  margin-top: 0;
  margin-left: 28px;
  margin-left: 1.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  border: 1px solid #fff;
  padding: 7.5px 21px;
  padding: 0.46875rem 1.3125rem;
}
@media screen and (min-width: 768px) {
  .topNews__category {
    margin-left: 3rem;
  }
}

.topNews__button {
  margin-top: 27px;
  margin-top: 1.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .topNews__button {
    margin-top: 0;
    padding-left: 2.875rem;
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.works {
  margin-top: 122px;
  margin-top: 7.625rem;
}
@media screen and (min-width: 768px) {
  .works {
    margin-top: 13.0625rem;
  }
}

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

.works__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .works__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.works__body {
  padding: 25px 0 18px;
  padding: 1.5625rem 0 1.125rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .works__body {
    width: auto;
    margin: 0 0 0 2rem;
    padding: 0;
  }
}

.works__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.448;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .works__title {
    font-size: 1.5625rem;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
  }
}

.works__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.448125;
  letter-spacing: 0.125em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .works__text {
    line-height: 2.1875;
    letter-spacing: 0.03125em;
    margin-top: 3rem;
  }
}

.works__button {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .works__button {
    margin-top: 3rem;
  }
}

.works__images {
  width: 99vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .works__images {
    width: 100%;
    max-width: 34.8125rem;
    margin: 0;
  }
}

.works__img {
  position: relative;
}
.works__img::before {
  content: "";
  display: block;
  padding-top: 69.6%;
}
.works__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=styles.css.map */
