@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 {
  margin-bottom: 1.5em;
  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-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

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

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  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 {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible, html.wf-active {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
}

body {
  color: #323232;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.875;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
  }
}
body.is-menu-open .overlay {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

@media print, (min-width: 768px) {
  main {
    padding-top: 97px;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    padding-top: 0.59rem;
  }
}

a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
  cursor: pointer;
}
@media (hover: hover) {
  a:not([class]):hover {
    text-decoration-color: transparent;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
@media (hover: hover) {
  .trans:hover {
    opacity: 0.8;
  }
}

.load {
  opacity: 0.001;
}
.is-visible .load, .wf-active .load {
  opacity: 1;
}

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

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

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100dvh;
}
@media print, (min-width: 768px) {
  .container {
    min-width: 1250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

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

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

.button-common-skip {
  position: absolute;
  z-index: 1000;
  width: 0.01rem;
  height: 0.01rem;
  margin: -0.01rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0.01rem, 0.01rem, 0.01rem, 0.01rem);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 1000;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 0.13rem;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.header-common {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
}
.header-common .header-viewport {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background-color: rgba(255, 255, 255, 0.6);
}
.header-common .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, (min-width: 768px) {
  .header-common {
    min-height: 96px;
  }
  .header-common .header-navigation {
    position: relative;
  }
  .header-common .header-viewport {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 1280px;
    min-height: 96px;
    padding: 33px 50px 34px 53px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .header-common .navigation-viewport,
  .header-common .header-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-common .header-contact {
    -webkit-column-gap: 23px;
    -moz-column-gap: 23px;
    column-gap: 23px;
  }
  .header-common .button-header-instagram,
  .header-common .logo-header-common,
  .header-common .button-header-contact,
  .header-common .label-header-primary,
  .header-common .label-header-secondary {
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }
}
@media print {
  .header-common .header-viewport {
    position: absolute;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    position: fixed;
    min-height: 0.58rem;
  }
  .header-common .header-viewport {
    min-height: 0.58rem;
    padding: 0.2rem 0.55rem 0.2rem 0.2rem;
    -webkit-box-shadow: 0 0.03rem 0.03rem rgba(50, 50, 50, 0.15);
    box-shadow: 0 0.03rem 0.03rem rgba(50, 50, 50, 0.15);
  }
  .header-common .navigation-viewport {
    position: fixed;
    z-index: 999;
    top: 0.58rem;
    right: -100%;
    width: calc(100vw - 0.7rem);
    height: calc(100% - 0.58rem);
    padding: 0.2rem 0.19rem 0.5rem;
    overflow: hidden auto;
    -webkit-transition: right 0.6s ease;
    transition: right 0.6s ease;
    background-color: #fff;
    pointer-events: none;
  }
  .header-common .navigation-viewport::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  .header-common .header-viewport.is-active .navigation-viewport {
    right: 0;
    pointer-events: all;
  }
  .header-common .header-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0.2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, (min-width: 768px) {
  .header-common.is-top-page {
    color: #fff;
  }
  .header-common.is-top-page .button-header-instagram,
  .header-common.is-top-page .logo-header-common,
  .header-common.is-top-page .label-header-primary,
  .header-common.is-top-page .label-header-secondary {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .header-common.is-top-page .header-viewport {
    background-color: transparent;
  }
  .header-common.is-top-page .button-header-contact {
    border-color: #fff;
  }
  .header-common.is-top-page .button-header-contact::after {
    background-color: #fff;
  }
  .header-common.is-top-page .button-header-contact img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .header-common.is-top-page .button-header-contact:hover img {
    -webkit-filter: unset;
    filter: unset;
  }
  .header-common.is-top-page .navigation-list {
    background-color: transparent;
  }
  .header-common.is-top-page .navigation-list::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}

@media print, (min-width: 768px) {
  .header-common.is-scrolled .header-viewport {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .header-common.is-scrolled .button-header-instagram,
  .header-common.is-scrolled .logo-header-common,
  .header-common.is-scrolled .button-header-contact,
  .header-common.is-scrolled .label-header-primary,
  .header-common.is-scrolled .label-header-secondary,
  .header-common.is-scrolled .navigation-list::before {
    -webkit-filter: unset;
    filter: unset;
  }
  .header-common.is-scrolled .button-header-contact {
    border-color: #323232;
  }
  .header-common.is-scrolled .button-header-contact::after {
    background-color: #323232;
  }
  .header-common.is-scrolled .button-header-contact img {
    -webkit-filter: unset;
    filter: unset;
  }
  .header-common.is-scrolled .button-header-contact:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}

.logo-header-common {
  display: block;
}
@media print, (min-width: 768px) {
  .logo-header-common {
    width: 257px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-header-common {
    width: 2rem;
  }
}

.button-header-instagram {
  display: block;
}
@media print, (min-width: 768px) {
  .button-header-instagram {
    width: 0.26rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-instagram {
    width: 0.35rem;
  }
}

.label-header-primary,
.label-header-secondary {
  cursor: pointer;
}
.label-header-primary img,
.label-header-secondary img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 767.98px) {
  .label-header-primary img,
  .label-header-secondary img {
    height: 0.16rem;
  }
}

.label-header-primary {
  display: inline-block;
}
@media print, (min-width: 768px) {
  .label-header-primary {
    height: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .label-header-primary {
    width: 100%;
    padding: 0.15rem 0.1rem;
  }
  .label-header-primary.is-active::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media print, (min-width: 768px) {
  .label-header-secondary {
    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;
    height: 26px;
    margin: 0 1px;
    -webkit-transition: background-color 0.3s, opacity 0.3s;
    transition: background-color 0.3s, opacity 0.3s;
  }
  .label-header-secondary img {
    height: 14px;
  }
  .label-header-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 767.98px) {
  .label-header-secondary {
    display: inline-block;
    padding: 0.1rem 0;
  }
}

.button-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #323232;
  line-height: 1.3;
}
.button-header-contact img {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media print, (min-width: 768px) {
  .button-header-contact {
    width: 112px;
    min-height: 25px;
    padding: 1px 10px;
  }
  .button-header-contact::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    background: #323232;
  }
  .button-header-contact:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .button-header-contact:hover::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-contact {
    width: 2rem;
    min-height: 0.4rem;
    padding: 0.05rem 0.42rem 0.06rem;
  }
}

.navigation-header-sitemap .navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation-header-sitemap .navigation-list,
.navigation-header-sitemap .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-header-sitemap .navigation-item {
  position: relative;
  line-height: 1;
}
@media print, (min-width: 768px) {
  .navigation-header-sitemap {
    margin-right: 27px;
  }
  .navigation-header-sitemap .navigation-wrapper {
    gap: 27px;
  }
  .navigation-header-sitemap .navigation-list {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    top: 25px;
    width: 56px;
    padding-top: 11px;
    padding-bottom: 1px;
    -webkit-transition: opacity 0.3s, pointer-events 0.3s, visibility 0.3s, -webkit-filter 0.3s;
    transition: opacity 0.3s, pointer-events 0.3s, visibility 0.3s, -webkit-filter 0.3s;
    transition: opacity 0.3s, pointer-events 0.3s, visibility 0.3s, filter 0.3s;
    transition: opacity 0.3s, pointer-events 0.3s, visibility 0.3s, filter 0.3s, -webkit-filter 0.3s;
    opacity: 0;
    background-color: transparent;
    pointer-events: none;
  }
  .navigation-header-sitemap .navigation-list .list-item {
    position: relative;
    z-index: 2;
    margin-bottom: 2px;
  }
  .navigation-header-sitemap .navigation-list .list-item:last-child {
    margin-bottom: 0;
  }
  .navigation-header-sitemap .navigation-list::after, .navigation-header-sitemap .navigation-list::before {
    content: "";
    position: absolute;
  }
  .navigation-header-sitemap .navigation-list::after {
    top: -25px;
    right: -4px;
    left: 0;
    height: 100%;
  }
  .navigation-header-sitemap .navigation-list::before {
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../img/common/board_img_01.svg") top left/100% 100% no-repeat;
    pointer-events: none;
  }
  .navigation-header-sitemap .navigation-item.is-submenu {
    cursor: pointer;
  }
  .navigation-header-sitemap .navigation-item.is-submenu:hover .navigation-list {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap {
    margin-bottom: 0.8rem;
  }
  .navigation-header-sitemap .navigation-item.is-submenu .label-header-primary::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.19rem;
    right: 0.1rem;
    width: 0.16rem;
    height: 0.09rem;
    -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/arrow_icn_07.svg") no-repeat 0 0/auto 100%;
  }
  .navigation-header-sitemap .navigation-wrapper {
    -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;
  }
  .navigation-header-sitemap .navigation-list {
    display: none;
    padding: 0 0.2rem;
  }
  .navigation-header-sitemap .navigation-item {
    width: 100%;
    border-bottom: 1px solid #323232;
  }
}

.button-header-menu {
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .button-header-menu {
    position: absolute;
    z-index: 999;
    top: -0.02rem;
    right: 0;
    width: 0.5rem;
    height: 0.6rem;
    background-color: #fff;
  }
  .button-header-menu .button-wrapper {
    position: absolute;
    top: calc(50% - 0.08rem);
    left: calc(50% - 0.1rem);
    width: 0.19rem;
    height: 0.15rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .button-header-menu .button-line {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 0.09rem);
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background: #707070;
  }
  .button-header-menu .button-line:nth-of-type(1) {
    top: 0;
  }
  .button-header-menu .button-line:nth-of-type(2) {
    top: 0.08rem;
  }
  .button-header-menu .button-line:nth-of-type(3) {
    top: 0.15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-header-menu.is-active .button-wrapper {
    left: calc(50% - 0.08rem);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .button-header-menu.is-active .button-line:nth-of-type(1) {
    top: 0.06rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button-header-menu.is-active .button-line:nth-of-type(2) {
    opacity: 0;
  }
  .button-header-menu.is-active .button-line:nth-of-type(3) {
    top: 0.06rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.overlay {
  visibility: hidden;
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.footer-common {
  position: relative;
  z-index: 9999;
  background-color: #f3f3f3;
}
.footer-common .information-logo {
  display: block;
  margin-bottom: 0.15rem;
}
.footer-common .information-company {
  font-size: 0.19rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.footer-common .information-address {
  font-size: 0.15rem;
}
.footer-common .information-contact {
  display: inline-block;
  color: #00aedc;
  line-height: 1;
  pointer-events: none;
}
.footer-common .information-contact .contact-text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.footer-common .information-contact .contact-note {
  position: relative;
  left: -0.04rem;
  letter-spacing: 0.1em;
  pointer-events: none;
}
.footer-common .navigation-column .navigation-wrapper,
.footer-common .navigation-column .navigation-sub {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-common .direct-link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.19rem;
}
.footer-common .direct-link .item-wrapper {
  display: inline-block;
  position: relative;
  padding-left: 0.1rem;
  font-size: 0.13rem;
}
.footer-common .direct-link .item-wrapper::before {
  content: "";
  position: absolute;
  top: 0.09rem;
  left: 0;
  width: 0.07rem;
  height: 0.06rem;
  background: url("../img/common/arrow_icn_01.svg") center/100% auto no-repeat;
}
.footer-common .navigation-item.is-social .navigation-link {
  display: block;
}
.footer-common .direct-logo-wrapper {
  display: block;
  margin-bottom: 0.09rem;
}
.footer-common .direct-contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
  min-height: 0.44rem;
  padding: 0.11rem 0.65rem 0.12rem 0.16rem;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  border: 1px solid #004097;
  border-radius: 0.05rem;
  background-color: #004097;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.footer-common .direct-contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0.16rem;
  bottom: 0;
  width: 0.21rem;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  background: url("../img/common/arrow_icn_02.svg") center/100% auto no-repeat;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.footer-common .direct-contact::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  background: #fff;
}
.footer-common .direct-contact:hover {
  color: #004097;
}
.footer-common .direct-contact:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.footer-common .direct-contact:hover::before {
  -webkit-filter: unset;
  filter: unset;
}
.footer-common .navigation-item {
  color: #717071;
}
.footer-common .navigation-item:last-child {
  margin-bottom: 0;
}
.footer-common .navigation-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer-common .sub-item {
  padding: 0.02rem 0 0.02rem 0.18rem;
}
.footer-common .sub-link {
  display: inline-block;
  position: relative;
  padding-left: 0.1rem;
}
.footer-common .sub-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.07rem;
  height: 0.09rem;
  background: url("../img/common/arrow_icn_03.svg") center/100% auto no-repeat;
}
.footer-common .footer-copyright {
  display: block;
  font-size: 0.13rem;
}
.footer-common .contact-note {
  font-size: 0.16rem;
}
.footer-common .footer-main {
  margin-bottom: 0.42rem;
}
.footer-common .direct-product {
  width: 0.75rem;
  height: 0.75rem;
  display: block;
}
@media print, (min-width: 768px) {
  .footer-common {
    padding: 120px 0 80px;
  }
  .footer-common .information-logo {
    width: 276px;
  }
  .footer-common .contact-text {
    font-size: 0.34rem;
  }
  .footer-common .direct-logo-wrapper {
    width: 363px;
  }
  .footer-common .footer-main,
  .footer-common .footer-direct,
  .footer-common .footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-common .footer-main,
  .footer-common .footer-direct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-common .navigation-column {
    padding: 7px 32px;
    border-left: 1px solid #878788;
  }
  .footer-common .navigation-column:last-child {
    border-right: 1px solid #878788;
  }
  .footer-common .navigation-column.is-first {
    width: 233px;
  }
  .footer-common .navigation-column.is-second {
    width: 225px;
  }
  .footer-common .information-contact {
    margin-top: -3px;
  }
  .footer-common .footer-information {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 311px;
    margin-right: 30px;
  }
  .footer-common .footer-navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-common .navigation-item.is-social {
    margin-right: -18px;
  }
  .footer-common .navigation-item.is-social .navigation-link {
    width: 26px;
    margin-left: auto;
  }
  .footer-common .direct-contact {
    min-width: 279px;
    margin-right: 61px;
    margin-bottom: 12px;
  }
  .footer-common .direct-wrapper {
    margin-left: auto;
    padding-top: 19px;
  }
  .footer-common .navigation-item {
    margin-bottom: 0.03rem;
    font-size: 0.13rem;
  }
  .footer-common .footer-copyright {
    text-align: right;
  }
  .footer-common .sub-link::before {
    top: 7px;
  }
  html.is-firefox .footer-common .sub-link::before, html.is-tablet .footer-common .sub-link::before {
    top: 8px;
  }
  .footer-common .direct-product {
    margin-left: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 0.5rem 0;
  }
  .footer-common .information-logo {
    width: 2.4rem;
  }
  .footer-common .information-address {
    margin-bottom: 0.2rem;
  }
  .footer-common .contact-text {
    font-size: 0.3rem;
  }
  .footer-common .information-contact {
    margin-bottom: 0.25rem;
  }
  .footer-common .navigation-item {
    margin-bottom: 0.07rem;
    font-size: 0.15rem;
  }
  .footer-common .navigation-column {
    margin-bottom: 0.1rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #878788;
  }
  .footer-common .navigation-column:nth-child(2) {
    padding-right: 0;
  }
  .footer-common .navigation-column:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .footer-common .navigation-item.is-social .navigation-link {
    width: 0.32rem;
    margin: 0 auto;
  }
  .footer-common .direct-contact {
    margin-bottom: 0.15rem;
  }
  .footer-common .direct-link {
    margin-bottom: 0.2rem;
  }
  .footer-common .direct-logo {
    width: 100%;
  }
  .footer-common .footer-copyright {
    text-align: center;
  }
  .footer-common .sub-link::before {
    top: 0.1rem;
  }
  .footer-common .direct-product {
    margin: 0 auto;
  }
  .footer-common .direct-wrapper {
    margin-bottom: 0.2rem;
  }
}

.button-to-top {
  pointer-events: none;
}
.button-to-top .button-viewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0;
}
.button-to-top.is-active {
  pointer-events: all;
}
.button-to-top.is-active .button-viewport {
  opacity: 1;
}
.button-to-top .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  .button-to-top .button-wrapper:hover {
    opacity: 0.7;
  }
}
@media print, (min-width: 768px) {
  .button-to-top .button-icon {
    width: 51px;
  }
  .button-to-top .button-viewport {
    position: fixed;
    right: 0;
    bottom: 16px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 24px;
    border-radius: 50%;
  }
  .button-to-top.is-stuck .button-viewport {
    position: absolute;
    top: -51px;
    bottom: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-to-top .button-viewport {
    position: fixed;
    right: 0.05rem;
    bottom: 0.05rem;
    width: 0.45rem;
    height: 0.45rem;
    background-color: #323232;
  }
  .button-to-top .button-icon {
    width: 0.45rem;
  }
}

.section-common-keyvisual .keyvisual-wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.section-common-keyvisual .keyvisual-background {
  width: 100%;
}
.section-common-keyvisual .keyvisual-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.section-common-keyvisual .title-wrapper {
  display: block;
}
.section-common-keyvisual .title-wrapper img {
  width: auto;
  height: 100%;
}
@media print, (min-width: 768px) {
  .section-common-keyvisual .keyvisual-wrapper {
    width: 92.1875%;
  }
  .section-common-keyvisual .keyvisual-title {
    top: calc(50% + 6px);
  }
  .section-common-keyvisual .title-wrapper {
    height: 100px;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual .keyvisual-wrapper {
    width: 89.3333%;
  }
  .section-common-keyvisual .keyvisual-background {
    height: 3rem;
  }
  .section-common-keyvisual .keyvisual-background img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section-common-keyvisual .keyvisual-title {
    top: calc(50% + 0.05rem);
  }
  .section-common-keyvisual .title-wrapper {
    height: 0.6rem;
  }
}

.title-common-secondary {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  text-align: center;
}
.title-common-secondary::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #323232;
}
.title-common-secondary .title-wrapper {
  display: inline-block;
  position: relative;
}
.title-common-secondary .title-wrapper img {
  width: auto;
  height: 100%;
}
.title-common-secondary .title-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 0.1rem;
  background: #fff;
}
.title-common-secondary.is-traditional .title-wrapper::before {
  background: #f3f3f3;
}
@media print, (min-width: 768px) {
  .title-common-secondary::before {
    top: 18px;
  }
  .title-common-secondary .title-wrapper {
    height: 72px;
  }
  .title-common-secondary .title-wrapper::before {
    top: 13px;
    left: -48px;
    width: calc(100% + 95px);
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary::before {
    top: 0.11rem;
  }
  .title-common-secondary .title-wrapper {
    height: 0.46rem;
  }
  .title-common-secondary .title-wrapper::before {
    top: 0.06rem;
    left: -0.2rem;
    width: calc(100% + 0.4rem);
  }
}

.title-common-simple {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3793103448;
}
.title-common-simple.is-center {
  text-align: center;
}
.title-common-simple .title-note {
  position: relative;
  top: 0.01rem;
  vertical-align: super;
}
@media print, (min-width: 768px) {
  .title-common-simple {
    font-size: 0.29rem;
  }
  .title-common-simple .title-note {
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-simple {
    font-size: 0.2rem;
  }
  .title-common-simple .title-note {
    font-size: 0.12rem;
  }
}

.text-common-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.text-common-status .text-wrapper {
  display: block;
}
@media print, (min-width: 768px) {
  .text-common-status {
    padding: 70px 0 20px;
  }
  .text-common-status .text-wrapper {
    width: 414px;
  }
}
@media only screen and (max-width: 767.98px) {
  .text-common-status {
    padding: 0.5rem 0;
  }
  .text-common-status .text-wrapper {
    width: 2.5rem;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1), transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-color {
  0% {
    color: #c8c8c9;
  }
  100% {
    color: #004097;
  }
}

@keyframes fade-color {
  0% {
    color: #c8c8c9;
  }
  100% {
    color: #004097;
  }
}
.fade-color {
  -webkit-transition: color 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-name: fade-color;
  animation-name: fade-color;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.section-concept-introduction .introduction-content {
  line-height: 2.3125;
}
.section-concept-introduction .introduction-content p {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-concept-introduction {
    padding: 113px 0 70px;
  }
  .section-concept-introduction .title-common-simple {
    margin-bottom: 51px;
  }
  .section-concept-introduction .introduction-content {
    text-align: center;
  }
  .section-concept-introduction .introduction-content p + p {
    margin-top: 37px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-concept-introduction {
    padding: 0.5rem 0 0;
  }
  .section-concept-introduction .title-common-simple {
    margin-bottom: 0.2rem;
  }
  .section-concept-introduction .introduction-content p + p {
    margin-top: 0.15rem;
  }
  html.is-ios .section-concept-introduction .introduction-content {
    margin: 0 -0.01rem;
  }
}

@media print, (min-width: 768px) {
  .section-concept-building {
    padding: 79px 0;
  }
  .section-concept-building .title-common-secondary {
    margin-bottom: 54px;
  }
}
@media print {
  .section-concept-building {
    page-break-before: always;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-concept-building {
    padding: 0.5rem 0;
  }
  .section-concept-building .title-common-secondary {
    margin-bottom: 0.3rem;
  }
}

.list-concept-building .list-wrapper {
  padding-left: 0;
  list-style: none;
}
.list-concept-building .list-item.is-first .item-content::before {
  background-image: url("../img/concept/concept_decor_01.svg");
}
.list-concept-building .list-item.is-second .item-content::before {
  background-image: url("../img/concept/concept_decor_02.svg");
}
.list-concept-building .list-item.is-third .item-content::before {
  background-image: url("../img/concept/concept_decor_03.svg");
}
.list-concept-building .item-wrapper {
  display: block;
}
.list-concept-building .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  text-align: center;
  text-decoration: none;
}
.list-concept-building .item-inner:hover .item-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.list-concept-building .item-image {
  width: 3rem;
  height: 2.82rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: 0.1rem;
}
.list-concept-building .item-image img {
  -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.list-concept-building .item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.list-concept-building .item-text img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-concept-building .item-title {
  display: block;
  margin-bottom: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.list-concept-building .item-content {
  position: relative;
  margin-bottom: 0;
  line-height: 1.875;
  text-align: justify;
}
.list-concept-building .item-content::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 42px;
  height: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: center/auto 100% no-repeat;
}
@media print, (min-width: 768px) {
  .list-concept-building .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px -30px;
  }
  .list-concept-building .list-item {
    width: 33.3333333333%;
    padding: 0 25px 30px;
  }
  .list-concept-building .item-text {
    top: 122px;
    height: 38px;
  }
  .list-concept-building .item-title {
    margin-top: 22px;
    font-size: 0.27rem;
  }
  .list-concept-building .item-content {
    padding-top: 48px;
  }
  .list-concept-building .item-content::before {
    top: 23px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-concept-building .list-wrapper {
    margin-bottom: 0;
    padding: 0 0.17rem;
  }
  .list-concept-building .list-item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .list-concept-building .list-item:last-child {
    margin-bottom: 0;
  }
  .list-concept-building .item-text {
    top: 1.2rem;
    height: 0.34rem;
  }
  .list-concept-building .item-title {
    margin-top: 0.15rem;
    font-size: 0.18rem;
  }
  .list-concept-building .item-content {
    padding-top: 0.3rem;
  }
  .list-concept-building .item-content::before {
    top: 0.12rem;
  }
}
/*# sourceMappingURL=concept.css.map */