@charset "UTF-8";
:root {
  --width-wrapper: 17.8rem;
  --fontfamily-default: "メイリオ", meiryo, "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック",
    yugothic, "Yu Gothic", sans-serif;
  --fontfamily-arial: "Arial", arial, sans-serif;
  --fontfamily-notosans: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic,
    "Yu Gothic", "メイリオ", meiryo, sans-serif;
  --fontsize-pc: 0.2rem;
  --fontsize-sp: 0.14rem;
  --fontsize-title: 0.15rem;
  --fontweight-default: 400;
  --fontweight-bold: 700;
  --lineheight-pc: calc(35 / 20);
  --lineheight-sp: calc(24 / 14);
  --lineheight-title-pc: calc(21 / 15);
  --lineheight-title-sp: calc(20 / 14);
  --letter-spacing: 0.015em;
  --color-default: #000;
  --color-light: #fff;
  --color-primary: #3f80ef;
  --color-background-primary: #98a5cb;
  --color-background-secondary: #90a2de;
  --color-background-tertiary: #dde2ee;
  --color-button: rgba(0, 0, 0, 0.7);
  --color-title-primary: #ff9100;
  --color-border: #707070;
  --color-background-button: rgba(152, 165, 203, 0.2);
  --border-button: 0.01rem solid #98a5cb;
}

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 {
  opacity: 1;
}
html.is-frozen-os {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  html {
    overflow: auto scroll;
    font-size: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw !important;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  background-color: var(--color-background-tertiary);
  color: var(--color-default);
  font-family: var(--fontfamily-default);
  font-weight: var(--fontweight-default);
  letter-spacing: var(--letter-spacing);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 768px) {
  body {
    font-size: var(--fontsize-pc);
    line-height: var(--lineheight-pc);
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: var(--fontsize-sp);
    line-height: var(--lineheight-sp);
  }
}

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

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

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: 0.01rem;
  text-underline-offset: 0.03rem;
}
a:not([class]):hover {
  text-decoration-color: transparent;
}
html.is-touchable a:not([class]):hover {
  text-decoration-color: inherit;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}
html.is-touchable .trans:hover {
  opacity: 1;
}

.load {
  -webkit-transition: opacity 0.26s;
  transition: opacity 0.26s;
  opacity: 0.001;
}
.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;
}

@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 0.6rem);
    max-width: var(--width-wrapper);
    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;
  }
}

.header-common {
  position: fixed;
  background-color: var(--color-light);
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99999;
}
.header-common .navigation-wrapper,
.header-common .navigation-inner,
.header-common .navigation-frame,
.header-common .menu-child,
.header-common .label-wrapper,
.header-common .label-text {
  position: relative;
}
@media print, (min-width: 768px) {
  .header-common {
    min-height: 1rem;
    padding: 0.2rem 0.69rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    min-height: 0.72rem;
    padding: 0.2rem;
  }
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.button-header-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 104;
  top: 0;
  right: 0;
  -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 ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  cursor: pointer;
}
.button-header-burger .button-wrapper {
  width: 100%;
  height: 100%;
  background: url("../img/common/icon_header_01.svg") 50% 50%/100% auto no-repeat;
}
@media print, (min-width: 768px) {
  .button-header-burger {
    width: 0.5891rem;
    height: 0.5891rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-burger {
    width: 0.32rem;
    height: 0.32rem;
  }
}

.button-header-burger.is-active .button-wrapper {
  background: url("../img/common/icn_header_01.svg") 50% 50%/100% auto no-repeat;
}
@media print, (min-width: 768px) {
  .button-header-burger.is-active .button-wrapper {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-burger.is-active .button-wrapper {
    width: 0.22rem;
    height: 0.22rem;
  }
}

.navigation-header-sitemap {
  visibility: hidden;
  position: absolute;
  z-index: 103;
  top: 0;
  right: 0;
  overflow: hidden auto;
  opacity: 0;
  background-color: var(--color-background-secondary);
  color: var(--color-light);
}
.navigation-header-sitemap::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}
@media print, (min-width: 768px) {
  .navigation-header-sitemap {
    width: 7.68rem;
    height: 84vh;
    margin-right: 1.6%;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 0.5rem 0.2rem;
  }
}

.navigation-header-sitemap.is-active {
  visibility: visible;
  opacity: 1;
}

.navigation-header-sitemap.is-ready {
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.menu-header-sitemap .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .menu-header-sitemap .label-header-primary {
    margin-bottom: 0.3rem;
    font-size: 0.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-header-sitemap .label-header-primary {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
  }
}

.header-navigation-overlay {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.header-navigation-overlay.is-active {
  opacity: 1;
  pointer-events: all;
}

@media print, (min-width: 768px) {
  .header-information .information-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-information .information-text {
    margin-bottom: 0.02rem;
    line-height: 1.5625;
  }
}

.footer-common {
  background-color: var(--color-background-secondary);
  color: var(--color-light);
}
.footer-common .footer-name,
.footer-common .footer-copyright {
  display: block;
  text-align: center;
}
.footer-common .wrapper {
  position: relative;
}
@media print, (min-width: 768px) {
  .footer-common {
    min-height: 2.5rem;
  }
  .footer-common .wrapper {
    max-width: 14.66rem;
    padding: 0.94rem 0 0.81rem;
  }
  .footer-common .footer-name {
    font-size: 0.35rem;
    line-height: 1.12;
  }
  .footer-common .footer-copyright {
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 0.6rem 0;
  }
  .footer-common .footer-name {
    font-size: 0.24rem;
  }
  .footer-common .footer-copyright {
    font-size: 0.16rem;
  }
}

.wow.wow-swipe-bottom .wow-wrapper {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.wow.wow-swipe-bottom .wow-wrapper::before {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: -webkit-transform 1s 1.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 1s 1.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s 1.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s 1.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s 1.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
html.is-visible .wow.wow-swipe-bottom.animated .wow-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.is-visible .wow.wow-swipe-bottom.animated .wow-wrapper::before {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}

.wow.wow-swipe-right .wow-wrapper {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 1s 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 1s 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.wow.wow-swipe-right .wow-wrapper::before {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 1s 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 1s 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
html.is-visible .wow.wow-swipe-right.animated .wow-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.is-visible .wow.wow-swipe-right.animated .wow-wrapper::before {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

.wow.wow-swipe-right,
.wow.wow-swipe-bottom {
  overflow: hidden;
}
.wow.wow-swipe-right .wow-wrapper,
.wow.wow-swipe-bottom .wow-wrapper {
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
}
.wow.wow-swipe-right .wow-wrapper::before,
.wow.wow-swipe-bottom .wow-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-default);
  pointer-events: none;
}

.wow.wow-slice {
  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;
  overflow: hidden;
}
.wow.wow-slice .wow-wrapper,
.wow.wow-slice .wow-inner {
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 1s 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s 1.2s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.wow.wow-slice .wow-wrapper {
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
}
.wow.wow-slice .wow-inner {
  -webkit-transform: translate3d(100.1%, 0, 0);
  transform: translate3d(100.1%, 0, 0);
}
html.is-visible .wow.wow-slice.animated .wow-wrapper,
html.is-visible .wow.wow-slice.animated .wow-inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.list-common-activities .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-activities .content-title {
  color: #90a2de;
  text-align: center;
}
.list-common-activities .content-detail .detail-text:last-child {
  margin-bottom: 0;
}
.list-common-activities .item-image {
  margin-bottom: 0.35rem;
}
@media print, (min-width: 768px) {
  .list-common-activities .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.595rem;
  }
  .list-common-activities .list-item {
    width: 33.3333333333%;
    padding: 0.595rem;
  }
  .list-common-activities .item-image {
    width: 4.1rem;
    height: 3.64rem;
  }
  .list-common-activities .content-title {
    margin-bottom: 0.1rem;
    font-size: 0.38rem;
    line-height: 1.5;
  }
  .list-common-activities .content-detail {
    font-size: 0.2rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-activities .list-item {
    margin-bottom: 0.6rem;
  }
  .list-common-activities .list-item:last-child {
    margin-bottom: 0;
  }
  .list-common-activities .content-title {
    margin-bottom: 0.1rem;
    font-size: 0.24rem;
  }
  .list-common-activities .content-detail {
    font-size: 0.16rem;
    line-height: 1.75;
  }
}

.box-common {
  position: relative;
  background-color: var(--color-light);
}
@media only screen and (max-width: 767.98px) {
  .box-common {
    padding: 0.4rem;
  }
}

.block-common-introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  z-index: 3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-light);
  letter-spacing: 0.09em;
  text-align: center;
}
.block-common-introduction::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  background-color: var(--color-title-primary);
}
.block-common-introduction .block-detail .detail-text:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .block-common-introduction {
    min-height: 2.9rem;
    padding: 0.79rem 0.4rem 0.74rem;
    top: 1rem;
  }
  .block-common-introduction .block-title {
    margin-bottom: 0;
    font-size: 0.58rem;
  }
  .block-common-introduction .block-detail {
    font-size: 0.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-introduction {
    padding: 0.2rem 0;
    top: 0.72rem;
  }
  .block-common-introduction::before {
    height: calc(100% + 0.4rem);
  }
  .block-common-introduction .block-title {
    margin-bottom: 0;
    font-size: 0.24rem;
  }
  .block-common-introduction .block-detail {
    font-size: 0.16rem;
  }
}

.block-common-confirmation .block-detail .detail-text:last-child {
  margin-bottom: 0;
}
.block-common-confirmation .block-controller {
  position: relative;
}
.block-common-confirmation .controller-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
}
.block-common-confirmation .controller-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
@media print, (min-width: 768px) {
  .block-common-confirmation {
    margin-top: 0.55rem;
  }
  .block-common-confirmation .block-detail .detail-text {
    margin-bottom: 0.3rem;
    font-size: var(--fontsize-title);
    letter-spacing: var(--letter-spacing);
    line-height: 1.6666666667;
  }
  .block-common-confirmation .block-detail .detail-text span {
    font-size: 0.18rem;
    line-height: 1.3888888889;
  }
  .block-common-confirmation .form-agree {
    margin-bottom: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-confirmation {
    margin-top: 0.5rem;
  }
  .block-common-confirmation .detail-text {
    font-size: var(--fontsize-sp);
    line-height: var(--lineheight-title-sp);
  }
  .block-common-confirmation .form-agree {
    margin-bottom: 0.15rem;
  }
  .block-common-confirmation .detail-text span {
    font-size: 0.16rem;
  }
}

@media print, (min-width: 768px) {
  .block-common-confirmation.is-kakunin {
    margin-top: 0.8rem;
  }
  .block-common-confirmation.is-kakunin .block-detail {
    margin-bottom: 0.44rem;
  }
  .block-common-confirmation.is-kakunin .block-controller {
    max-width: 6.76rem;
    margin: 0 auto;
  }
  .block-common-confirmation.is-kakunin .controller-wrapper {
    margin: -0.24rem -0.24rem -0.48rem;
  }
  .block-common-confirmation.is-kakunin .controller-item {
    padding: 0.24rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-confirmation.is-kakunin .block-detail {
    margin-bottom: 0.3rem;
  }
  .block-common-confirmation.is-kakunin .controller-wrapper {
    margin: -0.1rem -0.1rem -0.34rem;
  }
  .block-common-confirmation.is-kakunin .controller-item {
    padding: 0.1rem;
  }
}

.title-common-primary {
  font-weight: var(--fontweight-default);
  line-height: 1.6;
  text-align: center;
}
.title-common-primary.is-light {
  color: var(--color-light);
}
@media print, (min-width: 768px) {
  .title-common-primary {
    font-size: 0.58rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    margin-bottom: 0.3rem;
    font-size: 0.3rem;
  }
}

.title-common-keyvisual {
  margin: 0;
  color: var(--color-background-primary);
  font-family: var(--fontfamily-arial);
  text-align: center;
}
.title-common-keyvisual .title-text {
  display: block;
}
@media print, (min-width: 768px) {
  .title-common-keyvisual .title-text {
    font-size: 0.52rem;
  }
  .title-common-keyvisual .title-text.is-bold {
    margin-top: -0.34rem;
    font-size: 0.8rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-keyvisual .title-text {
    margin-bottom: 0.96rem;
    font-size: 0.18rem;
    line-height: 1.2;
  }
  .title-common-keyvisual .title-text.is-bold {
    font-size: 0.3rem;
    letter-spacing: 0;
  }
  .title-common-keyvisual .title-text:last-child {
    margin-bottom: 0;
  }
}

.button-common-contact {
  position: fixed;
  z-index: 99;
}
.button-common-contact .button-link {
  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: 100%;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--color-title-primary);
  color: var(--color-light);
  letter-spacing: var(--letter-spacing);
}
@media print, (min-width: 768px) {
  .button-common-contact {
    right: calc(50% - 9.6rem);
    bottom: 0;
    margin: 0.2rem 0.71rem;
  }
  .button-common-contact .button-wrapper {
    width: 1.2rem;
    height: 1.2rem;
  }
  .button-common-contact .button-link {
    padding: 0.28rem 0.2rem 0.27rem;
    font-size: 0.22rem;
    line-height: 1.0909090909;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-contact {
    right: 0.1rem;
    bottom: 0.1rem;
  }
  .button-common-contact .button-wrapper {
    width: 0.65rem;
    height: 0.65rem;
  }
  .button-common-contact .button-link {
    font-size: var(--fontsize-sp);
    line-height: 1.25;
  }
}

.button-common-primary input,
.button-common-primary a,
.button-common-primary button {
  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: 100%;
  padding: 0.11rem 0.1rem 0.09rem;
  border: 0.035rem solid var(--color-background-primary);
  opacity: 1;
  background-color: var(--color-background-button);
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.button-common-primary input:hover,
.button-common-primary a:hover,
.button-common-primary button:hover {
  opacity: 0.8;
}
@media print, (min-width: 768px) {
  .button-common-primary input,
  .button-common-primary a,
  .button-common-primary button {
    min-height: 0.6rem;
    font-size: 0.2rem;
    letter-spacing: var(--letter-spacing);
  }
}

@media print, (min-width: 768px) {
  .button-common-primary.is-kanryo {
    width: 3.2rem;
    margin: 0 auto;
  }
}

.button-common-primary.is-input:has(.wpcf7-form-control) {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.button-common-primary.is-input:has(.wpcf7-form-control) input,
.button-common-primary.is-input:has(.wpcf7-form-control) a,
.button-common-primary.is-input:has(.wpcf7-form-control) button {
  border: none;
  background: rgba(0, 0, 0, 0.7);
  color: var(--color-light);
}
@media print, (min-width: 768px) {
  .button-common-primary.is-input:has(.wpcf7-form-control) input,
  .button-common-primary.is-input:has(.wpcf7-form-control) a,
  .button-common-primary.is-input:has(.wpcf7-form-control) button {
    min-height: 0.8rem;
    padding: 0.2rem;
    font-size: var(--fontsize-title);
    line-height: var(--lineheight-title-pc);
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary.is-input:has(.wpcf7-form-control) input,
  .button-common-primary.is-input:has(.wpcf7-form-control) a,
  .button-common-primary.is-input:has(.wpcf7-form-control) button {
    min-height: 0.5rem;
    padding: 0.1rem 0.2rem;
    font-size: var(--fontsize-sp);
    line-height: var(--lineheight-title-sp);
  }
}

.button-common-primary.is-next,
.button-common-primary.is-previous {
  min-height: 1rem;
}

.video-common .video-thumbnail {
  width: 100%;
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .video-common {
    margin-bottom: 0.7rem;
  }
  .video-common .box-common {
    padding: 1rem 0;
  }
  .video-common .video-thumbnail {
    max-width: 13rem;
    height: 7rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .video-common {
    margin-bottom: 0.4rem;
  }
  .video-common .video-thumbnail {
    height: 2.5rem;
  }
}

.section-top-keyvisual .wrapper,
.section-top-keyvisual .title-wrapper {
  position: relative;
}
.section-top-keyvisual .keyvisual-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.section-top-keyvisual .banner-wrapper,
.section-top-keyvisual .banner-image {
  height: 100%;
}
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    margin: 0.79rem 0 0.71rem;
  }
  .section-top-keyvisual .wrapper {
    min-height: 9.24rem;
    padding: 3.91rem 0 3.36rem;
  }
  .section-top-keyvisual .keyvisual-banner {
    height: 100%;
    border-radius: 0.2rem;
  }
  .section-top-keyvisual .keyvisual-title {
    max-width: 8.5rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    margin: 0.4rem 0;
  }
  .section-top-keyvisual .wrapper {
    position: relative;
    padding: 1.01rem 0.2rem 0.07rem;
  }
  .section-top-keyvisual .wrapper::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-light);
  }
  .section-top-keyvisual .keyvisual-banner {
    height: 2.32rem;
  }
  .section-top-keyvisual .keyvisual-title {
    position: relative;
    z-index: 1;
  }
}

.section-top-location .box-common::before, .section-top-location .box-common::after {
  content: "";
  position: absolute;
}
.section-top-location .box-common::before {
  background: url("../img/top/decoration_location_01.png") 50% 50%/100% auto no-repeat;
}
.section-top-location .box-common::after {
  background: url("../img/top/decoration_location_02.png") 50% 50%/100% auto no-repeat;
}
.section-top-location .location-logo {
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .section-top-location {
    margin-bottom: 0.71rem;
  }
  .section-top-location .box-common {
    padding: 0.76rem 0 0;
  }
  .section-top-location .location-wrapper {
    max-width: 16.3rem;
    margin: 0 auto;
    padding-bottom: 0.27rem;
    background: url("../img/top/background_location_01.png") bottom left/100% auto no-repeat;
  }
  .section-top-location .box-common::before {
    top: -0.27rem;
    left: -0.6rem;
    width: 3.14rem;
    height: 2.42rem;
  }
  .section-top-location .box-common::after {
    right: -0.48rem;
    bottom: -0.01rem;
    width: 3.72rem;
    height: 1.74rem;
  }
  .section-top-location .list-top-location {
    max-width: 13rem;
    margin: 0 auto;
  }
  .section-top-location .location-logo {
    width: 2rem;
    height: 1.16rem;
  }
  .section-top-location .title-common-primary {
    margin-bottom: 0.59rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-location {
    margin-bottom: 0.6rem;
  }
  .section-top-location .location-logo {
    width: 1rem;
  }
  .section-top-location .box-common {
    padding: 0;
  }
  .section-top-location .location-wrapper {
    padding: 0.5rem 0.4rem 0.4rem;
  }
}

@media print, (min-width: 768px) {
  .section-top-activities {
    margin-bottom: 0.82rem;
  }
  .section-top-activities .box-common {
    padding: 0.67rem 0 0.88rem;
  }
  .section-top-activities .list-common-activities {
    max-width: 14.68rem;
    margin: 0 auto;
  }
  .section-top-activities .title-common-primary {
    margin-bottom: 0.76rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-activities {
    margin-bottom: 0.4rem;
  }
}

.list-top-location .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-top-location .item-detail .detail-text:last-child {
  margin-bottom: 0;
}
.list-top-location .item-title {
  font-weight: var(--fontweight-default);
}
.list-top-location .item-subtitle,
.list-top-location .item-describe {
  display: block;
}
.list-top-location .item-describe {
  letter-spacing: 0.015em;
  margin-bottom: 0.12rem;
}
@media print, (min-width: 768px) {
  .list-top-location .list-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.83rem -0.83rem -0.98rem;
  }
  .list-top-location .list-item {
    width: 33.3333333333%;
    padding: 0.83rem;
  }
  .list-top-location .list-item:nth-child(odd) .item-wrapper {
    padding-top: 0.72rem;
  }
  .list-top-location .item-describe {
    font-size: var(--fontsize-title);
    line-height: 1.5333333333;
  }
  .list-top-location .item-subtitle {
    font-size: var(--fontsize-title);
    line-height: 1;
  }
  .list-top-location .item-title {
    margin-bottom: 0.13rem;
    font-size: 0.3rem;
  }
  .list-top-location .item-detail {
    color: var(--color-light);
    font-size: var(--fontsize-title);
    line-height: 1.5333333333;
  }
  .list-top-location .item-image {
    width: 3.23rem;
    height: 4.5rem;
    margin-bottom: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-location .list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list-top-location .list-item {
    margin-bottom: 0.4rem;
  }
  .list-top-location .list-item.is-first {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .list-top-location .list-item.is-third {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .list-top-location .item-title {
    margin-bottom: 0.2rem;
  }
  .list-top-location .item-image {
    margin-bottom: 0.2rem;
  }
  .list-top-location .item-detail.is-spacing {
    margin-right: -0.03rem;
  }
}

.section-top-introduction .introduction-viewport {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.section-top-introduction .introduction-heading {
  position: sticky;
  margin-bottom: -0.01rem;
}
.section-top-introduction .heading-banner {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.section-top-introduction .heading-banner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--color-background-primary);
  mix-blend-mode: multiply;
}
.section-top-introduction .heading-content {
  position: relative;
  z-index: 2;
}
.section-top-introduction .content-describe .describe-text:last-child {
  margin-bottom: 0;
}
.section-top-introduction .title-common-primary {
  text-align: left;
}
@media print, (min-width: 768px) {
  .section-top-introduction .introduction-heading {
    min-height: 13.14rem;
    padding: 0.82rem 0.7rem;
    top: 1rem;
  }
  .section-top-introduction .heading-banner {
    height: 100%;
    border-radius: 0.2rem;
  }
  .section-top-introduction .banner-wrapper {
    height: 65.9056316591%;
    overflow: hidden;
    border-radius: 0.2rem;
  }
  .section-top-introduction .heading-content {
    color: var(--color-light);
  }
  .section-top-introduction .block-common-introduction {
    margin-top: -4.48rem;
  }
  .section-top-introduction .introduction-wrapper {
    margin-top: 0.3rem;
  }
  .section-top-introduction .title-common-primary {
    margin-bottom: 3.51rem;
    line-height: 1.3793103448;
  }
  .section-top-introduction .content-describe {
    max-width: 9.66rem;
    font-size: 0.22rem;
    line-height: 1.8181818182;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-introduction {
    margin-bottom: 0.4rem;
  }
  .section-top-introduction .wrapper {
    padding: 0;
  }
  .section-top-introduction .introduction-heading {
    min-height: 3rem;
    margin-bottom: 0.2rem;
    padding: 1rem 0.4rem 0.4rem;
    background-color: var(--color-light);
    top: 0.72rem;
  }
  .section-top-introduction .introduction-wrapper {
    margin-top: 0.2rem;
  }
  .section-top-introduction .title-common-primary {
    margin-bottom: 0.5rem;
    font-size: 0.22rem;
  }
  .section-top-introduction .content-describe {
    max-width: 9.66rem;
    font-size: 0.16rem;
  }
}

.block-top-introduction {
  position: sticky;
}
.block-top-introduction .block-wrapper {
  overflow: hidden;
  background-color: var(--color-light);
}
.block-top-introduction .heading-number {
  color: var(--color-title-primary);
  font-family: var(--fontfamily-notosans);
  letter-spacing: var(--letter-spacing);
}
.block-top-introduction .heading-title {
  font-weight: var(--fontweight-default);
  letter-spacing: var(--letter-spacing);
}
.block-top-introduction .heading-image {
  position: absolute;
}
.block-top-introduction .block-content {
  position: relative;
}
.block-top-introduction .content-detail {
  letter-spacing: var(--letter-spacing);
}
.block-top-introduction .content-detail p:last-child {
  margin-bottom: 0;
}
.block-top-introduction .block-image {
  width: 100%;
  overflow: hidden;
}
.block-top-introduction .image-wrapper {
  position: relative;
  padding-top: 74.1176470588%;
}
.block-top-introduction .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, (min-width: 768px) {
  .block-top-introduction {
    top: 4.3rem;
  }
  .block-top-introduction .block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.4rem 0.4rem 0 1.38rem;
    border-radius: 0.2rem;
  }
  .block-top-introduction .block-image {
    width: 100%;
    max-width: 8.5rem;
    border-radius: 0.2rem;
  }
  .block-top-introduction:last-child .block-wrapper {
    padding: 0.4rem 0.4rem 0.32rem 1.38rem;
  }
  .block-top-introduction:last-child .block-image {
    border-radius: 0;
  }
  .block-top-introduction .content-heading {
    padding-right: 0.2rem;
  }
  .block-top-introduction .heading-number {
    margin-bottom: 0.24rem;
    font-size: 1rem;
    line-height: 0.8;
  }
  .block-top-introduction .heading-title {
    margin-bottom: 0.44rem;
    font-size: 0.48rem;
    line-height: 1.4583333333;
  }
  .block-top-introduction .heading-image {
    top: -0.4rem;
    right: 0.3rem;
    width: 3.33rem;
    height: 3.0675rem;
  }
  .block-top-introduction .block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 7.52rem;
    padding: 1.59rem 0 0.8rem;
  }
  .block-top-introduction .content-detail {
    max-width: 5.38rem;
    font-size: 0.2rem;
    line-height: var(--lineheight-pc);
  }
}
@media only screen and (max-width: 767.98px) {
  .block-top-introduction {
    top: 1.8rem;
  }
  .block-top-introduction .block-wrapper {
    padding: 0.14rem 0 0.24rem;
  }
  .block-top-introduction .heading-number {
    margin-bottom: 0.2rem;
    font-size: 0.5rem;
    line-height: 1;
  }
  .block-top-introduction .heading-title {
    margin-bottom: 0.1rem;
    font-size: 0.23rem;
    line-height: 1.4583333333;
  }
  .block-top-introduction .heading-image {
    top: 0.1rem;
    right: 0.2rem;
    width: 0.9rem;
    height: 0.83rem;
  }
  .block-top-introduction .block-content {
    margin-bottom: 0.1rem;
    padding: 0.4rem 0.3rem 0;
  }
  .block-top-introduction .content-detail {
    padding-right: 0.1rem;
    font-size: 0.13rem;
    line-height: var(--lineheight-pc);
  }
  .block-top-introduction .image-wrapper {
    margin-bottom: 0.1rem;
  }
}

.section-top-greetings .box-common::after {
  content: "";
  position: absolute;
  background: url("../img/top/decoration_greetings_01.png") 50% 50%/100% auto no-repeat;
}
.section-top-greetings .greetings-content {
  letter-spacing: var(--letter-spacing);
}
.section-top-greetings .greetings-content p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-top-greetings {
    margin-bottom: 1rem;
  }
  .section-top-greetings .box-common {
    padding: 1.12rem 1.38rem 0.83rem;
  }
  .section-top-greetings .box-common::after {
    right: 0.08rem;
    bottom: 0;
    width: 3.7rem;
    height: 1.83rem;
  }
  .section-top-greetings .title-common-primary {
    margin-bottom: 0.47rem;
  }
  .section-top-greetings .greetings-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-top-greetings .greetings-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 7.52rem;
    height: 7.44rem;
    margin-top: 0.06rem;
  }
  .section-top-greetings .greetings-content {
    padding: 0 0.1rem 0 0.77rem;
    font-size: 0.2rem;
    line-height: 2;
  }
  .section-top-greetings .greetings-content p {
    margin-bottom: 0.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-greetings {
    margin-bottom: 0.4rem;
  }
  .section-top-greetings .box-common::after {
    right: 0;
    bottom: 0;
    width: 1rem;
    height: 0.48rem;
  }
  .section-top-greetings .greetings-thumbnail {
    margin-bottom: 0.2rem;
  }
  .section-top-greetings .greetings-content {
    font-size: var(--fontsize-sp);
    line-height: 2;
  }
  .section-top-greetings .greetings-content p {
    margin-bottom: 0.2rem;
  }
}

.section-top-works .works-heading {
  position: relative;
  overflow: hidden;
  color: var(--color-light);
}
.section-top-works .works-heading::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-background-primary);
  mix-blend-mode: multiply;
}
.section-top-works .works-heading * {
  position: relative;
  z-index: 3;
}
.section-top-works .decoration-title {
  position: relative;
}
.section-top-works .heading-banner {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
}
.section-top-works .heading-decoration {
  text-align: center;
}
.section-top-works .heading-detail .detail-text:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-top-works {
    margin-top: 1rem;
  }
  .section-top-works .works-heading {
    min-height: 8.66rem;
    padding: 3.96rem 0.69rem 0.62rem;
    border-radius: 0.2rem;
  }
  .section-top-works .box-common {
    margin-bottom: 1rem;
    padding: 0.64rem 0 1.3rem;
  }
  .section-top-works .heading-detail {
    max-width: 11rem;
    font-size: 0.22rem;
    line-height: 1.8181818182;
  }
  .section-top-works .heading-decoration {
    position: absolute;
    right: 1rem;
    bottom: 0.38rem;
    width: 3.5rem;
    height: 1.3rem;
  }
  .section-top-works .title-common-primary {
    margin-bottom: 2.35rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-works {
    margin-bottom: 0.4rem;
  }
  .section-top-works .wrapper {
    padding: 0;
  }
  .section-top-works .works-heading {
    padding: 0.6rem 0.2rem 0.2rem;
  }
  .section-top-works .heading-detail {
    margin-bottom: 0.4rem;
  }
  .section-top-works .heading-decoration {
    width: 1.75rem;
    height: 0.65rem;
    margin-left: auto;
  }
}

.list-top-category .list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-category .item-link {
  display: block;
  width: 100%;
  border-bottom: 0.01rem solid var(--color-border);
  letter-spacing: var(--letter-spacing);
  text-align: center;
}
@media print, (min-width: 768px) {
  .list-top-category {
    width: 16.32rem;
    margin: 0 auto 0.41rem;
  }
  .list-top-category .list-wrapper {
    margin: -0.07rem;
  }
  .list-top-category .list-item {
    width: 14.2857142857%;
    max-width: 2.21rem;
    margin: 0.07rem;
  }
  .list-top-category .item-link {
    padding-bottom: 0.17rem;
    font-size: 0.18rem;
    line-height: 1.2;
  }
}

.list-top-works {
  padding: 0;
  list-style: none;
}
.list-top-works .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-works .list-item {
  position: relative;
}
.list-top-works .list-item:last-child {
  margin-bottom: 0;
}
.list-top-works .image-label {
  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;
  background-color: var(--color-background-secondary);
  color: var(--color-light);
  letter-spacing: var(--letter-spacing);
}
.list-top-works .item-controller {
  position: relative;
}
.list-top-works .content-title {
  color: var(--color-title-primary);
  font-weight: var(--fontweight-default);
  letter-spacing: var(--letter-spacing);
}
.list-top-works .content-paragraph {
  letter-spacing: var(--letter-spacing);
}
.list-top-works .content-paragraph p:last-child {
  margin-bottom: 0;
}
.list-top-works .content-wrapper:last-child {
  margin-bottom: 0;
}
.list-top-works .item-link {
  position: absolute;
}
@media print, (min-width: 768px) {
  .list-top-works {
    margin: 0 1.24rem;
  }
  .list-top-works .list-item {
    margin-bottom: 1.03rem;
    padding-top: 0.5rem;
  }
  .list-top-works .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .list-top-works .item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 6.31rem;
    height: 6.8rem;
    margin-top: -0.05rem;
    padding: 0 0 0 0.13rem;
    background: url("../img/top/decoration_voice_01.svg") bottom 0.21rem left -0.11rem/1.52rem 4.86rem no-repeat;
  }
  .list-top-works .image-wrapper {
    width: 6rem;
    height: 5.5rem;
  }
  .list-top-works .image-label {
    width: 5.2rem;
    min-height: 0.86rem;
    margin-bottom: 0.4rem;
    padding: 0.1rem 0.2rem 0.06rem;
    border-radius: 0.43rem;
    font-size: 0.41rem;
    line-height: 1.7073170732;
  }
  .list-top-works .item-content {
    padding-right: 0.3rem;
    padding-bottom: 0.6rem;
  }
  .list-top-works .content-wrapper {
    margin-bottom: 0.35rem;
  }
  .list-top-works .content-title {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
    line-height: 1.25;
  }
  .list-top-works .content-paragraph {
    font-size: 0.2rem;
    line-height: var(--lineheight-pc);
  }
  .list-top-works .item-link {
    right: 0.49rem;
    bottom: 0.3rem;
    width: 0.38rem;
    height: 0.38rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-works .list-item {
    margin-bottom: 0.3rem;
    padding: 0.1rem 0 0.4rem;
  }
  .list-top-works .item-image {
    margin-bottom: 0.15rem;
    background: url("../img/top/decoration_voice_01.svg") bottom 0 left 0/0.6rem calc(100% - 1.6rem) no-repeat;
  }
  .list-top-works .image-label {
    width: 100%;
    max-width: 2.5rem;
    min-height: 0.4rem;
    margin: 0 auto 0.4rem;
    border-radius: 0.43rem;
    font-size: 0.2rem;
    line-height: 2;
  }
  .list-top-works .item-link {
    right: 0;
    bottom: 0;
    width: 0.38rem;
    height: 0.38rem;
  }
  .list-top-works .content-wrapper {
    margin-bottom: 0.25rem;
  }
  .list-top-works .content-title {
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
    line-height: 1.25;
  }
  .list-top-works .content-paragraph {
    font-size: var(--fontsize-sp);
    line-height: var(--lineheight-pc);
  }
}
/*# sourceMappingURL=top.css.map */