@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Quantico:wght@400;700&display=swap");
@media screen and (max-width: 1199px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 71.4285714286%;
  }
}

body {
  font-size: 1.4rem;
  color: #000000;
  background-color: #e8e8e8;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", YuGothic, sans-serif;
  font-weight: 400;
}
body * {
  box-sizing: border-box;
}
body:active {
  background-color: #e8e8e8;
}
.is-open-menu body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

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

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1em;
}

*:focus {
  outline: none;
}

*:active {
  background-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #777;
}

a:hover {
  text-decoration: none;
}

h2 {
  margin-top: 0;
}

.container-90, .container-80 {
  margin-right: auto;
  margin-left: auto;
  max-width: 175rem;
}

.container-90 {
  width: 90%;
}

.container-80 {
  width: 80%;
}

.minfont {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.enfont {
  font-family: "Quantico", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.enfont-bold {
  font-family: "Quantico", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.top-heading {
  font-weight: 700;
  font-size: 1.6rem;
}

.top-heading .enfont-bold {
  display: block;
}
@media screen and (max-width: 1199px) {
  .top-heading .enfont-bold {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1200px) {
  .top-heading .enfont-bold {
    font-size: 3em;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

.common-btn a {
  display: block;
  background-color: #000000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  border-radius: 0.5rem;
  text-decoration: none;
  padding: 1.6rem;
  border: 2px #000000 solid;
  transition: 0.3s;
}
.common-btn a::before {
  content: " ";
  content: " ";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 1.6rem;
  transition: 0.3s;
}
.common-btn a:hover {
  background-color: #fff;
  color: #000000;
}
.common-btn a:hover::before {
  border-top-color: #000000;
  border-right-color: #000000;
}

.common-top-btn {
  max-width: 24rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .common-top-btn {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .common-top-btn {
    margin-top: 6.4rem;
  }
}

.common-swiper-btn-prev, .common-swiper-btn-next {
  width: 6.4rem;
  height: 6.4rem;
  background-color: #000000;
  position: absolute;
  top: calc(50% - 3.2rem);
  cursor: pointer;
  z-index: 1;
}

.common-swiper-btn-prev {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
@media screen and (max-width: 1199px) {
  .common-swiper-btn-prev {
    left: -3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .common-swiper-btn-prev {
    left: 0;
  }
}
.common-swiper-btn-prev span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.common-swiper-btn-prev span::before {
  content: " ";
  content: " ";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
  display: block;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 1199px) {
  .common-swiper-btn-prev span::before {
    right: 1.2rem;
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
  }
}
@media screen and (min-width: 1200px) {
  .common-swiper-btn-prev span::before {
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-50%) rotate(-135deg);
            transform: translateX(50%) translateY(-50%) rotate(-135deg);
  }
}

.common-swiper-btn-next {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
@media screen and (max-width: 1199px) {
  .common-swiper-btn-next {
    right: -3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .common-swiper-btn-next {
    right: 0;
  }
}
.common-swiper-btn-next span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.common-swiper-btn-next span::before {
  content: " ";
  content: " ";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
  display: block;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 1199px) {
  .common-swiper-btn-next span::before {
    left: 1.2rem;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 1200px) {
  .common-swiper-btn-next span::before {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
}

.common-swiper-pagenation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.4rem;
}
.common-swiper-pagenation .swiper-pagination-bullet {
  display: block;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.common-swiper-pagenation .swiper-pagination-bullet::before {
  content: " ";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px #000000 solid;
  background-color: #e8e8e8;
  border-radius: 0.5rem;
  transition: 0.3s;
}
.common-swiper-pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #000000;
}

.common-text-window {
  background-color: #fff;
  color: #000000;
  position: relative;
  border-style: solid;
  border-top-width: 2px;
  border-top-color: #000000;
  border-bottom-width: 4px;
  border-bottom-color: #000000;
  border-right-width: 2px;
  border-right-color: #000000;
  border-left-width: 2px;
  border-left-color: #000000;
  border-radius: 0.5rem;
}
@media screen and (max-width: 991px) {
  .common-text-window {
    padding: 4rem 2.4rem 3.2rem;
  }
}
@media screen and (min-width: 992px) {
  .common-text-window {
    padding: 4.8rem 4rem 4rem;
  }
}
.common-text-window::before {
  content: " ";
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  display: block;
  border-style: solid;
  border-top-width: 4px;
  border-top-color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #000000;
  border-right-width: 2px;
  border-right-color: #000000;
  border-left-width: 2px;
  border-left-color: #000000;
  border-radius: 0.5rem;
  top: 0.3rem;
  left: 0.3rem;
  position: absolute;
}

.common-text-window-name {
  position: absolute;
  top: -1.3rem;
  background-color: #fff;
  border: 2px #000000 solid;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  padding-right: 1em;
  padding-left: 1em;
  line-height: 2em;
  z-index: 2;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .common-text-window-name {
    left: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .common-text-window-name {
    left: 2.4rem;
  }
}

.common-text-window-main-next {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5rem;
  height: 5rem;
}
.common-text-window-main-next a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
}
.common-text-window-main-next a::before {
  content: " ";
  border-top: 0.6rem solid #000000;
  border-right: 0.4rem solid rgba(0, 0, 0, 0);
  border-left: 0.4rem solid rgba(0, 0, 0, 0);
  -webkit-animation: ctwmnAni 2s ease 0s infinite;
          animation: ctwmnAni 2s ease 0s infinite;
  margin-top: 1rem;
}

@-webkit-keyframes ctwmnAni {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes ctwmnAni {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.ctw-ani {
  -webkit-animation: ctwAni 1s ease 0s normal;
          animation: ctwAni 1s ease 0s normal;
}
.ctw-ani span {
  opacity: 0;
}

.ctwm1, .ctwm2, .ctwm3, .ctwm4, .ctwm5, .ctwm6, .ctwm7, .ctwm8, .ctwm9, .ctwm10, .ctwm11, .ctwm12, .ctwm13, .ctwm14, .ctwm15, .ctwm16, .ctwm17, .ctwm18, .ctwm19, .ctwm20, .ctwm21, .ctwm22, .ctwm23, .ctwm24, .ctwm25, .ctwm26, .ctwm27, .ctwm28, .ctwm29, .ctwm30, .ctwm31, .ctwm32, .ctwm33, .ctwm34, .ctwm35, .ctwm36, .ctwm37, .ctwm38, .ctwm39, .ctwm40, .ctwm41, .ctwm42, .ctwm43, .ctwm44, .ctwm45, .ctwm46, .ctwm47, .ctwm48, .ctwm49, .ctwm50, .ctwm51, .ctwm52, .ctwm53, .ctwm54, .ctwm55, .ctwm56, .ctwm57, .ctwm58, .ctwm59, .ctwm60, .ctwm61, .ctwm62, .ctwm63, .ctwm64, .ctwm65, .ctwm66, .ctwm67, .ctwm68, .ctwm69, .ctwm70, .ctwm71, .ctwm72, .ctwm73, .ctwm74, .ctwm75, .ctwm76, .ctwm77, .ctwm78, .ctwm79, .ctwm80, .ctwm81, .ctwm82, .ctwm83, .ctwm84, .ctwm85, .ctwm86, .ctwm87, .ctwm88 {
  -webkit-animation-name: ctwAni;
          animation-name: ctwAni;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.ctwm1 {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

.ctwm2 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.ctwm2 {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.ctwm3 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.ctwm4 {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}

.ctwm5 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.ctwm6 {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}

.ctwm7 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.ctwm8 {
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s;
}

.ctwm9 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.ctwm10 {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}

.ctwm11 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.ctwm12 {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.ctwm13 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.ctwm14 {
  -webkit-animation-delay: 1.85s;
          animation-delay: 1.85s;
}

.ctwm15 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.ctwm16 {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}

.ctwm17 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.ctwm18 {
  -webkit-animation-delay: 2.05s;
          animation-delay: 2.05s;
}

.ctwm19 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.ctwm20 {
  -webkit-animation-delay: 2.15s;
          animation-delay: 2.15s;
}

.ctwm21 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.ctwm22 {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

.ctwm23 {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.ctwm24 {
  -webkit-animation-delay: 2.35s;
          animation-delay: 2.35s;
}

.ctwm25 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.ctwm26 {
  -webkit-animation-delay: 2.45s;
          animation-delay: 2.45s;
}

.ctwm27 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.ctwm28 {
  -webkit-animation-delay: 2.55s;
          animation-delay: 2.55s;
}

.ctwm29 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.ctwm30 {
  -webkit-animation-delay: 2.65s;
          animation-delay: 2.65s;
}

.ctwm31 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.ctwm32 {
  -webkit-animation-delay: 2.75s;
          animation-delay: 2.75s;
}

.ctwm33 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.ctwm34 {
  -webkit-animation-delay: 2.85s;
          animation-delay: 2.85s;
}

.ctwm35 {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

.ctwm36 {
  -webkit-animation-delay: 2.95s;
          animation-delay: 2.95s;
}

.ctwm37 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.ctwm38 {
  -webkit-animation-delay: 3.05s;
          animation-delay: 3.05s;
}

.ctwm39 {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

.ctwm40 {
  -webkit-animation-delay: 3.15s;
          animation-delay: 3.15s;
}

.ctwm41 {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.ctwm42 {
  -webkit-animation-delay: 3.25s;
          animation-delay: 3.25s;
}

.ctwm43 {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.ctwm44 {
  -webkit-animation-delay: 3.35s;
          animation-delay: 3.35s;
}

.ctwm45 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.ctwm46 {
  -webkit-animation-delay: 3.45s;
          animation-delay: 3.45s;
}

.ctwm47 {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.ctwm48 {
  -webkit-animation-delay: 3.55s;
          animation-delay: 3.55s;
}

.ctwm49 {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.ctwm50 {
  -webkit-animation-delay: 3.65s;
          animation-delay: 3.65s;
}

.ctwm51 {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}

.ctwm52 {
  -webkit-animation-delay: 3.75s;
          animation-delay: 3.75s;
}

.ctwm53 {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

.ctwm54 {
  -webkit-animation-delay: 3.85s;
          animation-delay: 3.85s;
}

.ctwm55 {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}

.ctwm56 {
  -webkit-animation-delay: 3.95s;
          animation-delay: 3.95s;
}

.ctwm57 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.ctwm58 {
  -webkit-animation-delay: 4.05s;
          animation-delay: 4.05s;
}

.ctwm59 {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}

.ctwm60 {
  -webkit-animation-delay: 4.15s;
          animation-delay: 4.15s;
}

.ctwm61 {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

.ctwm62 {
  -webkit-animation-delay: 4.25s;
          animation-delay: 4.25s;
}

.ctwm63 {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}

.ctwm64 {
  -webkit-animation-delay: 4.35s;
          animation-delay: 4.35s;
}

.ctwm65 {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}

.ctwm66 {
  -webkit-animation-delay: 4.45s;
          animation-delay: 4.45s;
}

.ctwm67 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.ctwm68 {
  -webkit-animation-delay: 4.55s;
          animation-delay: 4.55s;
}

.ctwm69 {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}

.ctwm70 {
  -webkit-animation-delay: 4.65s;
          animation-delay: 4.65s;
}

.ctwm71 {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}

.ctwm72 {
  -webkit-animation-delay: 4.75s;
          animation-delay: 4.75s;
}

.ctwm73 {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}

.ctwm74 {
  -webkit-animation-delay: 4.85s;
          animation-delay: 4.85s;
}

.ctwm75 {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}

.ctwm76 {
  -webkit-animation-delay: 4.95s;
          animation-delay: 4.95s;
}

.ctwm77 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.ctwm78 {
  -webkit-animation-delay: 5.05s;
          animation-delay: 5.05s;
}

.ctwm79 {
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}

.ctwm80 {
  -webkit-animation-delay: 5.15s;
          animation-delay: 5.15s;
}

.ctwm81 {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}

.ctwm82 {
  -webkit-animation-delay: 5.25s;
          animation-delay: 5.25s;
}

.ctwm83 {
  -webkit-animation-delay: 5.3s;
          animation-delay: 5.3s;
}

.ctwm84 {
  -webkit-animation-delay: 5.35s;
          animation-delay: 5.35s;
}

.ctwm85 {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}

.ctwm86 {
  -webkit-animation-delay: 5.45s;
          animation-delay: 5.45s;
}

.ctwm87 {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.ctwm88 {
  -webkit-animation-delay: 5.55s;
          animation-delay: 5.55s;
}

@-webkit-keyframes ctwAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ctwAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.common-text-window-main {
  font-size: 1.2rem;
  line-height: 1.8;
}

#main-header {
  position: relative;
  padding-top: 1.4rem;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 175rem;
}
@media screen and (max-width: 991px) {
  #main-header {
    margin-bottom: 6.4rem;
  }
}
@media screen and (min-width: 992px) {
  #main-header {
    margin-bottom: 11.2rem;
  }
}

#header-logo {
  max-width: 18.4rem;
  line-height: 1;
  font-size: 1rem;
  margin-bottom: 0;
}

#main-navigation-btn {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #000000;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  border-bottom-left-radius: 0.5rem;
  line-height: 1;
  z-index: 999;
  cursor: pointer;
  transition: 0.3s;
}
#main-navigation-btn::before {
  content: "CLOSE";
  opacity: 0;
  transition: 0.3s;
  position: absolute;
}
#main-navigation-btn.open-menu::before {
  opacity: 1;
}
#main-navigation-btn.open-menu span {
  opacity: 0;
  visibility: hidden;
}
#main-navigation-btn.open-menu + #main-navigation {
  opacity: 1;
  visibility: visible;
}

#main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 99;
  text-align: center;
  overflow-y: scroll;
}
#main-navigation .container-90 {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main-navigation-inner {
  padding-top: 6.4rem;
  padding-bottom: 4rem;
}

#mni-logo {
  max-width: 24rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3.2rem;
}

#main-navigation-list {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
  text-align: left;
  margin-top: 0;
  font-weight: 700;
}
#main-navigation-list li {
  list-style: none;
  margin-bottom: 2.4rem;
  padding-right: 1.6em;
  padding-left: 1.6em;
  position: relative;
}
#main-navigation-list li:nth-of-type(3) {
  padding-bottom: 1rem;
}
#main-navigation-list li::before {
  content: " ";
  position: absolute;
  width: 0.8em;
  height: 2px;
  background-color: #000000;
  display: block;
  left: 0;
}
#main-navigation-list li:nth-of-type(-n+3)::before {
  top: 1.45em;
}
#main-navigation-list li:nth-of-type(n+4)::before {
  top: 0.8em;
}
#main-navigation-list li a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  transition: 0.3s;
}
#main-navigation-list li a:hover {
  color: #777;
}

.mni-strong {
  font-size: 1.6rem;
}
.mni-strong span {
  font-size: 2em;
  display: block;
}

@media screen and (max-width: 991px) {
  #main-footer {
    padding-bottom: 6.4rem;
  }
}
@media screen and (min-width: 992px) {
  #main-footer {
    padding-bottom: 15.2rem;
  }
}
#main-footer .container-90 {
  border-top: 2px #000000 solid;
}
@media screen and (max-width: 991px) {
  #main-footer .container-90 {
    padding-top: 6.4rem;
  }
}
@media screen and (min-width: 992px) {
  #main-footer .container-90 {
    padding-top: 15.2rem;
  }
}

#foot-logo {
  max-width: 24rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4rem;
}

.foot-link-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  text-align: center;
  padding-bottom: 2.4rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 40rem;
  margin-top: 0;
}
.foot-link-wrap li {
  list-style: none;
  margin-bottom: 1em;
  padding-right: 0.6em;
  padding-left: 0.6em;
}
.foot-link-wrap li:first-of-type {
  min-width: 16.8rem;
}
.foot-link-wrap li:nth-of-type(2) {
  min-width: 14.4rem;
}
.foot-link-wrap li:nth-of-type(n+3) {
  font-size: 1.2rem;
}
.foot-link-wrap li a {
  text-decoration: none;
  color: #000000;
  transition: 0.3s;
}
.foot-link-wrap li a:hover {
  color: #777;
}

.foot-copy {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0;
}

#return-top {
  position: fixed;
  right: 0;
  bottom: 0;
}
#return-top a {
  display: flex;
  width: 6.4rem;
  height: 6.4rem;
  background-color: #000000;
  border-top-left-radius: 0.5rem;
  position: relative;
  justify-content: center;
  align-items: center;
}
#return-top a::before {
  content: " ";
  content: " ";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 991px) {
  .top-text-window-wrap {
    margin-bottom: 6.4rem;
  }
}
@media screen and (min-width: 992px) {
  .top-text-window-wrap {
    margin-bottom: 15.2rem;
  }
}

.top-text-window-inner {
  max-width: 66.4rem;
  margin-right: auto;
  margin-left: auto;
}

.common-tag-list {
  margin: 0;
  padding-left: 0;
}
.common-tag-list li {
  list-style: none;
  padding-right: 1rem;
  display: inline-block;
  margin-bottom: 0.5em;
}
.common-tag-list a {
  display: inline-block;
  color: #000000;
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.3s;
}
.common-tag-list a:hover {
  color: #777;
}

.top-tips-wrap .top-heading {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .top-tips-wrap .top-heading {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .top-tips-wrap .top-heading {
    margin-bottom: 6.4rem;
  }
}
@media screen and (max-width: 991px) {
  .top-tips-wrap {
    padding-bottom: 6.4rem;
  }
}
@media screen and (min-width: 992px) {
  .top-tips-wrap {
    margin-bottom: 16rem;
  }
}

.top-tips-inner {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .top-tips-inner {
    padding-right: 4.8rem;
    padding-left: 4.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-tips-inner {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.common-item > a {
  display: block;
  text-decoration: none;
  color: #000000;
}

.common-item-img {
  margin-bottom: 2rem;
  overflow: hidden;
  aspect-ratio: 1.618/1;
}
.common-item-img img {
  transition: 0.6s;
}
a:hover .common-item-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.common-item-date {
  font-size: 1.2rem;
  line-height: 1;
}

.common-item-ttl {
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .top-post-wrap .top-heading {
    margin-bottom: 4rem;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .top-post-wrap .top-heading {
    width: 32rem;
    margin-top: -1em;
  }
}
@media screen and (max-width: 991px) {
  .top-post-wrap {
    padding-bottom: 6.4rem;
  }
}
@media screen and (min-width: 992px) {
  .top-post-wrap {
    display: flex;
    padding-bottom: 16rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-post-wrap {
    width: calc(100% - 16rem);
    margin-left: auto;
  }
}

@media screen and (min-width: 992px) {
  .top-post-main {
    width: calc(100% - 32rem);
  }
}

.common-post-list {
  margin: 0;
  padding-left: 0;
  border-top: 2px #000000 solid;
}

.common-post-list-item {
  list-style: none;
  border-bottom: 2px #000000 solid;
  padding-bottom: 1.6rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
.common-post-list-item > a {
  display: block;
  text-decoration: none;
  color: #000000;
  padding-top: 2.4rem;
  padding-bottom: 1em;
  transition: 0.3s;
}
.common-post-list-item > a .common-item-date {
  margin-bottom: 1rem;
}
.common-post-list-item > a:hover {
  color: #777;
}/*# sourceMappingURL=common.css.map */