@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

a {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
}

@font-face {
  font-family: MinchoSTD;
  src: url("../fonts/MinchoSTD.otf") format("opentype");
}
@font-face {
  font-family: HiraginoMincho;
  src: url("../fonts/HiraginoMincho.woff") format("woff");
}
.font-hiragino-mincho {
  font-family: HiraginoMincho;
}

body {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #F2F2F2;
  color: #141414;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.4285714286;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.14rem;
    font-weight: 300;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
    font-weight: 300;
  }
  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}
body.--is-white {
  background-color: #fff;
}

.font-lato {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.font-serif {
  font-family: MinchoSTD;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.7;
}

.load {
  opacity: 0;
}
html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  display: inline-block;
  color: #141414;
}

@media print, (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 3.2rem;
  }
}
.container.--is-top {
  height: 100vh;
  overflow: hidden;
}
.container.--is-top.--no-transition {
  height: auto;
  overflow: unset;
}
.container.--is-top.--un-freeze {
  height: auto;
  overflow: unset;
}

@media print, (min-width: 768px) {
  .wrapper {
    width: 100%;
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@-webkit-keyframes sliderPagination {
  90% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  90.1% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  93.1% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  94% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}

@keyframes sliderPagination {
  90% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  90.1% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  93.1% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  94% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@-webkit-keyframes circleMove {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}
@keyframes circleMove {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}
.lds-roller-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
}
@media print, (min-width: 768px) {
  .lds-roller {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.lds-roller div {
  -webkit-transform-origin: 0.4rem 0.4rem;
  transform-origin: 0.4rem 0.4rem;
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.lds-roller div::after {
  content: " ";
  display: block;
  position: absolute;
  width: 0.07rem;
  height: 0.07rem;
  margin: -0.04rem 0 0 -0.04rem;
  border-radius: 50%;
  background: #185194;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
  animation-delay: -0.036s;
  opacity: 0.65;
}

.lds-roller div:nth-child(1)::after {
  top: 0.63rem;
  left: 0.63rem;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
  animation-delay: -0.072s;
  opacity: 0.7;
}

.lds-roller div:nth-child(2)::after {
  top: 0.68rem;
  left: 0.56rem;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s;
  opacity: 0.75;
}

.lds-roller div:nth-child(3)::after {
  top: 0.71rem;
  left: 0.48rem;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s;
  opacity: 0.8;
}

.lds-roller div:nth-child(4)::after {
  top: 0.72rem;
  left: 0.4rem;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
  opacity: 0.85;
}

.lds-roller div:nth-child(5)::after {
  top: 0.71rem;
  left: 0.32rem;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s;
  opacity: 0.9;
}

.lds-roller div:nth-child(6)::after {
  top: 0.68rem;
  left: 0.24rem;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s;
  opacity: 0.95;
}

.lds-roller div:nth-child(7)::after {
  top: 0.63rem;
  left: 0.17rem;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8)::after {
  top: 0.56rem;
  left: 0.12rem;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header {
  visibility: hidden;
  position: fixed;
  z-index: 101;
  top: 0.2rem;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  color: #fff;
  font-size: 0.13rem;
}
.header.--is-sticky .header__logo, .header.--is-black .header__logo {
  background-image: url("../img/common/header_logo_black.svg");
}
.header.--is-sticky .header__btn-menu span, .header.--is-black .header__btn-menu span {
  background: #000;
}
@media print, (min-width: 768px) {
  .header.--is-sticky .navbar__list > li::after, .header.--is-black .navbar__list > li::after {
    border-color: #000;
  }
  .header.--is-sticky .navbar__list > li > a, .header.--is-black .navbar__list > li > a {
    color: #000;
  }
  .header.--is-sticky .header__contact, .header.--is-black .header__contact {
    border-color: #000;
    color: #000;
  }
  .header.--is-sticky .header__contact::before, .header.--is-black .header__contact::before {
    border-color: #000;
    background-image: url("../img/common/icon_arrow_next_black.svg");
  }
  .header.--is-sticky .navbar__link--has-menu::after, .header.--is-black .navbar__link--has-menu::after {
    background-image: url("../img/common/icon_arrow_black.svg");
  }
  .header.--is-sticky .navbar__progress, .header.--is-black .navbar__progress {
    border-bottom-color: #000;
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0.22rem 0.34rem;
}
.header__logo {
  display: inline-block;
  position: relative;
  z-index: 101;
  width: 0.9rem;
  height: 0.6rem;
  margin: -0.01rem auto 0 0.01rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../img/common/header_logo.svg") center/contain no-repeat;
}
.header__navnar {
  margin-left: auto;
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 100;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.32rem;
  height: 0.38rem;
  padding-right: 0.38rem;
  overflow: hidden;
  border: 0.01rem solid #fff;
  border-radius: 0.38rem;
  color: #fff;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .header__contact:hover::before {
    background-image: url("../img/common/icon_arrow_next_white.svg") !important;
  }
  .header__contact:hover::after {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.header__contact::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  top: -0.01rem;
  right: -0.01rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.38rem;
  height: 0.38rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0.01rem solid #fff;
  border-radius: 50%;
  background: url("../img/common/icon_arrow_next_white.svg") center/0.08rem auto no-repeat;
  color: #fff;
  font-size: 0.12rem;
}
.header__contact::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 0.18rem);
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  background-color: #185194;
}

.navbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.21rem;
  margin-left: auto;
}
.navbar__item {
  position: relative;
  z-index: 100;
  padding: 0.06rem 0;
  color: #fff;
  font-size: 0.12rem;
}
.navbar__item:hover .navbar__menu {
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  pointer-events: auto;
}
.navbar__item:hover .navbar__link--has-menu::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar__item:first-child::after {
  display: none;
}
.navbar__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 0.12rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 0.01rem solid #fff;
}
.navbar__link {
  display: inline-block;
  padding: 0 0.11rem;
  color: #fff;
  font-size: 0.12rem;
  letter-spacing: 0.1em;
}
.navbar__link--has-menu {
  position: relative;
  z-index: 100;
  padding-right: 0.25rem;
}
.navbar__link--has-menu::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  width: 0.09rem;
  height: 0.08rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: url("../img/common/icon_arrow.svg") center/contain no-repeat;
}
.navbar__progress {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 0.01rem solid #fff;
  pointer-events: none;
}
.navbar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, (min-width: 768px) {
  .header .navbar__menu {
    visibility: hidden;
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.85);
    mix-blend-mode: multiply;
    pointer-events: none;
  }
  .header .navbar__menu::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 100%);
    background-color: rgba(0, 0, 0, 0.85);
    pointer-events: none;
    mix-blend-mode: multiply;
  }
  .header .navbar__menu:hover {
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .header .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 10.2rem;
    margin: 0 auto;
    padding: 0 0.2rem;
    gap: 0.39rem;
    padding-top: 1.58rem;
  }
  .header .menu__list li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
  }
  .header .menu__item {
    position: relative;
    width: 100%;
    padding-top: 70%;
    -webkit-transition: all 1.4s ease;
    transition: all 1.4s ease;
    background-image: linear-gradient(-45deg, transparent 25%, rgba(29, 31, 31, 0.2) 25%, rgba(29, 31, 31, 0.2) 50%, transparent 50%, transparent 75%, rgba(29, 31, 31, 0.2) 75%, rgba(29, 31, 31, 0.2)), url("../img/common/menu_img_01.jpg");
    background-repeat: repeat, no-repeat;
    background-position: 0 0, 50% 50%;
    background-size: 0.02rem 0.02rem, cover;
    -webkit-clip-path: polygon(0 0, 87% 0%, 100% 18%, 100% 100%, 13% 100%, 0 81%);
    clip-path: polygon(0 0, 87% 0%, 100% 18%, 100% 100%, 13% 100%, 0 81%);
  }
  .header .menu__item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .header .menu__item:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .menu__item:hover .menu__text {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  .header .menu__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(197, 197, 197, 0.7);
    mix-blend-mode: multiply;
  }
  .header .menu__item--is-second {
    background-image: linear-gradient(-45deg, transparent 25%, rgba(29, 31, 31, 0.2) 25%, rgba(29, 31, 31, 0.2) 50%, transparent 50%, transparent 75%, rgba(29, 31, 31, 0.2) 75%, rgba(29, 31, 31, 0.2)), url("../img/common/menu_img_02.jpg");
  }
  .header .menu__item--is-third {
    background-image: linear-gradient(-45deg, transparent 25%, rgba(29, 31, 31, 0.2) 25%, rgba(29, 31, 31, 0.2) 50%, transparent 50%, transparent 75%, rgba(29, 31, 31, 0.2) 75%, rgba(29, 31, 31, 0.2)), url("../img/common/menu_img_03.jpg");
  }
  .header .menu__item--is-fourth {
    background-image: linear-gradient(-45deg, transparent 25%, rgba(29, 31, 31, 0.2) 25%, rgba(29, 31, 31, 0.2) 50%, transparent 50%, transparent 75%, rgba(29, 31, 31, 0.2) 75%, rgba(29, 31, 31, 0.2)), url("../img/common/menu_img_04.jpg");
  }
  .header .menu__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    -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;
    width: 100%;
    height: 100%;
    padding-top: 0.1rem;
    -webkit-transition: all 1.4s ease;
    transition: all 1.4s ease;
    color: #fff;
    font-size: 0.15rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-align: center;
  }
  .header .menu__text span {
    margin-top: 0.06rem;
    font-family: "Noto Sans", sans-serif;
    font-size: 0.12rem;
    letter-spacing: 0;
  }
}
.--start-animation .header {
  visibility: visible;
  top: 0;
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
  opacity: 1;
}

.--is-loaded .header {
  visibility: visible;
  top: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.--is-normal-loaded .header {
  visibility: visible;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}

@media only screen and (max-width: 767.98px) {
  .header.--is-active .header__logo {
    background-image: url("../img/common/header_logo_black.svg");
  }
  .header__wrapper {
    padding: 0.13rem 0.25rem 0.13rem 0.11rem;
  }
  .header__btn-menu {
    display: inline-block;
    position: relative;
    z-index: 101;
    top: -0.07rem;
    width: 0.28rem;
    height: 0.22rem;
  }
  .header__btn-menu span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.02rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
  }
  .header__btn-menu span:nth-child(1) {
    top: 0;
  }
  .header__btn-menu span:nth-child(2) {
    top: 0.1rem;
    left: 0.07rem;
    width: 0.21rem;
  }
  .header__btn-menu span:nth-child(3) {
    top: 0.2rem;
  }
  .header__btn-menu.--is-active span {
    background: #000;
  }
  .header__btn-menu.--is-active span:nth-child(1) {
    -webkit-transform: translateY(0.1rem) rotate(-45deg);
    transform: translateY(0.1rem) rotate(-45deg);
  }
  .header__btn-menu.--is-active span:nth-child(2) {
    left: 50%;
    opacity: 0;
  }
  .header__btn-menu.--is-active span:nth-child(3) {
    -webkit-transform: translateY(-0.1rem) rotate(45deg);
    transform: translateY(-0.1rem) rotate(45deg);
  }
  .header__contact {
    width: 1.82rem;
    height: 0.52rem;
    margin-top: 0.19rem;
    border-color: #333;
    color: #333;
    font-size: 0.17rem;
    font-weight: bold;
  }
  .header__contact::before {
    width: 0.52rem;
    height: 0.52rem;
    border-color: #333;
    background-image: url("../img/common/icon_arrow_next_black.svg");
    background-size: 0.12rem auto;
    color: #333;
    font-size: 0.2rem;
  }
  .header__copyright {
    display: block;
    color: #333;
    font-size: 0.12rem;
    text-align: center;
  }
  .header .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0.24rem;
    padding-bottom: 0.22rem;
    padding-left: 0.35rem;
    letter-spacing: 0.07em;
    gap: 0.18rem;
  }
  .header .menu__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.15rem;
  }
  .header .menu__list a::before {
    content: "-";
  }
  .header .menu__list a span {
    display: none;
  }
  .header .social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.96rem 0 0.2rem;
    gap: 0.5rem;
  }
  .header .social__list a {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
  }
  .header .social__list a img {
    width: 100%;
  }
  .navbar__wrapper {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 0.8rem;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .navbar__inner {
    display: block;
    height: calc(100vh - 0.8rem);
    padding: 0.31rem 0.45rem 1rem;
    overflow: auto;
  }
  .navbar__list {
    display: block;
    width: 100%;
    margin: 0;
  }
  .navbar__item {
    width: 100%;
    padding: 0.24rem 0;
    border-bottom: 0.01rem solid #C5C5C5;
  }
  .navbar__item:last-of-type {
    border-bottom: none;
  }
  .navbar__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    color: #000;
    font-size: 0.18rem;
    font-weight: bold;
    letter-spacing: 0.065em;
  }
  .navbar__link::before {
    content: "-";
  }
  .navbar__link--has-menu::after {
    display: none;
  }
  .navbar__item.--is-active .navbar__accordion {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .navbar__accordion {
    display: inline-block;
    position: absolute;
    z-index: 101;
    top: 0.36rem;
    right: 0.05rem;
    width: 0.3rem;
    height: 0.3rem;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url("../img/common/icon_arrow_swiper_up.svg") center/0.19rem auto no-repeat;
  }
  .navbar__menu {
    display: none;
    -webkit-transition: auto !important;
    transition: auto !important;
  }
}
.footer {
  position: relative;
  color: #fff;
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
}
.footer__scroll-top {
  display: none;
  position: absolute;
  top: -0.64rem;
  right: 0.44rem;
  width: 0.43rem;
  height: 0.43rem;
  overflow: hidden;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0.01rem solid #000;
  border-radius: 50%;
  outline: none;
  background: url("../img/common/icon_arrow_next_black.svg") center/0.08rem auto no-repeat;
  cursor: pointer;
}
.footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 13.1rem;
  min-height: 7.44rem;
  padding-bottom: 0.58rem;
  overflow: hidden;
}
.footer__inner {
  width: 100%;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  margin-left: auto;
}
.footer__social a {
  display: block;
  width: 0.2rem;
}
.footer__social a img {
  width: 100%;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.92rem;
}
.footer__copyright {
  display: block;
  width: 100%;
  padding-left: 0.1rem;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
}
.footer__list {
  padding-top: 0.18rem;
  font-size: 0.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.footer__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__list li::before {
  content: "-";
}
.footer__list a {
  color: #fff;
}
.footer__sub-list {
  margin-left: 0.14rem;
  padding-top: 0.03rem;
  font-size: 0.12rem;
  font-weight: normal;
  line-height: 1.75;
}
.footer__logo {
  width: 1.1rem;
  margin-bottom: 0.44rem;
}
.footer__logo img {
  width: 100%;
}
.footer__text {
  margin-bottom: -0.01rem;
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.footer .common-btn {
  margin-top: 0.5rem;
  margin-bottom: 0.47rem;
  padding: 0 0.53rem 0 0.37rem;
  font-size: 0.12rem;
}

@media print, (min-width: 768px) {
  .footer .wrapper {
    max-width: unset;
    padding-right: 0.85rem;
    padding-left: 0.85rem;
  }
  .footer.--no-photo {
    background: #4C4C4C !important;
  }
  .footer.--no-photo::before {
    opacity: 0;
  }
  .footer.--no-photo .wrapper {
    min-height: 4.4rem;
  }
  .footer.--no-photo .footer__info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .footer.--no-photo .footer__inner {
    padding-top: 0.56rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer {
    position: static;
    padding-top: 0;
    background-color: #F2F2F2;
    background-image: none !important;
  }
  .footer.--no-photo::after {
    height: 3.2rem;
    background: #4C4C4C !important;
  }
  .footer.--no-photo::before {
    opacity: 0;
  }
  .footer.--no-photo .footer__info {
    gap: 0.9rem;
  }
  .footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.9rem;
    background-image: linear-gradient(-45deg, transparent 25%, rgba(29, 31, 31, 0.2) 25%, rgba(29, 31, 31, 0.2) 50%, transparent 50%, transparent 75%, rgba(29, 31, 31, 0.2) 75%, rgba(29, 31, 31, 0.2)), url("../img/common/sp/footer_bg.jpg");
    background-repeat: repeat, no-repeat;
    background-position: 0 0, 50% 50%;
    background-size: 0.04rem 0.04rem, cover;
  }
  .footer::before {
    z-index: 1;
    top: auto;
    bottom: 0;
    height: 3.9rem;
  }
  .footer .wrapper {
    display: block;
    min-height: auto;
    padding: 0 0.24rem 0.19rem;
  }
  .footer__scroll-top {
    display: block;
    top: -0.72rem;
    right: -0.02rem;
    margin-right: 0.29rem;
    margin-left: auto;
  }
  .footer .footer__info {
    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;
    gap: 1.31rem;
  }
  .footer .footer__list {
    padding: 0.17rem 0.1rem 0;
  }
  .footer .footer__list a {
    color: #000;
    font-size: 0.15rem;
  }
  .footer .footer__list li {
    display: block;
    position: relative;
    padding: 0.14rem 0.06rem 0.15rem;
    border-top: 0.01rem solid #C5C5C5;
  }
  .footer .footer__list li:first-child {
    border-top: none;
  }
  .footer .footer__list li::before {
    color: #000;
  }
  .footer .footer__list li.--is-active .footer__accordion {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .footer .footer__logo {
    margin-bottom: 0.25rem;
  }
  .footer .footer__sub-list {
    display: none;
  }
  .footer .footer__sub-list li {
    padding: 0.08rem;
  }
  .footer .footer__sub-list a {
    font-size: 0.12rem;
  }
  .footer .footer__text {
    font-size: 0.12rem;
  }
  .footer .footer__text span {
    margin-left: 0.13rem;
  }
  .footer .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer .footer__social {
    margin: 0.25rem 0;
  }
  .footer .footer__copyright {
    padding-left: 0;
  }
  .footer__accordion {
    display: inline-block;
    position: absolute;
    z-index: 101;
    top: 0.13rem;
    right: 0;
    width: 0.3rem;
    height: 0.3rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url("../img/common/icon_arrow_next_black.svg") center/0.1rem auto no-repeat;
  }
}
.footer__contact {
  position: relative;
  padding: 0.51rem 0.2rem;
  color: #fff;
}
.footer__contact::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(156, 204, 240, 0.7);
  pointer-events: none;
}
.footer__contact .contact__inner {
  position: relative;
  z-index: 1;
  max-width: 8rem;
  margin: 0 auto;
  padding: 0.47rem 0.48rem 0.33rem 0.72rem;
  border: 0.01rem solid #fff;
  text-align: right;
}
.footer__contact .contact__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0.44rem;
  text-align: left;
  gap: 0.3rem;
}
.footer__contact .contact__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 0.2rem;
  height: 0;
  border-top: 0.01rem solid #fff;
}
.footer__contact .contact__title span {
  font-size: 0.12rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767.98px) {
  .footer__contact {
    padding: 0.17rem;
  }
  .footer__contact .contact__inner {
    padding: 0.34rem 0.2rem 0.24rem;
    text-align: center;
  }
  .footer__contact .contact__title {
    display: block;
    margin-bottom: 0.26rem;
    text-align: center;
  }
  .footer__contact .contact__title::before {
    display: none;
  }
  .footer__contact .contact__title img {
    width: 1.73rem;
  }
  .footer__contact .contact__title span {
    display: block;
    width: 100%;
    margin-top: 0.21rem;
    text-align: center;
  }
}
footer {
  position: relative;
  z-index: 11;
}
footer.--is-top .footer {
  padding-top: 0.34rem;
}
footer.--is-top .footer .footer__list {
  padding-top: 0.17rem;
}
footer.--is-top .footer__contact {
  display: none;
}
footer.--is-top .footer__scroll-top {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  footer.--is-top .footer__scroll-top {
    position: static;
  }
}

.page-title .title__english {
  display: block;
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 767.98px) {
  .page-title .title__english {
    margin-bottom: 0.03rem;
  }
}
.page-title .title__japan {
  display: block;
  width: 100%;
  color: #333;
  font-size: 0.13rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767.98px) {
  .page-title .title__japan {
    font-size: 0.12rem;
    font-weight: 500;
  }
}

.custom-image {
  background-repeat: repeat, no-repeat;
  background-position: 0 0, 50% 50%;
  background-size: 0.04rem 0.04rem, cover;
}
@media only screen and (max-width: 767.98px) {
  .custom-image {
    background-size: 0.02rem 0.02rem, cover;
  }
}

.common-title {
  display: block;
  position: relative;
  padding-bottom: 0.34rem;
}
@media only screen and (max-width: 767.98px) {
  .common-title {
    padding-bottom: 0.26rem;
  }
}
.common-title .japan {
  display: block;
  width: 100%;
  margin-top: 0.17rem;
  color: #185194;
  font-size: 0.12rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767.98px) {
  .common-title .japan {
    margin-top: 0.07rem;
  }
}
.common-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.2rem;
  height: 0;
  border-top: 0.01rem solid #000;
}
.common-title.--is-right::after {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 767.98px) {
  .common-title.--is-right::after {
    right: auto;
    left: 0;
  }
}
.common-title.--is-white .japan {
  margin-top: 0.16rem;
  color: #fff;
  font-size: 0.15rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.common-title.--is-white::after {
  display: none;
}

.common-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 100;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0.38rem;
  padding: 0 0.5rem 0 0.25rem;
  overflow: hidden;
  border: 0.01rem solid #000;
  border-radius: 0.38rem;
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.common-btn.--is-big {
  height: 0.43rem;
  padding: 0 0.59rem 0 0.4rem;
  font-size: 0.13rem;
}
.common-btn.--is-big::before {
  width: 0.43rem;
  height: 0.43rem;
}
.common-btn.--is-big::after {
  left: calc(100% - 0.2rem);
}
@media print, (min-width: 768px) {
  .common-btn.--is-big:hover::after {
    width: 0.43rem;
    height: 0.43rem;
  }
}
.common-btn.--is-white {
  border-color: #fff;
  color: #fff;
}
.common-btn.--is-white::before {
  border-color: #fff;
  background-image: url("../img/common/icon_arrow_next_white.svg");
}
@media print, (min-width: 768px) {
  .common-btn:hover::before {
    background-image: url("../img/common/icon_arrow_next_white.svg") !important;
  }
  .common-btn:hover::after {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.common-btn::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  top: -0.01rem;
  right: -0.01rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.38rem;
  height: 0.38rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0.01rem solid #000;
  border-radius: 50%;
  background: url("../img/common/icon_arrow_next_black.svg") 55% 50%/0.08rem auto no-repeat;
  font-size: 0.12rem;
}
.common-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 0.18rem);
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  background-color: #185194;
}

@media only screen and (max-width: 767.98px) {
  .common-btn {
    height: 0.43rem;
    padding: 0 0.6rem 0 0.26rem;
    font-size: 0.13rem;
  }
  .common-btn::before {
    width: 0.43rem;
    height: 0.43rem;
    background-position: 55% 50%;
    background-size: 0.1rem auto;
  }
}
.common-keyvisual {
  position: relative;
  height: 100vh;
}
.common-keyvisual::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(197, 197, 197, 0.4);
  mix-blend-mode: multiply;
}
.common-keyvisual .keyvisual__image {
  height: 100vh;
}
.common-keyvisual .keyvisual__heading {
  position: absolute;
  bottom: 0.9rem;
  left: 0.9rem;
  overflow: hidden;
}
.common-keyvisual .heading__inner {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  opacity: 0;
}
.common-keyvisual .keyvisual__english {
  margin-left: 0.04rem;
}
.common-keyvisual .keyvisual__japan {
  margin-top: 0.28rem;
  color: #fff;
  font-size: 0.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.--is-loaded .common-keyvisual .heading__inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (max-width: 767.98px) {
  .common-keyvisual.--is-reform .keyvisual__english {
    width: 1.45rem;
  }
  .common-keyvisual.--is-repair .keyvisual__english {
    width: 1.28rem;
  }
  .common-keyvisual.--is-construction .keyvisual__english {
    width: 2.86rem;
  }
  .common-keyvisual .keyvisual__heading {
    bottom: 1.04rem;
    left: 0.25rem;
  }
  .common-keyvisual .keyvisual__english {
    width: 2.02rem;
    margin-left: 0.02rem;
  }
  .common-keyvisual .keyvisual__english img {
    width: 100%;
  }
  .common-keyvisual .keyvisual__japan {
    margin-top: 0.04rem;
    font-size: 0.12rem;
  }
}
.text-vertical {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-90deg) translate(-38%, -122%);
  transform: rotate(-90deg) translate(-38%, -122%);
  -webkit-transform-origin: center;
  transform-origin: center;
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 0.15rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767.98px) {
  .text-vertical {
    left: 0.1rem;
    font-size: 0.13rem;
  }
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
[data-aos=animation-jumb] {
  display: inline-block;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
[data-aos=animation-jumb].aos-animate {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.common-information {
  padding: 1.2rem 0;
  overflow: hidden;
  background-color: #fff;
}
.common-information .gallery-marquee {
  margin-bottom: -0.6rem;
  -webkit-transform: translateY(-1.7rem);
  transform: translateY(-1.7rem);
  gap: 70px;
}
@media only screen and (max-width: 767.98px) {
  .common-information .gallery-marquee {
    width: calc(100% + 0.48rem);
    margin: 0 -0.24rem -0.4rem;
    -webkit-transform: translateY(-0.7rem);
    transform: translateY(-0.7rem);
  }
}
@media only screen and (max-width: 767.98px) {
  .common-information .gallery-marquee {
    gap: 35px;
  }
}
.common-information .gallery-marquee .marquee-inner {
  gap: 70px;
}
@media only screen and (max-width: 767.98px) {
  .common-information .gallery-marquee .marquee-inner {
    gap: 35px;
  }
}
.common-information .gallery-marquee .marquee-inner > div {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding-top: 0;
  gap: 70px;
}
@media only screen and (max-width: 767.98px) {
  .common-information .gallery-marquee .marquee-inner > div {
    gap: 35px;
  }
}
.common-information .gallery-marquee .marquee-inner img {
  position: static;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.common-information .images__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media print, (min-width: 768px) {
  .common-information.--no-photo {
    padding-top: 3rem !important;
    padding-bottom: 2.25rem;
  }
}
.common-information.--is-renovation .images__item-wrapper {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.35rem 100%, 0 calc(100% - 0.35rem));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.35rem 100%, 0 calc(100% - 0.35rem));
  position: relative;
  z-index: 11;
}
.common-information.--is-renovation .images__item-wrapper.--is-first {
  width: 4.57rem;
  margin-left: auto;
  padding-top: 2.61rem;
}
.common-information.--is-renovation .images__item-wrapper.--is-second {
  width: 2.84rem;
  margin: -1.64rem 0 -0.97rem 0.9rem;
  padding-top: 3.68rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.58rem 100%, 0 calc(100% - 0.58rem));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.58rem 100%, 0 calc(100% - 0.58rem));
}
.common-information.--is-renovation .images__item-wrapper.--is-third {
  width: 3.53rem;
  margin: -0.61rem 0.59rem -0.18rem 0;
  margin-left: auto;
  padding-top: 2.02rem;
}
.common-information.--is-renovation .images__item-wrapper.--is-fourth {
  width: 5.3rem;
  padding-top: 3.02rem;
}
.common-information.--is-renovation .images__item-wrapper.--is-fifth {
  width: 4.83rem;
  margin-right: 2.3rem;
  margin-left: auto;
  padding-top: 2.77rem;
}
.common-information .simple-parallax-initialized {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.common-information .information__inner {
  max-width: 9.05rem;
  margin: 0 auto;
  padding: 1.25rem 0.3rem 1.13rem;
  background-color: #F2F2F2;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.45rem 100%, 0 calc(100% - 0.45rem));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.45rem 100%, 0 calc(100% - 0.45rem));
}
.common-information .information__heading {
  position: relative;
  margin-bottom: 0.65rem;
  padding-bottom: 0.32rem;
  text-align: center;
}
.common-information .information__heading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.2rem;
  height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 0.01rem solid #333;
}
.common-information .heading__english {
  margin: 0 auto 0.16rem;
}
.common-information .heading__japan {
  color: #185194;
  font-size: 0.13rem;
  letter-spacing: 0.05em;
}
.common-information .block__content {
  max-width: 6.24rem;
  margin: 0 auto;
  text-align: center;
}
.common-information .block__title {
  margin-bottom: 0.64rem;
  color: #333;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.4rem;
  text-align: center;
}
.common-information .block__text {
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 0.34rem;
  text-align: justify;
}

@media only screen and (max-width: 767.98px) {
  .common-information {
    padding: 0.2rem 0 0.7rem;
    background-color: transparent;
  }
  .common-information.--is-renovation {
    padding-bottom: 1.2rem;
    background-color: #fff;
  }
  .common-information.--is-renovation .images__item-wrapper {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.2rem 100%, 0 calc(100% - 0.2rem));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.2rem 100%, 0 calc(100% - 0.2rem));
    position: relative;
    z-index: 11;
  }
  .common-information.--is-renovation .images__item-wrapper.--is-first {
    width: 2.742rem;
    margin-left: auto;
    padding-top: 1.566rem;
  }
  .common-information.--is-renovation .images__item-wrapper.--is-second {
    width: 1.704rem;
    margin: 0.4rem 0 -0.5rem;
    padding-top: 2.208rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.35rem 100%, 0 calc(100% - 0.35rem));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.35rem 100%, 0 calc(100% - 0.35rem));
  }
  .common-information.--is-renovation .images__item-wrapper.--is-third {
    width: 2.118rem;
    margin: -0.4rem 0 0.3rem;
    margin-left: auto;
    padding-top: 1.212rem;
  }
  .common-information.--is-renovation .images__item-wrapper.--is-fourth {
    width: 3.18rem;
    padding-top: 1.812rem;
  }
  .common-information.--is-renovation .images__item-wrapper.--is-fifth {
    width: 2.898rem;
    margin-top: 0.5rem;
    margin-right: 0;
    margin-left: auto;
    padding-top: 1.662rem;
  }
  .common-information.--no-photo {
    padding-top: 1.4rem !important;
    padding-bottom: 2.2rem;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, calc(100% - 0.3rem) 0, 100% 0.3rem, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 0.3rem) 0, 100% 0.3rem, 100% 100%, 0 100%);
  }
  .common-information.--no-photo .information__inner {
    background-color: #F2F2F2;
  }
  .common-information.--no-photo .gallery-marquee {
    -webkit-transform: translateY(-0.9rem) !important;
    transform: translateY(-0.9rem) !important;
  }
  .common-information .information__inner {
    width: calc(100% - 0.4rem);
    margin: 0 0.2rem;
    padding: 0.9rem 0.15rem 0.7rem;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.3rem 100%, 0 calc(100% - 0.3rem));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.3rem 100%, 0 calc(100% - 0.3rem));
  }
  .common-information .information__heading {
    top: 0;
    margin-bottom: 0.45rem;
  }
  .common-information .heading__english {
    margin: 0 auto 0.09rem;
  }
  .common-information .heading__japan {
    font-size: 0.12rem;
  }
  .common-information .block__content {
    text-align: justify;
  }
  .common-information .block__title {
    margin-bottom: 0.3rem;
    font-size: 0.18rem;
    line-height: 0.34rem;
    text-align: justify;
  }
  .common-information .block__text {
    font-size: 0.14rem;
    line-height: 2;
  }
}
.common-inner {
  padding: 0 0.2rem;
}
.common-inner .inner__wrapper {
  max-width: 9.85rem;
  margin: 0 auto;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, calc(100% - 1.2rem) 0, 100% 1.2rem, 100% 100%, 1.2rem 100%, 0 calc(100% - 1.2rem));
  clip-path: polygon(0 0, calc(100% - 1.2rem) 0, 100% 1.2rem, 100% 100%, 1.2rem 100%, 0 calc(100% - 1.2rem));
}
@media only screen and (max-width: 767.98px) {
  .common-inner .inner__wrapper {
    -webkit-clip-path: polygon(0 0, calc(100% - 0.45rem) 0, 100% 0.45rem, 100% 100%, 0.45rem 100%, 0 calc(100% - 0.45rem));
    clip-path: polygon(0 0, calc(100% - 0.45rem) 0, 100% 0.45rem, 100% 100%, 0.45rem 100%, 0 calc(100% - 0.45rem));
  }
}

.common-pagination {
  margin-top: 0.9rem;
  margin-left: -2.25rem;
}
.common-pagination .pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Lato, sans-serif;
  font-size: 0.14rem;
  gap: 0.07rem;
}
.common-pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.32rem;
  height: 0.32rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0.01rem solid transparent;
  border-radius: 50%;
}
.common-pagination a:hover, .common-pagination a.--is-active {
  border: 0.01rem solid #C5C5C5;
}
.common-pagination .pagination__arrow {
  width: 0.36rem;
  border: none;
  font-size: 0.2rem;
}

@media only screen and (max-width: 767.98px) {
  .common-pagination {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.common-form {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
}
.common-form .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0.2rem 0 0.19rem;
  border-bottom: 0.01rem solid #C5C5C5;
}
.common-form .form__label {
  width: 3rem;
}
.common-form .label__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.45rem;
}
.common-form .label__text.--is-required {
  position: relative;
}
.common-form .label__text.--is-required::after {
  content: "必須";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.14rem);
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0 0.04rem 0.01rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #FF4026;
  color: #fff;
  font-size: 0.11rem;
  font-weight: bold;
  line-height: 0.17rem;
}
.common-form .form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.43rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.common-form .form__inputs.--is-code {
  gap: 0.23rem;
}
.common-form .form__inputs.--is-code .form__input {
  width: 0.71rem;
}
.common-form .form__inputs.--is-code .form__item:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -0.17rem;
  width: 0.14rem;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0.01rem solid #C5C5C5;
}
.common-form .form__search-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.93rem;
  height: 0.35rem;
  background-color: #C5C5C5;
  color: #000;
  font-size: 0.15rem;
  letter-spacing: 0.05em;
}
.common-form .form__item {
  position: relative;
}
.common-form .item__label {
  position: absolute;
  top: 50%;
  right: calc(100% + 0.12rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.14rem;
}
.common-form .item__label.--is-right {
  right: auto;
  left: calc(100% + 0.12rem);
  font-size: 0.16rem;
  font-weight: bold;
}
.common-form .form__input-wrapper {
  width: 100%;
  max-width: 4.6rem;
}
.common-form .form__input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.54rem;
  height: 0.45rem;
  padding: 0 0.1rem;
  background-color: #F2F2F2;
  color: #000;
}
.common-form .form__input.--is-full {
  width: 100%;
  padding: 0.11rem 0.15rem;
}
.common-form .form__input.--is-small {
  width: 0.96rem;
}
.common-form .form__input::-webkit-input-placeholder {
  color: #C5C5C5;
}
.common-form .form__input::-moz-placeholder {
  color: #C5C5C5;
}
.common-form .form__input:-ms-input-placeholder {
  color: #C5C5C5;
}
.common-form .form__input::-ms-input-placeholder {
  color: #C5C5C5;
}
.common-form .form__input::placeholder {
  color: #C5C5C5;
}
.common-form .form__textarea {
  height: 2.44rem;
}
.common-form .form__select {
  outline: none;
  background: #F2F2F2 url("../img/entry/ico_select.svg") top 52% right 0.1rem/0.1rem auto no-repeat;
}
.common-form .form__text {
  margin-top: 0.6rem;
  margin-bottom: 0.47rem;
  font-size: 0.14rem;
  text-align: center;
}
.common-form .form__text a {
  color: #11497C;
  text-decoration: underline;
}
.common-form .form__policy {
  text-align: center;
}
.common-form .form__checkbox:checked + .form__input-text::after {
  opacity: 1;
}
.common-form .form__checkbox {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.common-form .form__input-text {
  position: relative;
  padding-left: 0.38rem;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.common-form .form__input-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0.01rem solid #000;
}
.common-form .form__input-text::after {
  content: "✓";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  background-color: #11497C;
  color: #fff;
}
.common-form .form__submit {
  margin-top: 0.47rem;
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .common-form .form__row {
    display: block;
    padding: 0.2rem 0 0.19rem;
  }
  .common-form .form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.05rem;
  }
  .common-form .item__label {
    position: static;
    -webkit-transform: none;
    transform: none;
    font-size: 0.12rem;
  }
  .common-form .item__label.--is-right {
    margin-right: 0.04rem;
    font-size: 0.14rem;
  }
  .common-form .form__inputs {
    gap: 0.1rem;
  }
  .common-form .form__inputs.--is-code {
    gap: 0.21rem;
  }
  .common-form .form__inputs.--is-code .form__input {
    width: 0.64rem;
  }
  .common-form .form__label {
    width: 100%;
    margin-bottom: 0.18rem;
  }
  .common-form .form__input {
    width: 1.39rem;
    height: 0.4rem;
    font-size: 0.14rem;
  }
  .common-form .form__input.--is-small {
    width: 0.65rem;
  }
  .common-form .label__text {
    height: auto;
    font-size: 0.15rem;
  }
  .common-form .form__select {
    width: 1.41rem;
  }
  .common-form .form__select.--is-select-small {
    width: 1.09rem;
  }
  .common-form .form__search-btn {
    width: 0.84rem;
    height: 0.32rem;
    font-size: 0.13rem;
  }
  .common-form .form__textarea {
    height: 2rem;
  }
  .common-form .form__text {
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
    font-size: 0.13rem;
  }
  .common-form .form__input-text {
    padding-left: 0.4rem;
    font-size: 0.13rem;
  }
  .common-form .form__input-text::before, .common-form .form__input-text::after {
    left: 0.12rem;
    width: 0.18rem;
    height: 0.18rem;
  }
  .common-form .form__submit {
    margin-top: 0.33rem;
  }
}
.marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1.2rem;
  overflow: hidden;
  -webkit-transform: translateY(-1.7rem);
  transform: translateY(-1.7rem);
  color: #1B5094;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
}
.marquee p {
  white-space: nowrap;
}
@media only screen and (max-width: 767.98px) {
  .marquee {
    width: calc(100% + 0.48rem);
    margin: 0 -0.24rem -0.4rem;
    -webkit-transform: translateY(-0.7rem);
    transform: translateY(-0.7rem);
  }
}

.gallery-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  gap: 0.1rem;
}
.gallery-marquee.is-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.gallery-marquee.is-right .marquee-inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.gallery-marquee .marquee-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  gap: 0.1rem;
}
.gallery-marquee .marquee-inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-width: 3.75rem;
  padding-top: 2.5rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767.98px) {
  .gallery-marquee .marquee-inner > div {
    min-width: 2rem;
    padding-top: 1.33rem;
  }
}
.gallery-marquee .marquee-inner > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 0.25rem;
  text-align: left;
}
@media only screen and (max-width: 767.98px) {
  .list-cards {
    display: block;
  }
}

.card__item {
  width: calc(33.3333333333% - 0.1666666667rem);
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, calc(100% - 0.37rem) 0, 100% 0.37rem, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 0.37rem) 0, 100% 0.37rem, 100% 100%, 0 100%);
}
.card__item a {
  display: block;
  width: 100%;
}
.card__content {
  padding: 0.19rem 0.15rem 0.15rem 0.19rem;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.card__image {
  position: relative;
  padding-top: 61.5384615385%;
}
.card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card__label {
  margin-bottom: 0.05rem;
  color: #b4b4b4;
  font-size: 0.1rem;
  font-weight: bold;
  line-height: 1;
}
.card__title {
  margin-bottom: 0.17rem;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
}
.card__type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0.89rem;
  height: 0.23rem;
  padding: 0 0.1rem;
  border: 0.01rem solid #C5C5C5;
  border-radius: 0.23rem;
  font-size: 0.11rem;
}
.card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.4rem;
  margin-top: 0.17rem;
}
.card__hashtag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 0.16rem;
}
.card__hashtag li {
  color: #8E8E8E;
  font-size: 0.12rem;
  line-height: 1.5;
}
.card__icon {
  display: block;
  min-width: 0.32rem;
  height: 0.32rem;
  margin-top: 0.04rem;
  border: 0.01rem solid #C5C5C5;
  border-radius: 50%;
  background: url("../img/common/icon_arrow_next_black.svg") center/0.08rem auto no-repeat;
}

@media only screen and (max-width: 767.98px) {
  .card__item {
    width: 100%;
    -webkit-clip-path: polygon(0 0, calc(100% - 0.3rem) 0, 100% 0.3rem, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 0.3rem) 0, 100% 0.3rem, 100% 100%, 0 100%);
    margin-bottom: 0.5rem;
  }
  .card__content {
    padding: 0.15rem 0.15rem 0.11rem;
  }
  .card__label {
    font-size: 0.09rem;
  }
  .card__title {
    margin-bottom: 0.14rem;
    font-size: 0.15rem;
  }
  .card__type {
    min-width: 0.94rem;
    height: 0.25rem;
    font-size: 0.12rem;
  }
  .card__footer {
    margin-top: 0.16rem;
    gap: 0.2rem;
  }
  .card__hashtag li {
    line-height: 1.4;
  }
  .card__icon {
    margin-top: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.common-introduce {
  padding-bottom: 1.03rem;
  background-color: #F2F2F2;
}
.common-introduce .gallery-marquee {
  margin-bottom: -0.6rem;
  -webkit-transform: translateY(-1.7rem);
  transform: translateY(-1.7rem);
  gap: 70px;
}
@media only screen and (max-width: 767.98px) {
  .common-introduce .gallery-marquee {
    width: calc(100% + 0.48rem);
    margin: 0 -0.24rem -0.4rem;
    -webkit-transform: translateY(-0.7rem);
    transform: translateY(-0.7rem);
    gap: 35px;
  }
}
.common-introduce .gallery-marquee .marquee-inner {
  gap: 70px;
}
@media only screen and (max-width: 767.98px) {
  .common-introduce .gallery-marquee .marquee-inner {
    gap: 35px;
  }
}
.common-introduce .gallery-marquee .marquee-inner > div {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding-top: 0;
  gap: 70px;
}
@media only screen and (max-width: 767.98px) {
  .common-introduce .gallery-marquee .marquee-inner > div {
    gap: 35px;
  }
}
.common-introduce .gallery-marquee .marquee-inner img {
  position: static;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.common-introduce .introduce__inner {
  margin: 0 auto;
}
.common-introduce .introduce__heading {
  position: relative;
  top: -0.21rem;
  margin-bottom: 0.8rem;
  padding-bottom: 0.32rem;
  text-align: center;
}
.common-introduce .introduce__heading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.2rem;
  height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 0.01rem solid #333;
}
.common-introduce .heading__english {
  margin: 0 auto 0.16rem;
}
.common-introduce .heading__japan {
  color: #185194;
  font-size: 0.13rem;
  letter-spacing: 0.05em;
}
.common-introduce .introduce__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.35rem;
  padding-left: calc(50vw - 5.16rem);
}
@media print, (min-width: 768px) {
  .common-introduce .introduce__block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 200vh;
  }
}
.common-introduce .introduce__block:last-child {
  margin-bottom: 0;
}
.common-introduce .introduce__block.--is-revert {
  padding-right: calc(50vw - 5.16rem);
  padding-left: 0;
}
.common-introduce .introduce__block.--is-revert .block__image {
  margin-right: auto;
  margin-left: 0;
}
@media print, (min-width: 768px) {
  .common-introduce .introduce__block.--is-revert .block__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    padding: 0.3rem 0.2rem 0.3rem 0.8rem;
  }
}
.common-introduce .block__image-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media print, (min-width: 768px) {
  .common-introduce .block__image-wrapper {
    position: sticky;
    top: 50vh;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.common-introduce .block__content {
  width: 4.65rem;
  padding: 0.3rem 0.2rem;
}
@media print, (min-width: 768px) {
  .common-introduce .block__content {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 100vh;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.common-introduce .block__label {
  display: inline-block;
  position: relative;
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.common-introduce .block__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.1rem);
  width: 0.18rem;
  height: 0;
  border-top: 0.01rem solid #000;
}
.common-introduce .block__title {
  margin-top: 0.46rem;
  margin-bottom: 0.17rem;
  color: #000;
  font-size: 0.33rem;
  font-weight: bold;
  letter-spacing: 0.11em;
  line-height: 0.5rem;
}
.common-introduce .block__text {
  max-width: 3.62rem;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: justify;
}
.common-introduce .block__image {
  position: relative;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0.58rem 100%, 0 calc(100% - 0.58rem));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0.58rem 100%, 0 calc(100% - 0.58rem));
  padding-top: 57.06%;
}
.common-introduce .block__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.common-introduce .block__link {
  display: inline-block;
  position: relative;
  margin-top: 0.3rem;
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 0.3rem;
  text-decoration: underline;
}
.common-introduce .block__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: -0.37rem;
  width: 0.21rem;
  height: 0.21rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/icon_blank.svg") center/contain no-repeat;
}
.common-introduce.--is-reform.--is-repair {
  margin-top: 1.54rem;
}
.common-introduce.--is-reform {
  padding-top: 1.28rem;
  padding-bottom: 2.19rem;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, calc(100% - 1.35rem) 0, 100% 1.35rem, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 1.35rem) 0, 100% 1.35rem, 100% 100%, 0% 100%);
}
.common-introduce.--is-reform .introduce__heading {
  top: 0;
  margin-bottom: calc(1.11rem + 25vh);
}
.common-introduce.--is-reform .heading__english {
  margin: 0 auto 0.09rem;
}
.common-introduce.--is-reform .heading__japan {
  font-size: 0.12rem;
}
.common-introduce.--is-reform .block__title {
  margin-top: 0.39rem;
  margin-bottom: 0.26rem;
  letter-spacing: 0;
}
.common-introduce.--no-photo {
  padding-top: 3rem;
}
.common-introduce.--no-photo .introduce__inner {
  max-width: 9.05rem;
  padding-top: 1.22rem;
  padding-bottom: 0.3rem;
  background-color: #F2F2F2;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0.4rem 100%, 0 calc(100% - 0.4rem));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0.4rem 100%, 0 calc(100% - 0.4rem));
}
.common-introduce.--no-photo .introduce__heading {
  margin-bottom: 0.94rem;
}
.common-introduce.--no-photo .introduce__block {
  max-width: 5.04rem;
  min-height: auto;
  margin: 0 auto 0.98rem;
  padding: 0 !important;
}
.common-introduce.--no-photo .block__content {
  width: 100% !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.common-introduce.--no-photo .block__text {
  max-width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .common-introduce {
    padding-bottom: 1.16rem;
  }
  .common-introduce.--is-reform.--is-repair {
    padding-top: 1.07rem;
  }
  .common-introduce .introduce__heading {
    margin-bottom: 0.43rem;
    padding-bottom: 0.25rem;
  }
  .common-introduce .heading__english {
    width: 2.92rem;
    margin-bottom: 0.09rem;
  }
  .common-introduce .heading__english img {
    width: 100%;
  }
  .common-introduce .introduce__block {
    display: block;
    margin-bottom: 0.87rem;
  }
  .common-introduce .introduce__block.--is-revert .block__image-wrapper {
    padding-right: 0.25rem;
    padding-left: 0;
  }
  .common-introduce .block__image-wrapper {
    padding-left: 0.25rem;
  }
  .common-introduce .block__content {
    width: 100%;
    padding: 0 0.25rem;
  }
  .common-introduce .block__title {
    width: auto;
    margin-top: 0.35rem;
    margin-bottom: 0.11rem;
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
  .common-introduce .block__text {
    font-size: 0.13rem;
  }
  .common-introduce .block__image {
    margin: 0.31rem 0 0;
    padding-top: 92.5%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0.45rem 100%, 0 calc(100% - 0.45rem));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0.45rem 100%, 0 calc(100% - 0.45rem));
  }
  .common-introduce .block__link {
    margin-top: 0.19rem;
    font-size: 0.13rem;
  }
  .common-introduce .block__link::after {
    top: 46%;
    right: -0.34rem;
  }
  .common-introduce.--is-reform {
    padding-top: 0.6rem;
    -webkit-clip-path: none;
    clip-path: none;
    padding-bottom: 1.56rem;
  }
  .common-introduce.--is-reform .heading__english {
    width: 2.13rem;
    margin: 0 auto 0.17rem;
  }
  .common-introduce.--is-reform .introduce__heading {
    margin-bottom: 0.61rem;
  }
  .common-introduce.--is-reform .block__title {
    margin-top: 0.29rem;
    margin-bottom: 0.05rem;
  }
  .common-introduce.--no-photo {
    padding: 1.5rem 0.24rem 1.62rem !important;
  }
  .common-introduce.--no-photo .gallery-marquee {
    -webkit-transform: translateY(-0.9rem) !important;
    transform: translateY(-0.9rem) !important;
  }
  .common-introduce.--no-photo .introduce__inner {
    padding: 0.45rem 0.13rem 0.01rem;
  }
  .common-introduce.--no-photo .introduce__block {
    margin-bottom: 0.9rem;
  }
}
.block-info {
  padding: 0.57rem 0;
  background-color: #fff;
}
.block-info .info__wrapper {
  max-width: 12.64rem;
  margin: 0 auto;
  padding: 0 0.2rem;
}
.block-info .info__text {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: right;
}

@media only screen and (max-width: 767.98px) {
  .block-info {
    padding: 1.02rem 0.04rem 0.43rem;
  }
  .block-info .info__text {
    font-size: 0.13rem;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: justify;
  }
}
.section-reform {
  position: relative;
  padding-top: 0.39rem;
  padding-bottom: 1.26rem;
}
.section-reform::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.65rem;
  background-color: #fff;
}
.section-reform .common-title .japan {
  margin-top: 0.11rem;
}
.section-reform .list-cards {
  padding-top: 0.88rem;
  padding-bottom: 1rem;
}
.section-reform .reform-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767.98px) {
  .section-reform {
    padding-top: 0.36rem;
    padding-bottom: 0.59rem;
  }
  .section-reform::before {
    height: 2.57rem;
  }
  .section-reform .english {
    display: block;
    width: 1.47rem;
  }
  .section-reform .common-title .japan {
    margin-top: 0.06rem;
  }
  .section-reform .list-cards {
    padding-top: 0.36rem;
    padding-bottom: 0;
  }
  .section-reform .common-btn {
    height: 0.38rem;
    padding: 0 0.5rem 0 0.25rem;
    font-size: 0.12rem;
  }
  .section-reform .common-btn::before {
    width: 0.38rem;
    height: 0.38rem;
    background-size: 0.08rem auto;
  }
}
.section-menu {
  padding-top: 0.69rem;
  background-color: #fff;
}
.section-menu .wrapper {
  max-width: 10.5rem;
}
.section-menu .common-title .japan {
  margin-top: 0.08rem;
}
.section-menu .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.26rem 0.16rem;
  margin-top: 0.79rem;
  padding: 0 0.23rem;
  padding-bottom: 0.67rem;
}
.section-menu .menu__list li {
  width: calc(20% - 0.128rem);
}
.section-menu .menu__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 0.38rem;
  padding: 0 0.22rem 0 0.1rem;
  border: 0.01rem solid #000;
  border-radius: 0.38rem;
  background: url("../img/repair/icon_arrow_select.svg") center right 0.12rem/0.11rem auto no-repeat;
  font-size: 0.13rem;
  letter-spacing: 0.05em;
}
.section-menu .menu__list a span {
  font-size: 0.1rem;
}

@media only screen and (max-width: 767.98px) {
  .section-menu {
    padding-top: 0.89rem;
  }
  .section-menu .common-title .english {
    display: block;
    width: 1.31rem;
  }
  .section-menu .menu__list {
    margin: 0.33rem -0.05rem 0;
    gap: 0.15rem 0.12rem;
    padding: 0 0 0.42rem;
  }
  .section-menu .menu__list li {
    width: calc(50% - 0.06rem);
  }
  .section-menu .menu__list a {
    height: 0.34rem;
    background-position: center right 0.1rem;
    background-size: 0.1rem auto;
    font-size: 0.12rem;
  }
  .section-menu .menu__list a span {
    font-size: 0.09rem;
  }
}
.section-detail {
  padding-top: 0.89rem;
  background-color: #F2F2F2;
}
.section-detail + .section-detail {
  padding-top: 0.7rem;
}
.section-detail .wrapper {
  max-width: 10.02rem;
}
.section-detail .detail__inner {
  padding: 0.26rem 0.29rem 0.07rem;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
}
.section-detail .detail__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.7rem;
}
.section-detail .detail__heading::before, .section-detail .detail__heading::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.01rem;
  width: 0.12rem;
  height: calc(100% + 0.02rem);
  border: 0.01rem solid #000;
}
.section-detail .detail__heading::before {
  left: -0.01rem;
  border-right: none;
}
.section-detail .detail__heading::after {
  right: -0.01rem;
  border-left: none;
}
.section-detail .heading__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.06rem 0.27rem 0.06rem 0.3rem;
  border-right: 0.01rem solid #000;
}
.section-detail .title__japan {
  margin-right: 0.15rem;
  font-size: 0.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section-detail .title__japan span {
  font-size: 0.15rem;
}
.section-detail .title__english {
  font-size: 0.12rem;
  letter-spacing: 0.05em;
}
.section-detail .heading__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.06rem 0.25rem;
  font-size: 0.14rem;
  line-height: 0.23rem;
}
.section-detail .detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.24rem;
}
.section-detail .content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 0.24rem;
  border-bottom: 0.01rem solid #C5C5C5;
  gap: 0.35rem;
}
.section-detail .content__block:last-child {
  border-bottom: none;
}
.section-detail .block__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  line-height: 0.24rem;
}
.section-detail .block__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.42rem;
  max-width: 6.18rem;
}
.section-detail .result__image {
  width: calc(50% - 0.21rem);
}
.section-detail .result__image:first-child {
  position: relative;
}
.section-detail .result__image:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: -0.34rem;
  width: 0.24rem;
  height: 0.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/repair/icon_arrow.svg") center/contain no-repeat;
}
.section-detail .image__text {
  margin-top: 0.02rem;
  font-size: 0.13rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767.98px) {
  .section-detail {
    padding-top: 0.97rem;
  }
  .section-detail + .section-detail {
    padding-top: 0.65rem;
  }
  .section-detail .wrapper {
    padding: 0 0.2rem;
  }
  .section-detail .detail__heading {
    display: block;
    margin-bottom: 0.31rem;
    padding: 0.1rem 0.11rem;
  }
  .section-detail .heading__title {
    padding: 0 0 0.04rem;
    border-right: none;
    border-bottom: 0.01rem solid #000;
  }
  .section-detail .heading__text {
    padding: 0.06rem 0 0.03rem;
    font-size: 0.13rem;
    line-height: 0.21rem;
  }
  .section-detail .title__japan {
    font-size: 0.18rem;
  }
  .section-detail .title__japan span {
    font-size: 0.13rem;
  }
  .section-detail .title__english {
    font-size: 0.1rem;
  }
  .section-detail .detail__inner {
    padding: 0.28rem 0.17rem 0.27rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0.45rem 100%, 0 calc(100% - 0.45rem));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0.45rem 100%, 0 calc(100% - 0.45rem));
  }
  .section-detail .detail__content {
    padding: 0 0.06rem;
    gap: 0.16rem;
  }
  .section-detail .content__block {
    display: block;
    padding-bottom: 0.11rem;
  }
  .section-detail .block__text {
    margin-bottom: 0.1rem;
    font-size: 0.12rem;
    line-height: 0.2rem;
  }
  .section-detail .block__result {
    display: block;
    max-width: unset;
  }
  .section-detail .result__image {
    width: 100%;
  }
  .section-detail .result__image:first-child {
    margin-bottom: 0.33rem;
  }
  .section-detail .result__image:first-child::after {
    top: calc(100% + 0.06rem);
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}
/*# sourceMappingURL=repair.css.map */