@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;
  font-weight: 500 !important;
}

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: 451px) {
  html {
    overflow: auto scroll;
    font-size: 625%;
  }
}
@media only screen and (max-width: 450.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  color: #1b2024;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif, "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 960.02px) {
  body {
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  body {
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 450.98px) {
  body {
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 1.5;
  }
}

@media print, (min-width: 960.02px) {
  main {
    padding-top: 72px;
  }
}
@media only screen and (max-width: 960px) {
  main {
    padding-top: 0.68rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:not([class]) {
  text-decoration: underline;
  text-underline-offset: 0.03rem;
}
html:not(.is-touchable) a:not([class]):hover {
  text-decoration: none;
}

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

.hidden {
  display: none;
}

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

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

@media only screen and (max-width: 450.98px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 1440px) {
  .pc-xl {
    display: none !important;
  }
}

@media only screen and (max-width: 1260px) {
  .pc-lg {
    display: none !important;
  }
}

@media only screen and (max-width: 960px) {
  .pc-md {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media print, (min-width: 960.02px) {
  .tb {
    display: none !important;
  }
}
@media only screen and (max-width: 450.98px) {
  .tb {
    display: none !important;
  }
}

@media print, (min-width: 451px) {
  .sp {
    display: none !important;
  }
}

@media print, (min-width: 1440.02px) {
  .sp-xl {
    display: none !important;
  }
}

@media print, (min-width: 1260.02px) {
  .sp-lg {
    display: none !important;
  }
}

@media print, (min-width: 960.02px) {
  .sp-md {
    display: none !important;
  }
}

@media print, (min-width: 640.02px) {
  .sp-sm {
    display: none !important;
  }
}

.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: 450.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 451px) {
  .wrapper {
    width: calc(100% - 64px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 450.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

.header-common {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
}
.header-common .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;
  height: 100%;
}
@media print, (min-width: 960.02px) {
  .header-common {
    height: 72px;
  }
  .header-common .wrapper {
    max-width: 1293px;
  }
}
@media only screen and (max-width: 960px) {
  .header-common {
    height: 0.68rem;
  }
  .header-common .wrapper {
    width: 100%;
    padding: 0 0.05rem 0 0.32rem !important;
  }
}

.logo-header-primary {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  margin-right: 0.2rem;
}

h1.logo-header-primary {
  margin: 0;
}
h1.logo-header-primary .logo-wrapper {
  display: block;
  position: relative;
}

.button-header-burger {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.56rem;
  height: 0.36rem;
  cursor: pointer;
}
.button-header-burger .button-line {
  position: absolute;
  top: calc(50% - 0.02rem);
  right: 0;
  left: 0;
  width: 0.24rem;
  height: 0.04rem;
  margin: 0 auto;
  -webkit-transition: width 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: width 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
  transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  border-radius: 99999px;
  background-color: #1b2024;
}
.button-header-burger .button-line:nth-child(1) {
  -webkit-transform: translateY(-0.08rem);
  -ms-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
}
.button-header-burger .button-line:nth-child(3) {
  -webkit-transform: translateY(0.08rem);
  -ms-transform: translateY(0.08rem);
  transform: translateY(0.08rem);
}

.button-header-burger.is-active .button-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-header-burger.is-active .button-line:nth-child(2) {
  opacity: 0;
}
.button-header-burger.is-active .button-line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.button-header-solid {
  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: #fff;
  color: #1b2024;
  font-weight: 600;
  text-align: center;
}
.button-header-solid .button-wrapper {
  display: block;
  position: relative;
}
.button-header-solid html.is-android {
  font-weight: 700;
}
@media print, (min-width: 960.02px) {
  .button-header-solid {
    min-height: 40px;
    padding: 8px 32px;
    border-radius: 20px;
    font-size: 0.16rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 960px) {
  .button-header-solid {
    min-height: 0.56rem;
    margin: 0 auto;
    padding: 0.16rem;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.15);
    font-size: 0.14rem;
    line-height: 1.5;
  }
}

.button-header-solid.is-contact {
  position: relative;
}
.button-header-solid.is-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 0.01rem solid #1b2024;
  border-radius: 0.3rem;
}

.button-header-solid.is-login {
  background-color: transparent;
}
@media print, (min-width: 960.02px) {
  .button-header-solid.is-login {
    padding: 8px 16px;
  }
}
@media only screen and (max-width: 960px) {
  .button-header-solid.is-login {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.button-header-solid.is-material {
  background-color: #1b2024;
  color: #fff;
}

@media print, (min-width: 960.02px) {
  .button-header-solid.is-trial {
    color: #fff;
    background-color: #1b2024;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .button-header-solid.is-trial {
    position: relative;
  }
  .button-header-solid.is-trial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 0.01rem solid #1b2024;
    border-radius: 0.3rem;
  }
}
@media only screen and (max-width: 450.98px) {
  .button-header-solid.is-trial {
    position: relative;
  }
  .button-header-solid.is-trial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 0.01rem solid #1b2024;
    border-radius: 0.3rem;
  }
}

.menu-header-sitemap .menu-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;
}
@media print, (min-width: 960.02px) {
  .menu-header-sitemap .menu-wrapper {
    margin: -9px;
  }
  .menu-header-sitemap .menu-child {
    padding: 8px;
  }
  .menu-header-sitemap .menu-child:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .menu-header-sitemap .menu-child:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .menu-header-sitemap .menu-child:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: -1 !important;
  }
}
@media only screen and (max-width: 960px) {
  .menu-header-sitemap {
    padding: 0 0.175rem;
  }
  .menu-header-sitemap .menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -0.08rem;
  }
  .menu-header-sitemap .menu-child {
    width: 100%;
    padding: 0.08rem;
  }
  .menu-header-sitemap .menu-child:last-child {
    width: 100% !important;
    margin-top: 0.16rem;
  }
}

@media print, (min-width: 960.02px) {
  .menu-header-sitemap.is-form {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .navigation-header-sitemap {
    visibility: hidden;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: #fff -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff)) top center/100% 4.39rem no-repeat;
    background: #fff linear-gradient(180deg, #f0f0f0 0%, #fff 100%) top center/100% 4.39rem no-repeat;
  }
  .navigation-header-sitemap::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  .navigation-header-sitemap .navigation-heading {
    height: 0.68rem;
  }
  .navigation-header-sitemap .navigation-heading .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navigation-header-sitemap .navigation-content {
    padding: 0.32rem 0.2rem;
  }
  .navigation-header-sitemap .title-common-secondary {
    margin-bottom: 0.16rem;
  }
}

@media only screen and (max-width: 960px) {
  .navigation-header-sitemap.is-ready {
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
}

@media only screen and (max-width: 960px) {
  .navigation-header-sitemap.is-active {
    visibility: visible;
    opacity: 1;
  }
}

.footer-common {
  background-color: #1b2024;
  color: #fff;
}

.footer-common.is-form {
  background: #fff;
}

.footer-profile {
  padding: 0.96rem 0 0.32rem;
  overflow: hidden;
}
.footer-profile .information-detail {
  font-size: 0.16rem;
  font-weight: 300;
  line-height: 1.5;
}
.footer-profile .information-detail p {
  margin-bottom: 0;
}
@media print, (min-width: 960.02px) {
  .footer-profile .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 932px;
  }
  .footer-profile .profile-information {
    width: 300px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 960px) {
  .footer-profile .wrapper {
    max-width: 3.8rem;
  }
  .footer-profile .profile-information {
    margin-bottom: 0.64rem;
  }
}
@media only screen and (max-width: 450.98px) {
  .footer-profile .wrapper {
    max-width: 100%;
    padding: 0 0.125rem;
  }
}

.logo-footer-primary {
  display: block;
  max-width: 1.6rem;
  margin-bottom: 0.32rem;
}

.menu-footer-sitemap .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.32rem;
  padding: 0;
  list-style: none;
}
.menu-footer-sitemap .menu-child {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0.32rem;
}
.menu-footer-sitemap .child-label {
  display: block;
  position: relative;
  margin-bottom: 0.16rem;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1.5;
}
.menu-footer-sitemap .child-label .label-wrapper {
  display: block;
  position: relative;
}
html.is-android .menu-footer-sitemap .child-label {
  font-weight: 700;
}

@media print, (min-width: 960.02px) {
  .navigation-footer-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.list-footer-sitemap {
  font-size: 0.16rem;
  font-weight: 300;
  line-height: 1.5;
}
.list-footer-sitemap .list-wrapper {
  margin-bottom: -0.16rem;
  padding: 0;
  list-style: none;
}
.list-footer-sitemap .list-item {
  padding-bottom: 0.16rem;
}
.list-footer-sitemap .item-label::before {
  content: "- ";
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.list-footer-documents {
  color: #aaa;
  font-size: 0.14rem;
  line-height: 1.7142857143;
}
.list-footer-documents .list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -0.08rem -0.16rem;
  padding: 0;
  list-style: none;
}
.list-footer-documents .list-item {
  padding: 0.08rem 0.16rem;
}
@media print, (min-width: 960.02px) {
  .list-footer-documents .list-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 960px) {
  .list-footer-documents {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .list-footer-documents .list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-copyright {
  padding: 0.32rem 0 0.96rem;
  overflow: hidden;
}
.footer-copyright .copyright-detail {
  display: block;
  color: #aaa;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.7142857143;
}
@media print, (min-width: 960.02px) {
  .footer-copyright .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;
    max-width: 932px;
  }
  .footer-copyright.is-form .wrapper {
    max-width: 1312px;
  }
}
@media only screen and (max-width: 960px) {
  .footer-copyright .copyright-detail {
    margin-top: 0.32rem;
    text-align: center;
  }
}

.footer-copyright.is-form {
  padding: 0.16rem 0;
}
.footer-copyright.is-form .item-label,
.footer-copyright.is-form .copyright-detail {
  color: #1b2024;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 1.6666666667;
}
@media print, (min-width: 451px) {
  .footer-copyright.is-form .list-footer-documents .list-wrapper {
    margin: -4px;
  }
  .footer-copyright.is-form .list-footer-documents .list-item {
    padding: 4px;
  }
}

.button-common-primary {
  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;
  border-radius: 0.3rem;
  background-color: #0072e6;
  font-weight: 600;
  color: #fff;
}
html.is-android .button-common-primary {
  font-weight: 700;
}
@media print, (min-width: 451px) {
  .button-common-primary {
    min-height: 56px;
    padding: 16px 48px;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .button-common-primary .button-wrapper {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 450.98px) {
  .button-common-primary {
    min-height: 0.53rem;
    margin: 0 auto;
    padding: 0.16rem;
    font-size: 0.14rem;
    line-height: 1.5;
  }
}

.button-common-primary.is-reversed {
  background-color: #fff;
  color: #1b2024;
  position: relative;
}
.button-common-primary.is-reversed::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 0.01rem solid #1b2024;
  border-radius: 0.3rem;
}

@media print, (min-width: 960.02px) {
  .button-common-primary.is-large {
    min-height: 62px;
    border-radius: 40px;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .button-common-primary.is-large {
    min-height: 62px;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 450.98px) {
  .button-common-primary.is-large {
    min-height: 0.56rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
}

.title-common-primary {
  display: block;
  margin: 0;
}
.title-common-primary h1,
.title-common-primary h2 {
  margin: 0;
  font-size: 1em;
}
@media only screen and (min-width: 960px) {
 .title-common-primary h2 {
  font-size: 34px !important ;
}
}
.title-common-primary .title-motto,
.title-common-primary .title-motto02,
.title-common-primary .title-main {
  display: block;
  position: relative;
}
.title-common-primary .title-motto {
  font-weight: 800;
  margin-bottom: 0.16rem;
  font-size: 0.18rem;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  color: #1b2024;
}
.title-common-primary .title-motto02 {
  font-weight: 800;
  margin-bottom: 0.16rem;
  font-size: 0.18rem;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  color: #DDD;
}
@media only screen and (min-width: 960.02px) {
  .title-common-primary .title-motto {
  font-size: 18px !important ;
  margin-bottom: 16px !important ;
}
  .title-common-primary .title-motto02 {
  margin-bottom: 16px !important ;
}
}
.title-common-primary .title-main {
  font-weight: 600;
}
html.is-android .title-common-primary .title-main {
  font-weight: 700;
}
.title-common-primary .motto-wrapper {
  position: relative;
}
@media print, (min-width: 451px) {
  .title-common-primary {
    font-size: 0.4rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 451px) and (max-width: 1260px) {
  .title-common-primary {
    font-size: 0.38rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .title-common-primary {
    font-size: 0.36rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 451px) and (max-width: 640px) {
  .title-common-primary {
    font-size: 0.32rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 450.98px) {
  .title-common-primary {
    font-size: 0.24rem;
    line-height: 1.5;
  }
}

.title-common-primary.is-center {
  text-align: center;
}

.title-common-secondary {
  display: block;
  position: relative;
  margin: 0;
  font-weight: 600;
  text-align: center;
}
html.is-android .title-common-secondary {
  font-weight: 700;
}
.title-common-secondary .title-main,
.title-common-secondary .title-motto {
  display: block;
  position: relative;
}
.title-common-secondary .title-main {
  margin-bottom: 0.08rem;
}
@media print, (min-width: 640.02px) {
  .title-common-secondary .title-main {
    font-size: 0.3rem;
    line-height: 1.5;
    margin-left: 11px;
  }
  .title-common-secondary .title-main small {
    font-size: 0.22rem;
  }
  .title-common-secondary .title-main strong {
    font-size: 0.38rem;
  }
  .title-common-secondary .title-motto {
    font-size: 0.16rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 451px) and (max-width: 640px) {
  .title-common-secondary .title-main {
    font-size: 0.24rem;
    line-height: 2.1666666667;
  }
  .title-common-secondary .title-main small {
    font-size: 0.16rem;
  }
  .title-common-secondary .title-main strong {
    font-size: 0.32rem;
  }
  .title-common-secondary .title-motto {
    font-size: 0.16rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 450.98px) {
  .title-common-secondary .title-main {
    font-size: 0.2rem;
    line-height: 1.75;
  }
  .title-common-secondary .title-main small {
    font-size: 0.14rem;
  }
  .title-common-secondary .title-main strong {
    font-size: 0.24rem;
  }
  .title-common-secondary .title-motto {
    font-size: 0.14rem;
    line-height: 1.5;
  }
}

.title-common-secondary.is-center {
  text-align: center;
}

.title-common-tertiary {
  margin: 0;
}
.title-common-tertiary h2,
.title-common-tertiary h3 {
  margin: 0;
  font-size: 1em;
}
.title-common-tertiary .title-main {
  font-weight: 600;
  display: block;
  position: relative;
}
html.is-android .title-common-tertiary .title-main {
  font-weight: 700;
}
@media print, (min-width: 451px) {
  .title-common-tertiary {
    font-size: 0.24rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 450.98px) {
  .title-common-tertiary {
    font-size: 0.2rem;
    line-height: 1.5;
  }
}

.title-common-quaternary {
  display: block;
  margin: 0;
  font-weight: 800;
  font-size: 0.16rem;
  line-height: 1.5;
}

.paragraph-common-primary p,
.paragraph-common-secondary p,
.paragraph-common-tertiary p {
  position: relative;
}
.paragraph-common-primary p:last-child,
.paragraph-common-secondary p:last-child,
.paragraph-common-tertiary p:last-child {
  margin-bottom: 0;
}

.paragraph-common-primary {
  font-weight: 300;
}
.paragraph-common-primary p {
  margin-bottom: 0.28rem;
}
.paragraph-common-primary mark {
  background: none;
  color: #0072e6;
}
@media print, (min-width: 451px) {
  .paragraph-common-primary {
    font-size: 0.16rem;
    line-height: 1.6875;
  }
}
@media only screen and (min-width: 451px) and (max-width: 640px) {
  .paragraph-common-primary {
    font-size: 0.16rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 450.98px) {
  .paragraph-common-primary {
    font-size: 0.14rem;
    line-height: 1.5;
  }
}

.paragraph-common-secondary {
  font-weight: 300;
}
@media print, (min-width: 451px) {
  .paragraph-common-secondary {
    font-size: 0.16rem;
    line-height: 1.6875;
  }
}
@media only screen and (min-width: 451px) and (max-width: 1260px) {
  .paragraph-common-secondary {
    font-size: 0.16rem;
    line-height: 1.5625;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .paragraph-common-secondary {
    font-size: 0.16rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 451px) and (max-width: 640px) {
  .paragraph-common-secondary {
    font-size: 0.15rem;
    line-height: 1.5333333333;
  }
}
@media only screen and (max-width: 450.98px) {
  .paragraph-common-secondary {
    font-size: 0.14rem;
    line-height: 1.5;
  }
}

.paragraph-common-tertiary {
  font-weight: 600;
}
@media print, (min-width: 451px) {
  .paragraph-common-tertiary {
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .paragraph-common-tertiary {
    font-size: 0.16rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 450.98px) {
  .paragraph-common-tertiary {
    font-size: 0.14rem;
    line-height: 1.5;
  }
}
html.is-android .paragraph-common-tertiary {
  font-weight: 700;
}

.navigation-top-primary .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, (min-width: 451px) {
  .navigation-top-primary .navigation-wrapper {
    margin: -16px;
  }
  .navigation-top-primary .navigation-child {
    width: 50%;
    padding: 16px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .navigation-top-primary .navigation-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 450.98px) {
  .navigation-top-primary {
    margin-bottom: 0.64rem;
  }
  .navigation-top-primary .navigation-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: -0.16rem;
  }
  .navigation-top-primary .navigation-child {
    padding-bottom: 0.16rem;
  }
}

@media print, (min-width: 451px) {
  .navigation-top-primary.is-full .navigation-child {
    width: 100%;
  }
}

.navigation-top-primary.is-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.navigation-top-primary.is-center .navigation-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (min-width: 451px) {
  .navigation-top-primary.is-center .navigation-wrapper {
    width: 448px;
    margin: -16px;
  }
}
@media only screen and (max-width: 450.98px) {
  .navigation-top-primary.is-center {
    margin: 0;
  }
  .navigation-top-primary.is-center .navigation-wrapper {
    width: 1.8rem;
  }
}

.message-top-primary .title-common-primary {
  margin-bottom: 0.16rem;
}
.message-top-primary .navigation-top-primary {
  margin-top: 0.32rem;
}
.message-top-primary .message-top-primary-ttl{
  font-size: 0.26rem;
}
@media only screen and (max-width: 450.98px) {
  .message-top-primary .navigation-top-primary {
    max-width: 1.8rem;
    margin: 0.32rem auto 0;
  }
  .message-top-primary .message-top-primary-ttl{
  font-size: 0.2rem;
  }
}

.top-common-contact .title-common-secondary {
  margin-bottom: 0.32rem;
}

@media print, (min-width: 451px) {
  .message-top-primary.is-introduction .navigation-top-primary {
    max-width: 400px;
    margin-left: 5px;
  }
  .message-top-primary.is-introduction .navigation-wrapper {
    margin: -8px;
  }
  .message-top-primary.is-introduction .navigation-child {
    padding: 8px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .message-top-primary.is-introduction .title-common-primary {
    font-size: 0.32rem;
    line-height: 1.5;
  }
}

.list-top-introduction .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-top-introduction .item-wrapper {
  height: 100%;
  border-radius: 0.08rem;
  background: #fff;
}
.list-top-introduction .title-common-quaternary {
  margin-bottom: 0.08rem;
}
.list-top-introduction .item-wrapper {
  padding: 0.24rem;
}
@media print, (min-width: 451px) {
  .list-top-introduction .list-wrapper {
    margin: -16px;
  }
  .list-top-introduction .list-item {
    width: 50%;
    padding: 16px;
  }
}
@media only screen and (max-width: 450.98px) {
  .list-top-introduction .list-wrapper {
    margin-bottom: -0.32rem;
  }
  .list-top-introduction .list-item {
    margin-bottom: 0.32rem;
  }
}

.top-common-list {
  margin-bottom: 0.64rem;
}
.top-common-list .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 960.02px) {
  .top-common-list {
  margin-bottom: 80px;
}
  .top-common-list .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -35px;
  }
  .top-common-list .list-item {
    width: 33.3333333333%;
  }
  .top-common-list .item-wrapper {
    padding: 35px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .top-common-list .list-wrapper {
    display: block;
    margin: 0;
  }
  .top-common-list .list-item {
    max-width: 3rem;
    margin: 0 auto 64px;
  }
  .top-common-list .list-item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 450.98px) {
  .top-common-list .list-item {
    max-width: 3rem;
    margin: 0 auto 0.64rem;
  }
  .top-common-list .list-item:last-child {
    margin-bottom: 0;
  }
}

.thumbnail-top-feature {
  position: relative;
  height: 100%;
  border-radius: 0.16rem;
  background: #fff;
}
.thumbnail-top-feature .thumbnail-wrapper {
  position: relative;
  padding-top: 63.3333333333%;
}
.thumbnail-top-feature .thumbnail-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, (min-width: 960.02px) {
  .thumbnail-top-feature {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .thumbnail-top-feature {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 450.98px) {
  .thumbnail-top-feature {
    margin-bottom: 0.16rem;
  }
}

.list-top-flow {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0.64rem;
  padding-top: 0.32rem;
}
.list-top-flow .list-item {
  margin-bottom: 0.64rem;
}
.list-top-flow .list-item:last-child {
  margin-bottom: 0;
}
.list-top-flow .thumbnail-number {
  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%;
  max-width: 0.75rem;
  min-height: 0.75rem;
  padding: 0.1rem;
  border-radius: 0.16rem 0;
  background-color: #0072e6;
  color: #fff;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.5;
}
.list-top-flow .thumbnail-top-feature {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 3rem;
  margin: 0;
}
@media print, (min-width: 960.02px) {
  .list-top-flow .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-top-flow .thumbnail-top-feature {
    margin-right: 32px;
  }
  .list-top-flow .item-information {
    padding: 19px 0;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .list-top-flow .list-item {
    text-align: center;
  }
  .list-top-flow .thumbnail-top-feature {
    margin: 0 auto 32px;
  }
}
@media only screen and (max-width: 450.98px) {
  .list-top-flow .list-item {
    text-align: center;
  }
  .list-top-flow .thumbnail-top-feature {
    margin: 0 auto 0.16rem;
  }
}

.keyvisual-top {
  padding: 0.64rem 0;
}
.keyvisual-top .keyvisual-banner {
  position: relative;
}
.keyvisual-top .title-common-primary {
  letter-spacing: 0.03em;
}
@media print, (min-width: 960.02px) {
  .keyvisual-top {
    background-size: 100% 462px;
    padding: 114px 0;
  }
  .keyvisual-top .wrapper {
    max-width: 1138px;
  }
  .keyvisual-top .keyvisual-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .keyvisual-top .keyvisual-banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 67.223198594%;
    margin: 0 16px 0 -2px;
  }
  .keyvisual-top .title-common-primary {
    font-size: 0.42rem;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .keyvisual-top {
    background-size: 100% 776px;
  }
  .keyvisual-top .keyvisual-wrapper {
    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;
  }
  .keyvisual-top .keyvisual-banner {
    max-width: 765px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 450.98px) {
  .keyvisual-top {
    background-size: 100% 5.96rem;
  }
  .keyvisual-top .wrapper {
    padding: 0 0.275rem;
  }
  .keyvisual-top .keyvisual-wrapper {
    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;
  }
  .keyvisual-top .keyvisual-banner {
    max-width: 3rem;
    margin: 0 auto 0.32rem;
  }
}

.slider-top-logo {
  -webkit-filter: drop-shadow(0.02rem 0.02rem 0.04rem rgba(0, 0, 0, 0.125));
  filter: drop-shadow(0.02rem 0.02rem 0.04rem rgba(0, 0, 0, 0.125));
}
.slider-top-logo .slider-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
@media print, (min-width: 960.02px) {
  .slider-top-logo .slider-element {
    width: 188px;
    padding: 32px;
  }
}
@media only screen and (max-width: 960px) {
  .slider-top-logo .slider-element {
    padding: 0.32rem 0.16rem;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .slider-top-logo .slider-element {
    width: 135px;
  }
}
@media only screen and (max-width: 450.98px) {
  .slider-top-logo .slider-element {
    width: 1.15rem;
  }
}

.section-top-company {
  padding: 0 0 0.64rem;
  background: #fff;
}
.section-top-company .wrapper {
   max-width: 800px;
}
.section-top-company .title-main{
  font-size: 24px;
  text-align: center;
}
.section-top-company .title-main span{
  font-size: 42px;
  color: #0072e6;
  padding-right: 8px;
}
.section-top-company .c_customers{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-top-company .c_customers figure{
  width: 20%;
}

@media only screen and (max-width: 450.98px) {
  .section-top-company .title-main{
  font-size: 18px;
}
  .section-top-company .title-main span{
  font-size: 32px;
  padding-right: 4px;
}
  .section-top-company .c_customers figure{
  width: 33.333%;
}
}

.section-top-movie {
  padding: 0 0 0.64rem;
  background: #fff;
}
.section-top-movie .wrapper {
   max-width: 800px;
    flex-direction: column; 
}
.section-top-movie .message-top-primary {
  margin-bottom: 0.16rem;
  text-align: center;  
}
.section-top-movie .message-top-primary + div{
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 450.98px) {
  .section-top-movie .message-top-primary + div{
  display: block;
}
}

.section-top-movie .div_youtube{
  display: flex;
  justify-content: space-between;
}
.section-top-movie .youtube{
  position: relative;
  overflow: hidden;
  padding-bottom: 27.225%;
  width: 48.4%;
}
@media only screen and (max-width: 450.98px) {
  .section-top-movie .div_youtube{
  display: block;
}
  .section-top-movie .youtube{
  width: 100%;
  padding-bottom: 56.25%;
  }
  .section-top-movie .youtube:first-child{
    margin-bottom: 2em;

  }
}

.section-top-movie .youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media print, (min-width: 960.02px) {
  .section-top-movie .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-top-movie .message-top-primary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    min-width: 475px;
  }
  .section-top-movie .message-top-primary .paragraph-common-secondary p{
    font-size: 1.5em;   
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
 
}
@media only screen and (max-width: 960px) {
  .section-top-movie .message-top-primary {
    max-width: 4.8rem;
    margin: 0 auto 0.16rem;
  }
 .section-top-movie .message-top-primary .paragraph-common-secondary p{
    font-size: 1.25em;   
  }
}
@media only screen and (max-width: 450.98px) {
   .section-top-movie{
    padding-top: 0;
    }
  .section-top-movie .wrapper {
    padding: 0 0.275rem;
  }
}

.section-top-introduction {
  padding: 0.64rem 0;
  background: #f0f0f0;
}
.section-top-introduction .title-common-primary .title-motto {
  margin-bottom: 0.16rem;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  font-weight: 800;
}
.section-top-introduction .title-common-primary .title-main {
  letter-spacing: 0.03em;
}
.section-top-introduction .title-common-quaternary {
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
}
@media print, (min-width: 960.02px) {
  .section-top-introduction {
  padding: 96px 0;
}
    
  .section-top-introduction .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1216px;
  }
  .section-top-introduction .message-top-primary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.7993421053%;
    min-width: 475px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .section-top-introduction .list-top-introduction {
    max-width: 6.32rem;
  }
}
@media only screen and (max-width: 960px) {
  .section-top-introduction .message-top-primary {
    max-width: 4.8rem;
    margin: 0 auto;
    padding-bottom: 0.64rem;
  }
  .section-top-introduction .list-top-introduction {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 450.98px) {
  .section-top-introduction .wrapper {
    padding: 0 0.275rem;
  }
  .section-top-introduction .list-top-introduction {
    max-width: 3rem;
  }
}

.section-top-feature {
  overflow: hidden;
  padding: 0.64rem 0;
}
.section-top-feature .title-common-primary {
  margin-bottom: 0.32rem;
}
.section-top-feature .title-common-primary .title-motto {
  margin-bottom: 0.32rem;
}
.section-top-feature .title-common-tertiary {
  text-align: center;
}
.section-top-feature .paragraph-common-primary {
  color: #000;
}
@media print, (min-width: 960.02px) {
.section-top-feature {
  padding: 96px 0;
}
.section-top-feature .title-common-primary {
  margin-bottom: 64px;
}
.section-top-feature .title-common-primary .title-motto {
  margin-bottom: 16px;
}
  .section-top-feature .wrapper {
    max-width: 1040px;
  }
  .section-top-feature .title-common-tertiary {
    margin-bottom: 16px;
    line-height: 1.5833333333;
  }
  .section-top-feature .title-common-tertiary .title-main {
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .section-top-feature .title-common-primary {
    font-size: 0.48rem;
    line-height: 1.5;
  }
  .section-top-feature .title-common-tertiary {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 450.98px) {
  .section-top-feature .title-common-tertiary {
    margin-bottom: 16px;
  }
}

.section-top-how {
  padding: 0.64rem 0;
  background: #f0f0f0;
}
/*.section-top-how .title-common-primary,*/
.section-top-how .title-common-tertiary {
  margin-bottom: 0.16rem;
}
.section-top-how .thumbnail-wrapper {
  padding-top: 50%;
}
.section-top-how .thumbnail-top-feature {
  -webkit-box-shadow: 0 0.02rem 0.16rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.02rem 0.16rem rgba(0, 0, 0, 0.1);
}
@media print, (min-width: 960.02px) {
   .section-top-how {
    padding: 96px 0;     
    }
  .section-top-how .wrapper {
    max-width: 932px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .section-top-how .wrapper {
    max-width: 600px;
  }
  .section-top-how .title-common-primary {
    margin-bottom: 16px;
    font-size: 0.48rem;
    line-height: 1.5;
  }
  .section-top-how .paragraph-common-tertiary {
    max-width: 450px;
    margin: 0 auto;
    text-align: left;
  }
}
@media only screen and (max-width: 450.98px) {
  .section-top-how .paragraph-common-tertiary {
    max-width: 3rem;
    margin: 0 auto;
    text-align: left;
  }
}

.section-top-scene {
  padding: 0.64rem 0;
}
.section-top-scene .title-common-primary {
  margin-bottom: 0.16rem;
}
.section-top-scene .title-common-tertiary {
  text-align: center;
}
.section-top-scene .thumbnail-wrapper {
  padding-top: 51.3513513514%;
}
.section-top-scene .paragraph-common-primary {
  color: #000;
}
@media print, (min-width: 451px) {
  .section-top-scene .wrapper {
    max-width: 804px;
  }
  .section-top-scene .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -32px;
  }
  .section-top-scene .list-item {
    width: 50%;
  }
  .section-top-scene .thumbnail-top-feature {
    margin-bottom: 16px;
  }
  .section-top-scene .top-common-list {
    padding-top: 32px;
  }
  .section-top-scene .title-common-tertiary {
    margin-bottom: 16px;
    line-height: 1.5833333333;
  }
  .section-top-scene .item-information {
    padding: 0 20px;
  }
  .section-top-scene .paragraph-common-primary {
    padding: 0 16px;
  }
}
@media print, (min-width: 960.02px) {
  .section-top-scene{
    padding: 96px 0;      
    }
  .section-top-scene .item-wrapper {
    padding: 32px;
  }
  .section-top-scene .title-common-primary {
    margin-bottom: 64px; 
    }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .section-top-scene .title-common-primary {
    font-size: 0.48rem;
    line-height: 1.5;
  }
  .section-top-scene .list-wrapper {
    margin: -32px;
  }
  .section-top-scene .list-item {
    max-width: 50%;
    margin: 0;
    padding: 32px;
  }
  .section-top-scene .thumbnail-top-feature {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 450.98px) {
  .section-top-scene .top-common-list {
    padding-top: 0.32rem;
  }
  .section-top-scene .top-common-list .list-item {
    max-width: 3.7rem;
  }
  .section-top-scene .title-common-tertiary {
    margin-bottom: 0.16rem;
  }
}

.section-top-invoice {
  padding: 0.64rem 0;
  color: #fff;
}
/*.section-top-invoice .title-common-primary {
  margin-bottom: 0.16rem;
}*/
.section-top-invoice .navigation-top-primary {
  color: #1b2024;
}
.section-top-invoice .paragraph-common-primary {
  color: #fff;
}
@media print, (min-width: 960.02px) {
  .section-top-invoice {
    min-height: 736px;
    /*background: url("../img/top/img_invoice_01.jpg") top left/cover no-repeat;*/
    padding: 96px 0;
  }
  .section-top-invoice .wrapper {
    max-width: 848px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .section-top-invoice {
    min-height: 1091px;
    /*background: url("../img/top/tb/img_invoice_01.jpg") top left/cover no-repeat;*/
  }
  .section-top-invoice .wrapper {
    max-width: 700px;
  }
  .section-top-invoice .title-common-primary {
    font-size: 0.48rem;
    line-height: 1.5;
  }
  .section-top-invoice .paragraph-common-primary {
    max-width: 600px;
    margin: 0 auto;
    font-size: 0.16rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 450.98px) {
  .section-top-invoice {
    min-height: 11.63rem;
    /*background: url("../img/top/sp/img_invoice_01.jpg") top left/cover no-repeat;*/
  }
  .section-top-invoice .paragraph-common-primary {
    max-width: 3rem;
    margin: 0 auto;
  }
}

.list-top-invoice {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-invoice .item-thumbnail {
  width: 100%;
  max-width: 2.16rem;
}
.list-top-invoice .thumbnail-image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 0.1152rem;
  background-color: #f0f0f0;
}
.list-top-invoice .thumbnail-image img {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, (min-width: 451px) {
  .list-top-invoice {
    /*margin-bottom: 32px;*/
    padding: 64px 0 80px;
  }
}
@media print, (min-width: 960.02px) {
  .list-top-invoice .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-top-invoice .item-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 56px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .list-top-invoice .item-thumbnail {
    margin: 0 auto 32px;
  }
}
@media only screen and (max-width: 450.98px) {
  .list-top-invoice {
    padding: 0.32rem 0 0.8rem;
  }
  .list-top-invoice .item-thumbnail {
    margin: 0 auto 0.32rem;
  }
}

.section-top-faq {
  padding: 0.64rem 0;
}
.section-top-faq .title-common-primary {
  margin-bottom: 0.16rem;
}
@media print, (min-width: 960.02px) {
  .section-top-faq .wrapper {
    max-width: 900px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .section-top-faq .wrapper {
    max-width: 700px;
  }
  .section-top-faq .title-common-primary {
    font-size: 0.48rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 450.98px) {
  .section-top-faq .wrapper {
    padding: 0 0.125rem;
  }
  .section-top-faq .navigation-top-primary .navigation-wrapper {
    margin-bottom: 0;
  }
}

.list-top-faq {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0.16rem;
  padding: 0.32rem 0;
}
.list-top-faq .faq-question {
  position: relative;
  padding-right: 0.32rem;
  cursor: pointer;
  margin: 30px 0 0 0;
}
.list-top-faq .faq-question::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.36rem;
  height: 0.36rem;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.list-top-faq .faq-child {
  margin-bottom: 0.16rem;
}
.list-top-faq .faq-child:last-child {
  margin-bottom: 0;
}
.list-top-faq .faq-child.is-active .faq-question::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.list-top-faq .faq-answer {
  display: none;
}
.list-top-faq .answer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-top-faq .title-common-tertiary .title-main {
  display: inline;
}
.list-top-faq .title-common-tertiary::before {
  content: "Q.";
  display: inline;
  position: relative;
  margin-right: 0.07rem;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif, "Noto Sans JP";
  font-weight: 600;
}
html.is-android .list-top-faq .title-common-tertiary::before {
  font-weight: 700;
}
.list-top-faq .paragraph-common-primary p {
  display: inline;
}
.list-top-faq .paragraph-common-primary::before {
  content: "A.";
  display: inline;
  position: relative;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif, "Noto Sans JP";
  font-weight: 500;
}
.list-top-faq .title-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.34rem;
  padding-right: 0.05rem;
}
.list-top-faq .faq-answer {
  padding: 0.16rem 0;
}
@media print, (min-width: 960.02px) {
  .list-top-faq .faq-question::after {
    background: url("../img/common/arrow_icon_01.png") center/contain no-repeat;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .list-top-faq .paragraph-common-primary {
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .list-top-faq .navigation-top-primary .navigation-wrapper {
    margin: 0;
  }
  .list-top-faq .faq-question::after {
    background: url("../img/common/tb/arrow_icon_01.png") center/contain no-repeat;
  }
}
@media only screen and (max-width: 450.98px) {
  .list-top-faq .title-label {
    width: 0.29rem;
  }
  .list-top-faq .faq-question {
    padding-right: 0.32rem;
    margin: 0 0 20px 0;
  }
  .list-top-faq .faq-question::after {
    width: 0.3rem;
    height: 0.3rem;
    background: url("../img/common/sp/arrow_icon_01.png") center/contain no-repeat;
  }
}

.section-top-sitemap {
  padding: 0.64rem 0;
  background-color: #f0f0f0;
}
.section-top-sitemap .title-common-tertiary {
  margin-bottom: 0.32rem;
  text-align: center;
}
@media print, (min-width: 451px) {
  .section-top-sitemap .wrapper {
    max-width: 1156px;
  }
  .section-top-sitemap .title-common-tertiary {
    line-height: 1.5833333333;
  }
}
@media only screen and (max-width: 450.98px) {
  .section-top-sitemap {
    margin-top: -0.18rem;
  }
  .section-top-sitemap .title-common-tertiary {
    margin: 0 -0.1rem 0.32rem;
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .section-top-sitemap .slider-top-logo {
    margin-bottom: -0.18rem;
  }
}

.list-top-contact .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-contact .item-wrapper {
  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;
  height: 100%;
  border-radius: 0.08rem;
  background: #fff;
}
.list-top-contact .navigation-top-primary .navigation-child {
  width: 100%;
}
@media print, (min-width: 451px) {
  .list-top-contact {
    margin-bottom: 32px;
  }
  .list-top-contact .item-wrapper {
    padding: 32px 42px;
  }
  .list-top-contact .title-common-tertiary {
    margin-bottom: 16px;
    line-height: 1.5;
  }
  .list-top-contact .paragraph-common-primary {
    margin-bottom: 32px;
  }
  .list-top-contact .navigation-top-primary .navigation-wrapper {
    max-width: 256px;
  }
  .list-top-contact .navigation-top-primary .navigation-wrapper.is-modify {
    width: 224px;
  }
}
@media print, (min-width: 960.02px) {
  .list-top-contact .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px;
  }
  .list-top-contact .list-item {
    width: 33.3333333333%;
    padding: 16px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .list-top-contact .list-item {
    max-width: 364px;
    margin: 0 auto 32px;
  }
  .list-top-contact .list-item:last-child {
    margin-bottom: 0;
  }
  .list-top-contact .paragraph-common-tertiary {
    font-size: 0.16rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 450.98px) {
  .list-top-contact {
    padding: 0.16rem 0 0.32rem;
  }
  .list-top-contact .list-item {
    margin-bottom: 0.32rem;
  }
  .list-top-contact .list-item:last-child {
    margin-bottom: 0;
  }
  .list-top-contact .item-wrapper {
    padding: 0.16rem 0.16rem 0.24rem;
  }
  .list-top-contact .paragraph-common-primary {
    margin-bottom: 0.16rem;
  }
  .list-top-contact .navigation-top-primary .navigation-wrapper {
    width: 2.1rem;
  }
  .list-top-contact .navigation-top-primary .navigation-wrapper.is-modify {
    width: 1.8rem;
  }
  .list-top-contact .title-common-tertiary {
    margin-bottom: 0.08rem;
    font-size: 0.2rem;
    line-height: 1.75;
  }
}

@media print, (min-width: 960.02px) {
  .message-top-primary.is-keyvisual .navigation-top-primary {
    max-width: 256px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .message-top-primary.is-keyvisual .title-common-primary {
    font-size: 0.36rem;
    line-height: 1.5;
  }
  .message-top-primary.is-keyvisual .paragraph-common-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .message-top-primary.is-keyvisual .navigation-top-primary {
    max-width: 258px;
    margin: 32px auto 0;
  }
}
@media only screen and (max-width: 960px) {
  .message-top-primary.is-keyvisual .title-common-primary {
    text-align: center;
  }
}
@media only screen and (max-width: 450.98px) {
  .message-top-primary.is-keyvisual .title-common-primary {
    font-size: 0.32rem;
    line-height: 1.5;
  }
  .message-top-primary.is-keyvisual .navigation-top-primary {
    max-width: 2.24rem;
    margin: 0.32rem auto 0;
  }
  .message-top-primary.is-keyvisual .paragraph-common-secondary {
    font-size: 0.16rem;
    line-height: 1.5;
  }
}

.question-wrapper .title-common-tertiary{
  font-size: 1em !important;
}


@media only screen and (max-width: 450.98px) {
  .title-motto{
    font-size: 0.15rem !important;
  }
  .section-top-feature .title-common-primary .title-motto{
    margin-bottom: 0.1rem;
  }
}

/*20240816_sride*/
.title-common-primary .title-main{
    font-weight: 600 !important;
    margin-bottom: 0;
}
/*20240816_sride_end*/

.top_faq_content{padding: 0.16rem; border: 0.01rem solid #aaa; border-radius: 0.08rem; width: 60%; margin: 0 auto 0.5rem;}
.top_faq_content .block-link{margin-bottom: 0.08rem; font-size: 0.16rem; font-weight: 600; line-height: 1.625;}
.top_faq_content .block-link a{margin-bottom: 0.08rem; font-size: 0.16rem; font-weight: 600; line-height: 1.625;}
.top_faq_content .paragraph-inquiry{margin-bottom: -0.02rem; font-size: 0.14rem; font-weight: 400; line-height: 1.7142857143;}
.top_faq_content .paragraph-inquiry p{margin-bottom: 0;}

@media only screen and (max-width: 960px) {
.top_faq_content {width: 100%;}
}

.sitemap_content {width: 1216px; margin: 100px auto;}
.sitemap_content .sitemap{display: flex; justify-content: space-between; margin: 50px 0 0 0;}
.sitemap_content h1{font-size: 30px; margin: 0 0 20px;}
.sitemap_content .title{font-weight: bold !important; margin: 15px 0;}
.sitemap_content a{text-decoration: none !important; font-size: 18px;}
.sitemap_content a i{color: #0072e6; font-weight: bold; transform: translate(0px, 5px);}
.sitemap_content ul{padding: 0 0 0 50px;}
.sitemap_content ul.children{margin: 0; padding: 0;}
.sitemap_content ul li{list-style: square; padding: 0 0 5px 5px;}
.sitemap_content ul li::marker{font-size: 20px; font-weight: bold; color: #0072e6;}
.sitemap_content ul li a{font-size: 16px;}
.sitemap_content .wsp-columns-title{display: none;}

@media screen and (max-width:980px) {
  .sitemap_content .sitemap{flex-direction: column; margin: 20px 0 0 0;}
	.sitemap_content{width: 100%; margin: 50px auto; padding: 0 10px;}
  .sitemap_content .title{margin: 20px 0 0 0;}
	.sitemap_content ul{padding: 10px 0 0 50px;}
}
/*240926*/
.section-top-invoice.lazyloaded {
  background:url("../img/top/img_invoice_01.webp") top left/cover no-repeat;}

/*# sourceMappingURL=top.css.map */