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

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

body {
  background-color: #111;
}

html {
  scroll-behavior: smooth;
}

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

.blog {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .blog {
    max-width: 71.875rem;
    width: 100%;
    margin: auto;
  }
}

.blog {
  margin: 99px auto 0;
  margin: 6.1875rem auto 0;
}
@media screen and (min-width: 768px) {
  .blog {
    margin-top: 13.375rem;
  }
}

.blog__inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .blog__inner {
    width: 100%;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .blog__items {
    width: 100%;
    padding-top: 0rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.blog__item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.new-circle {
  position: relative;
}

.new-circle__text {
  position: absolute;
  top: -17px;
  top: -1.0625rem;
  left: -15px;
  left: -0.9375rem;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  border-radius: 50%;
  background-color: #FFBA6A;
  text-align: center;
  line-height: 60px;
  line-height: 3.75rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .new-circle__text {
    top: 0.375rem;
  }
}

.blog__button {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .blog__button {
    margin-top: 3rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .blog__button.button.wide-button.blog--button {
    background-color: #333;
    margin-top: 3rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 22.75rem;
    line-height: 3.375;
  }
}

.p-blog__inner {
  padding: 0 25px;
  padding: 0 1.5625rem;
  max-width: 1100px;
  max-width: 68.75rem;
  width: 100%;
  margin: auto;
}

.p-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  gap: 2.5rem;
}

.p-blog-card__img {
  aspect-ratio: 350/233;
}

.p-blog-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business {
  position: relative;
}

.business::before {
  content: "";
  width: 94.6875%;
  height: 642px;
  height: 40.125rem;
  position: absolute;
  top: -30px;
  top: -1.875rem;
  left: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, right top, from(transparent), color-stop(#F9F871), color-stop(#F9F871), to(transparent));
  background-image: linear-gradient(to right top, transparent calc(49.9% + 0.0001rem), #F9F871 calc(50% + 0.0001rem), #F9F871 calc(50% + 0.0001rem), transparent calc(50.1% + 0.0001rem));
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .business::before {
    top: -6.8125rem;
    height: 76.125rem;
  }
}

.business {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .business {
    max-width: 120rem;
    width: 100%;
    margin: auto;
  }
}

.business {
  margin-top: 149px;
  margin-top: 9.3125rem;
}
@media screen and (min-width: 768px) {
  .business {
    margin-top: 12.125rem;
  }
}

.business__items {
  background: #fff;
}

.business__inner {
  width: 100%;
}
.business__items {
  margin-top: 48px;
  margin-top: 3rem;
}

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

@media screen and (min-width: 768px) {
  .card-list__item {
    margin-top: 1.5rem;
    margin-bottom: 0rem;
    margin-left: 1.5625rem;
    max-width: 21.875rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .card-list__item:nth-of-type(1) {
    margin-left: 0;
  }
}

.contact {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .contact {
    max-width: 120rem;
    width: 100%;
    margin: auto;
  }
}

.contact {
  background-color: #3D3D3D;
  padding-top: 67px;
  padding-top: 4.1875rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 9.25rem;
    margin-top: 8.25rem;
    padding-bottom: 9.1875rem;
  }
}

.contact__inner {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.contact__text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  color: #fff;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contact__text {
    margin-top: 1.5rem;
    text-align: center;
  }
}

.contact__button {
  margin-top: 44px;
  margin-top: 2.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .contact__button {
    margin-top: 3.8125rem;
  }
}

.footer {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .footer {
    max-width: 120rem;
    width: 100%;
    margin: auto;
  }
}

.footer {
  background-color: #000;
  color: #fff;
  padding-top: 48px;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 0rem;
  }
}

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

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

.footer__sp-nav__item {
  height: inherit;
  text-align: center;
  padding-top: 6px;
  padding-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .footer__sp-nav__item {
    padding-top: 0rem;
  }
}

.footer__sp-nav__item a {
  height: inherit;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .footer__sp-nav__item a {
    padding-top: 2.4rem;
    display: grid;
    place-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    letter-spacing: 0.125rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .footer__sp-nav__item a::after {
    position: absolute;
    /*親要素であるaタグを基準に位置を指定*/
    top: 105%;
    left: 13.5%;
    /*アンダーラインを各メニュー（aタグ）の左端に指定*/
    content: "";
    /*本来は、擬似要素に入るテキストなどを’’内に指定。今回はアンダーラインなので何も記載しない*/
    width: 100%;
    /*アンダーラインを各aタグの幅に合わせる*/
    height: 0.0625rem;
    /*アンダーラインの高さ（太さ）*/
    background: #FFEA2E;
    /*アンダーラインの色*/
    bottom: 0.5rem;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .footer__sp-nav__item a:hover::after {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
}

.footer__copyright {
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    padding-top: 4.9rem;
    padding-bottom: 1.625rem;
    font-size: 0.9375rem;
  }
}

.header {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .header {
    max-width: 120rem;
    width: 100%;
    margin: auto;
  }
}

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

.header.change-color {
  background-color: rgb(0, 0, 0);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.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 23px;
  padding: 0 1.4375rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 2rem;
    padding-right: 0;
  }
}

.mv {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: auto;
  height: 100vh;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .mv {
    max-width: 120rem;
    width: 100%;
    margin: auto;
  }
}

.mv {
  z-index: 50;
}

.mv__inner {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.mv__container {
  position: relative;
}

.mv__title {
  width: 100%;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 60;
}
@media screen and (min-width: 768px) {
  .mv__title {
    font-size: 3.125rem;
  }
}

.mv__sub-title {
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  position: absolute;
  top: 53.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 60;
}
@media screen and (min-width: 768px) {
  .mv__sub-title {
    font-size: 1.5625rem;
    top: 54.3%;
  }
}

.mv .swiper-slide .slide-img img {
  display: block;
  height: 205.8823529412vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .mv .swiper-slide .slide-img img {
    height: 66.484375vw;
    margin: 0 auto;
  }
}

@-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 5s linear 0s 1 normal both;
          animation: zoomUp 5s linear 0s 1 normal both;
}

.swiper-slide img {
  display: block;
}

.news {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .news {
    max-width: 120rem;
    width: 100%;
    margin: auto;
  }
}

.news__inner {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  width: 100%;
  z-index: 70;
}
@media screen and (min-width: 768px) {
  .news__inner {
    padding-right: clamp(0.125rem, 9.296875vw, 7.4375rem);
    padding-left: clamp(0.125rem, 9.296875vw, 7.4375rem);
  }
}

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

.news__content:nth-child(n+2) {
  margin-top: 32px;
  margin-top: 2rem;
}

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

.news__info {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .news__info {
    min-width: 14.375rem;
  }
}

.news__date,
.news__category {
  display: inline-block;
  line-height: 1;
}

.news__date {
  font-size: 16px;
  font-size: 1rem;
}

.news__category {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 29px;
  margin-left: 1.8125rem;
  padding: 8px 21px;
  padding: 0.5rem 1.3125rem;
  border: 1px solid #FFFFFF;
}
@media screen and (min-width: 768px) {
  .news__category {
    font-weight: 500;
    padding-right: clamp(0.0625rem, 1.640625vw, 1.3125rem);
    margin-left: clamp(0.0625rem, 3.4375vw, 2.75rem);
  }
}

.news__block {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .news__block {
    max-width: 35.75rem;
    margin-top: 0;
    margin-top: initial;
    padding-top: 0.1875rem;
    margin-left: 4.6875vw;
  }
}

.news__text {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .news__text {
    line-height: 1.5;
  }
}

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

.news__text {
  position: relative;
}

.news__text::after {
  position: absolute;
  /*親要素であるaタグを基準に位置を指定*/
  left: 0;
  /*アンダーラインを各メニュー（aタグ）の左端に指定*/
  content: "";
  /*本来は、擬似要素に入るテキストなどを’’内に指定。今回はアンダーラインなので何も記載しない*/
  width: 100%;
  /*アンダーラインを各aタグの幅に合わせる*/
  height: 1px;
  height: 0.0625rem;
  /*アンダーラインの高さ（太さ）*/
  background: #fff;
  /*アンダーラインの色*/
  bottom: -0.8px;
  bottom: -0.05rem;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news__text:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.news__button {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news__button {
    margin-left: 1.25rem;
  }
}

.overview {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .overview {
    max-width: 120rem;
    width: 100%;
    margin: auto;
  }
}

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

.overview {
  position: relative;
}

.overview::before {
  content: "";
  width: 94.6875%;
  height: 1330px;
  height: 83.125rem;
  position: absolute;
  top: -121px;
  top: -7.5625rem;
  left: -120px;
  left: -7.5rem;
  z-index: -1;
  background-image: -webkit-gradient(linear, right bottom, left top, from(transparent), color-stop(#F9F871), color-stop(#F9F871), to(transparent));
  background-image: linear-gradient(to left top, transparent calc(49.9% + 0.0001rem), #F9F871 calc(50% + 0.0001rem), #F9F871 calc(50% + 0.0001rem), transparent calc(50.1% + 0.0001rem));
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .overview::before {
    width: 105%;
    top: -13rem;
    left: -4rem;
    height: 76rem;
  }
}

.overview__card {
  margin-top: 45.8px;
  margin-top: 2.8625rem;
}
@media screen and (min-width: 768px) {
  .overview__card {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.4375rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.works {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .works {
    max-width: 71.875rem;
    width: 100%;
    margin: auto;
  }
}

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

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

.works__pagination {
  position: relative;
  width: 100%;
}

.works__pagination__body {
  position: absolute;
  width: 100%;
  top: 30px;
  top: 1.875rem;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .works__pagination__body {
    top: 2.5rem;
    left: -1.3125rem;
  }
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #F9F871 !important;
  width: 120%;
}

.back {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .back {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
}

.back-button {
  display: block;
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  padding-top: 45px;
  padding-top: 2.8125rem;
  text-align: center;
  font-size: 85%;
  text-decoration: none;
  color: #fff;
  position: fixed;
  bottom: 41px;
  bottom: 2.5625rem;
  right: 21px;
  right: 1.3125rem;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .back-button {
    bottom: 1.9375rem;
    right: 1.9375rem;
  }
}

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

.back-button:hover {
  opacity: 1;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.back-button:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-card {
  color: #333;
  background-color: #fff;
  display: block;
}

.blog-card__img {
  position: relative;
  width: 100%;
  max-width: 768px;
  max-width: 48rem;
  margin: auto;
}

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

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

.blog-card__category {
  color: #000;
}

.blog-card__title {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.94;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  height: 68px;
  height: 4.25rem;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  .blog-card__title {
    letter-spacing: 0.075rem;
    height: 4.4375rem;
  }
}

.blog-card__text {
  height: 56px;
  height: 3.5rem;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  .blog-card__text {
    height: 3.625rem;
  }
}

.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 5px;
  padding: 0.375rem 0.3125rem;
  line-height: 1;
}

.blog-card__body {
  padding: 4px 22px 15px;
  padding: 0.25rem 1.375rem 0.9375rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.blog-card__text {
  padding-top: 5px;
  padding-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .blog-card__text {
    padding-top: 0.375rem;
    height: 3.625rem;
    overflow: scroll;
  }
}

.blog-card__info {
  padding-top: 4px;
  padding-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .blog-card__info {
    padding-top: 0.5625rem;
  }
}

.blog-card {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
}

.blog-card:hover {
  background-color: #333;
  color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
}

.button.wide-button {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  font-weight: normal;
  color: #fff;
  background-color: #333;
  text-align: center;
  border: 1px solid #fff;
  background: transparent;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wide-button a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}

.wide-button a:hover {
  color: #333;
}

.wide-button a:hover::before {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .botton {
    height: 3.75rem;
    max-width: 23.75rem;
    font-size: 1rem;
    letter-spacing: 0.125rem;
    line-height: 3.375;
    color: #fff;
    background-color: #333;
    display: block;
  }
}

.button__text {
  min-width: 134px;
  min-width: 8.375rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .button__text {
    font-size: 1rem;
    padding: 0.1rem;
  }
}

.button__text:hover {
  opacity: 1;
}

.button--news {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  font-weight: normal;
  color: #fff;
  background-color: #333;
  text-align: center;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .button--news {
    height: 1.875rem;
    font-size: 1rem;
    color: #000;
    background-color: #fff;
    border: none;
    display: block;
    margin-top: 0;
  }
}

.button__text--news {
  min-width: 134px;
  min-width: 8.375rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .button__text--news {
    font-size: 1rem;
    padding: 0.1875rem 1.3125rem;
    display: inline-block;
    letter-spacing: 0;
  }
}

.button__text--news:hover {
  opacity: 1;
}

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

@media screen and (min-width: 768px) {
  .button--news {
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.button--news a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #333;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}

.button--news a:hover {
  color: #fff;
}

.button--news a:hover::before {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}

.common-card {
  color: #fff;
  background-color: #333;
}

@media screen and (min-width: 768px) {
  .common-card.left-liner-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#333), color-stop(74%, #333), color-stop(74%, transparent), to(transparent));
    background: linear-gradient(90deg, #333 0%, #333 74%, transparent 74%, transparent 100%);
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50% + 1.25rem);
  }
}

@media screen and (min-width: 768px) {
  .common-card.right-liner-gradient {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(26%, transparent), color-stop(26%, #333), to(#333));
    background: linear-gradient(90deg, transparent 0%, transparent 26%, #333 26%, #333 100%);
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50% + 1.25rem);
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .swiper.slider2 {
    width: 100%;
    max-width: 34.8125rem;
    max-height: 24.3125rem;
    height: 100%;
  }
}

.sw__img {
  position: relative;
  width: 100%;
  max-width: 557px;
  max-width: 34.8125rem;
  margin: auto;
}

.sw__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sw__img2 {
  position: relative;
  width: 100%;
  max-width: 557px;
  max-width: 34.8125rem;
  margin: auto;
}

.sw__img2::before {
  content: "";
  display: block;
  padding-top: 69.83842011%;
}

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

.common-card__body {
  margin: auto;
}

.common-card__body {
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .common-card__body {
    padding-bottom: 7.375rem;
    width: 100%;
  }
}

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

.common-card__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin-top: 22px;
  margin-top: 1.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .common-card__title {
    margin-top: 7.4375rem;
    letter-spacing: 0.03125rem;
    font-size: 1.5625rem;
    line-height: 0.632;
    text-align: left;
  }
}

.common-card__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .common-card__text {
    width: 100%;
    max-width: 31.875rem;
    font-size: 1rem;
    padding-top: 3rem;
    padding-left: 0rem;
    padding-right: 0rem;
    letter-spacing: 0.03125rem;
    line-height: 2.1875;
  }
}

.common-card__button {
  display: block;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .common-card__button {
    margin-top: 3rem;
    margin-right: auto;
    margin-left: 0rem;
    max-width: 22.45rem;
    line-height: 3.375;
  }
}

@media screen and (min-width: 768px) {
  .contact__button.contact--button {
    background-color: #333;
    margin-top: 3.875rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 22.75rem;
    line-height: 3;
  }
}

.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: 72px;
  width: 4.5rem;
  position: relative;
  z-index: 100;
  padding-top: 4px;
  padding-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .logo {
    padding-top: 0rem;
    width: 5.9375rem;
  }
}

.logo.logo--footer {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .logo.logo--footer {
    margin: 0 0 0 1rem;
    padding-top: 2rem;
    width: 4.5rem;
  }
}

.square-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

.square-card__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.square-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.square-list__item.square-card:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.6" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.square-card__title {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .square-card__title {
    font-size: 1.5625rem;
    letter-spacing: 0.03125rem;
  }
}

@media screen and (min-width: 768px) {
  .title {
    width: 100%;
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
}

.title-jp {
  text-align: center;
}

.title-jp__text {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 768px) {
  .title-jp__text {
    font-size: 1.875rem;
    letter-spacing: 0.03125rem;
    line-height: 1.1666666667;
  }
}

.title-en {
  position: relative;
}

.title-en__text {
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: normal;
  color: #f9f871;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  opacity: 0.2;
  position: absolute;
  top: -2px;
  top: -0.125rem;
  left: 50%;
  -webkit-transform: translate(-50%, -64%);
          transform: translate(-50%, -64%);
}
@media screen and (min-width: 768px) {
  .title-en__text {
    font-size: 6.875rem;
  }
}

@media screen and (min-width: 768px) {
  .title-en__text.right {
    font-size: 6.875rem;
    top: -3.5rem;
    left: 100%;
    -webkit-transform: translate(-82%, 0%);
            transform: translate(-82%, 0%);
  }
}

@media screen and (min-width: 768px) {
  .title-en__text.left {
    font-size: 6.875rem;
    top: 3.375rem;
    left: calc(50% - 20.75rem);
  }
}

@media screen and (min-width: 768px) {
  .title-en__text.left.left--overview {
    font-size: 6.875rem;
    top: 3.125rem;
    left: calc(50% - 18rem);
  }
}

@media screen and (min-width: 768px) {
  .title-en__text.right.right--blog {
    font-size: 6.875rem;
    top: -4rem;
    left: 100%;
    -webkit-transform: translate(-75%, 0%);
            transform: translate(-75%, 0%);
  }
}

@media screen and (min-width: 768px) {
  .title-en__text.left.left--contact {
    font-size: 6.875rem;
    top: -5.6rem;
    left: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

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

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

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

.hamburger span:nth-child(2) {
  margin: 4px 0;
  margin: 0.25rem 0;
}

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

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

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

.hamburger.is-open span:nth-child(3) {
  top: -7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pc-nav {
  height: inherit;
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.pc-nav__item {
  height: inherit;
}

.pc-nav__item a {
  color: #fff;
  height: inherit;
  display: grid;
  place-items: center;
  margin: 0 14.8px;
  margin: 0 0.925rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 2.1875;
}

.pc-nav__item.pc-nav__item--white {
  margin-left: 16px;
  margin-left: 1rem;
}

.pc-nav__item.pc-nav__item--white a {
  background-color: #fff;
  color: #333;
  padding: 0 31px;
  padding: 0 1.9375rem;
  margin: 0;
}

.pc-nav__item {
  opacity: 1;
}

.pc-nav__item :hover {
  opacity: 1;
}

.pc-nav__item.pc-nav__item--white a:hover {
  background-color: #333;
  color: #fff;
}

.pc-nav__item a {
  position: relative;
}

.pc-nav__item a::after {
  position: absolute;
  /*親要素であるaタグを基準に位置を指定*/
  left: 0;
  /*アンダーラインを各メニュー（aタグ）の左端に指定*/
  content: "";
  /*本来は、擬似要素に入るテキストなどを’’内に指定。今回はアンダーラインなので何も記載しない*/
  width: 100%;
  /*アンダーラインを各aタグの幅に合わせる*/
  height: 1px;
  height: 0.0625rem;
  /*アンダーラインの高さ（太さ）*/
  background: #FFEA2E;
  /*アンダーラインの色*/
  bottom: 8px;
  bottom: 0.5rem;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pc-nav__item.pc-nav__item--white a::after {
  height: 0;
  background-color: #333;
  width: 8.28125vw;
  left: auto;
  right: auto;
}

.pc-nav__item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

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

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

.sp-nav__items {
  padding-top: 193px;
  padding-top: 12.0625rem;
  padding-bottom: 208px;
  padding-bottom: 13rem;
  height: 100vh;
}

.sp-nav__item a {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
}
/*# sourceMappingURL=styles.css.map */
