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

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.16rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.875;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}

.hidden {
  display: none;
}

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

.load {
  opacity: 0;
}
html.is-visible.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 print, (min-width: 767.98px) {
  .container {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
    padding-top: 0.6rem;
  }
}

@media print, (min-width: 767.98px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1080px;
    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: 767.98px) {
  .sm {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    display: none;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .tb {
    display: none;
  }
}

.header-common {
  display: flex;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #fff;
}
@media print, (min-width: 767.98px) {
  .header-common {
    min-height: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    min-height: 0.65rem;
  }
}
@media print {
  .header-common {
    position: absolute;
  }
}

.header-viewport {
  position: relative;
  width: 100%;
}

.logo-header-primary {
  display: block;
  position: fixed;
  z-index: 0;
}
@media print, (min-width: 767.98px) {
  .logo-header-primary {
    top: 20px;
    left: 61px;
    width: 161px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-header-primary {
    top: 0.13rem;
    left: 0.3rem;
    width: 1rem;
  }
}
@media print {
  .logo-header-primary {
    position: absolute;
    top: -30px;
  }
}

.list-header-contact {
  position: fixed;
  z-index: 0;
}
.list-header-contact .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.list-header-contact .item-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  transition: color 0.5s ease;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.list-header-contact .item-wrapper:hover {
  color: #e1690d;
}
.list-header-contact .item-label {
  display: block;
  position: relative;
}
@media print, (min-width: 767.98px) {
  .list-header-contact {
    display: flex;
    top: 36px;
    right: 301px;
    align-items: center;
  }
  .list-header-contact .list-wrapper {
    margin-right: 26px;
  }
  .list-header-contact .list-item {
    margin-right: 16px;
  }
  .list-header-contact .list-item:last-child {
    margin-right: 0;
  }
  .list-header-contact .item-wrapper {
    font-size: 0.16rem;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1190px) {
  .list-header-contact {
    display: none;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .list-header-contact {
    display: none;
  }
}
@media print {
  .list-header-contact {
    position: absolute;
    top: -30px;
  }
}

.button-header-burger {
  position: fixed;
  z-index: 11;
  width: 0.4rem;
  height: 0.4rem;
  transition: opacity 0.5s ease, visibility 0.5s ease, right 0.5s ease;
  cursor: pointer;
}
.button-header-burger::before {
  content: "";
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.4rem;
  height: 0.4rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 1;
  background: #e1690d;
}
.button-header-burger .button-line {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.02rem;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease, color 0.5s ease, width 0.5s ease, opacity 0.5s ease;
  border-radius: 99999px;
  background-color: #fff;
}
.button-header-burger.is-active {
  right: 0.2rem;
}
.button-header-burger.is-active::before {
  visibility: hidden;
  opacity: 0;
}
.button-header-burger.is-active .button-line {
  width: 0.29rem;
  background-color: #e1690d;
}
.button-header-burger.is-active .button-line:nth-child(1) {
  transform: rotate(-45deg) translate(-0.08rem, -0.11rem);
}
.button-header-burger.is-active .button-line:nth-child(2) {
  opacity: 0;
}
.button-header-burger.is-active .button-line:nth-child(3) {
  transform: rotate(45deg) translate(-0.11rem, 0.08rem);
}
@media print, (min-width: 767.98px) {
  .button-header-burger {
    display: none;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1190px) {
  .button-header-burger {
    display: block;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .button-header-burger {
    display: block;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1190px) {
  .button-header-burger {
    top: 35px;
    right: 30px;
  }
  .button-header-burger .button-line {
    width: 0.14rem;
  }
  .button-header-burger .button-line:nth-child(1) {
    transform: translateY(-0.05rem) translate(-50%, -50%);
  }
  .button-header-burger .button-line:nth-child(3) {
    transform: translateY(0.05rem) translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-burger {
    top: 0.13rem;
    right: 0.3rem;
  }
  .button-header-burger .button-line {
    width: 0.14rem;
  }
  .button-header-burger .button-line:nth-child(1) {
    transform: translateY(-0.05rem) translate(-50%, -50%);
  }
  .button-header-burger .button-line:nth-child(3) {
    transform: translateY(0.05rem) translate(-50%, -50%);
  }
}

.navigation-header-sitemap {
  visibility: hidden;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.header-common.is-active .navigation-header-sitemap {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.header-common.is-ready .navigation-header-sitemap {
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.navigation-header-sitemap .navigation-viewport {
  position: absolute;
  z-index: 1;
  overflow: hidden auto;
  background-color: #ffebd7;
}
.navigation-header-sitemap .navigation-viewport::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}
@media print, (min-width: 767.98px) {
  .navigation-header-sitemap .navigation-viewport {
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 43px 68px 39px;
    transition: transform 0.5s ease;
  }
  .navigation-header-sitemap .menu-child {
    margin-bottom: -2px;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1190px) {
  .navigation-header-sitemap .menu-header-sitemap {
    justify-content: center;
    text-align: center;
  }
  .navigation-header-sitemap .navigation-wrapper {
    padding: 1.05rem 0.3rem 0.75rem;
  }
  .navigation-header-sitemap .button-contact {
    margin: 0 auto;
  }
  .navigation-header-sitemap .menu-child {
    margin-bottom: 20px;
  }
  .navigation-header-sitemap .menu-child .child-label {
    padding: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap .navigation-viewport {
    right: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
  }
  .navigation-header-sitemap .navigation-wrapper {
    min-height: 100%;
    padding: 0.97rem 0.3rem 0.75rem;
  }
  .navigation-header-sitemap .menu-child {
    margin-bottom: 0.24rem;
  }
  .navigation-header-sitemap .menu-child:last-child {
    margin-bottom: 0;
  }
}

.menu-header-sitemap .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-header-sitemap .child-label {
  display: inline-block;
  position: relative;
}
.menu-header-sitemap .child-label .label-english {
  display: block;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.24em;
}
.menu-header-sitemap .child-label .label-english span:nth-child(even) {
  color: #0f83c6;
}
.menu-header-sitemap .child-label .label-english span:nth-child(odd) {
  color: #e1690d;
}
.menu-header-sitemap .child-label .label-japanese {
  display: block;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media print, (min-width: 767.98px) {
  .menu-header-sitemap {
    display: flex;
    margin-bottom: 52px;
  }
  .menu-header-sitemap .child-label {
    padding: 0 0 0 14px;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1190px) {
  .menu-header-sitemap .child-label {
    position: relative;
    font-size: 0.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .menu-header-sitemap .menu-item .child-label {
    padding-top: 0.15rem;
  }
  .menu-header-sitemap .menu-item .child-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
  }
  .menu-header-sitemap .menu-item:nth-child(1) .child-label::before {
    background: url("../img/common/header_title_01.svg") center/auto 0.1rem no-repeat;
  }
  .menu-header-sitemap .menu-item:nth-child(2) .child-label::before {
    background: url("../img/common/header_title_02.svg") center/auto 0.1rem no-repeat;
  }
  .menu-header-sitemap .menu-item:nth-child(3) .child-label::before {
    background: url("../img/common/header_title_03.svg") center/auto 0.1rem no-repeat;
  }
  .menu-header-sitemap .menu-item:nth-child(4) .child-label::before {
    background: url("../img/common/header_title_04.svg") center/auto 0.1rem no-repeat;
  }
  .menu-header-sitemap .menu-item:nth-child(5) .child-label::before {
    background: url("../img/common/header_title_05.svg") center/auto 0.1rem no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-header-sitemap {
    padding-right: 0.3rem;
  }
  .menu-header-sitemap .child-label {
    position: relative;
    font-size: 0.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .menu-header-sitemap .menu-item .child-label {
    padding-top: 0.15rem;
  }
  .menu-header-sitemap .menu-item .child-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
  }
  .menu-header-sitemap .menu-item:nth-child(1) .child-label::before {
    background: url("../img/common/header_title_01.svg") top left/auto 0.1rem no-repeat;
  }
  .menu-header-sitemap .menu-item:nth-child(2) .child-label::before {
    background: url("../img/common/header_title_02.svg") top left/auto 0.1rem no-repeat;
  }
  .menu-header-sitemap .menu-item:nth-child(3) .child-label::before {
    background: url("../img/common/header_title_03.svg") top left/auto 0.1rem no-repeat;
  }
  .menu-header-sitemap .menu-item:nth-child(4) .child-label::before {
    background: url("../img/common/header_title_04.svg") top left/auto 0.1rem no-repeat;
  }
  .menu-header-sitemap .menu-item:nth-child(5) .child-label::before {
    background: url("../img/common/header_title_05.svg") top left/auto 0.1rem no-repeat;
  }
  .menu-header-sitemap .label-english {
    font-size: 0.12rem;
  }
  .menu-header-sitemap .label-japanese {
    font-size: 0.2rem;
    line-height: 1.2;
  }
  .menu-header-sitemap .menu-wrapper {
    margin-bottom: 0.44rem;
  }
}

.menu-header-controller .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.menu-header-controller .menu-child {
  width: 50%;
}
.menu-header-controller .menu-child:last-child {
  width: 100%;
  margin: 0;
}
.menu-header-controller .child-label {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  min-height: 0.6rem;
  border-radius: 0.05rem;
  background: #fff;
  color: #e1690d;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  cursor: pointer;
}
@media print, (min-width: 767.98px) {
  .menu-header-controller {
    padding: 0 16px 0 14px;
  }
  .menu-header-controller .menu-wrapper {
    margin: 0 -6.5px;
  }
  .menu-header-controller .menu-child {
    margin-bottom: 12px;
    padding: 0 6.5px;
  }
  .menu-header-controller .child-label {
    padding: 10px 52px 10px 22px;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1190px) {
  .menu-header-controller {
    display: flex;
    justify-content: center;
  }
  .menu-header-controller .button-contact {
    display: block;
    top: unset;
    right: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-header-controller {
    display: flex;
    justify-content: center;
    margin-top: 0.01rem;
    margin-bottom: 0.02rem;
  }
  .menu-header-controller .button-contact {
    display: flex;
  }
  .menu-header-controller .menu-wrapper {
    margin: 0 -0.235rem;
  }
  .menu-header-controller .menu-child {
    margin-bottom: 0.05rem;
    padding: 0 0.025rem;
  }
  .menu-header-controller .child-label {
    padding: 0.04rem 0.38rem 0.05rem 0.11rem;
  }
}

.button-contact {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 2.46rem;
  min-height: 0.56rem;
  padding: 0.02rem 0 0.03rem;
  transition: transform 0.5s ease;
  border-radius: 0.28rem;
  background-image: linear-gradient(0deg, #005a96 0%, #78b4e6 100%);
  color: #fff;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.6666666667;
  text-decoration: none;
}
.button-contact .button-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  min-height: 0.5rem;
  padding: 0.07rem 0.4rem 0.09rem 0.05rem;
  transition: transform 0.5s ease;
  border-radius: 0.28rem;
  background: #0f83c6;
}
.button-contact .button-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.11rem;
  width: 0.3rem;
  height: 0.3rem;
  transform: translateY(-50%);
  transition: transform 0.5s ease;
  border-radius: 50%;
  background: #fff url("../img/common/icon_arrow_01.svg") center/contain no-repeat;
}
.button-contact:hover {
  flex: none;
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.button-contact:hover .button-wrapper {
  transform: scale(1.005, 1.02);
}
.button-contact:hover .button-wrapper::after {
  transform: scale(1.01) translateY(-50%);
}
@media print, (min-width: 767.98px) {
  .button-contact {
    top: 22px;
    right: 57px;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1190px) {
  .button-contact {
    display: none;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .button-contact {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-contact {
    display: none;
    margin: 0 auto;
  }
}

.footer-common {
  font-feature-settings: "palt";
  position: relative;
  z-index: 1;
  background: #0f83c6;
  color: #fff;
}
.footer-common address {
  letter-spacing: 0.16em;
}
.footer-common .link-wrapper {
  position: relative;
  font-size: 0.14rem;
}
.footer-common .footer-logo {
  display: block;
}
.footer-common .footer-address {
  letter-spacing: 0.075em;
}
.footer-common .information-phone,
.footer-common .information-label {
  margin-bottom: 0;
}
.footer-common .footer-group {
  position: relative;
}
@media print, (min-width: 767.98px) {
  .footer-common {
    padding-top: 100px;
    padding-bottom: 92px;
  }
  .footer-common .footer-viewport {
    display: flex;
    margin-bottom: 11px;
  }
  .footer-common .footer-logo {
    width: 175px;
    margin-bottom: 24px;
  }
  .footer-common address {
    line-height: 1.5;
  }
  .footer-common .link-wrapper {
    margin: 0 0 0 60px;
  }
  .footer-common .footer-navigation {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .footer-common .footer-viewport {
    display: block;
    margin-bottom: 30px;
  }
  .footer-common .footer-address {
    padding-right: 80px;
  }
  .footer-common .footer-navigation {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding-top: 0.7rem;
    padding-bottom: 0.64rem;
  }
  .footer-common .wrapper {
    padding: 0 0.31rem;
  }
  .footer-common .footer-inner {
    margin-bottom: 0.13rem;
  }
  .footer-common .footer-logo {
    width: 1.3rem;
  }
  .footer-common .footer-viewport {
    margin-bottom: 0.75rem;
  }
  .footer-common .footer-address {
    margin-bottom: 0.43rem;
  }
  .footer-common address {
    font-size: 0.14rem;
    line-height: 1.5714285714;
  }
  .footer-common .footer-navigation {
    margin-bottom: 0.26rem;
  }
}

.footer-navigation-sitemap a {
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
html:not(.is-touchable) .footer-navigation-sitemap a:hover {
  opacity: 0.7;
}
.footer-navigation-sitemap .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-navigation-sitemap .sub-menu > li {
  position: relative;
}
.footer-navigation-sitemap .sub-menu > li::before {
  content: "ー";
  position: absolute;
  left: 0;
}
.footer-navigation-sitemap .sub-menu > li a {
  display: inline-block;
  position: relative;
  letter-spacing: 0.16em;
  line-height: 1.3;
}
.footer-navigation-sitemap .sub-menu > li a:not([href]):hover {
  opacity: 1;
}
.footer-navigation-sitemap .menu-item {
  position: relative;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media print, (min-width: 767.98px) {
  .footer-navigation-sitemap {
    display: flex;
    flex: 1 1 auto;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -8px;
    padding: 0 0 0 30px;
  }
  .footer-navigation-sitemap .sub-menu {
    margin-bottom: 41px;
    margin-left: 20px;
    padding-top: 7px;
  }
  .footer-navigation-sitemap .sub-menu > li {
    margin-bottom: -6px;
  }
  .footer-navigation-sitemap .sub-menu > li a {
    margin-right: -8px;
    margin-left: 19px;
    font-size: 0.16rem;
  }
  .footer-navigation-sitemap .footer-navigation > .menu-item {
    padding-left: 13px;
  }
  .footer-navigation-sitemap .footer-navigation > .menu-item:nth-child(1), .footer-navigation-sitemap .footer-navigation > .menu-item:nth-child(2), .footer-navigation-sitemap .footer-navigation > .menu-item:nth-child(3) {
    flex: 0 0 auto;
    width: 335px;
  }
  .footer-navigation-sitemap .footer-navigation > .menu-item:nth-child(2) {
    order: 2;
  }
  .footer-navigation-sitemap .footer-navigation > .menu-item:nth-child(3) {
    order: 4;
  }
  .footer-navigation-sitemap .footer-navigation > .menu-item:nth-child(5) {
    order: 3;
  }
  .footer-navigation-sitemap .footer-navigation > .menu-item:nth-child(6) {
    order: 5;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .footer-navigation-sitemap {
    margin-top: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-navigation-sitemap .footer-navigation > .menu-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.25rem;
  }
  .footer-navigation-sitemap .footer-navigation > .menu-item:last-child {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .footer-navigation-sitemap .footer-navigation > .menu-item > a {
    flex: 0 0 auto;
    width: 1rem;
    margin-right: 0.19rem;
    font-size: 0.12rem;
  }
  .footer-navigation-sitemap .sub-menu {
    font-size: 0.12rem;
  }
  .footer-navigation-sitemap .sub-menu > li {
    margin-bottom: -0.05rem;
    padding-left: 0.14rem;
  }
}

.footer-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}
.footer-navigation .navigation-column:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 767.98px) {
  .footer-navigation:nth-child(3n-2) {
    width: 335px;
  }
  .footer-navigation:last-child {
    flex: 1;
    margin-right: -10px;
  }
  .footer-navigation .navigation-column {
    flex: 0 0 auto;
    margin-bottom: 41px;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .footer-navigation:nth-child(3n-2) {
    width: 50%;
  }
  .footer-navigation .navigation-column:last-child {
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-navigation .navigation-column {
    margin-bottom: 0.26rem;
  }
}

.list-footer-primary {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-footer-primary .item-label {
  position: relative;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.16em;
}
.list-footer-primary .list-item:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 767.98px) {
  .list-footer-primary .list-item {
    margin-bottom: 6px;
  }
  .list-footer-primary .item-label {
    padding-left: 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-footer-primary .list-item {
    display: flex;
  }
  .list-footer-primary .item-group {
    flex: 0 0 auto;
    width: 1.19rem;
    margin-top: -0.06rem;
  }
  .list-footer-primary .item-label {
    font-size: 0.12rem;
  }
}

.list-footer {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-footer .item-link {
  display: inline-block;
  position: relative;
  letter-spacing: 0.16em;
  line-height: 1.3;
}
@media print, (min-width: 767.98px) {
  .list-footer {
    margin-left: 15px;
    padding-top: 7px;
  }
  .list-footer .item-wrapper {
    margin-bottom: -6px;
  }
  .list-footer .item-link {
    margin-right: -8px;
    margin-left: 19px;
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-footer {
    font-size: 0.12rem;
  }
  .list-footer .item-wrapper {
    margin-bottom: -0.05rem;
  }
}

.footer-information {
  position: relative;
}
@media print, (min-width: 767.98px) {
  .footer-information {
    flex: 0 0 auto;
    width: calc(50% - 48px);
    min-width: 350px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .footer-information {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}

.footer-copyright {
  display: flex;
  justify-content: space-between;
}
.footer-copyright small {
  position: relative;
  color: #fff;
}
.footer-copyright .copyright-logo {
  display: flex;
}
@media print, (min-width: 767.98px) {
  .footer-copyright {
    font-size: 0.16rem;
  }
  .footer-copyright small {
    display: flex;
  }
  .footer-copyright small span {
    flex: 0 0 auto;
    width: 382px;
    padding-right: 15px;
  }
  .footer-copyright .copyright-logo {
    margin: -68px -1px 0;
  }
  .footer-copyright .logo-wrapper.is-first {
    width: 72px;
    height: 72px;
    margin-top: 20px;
    margin-right: 20px;
  }
  .footer-copyright .logo-wrapper.is-second {
    width: 54px;
    height: 90px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-copyright {
    margin: 0 -0.02rem 0 0.05rem;
    font-size: 0.12rem;
  }
  .footer-copyright small {
    display: block;
    margin: 0 -0.06rem;
  }
  .footer-copyright small span {
    display: block;
  }
  .footer-copyright .copyright-logo {
    margin-top: -0.93rem;
  }
  .footer-copyright .logo-wrapper.is-first {
    width: 0.525rem;
    height: 0.525rem;
    margin-top: 0.15rem;
    margin-right: 0.1rem;
  }
  .footer-copyright .logo-wrapper.is-second {
    width: 0.4rem;
    height: 0.675rem;
  }
}

@keyframes fade-in-up {
  0% {
    transform: translateY(0.4rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    transform: translateY(-0.4rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes text-left-to-right {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
  }
}
@keyframes datashow {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes image-blue {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.wow {
  visibility: hidden;
  opacity: 0;
}
@media print {
  .wow {
    visibility: visible !important;
  }
}

html.is-visible.wf-active .animated {
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

html.is-visible.wf-active .effect-fadeinup {
  animation-name: fade-in-up;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
}

html.is-visible.wf-active .effect-fadeindown {
  animation-name: fade-in-down;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
}

html.is-visible.wf-active .effect-fadeinleft {
  transition: opacity 0.8s ease, -webkit-clip-path 0.8s ease;
  transition: opacity 0.8s ease, clip-path 0.8s ease;
  transition: opacity 0.8s ease, clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
  animation-name: text-left-to-right;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

html.is-visible.wf-active .effect-fadeup {
  transition: opacity 0.8s ease-out, transform 0.6s ease-out;
  animation-name: datashow;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

html.is-visible.wf-active .effect-fadeblur {
  transition: opacity 0.6s ease-out, filter 0.6s ease-out;
  animation-name: image-blue;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

.button-common-primary {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transform: rotate(0.0001deg);
  transition: transform 0.35s ease;
  border-radius: 0.5rem;
  background: #e1690d;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.button-common-primary.is-center {
  margin: 0 auto;
}
.button-common-primary::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.35s ease;
  border-radius: 50%;
  background: #fff url("../img/common/icon_arrow_01_orange.svg") center/contain no-repeat;
}
.button-common-primary .button-wrapper {
  transition: transform 0.35s ease;
}
@media print, (min-width: 767.98px) {
  .button-common-primary {
    width: 220px;
    min-height: 65px;
    padding: 3px 50px 6px 15px;
    font-size: 0.18rem;
    line-height: 1.6016666667;
  }
  .button-common-primary::before {
    right: 17px;
    width: 30px;
    height: 30px;
  }
  .button-common-primary:not(.button-common-primary.is-entry):hover {
    flex: none;
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  }
  .button-common-primary:not(.button-common-primary.is-entry):hover::before {
    transform: scale(1.02) translateY(-50%);
  }
  .button-common-primary:not(.button-common-primary.is-entry):hover .button-wrapper {
    transform: scale(1.004, 1.01);
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    width: 1.65rem;
    min-height: 0.4875rem;
    padding: 0.06rem 0.38rem 0.05rem 0.12rem;
    font-size: 0.14rem;
    line-height: 1.5442857143;
  }
  .button-common-primary::before {
    right: 0.14rem;
    width: 0.22rem;
    height: 0.22rem;
  }
}

section .keyvisual-paragraph p:last-child,
section .entry-paragraph p:last-child,
section .controller-content p:last-child,
section .about-paragraph p:last-child,
section .item-caption p:last-child {
  margin-bottom: 0;
}

.list-top-category .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-top-category .list-wrapper {
  font-weight: 500;
  letter-spacing: 0.12em;
}
.list-top-category .list-item {
  display: inline-block;
  background: #fff;
  font-weight: 500;
  -webkit-clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0 100%, 0 30%);
          clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0 100%, 0 30%);
}
@media print, (min-width: 767.98px) {
  .list-top-category .list-wrapper {
    margin: -10px;
  }
  .list-top-category .list-item {
    min-height: 37px;
    margin: 10px;
    padding: 7px 5px 6px 10px;
    font-size: 0.18rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-category .list-wrapper {
    margin: -0.07rem -0.07rem -0.02rem;
  }
  .list-top-category .list-item {
    margin: 0.07rem 0.07rem 0.02rem;
    padding: 0 0.04rem;
    font-size: 0.12rem;
    line-height: 2.1266666667;
  }
}

.list-top-staff .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.list-top-staff .list-item {
  text-align: center;
}
.list-top-staff .item-caption {
  display: flex;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
  background: rgba(225, 105, 13, 0.6);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-align: center;
}
.list-top-staff .item-wrapper {
  display: block;
  position: relative;
}
.list-top-staff .item-wrapper:hover .item-caption {
  visibility: visible;
  opacity: 1;
}
.list-top-staff .content-title {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.list-top-staff .item-thumbnail {
  position: relative;
  overflow: hidden;
}
.list-top-staff .item-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, (min-width: 767.98px) {
  .list-top-staff .list-wrapper {
    min-height: 435px;
    margin: -16px;
  }
  .list-top-staff .list-item {
    width: 25%;
    padding: 15px;
  }
  .list-top-staff .list-item:nth-child(even) {
    margin-top: 50px;
  }
  .list-top-staff .item-wrapper {
    margin-bottom: 15px;
  }
  .list-top-staff .item-thumbnail {
    padding-top: 125%;
    border-radius: 15px;
  }
  .list-top-staff .item-caption {
    padding: 20px 10px;
    border-radius: 15px;
    font-size: 0.23rem;
    line-height: 1.3043478261;
  }
  .list-top-staff .content-title {
    font-size: 0.23rem;
    line-height: 1.3043478261;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-staff {
    margin-bottom: 0.3rem;
  }
  .list-top-staff .list-wrapper {
    margin: -0.15rem;
  }
  .list-top-staff .list-item {
    width: 50%;
    padding: 0.15rem;
  }
  .list-top-staff .list-item:nth-child(even) {
    margin-top: 0.3rem;
  }
  .list-top-staff .item-wrapper {
    margin-bottom: 0.15rem;
  }
  .list-top-staff .item-thumbnail {
    padding-top: 125%;
    border-radius: 0.15rem;
  }
  .list-top-staff .item-caption {
    padding: 0.2rem 0.1rem;
    border-radius: 0.15rem;
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
  .list-top-staff .content-title {
    font-size: 0.18rem;
    line-height: 1.6666666667;
  }
}

.list-top-faq {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-faq .item-question {
  display: flex;
  position: relative;
  align-items: flex-start;
  cursor: pointer;
}
.list-top-faq .item-question::before {
  content: "";
  position: absolute;
  right: 0;
  width: 0.2rem;
  height: 0.2rem;
  transition: transform 0.5s ease;
  background: url("../img/top/arrow_icon_01.png") top left/contain no-repeat;
}
.list-top-faq .list-item {
  border-bottom: 0.01rem solid #000;
}
.list-top-faq .list-item:last-child {
  margin-bottom: 0;
}
.list-top-faq .list-item.is-active .item-question::before {
  transform: rotate(-180deg);
}
.list-top-faq .item-answer {
  display: none;
}
.list-top-faq .answer-wrapper {
  display: flex;
  align-items: flex-start;
}
.list-top-faq .question-icon,
.list-top-faq .answer-icon {
  display: flex;
  position: relative;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
.list-top-faq .question-icon {
  background: #e1690d;
}
.list-top-faq .answer-icon {
  background: #0f83c6;
}
.list-top-faq .question-title,
.list-top-faq .answer-text {
  margin: 0;
}
.list-top-faq .question-title {
  font-weight: 700;
}
.list-top-faq .answer-text {
  letter-spacing: 0.06em;
}
.list-top-faq .answer-text a {
  color: #e1690d;
}
@media print, (min-width: 767.98px) {
  .list-top-faq {
    margin: 0 130px;
  }
  .list-top-faq .list-item {
    margin-bottom: 28px;
    padding-bottom: 29px;
  }
  .list-top-faq .question-icon,
  .list-top-faq .answer-icon {
    top: 1px;
    width: 27px;
    height: 27px;
    margin-right: 12px;
  }
  .list-top-faq .item-question {
    padding-right: 40px;
  }
  .list-top-faq .item-question::before {
    top: 5px;
  }
  .list-top-faq .answer-text {
    font-size: 0.1622rem;
    line-height: 1.6874229346;
  }
  .list-top-faq .item-answer {
    padding: 17px 40px 0 0;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .list-top-faq {
    margin: 0 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-faq .list-item {
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .list-top-faq .question-icon,
  .list-top-faq .answer-icon {
    top: 0.02rem;
    width: 0.27rem;
    height: 0.27rem;
    margin-right: 0.12rem;
    padding-top: 0.01rem;
  }
  .list-top-faq .item-question {
    padding-right: 0.3rem;
  }
  .list-top-faq .item-question::before {
    top: 0.04rem;
  }
  .list-top-faq .answer-text {
    font-size: 0.1622rem;
    line-height: 1.6874229346;
  }
  .list-top-faq .item-answer {
    padding: 0.17rem 0.3rem 0 0;
  }
}

.list-top-about {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-about .about-item:last-child {
  margin-bottom: 0;
}
.list-top-about .about-item.has-icon {
  position: relative;
}
.list-top-about .about-item.has-icon::before {
  content: "";
  position: absolute;
  pointer-events: none;
}
.list-top-about .list-top-category .list-item {
  background: #faf5f0;
}
.list-top-about .about-paragraph {
  letter-spacing: 0.06em;
}
.list-top-about .thumbnail-wrapper {
  position: relative;
  overflow: hidden;
}
.list-top-about .thumbnail-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, (min-width: 767.98px) {
  .list-top-about .item-content {
    width: 50%;
    padding-top: 25px;
    padding-right: 40px;
  }
  .list-top-about .about-item {
    display: flex;
    margin-bottom: 141px;
  }
  .list-top-about .about-item.is-resever {
    flex-direction: row-reverse;
  }
  .list-top-about .about-item.is-resever .item-content {
    padding-top: 41px;
    padding-right: 0;
    padding-left: 50px;
  }
  .list-top-about .about-item.has-icon::before {
    top: -100px;
    right: calc(50% - 622px);
    width: 364px;
    height: 352px;
    background: url("../img/top/decoration_icon_01.png") center/contain no-repeat;
  }
  .list-top-about .title-top-common {
    margin-bottom: 40px;
  }
  .list-top-about .list-top-category {
    margin-bottom: 39px;
  }
  .list-top-about .about-paragraph {
    margin-bottom: 61px;
    font-size: 0.18rem;
    line-height: 2;
  }
  .list-top-about .item-thumbnail {
    width: 50%;
  }
  .list-top-about .thumbnail-wrapper {
    padding-top: 107.4074074074%;
    border-radius: 0.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-about .title-top-common {
    margin-bottom: 0.2rem;
    text-align: center;
  }
  .list-top-about .button-common-primary {
    margin: 0 auto;
  }
  .list-top-about .list-top-category {
    margin-bottom: 0.1rem;
    padding: 0 0.12rem;
  }
  .list-top-about .about-item {
    margin-bottom: 0.7rem;
  }
  .list-top-about .about-item.has-icon::before {
    top: -0.3rem;
    right: 0.1rem;
    width: 1.36rem;
    height: 1.32rem;
    background: url("../img/top/sp/decoration_icon_01.png") center/contain no-repeat;
  }
  .list-top-about .about-paragraph {
    margin: 0 0.1rem 0.43rem;
    font-size: 0.14rem;
    line-height: 2.1428571429;
  }
  .list-top-about .item-thumbnail {
    width: 3.4rem;
    margin: 0 auto;
  }
  .list-top-about .thumbnail-wrapper {
    margin-bottom: 0.3rem;
    padding-top: 58.8235294118%;
    border-radius: 0.13rem;
  }
}

.title-top-common {
  font-weight: 700;
  letter-spacing: 0.08em;
}
.title-top-common .title-japanese {
  display: block;
}
.title-top-common .title-japanese span {
  color: #e1690d;
}
.title-top-common .title-english {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.24em;
}
.title-top-common .title-english span:nth-child(even) {
  color: #e1690d;
}
.title-top-common .title-english span:nth-child(odd) {
  color: #0f83c6;
}
@media print, (min-width: 767.98px) {
  .title-top-common {
    margin-bottom: 53px;
    font-size: 0.45rem;
    line-height: 1.1111111111;
  }
  .title-top-common .title-english {
    margin-bottom: 10px;
    font-size: 0.23rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-top-common {
    margin-bottom: 0.12rem;
    font-size: 0.26rem;
    line-height: 1.8;
  }
  .title-top-common .title-english {
    font-size: 0.16rem;
    line-height: 1.3125;
  }
}

.section-top-keyvisual {
  font-feature-settings: "palt";
  position: relative;
  overflow: hidden;
}
.section-top-keyvisual .keyvisual-content {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  pointer-events: none;
}
.section-top-keyvisual .content-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.section-top-keyvisual .content-wrapper * {
  pointer-events: auto;
}
.section-top-keyvisual .title-top,
.section-top-keyvisual .title-bottom {
  display: block;
}
.section-top-keyvisual .content-label {
  color: #3c3c3c;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
.section-top-keyvisual .content-caption {
  transform: rotate(-5deg);
  color: rgba(225, 105, 13, 0.3);
  font-family: "Oooh Baby", cursive;
  line-height: 1;
}
.section-top-keyvisual .keyvisual-paragraph {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
.section-top-keyvisual .keyvisual-paragraph::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0.963;
  background: #fff;
  filter: blur(0.09rem);
}
.section-top-keyvisual .keyvisual-paragraph::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.section-top-keyvisual .paragraph-wrapper {
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
.section-top-keyvisual .button-common-primary {
  font-weight: 700;
}
@media print, (min-width: 767.98px) {
  .section-top-keyvisual {
    background: url("../img/top/keyvisual_bg_01.png") top left/100% auto no-repeat;
  }
  .section-top-keyvisual .keyvisual-wrapper {
    margin-bottom: 25px;
  }
  .section-top-keyvisual .keyvisual-content {
    right: calc(50% - 56px);
    max-width: 595px;
    padding: 191px 0 50px;
  }
  .section-top-keyvisual .content-title {
    width: 69.7478991597%;
    margin-bottom: 38px;
  }
  .section-top-keyvisual .title-top,
  .section-top-keyvisual .title-bottom {
    width: 415px;
  }
  .section-top-keyvisual .title-top {
    margin-bottom: 27px;
  }
  .section-top-keyvisual .content-label {
    margin-bottom: 15px;
    font-size: 0.3rem;
  }
  .section-top-keyvisual .content-caption {
    margin-bottom: 14px;
    margin-left: -6px;
    font-size: 0.62rem;
  }
  .section-top-keyvisual .button-common-primary {
    width: 290px;
    min-height: 60px;
    padding: 3px 40px 6px 17px;
    font-size: 0.2rem;
    line-height: 1.785;
  }
  .section-top-keyvisual .button-common-primary::before {
    right: 13px;
    width: 35.6px;
    height: 35.6px;
  }
  .section-top-keyvisual .keyvisual-paragraph {
    margin-top: 85px;
    padding: 90px 0 150px;
    font-size: 0.22rem;
    line-height: 1.8181818182;
  }
  .section-top-keyvisual .keyvisual-paragraph p {
    margin-bottom: 40px;
  }
  .section-top-keyvisual .keyvisual-paragraph::before {
    height: calc(100% + 0.12rem);
  }
  .section-top-keyvisual .keyvisual-paragraph::after {
    top: 5px;
    right: calc(50% - 622px);
    width: 364px;
    height: 352px;
    background: url("../img/top/decoration_icon_01.png") center/contain no-repeat;
  }
  .section-top-keyvisual .paragraph-wrapper {
    width: 770px;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .section-top-keyvisual {
    padding-top: 150px;
  }
  .section-top-keyvisual::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    background: #fff;
    pointer-events: none;
  }
  .section-top-keyvisual .keyvisual-content {
    right: 39.9159663866%;
    max-width: 57.4074074074%;
    padding: 20.1680672269% 0 8.4033613445%;
  }
  .section-top-keyvisual .content-title {
    width: 69.7478991597%;
    margin-bottom: 4%;
  }
  .section-top-keyvisual .title-top,
  .section-top-keyvisual .title-bottom {
    width: 100%;
  }
  .section-top-keyvisual .content-label {
    margin-bottom: 15px;
    font-size: 2.7777777778vw;
  }
  .section-top-keyvisual .content-caption {
    margin-bottom: 14px;
    margin-left: -6px;
    font-size: 5.7407407407vw;
  }
  .section-top-keyvisual .button-common-primary {
    width: 26.8518518519vw;
    padding: 0.2777777778vw 3.7037037037vw 0.5555555556vw 1.5740740741vw;
    font-size: 1.8518518519vw;
  }
  .section-top-keyvisual .button-common-primary::before {
    right: 1.2037037037vw;
    width: 3.2962962963vw;
    height: 3.2962962963vw;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .section-top-keyvisual .keyvisual-content {
    right: 39.9159663866%;
  }
}
@media screen and (min-width: 1400.98px) {
  .section-top-keyvisual .keyvisual-content {
    max-width: 654.5px;
  }
  .section-top-keyvisual .content-title {
    width: 76.7226890756%;
  }
  .section-top-keyvisual .title-top,
  .section-top-keyvisual .title-bottom {
    width: 110%;
  }
  .section-top-keyvisual .content-label {
    font-size: 0.33rem;
  }
  .section-top-keyvisual .content-caption {
    font-size: 0.682rem;
  }
  .section-top-keyvisual .button-common-primary {
    width: 319px;
    min-height: 66px;
    font-size: 0.22rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    padding-top: 3.01rem;
    background: url("../img/top/sp/keyvisual_bg_01.png") top 0.01rem left/100% auto no-repeat;
  }
  .section-top-keyvisual::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    background: #fff;
    pointer-events: none;
  }
  .section-top-keyvisual .keyvisual-content {
    top: 0.17rem;
    right: 50%;
  }
  .section-top-keyvisual .keyvisual-content {
    right: calc(50% - 1.69rem);
    max-width: 3.38rem;
    padding: 0.95rem 0 0.5rem;
  }
  .section-top-keyvisual .title-top {
    margin-bottom: 0.13rem;
  }
  .section-top-keyvisual .content-title {
    width: 2.09rem;
    margin-bottom: 0.19rem;
  }
  .section-top-keyvisual .content-label {
    margin-bottom: 0;
    font-size: 0.14rem;
    line-height: 1.1128571429;
  }
  .section-top-keyvisual .content-caption {
    margin-bottom: 0.02rem;
    margin-left: -0.02rem;
    font-size: 0.32rem;
    line-height: 1.3334375;
  }
  .section-top-keyvisual .button-common-primary {
    width: 1.78rem;
    min-height: 0.37rem;
    padding: 0.04rem 0.27rem 0.05rem 0.16rem;
    font-size: 0.13rem;
    line-height: 1.6876923077;
  }
  .section-top-keyvisual .button-common-primary::before {
    right: 0.06rem;
  }
  .section-top-keyvisual .keyvisual-paragraph {
    margin-top: 0.3rem;
    padding-top: 0.81rem;
    padding-bottom: 0.95rem;
  }
  .section-top-keyvisual .keyvisual-paragraph::before {
    height: calc(100% + 0.1rem);
  }
  .section-top-keyvisual .keyvisual-paragraph::after {
    right: 0.29rem;
    bottom: 0.33rem;
    width: 1.36rem;
    height: 1.32rem;
    background: url("../img/top/sp/decoration_icon_01.png") center/contain no-repeat;
  }
  .section-top-keyvisual .paragraph-wrapper {
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
  .section-top-keyvisual .paragraph-wrapper p {
    margin-bottom: 0.26rem;
  }
}
@media print {
  .section-top-keyvisual .keyvisual-content {
    position: absolute;
  }
}

.list-top-thumbnail {
  margin-left: auto;
}
.list-top-thumbnail .thumbnail-image {
  position: relative;
}
.list-top-thumbnail .thumbnail-image img {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, (min-width: 767.98px) {
  .list-top-thumbnail {
    width: calc(50% - 13px);
    max-width: 530px;
  }
  .list-top-thumbnail .thumbnail-image {
    opacity: 0.7;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-first {
    width: 178px;
    margin-bottom: 55px;
    margin-left: 123px;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-second {
    width: 329px;
    margin-bottom: 44px;
    margin-left: auto;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-third {
    width: 213px;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-fourth {
    width: 217px;
    margin-top: -56px;
    margin-right: 30px;
    margin-left: auto;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-fifth {
    width: 134px;
    margin-top: -61px;
    margin-bottom: 64px;
    margin-left: 64px;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-sixth {
    width: 433px;
    margin-right: -50px;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-seventh {
    width: 147px;
    margin-left: 31px;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-eighth {
    width: 171px;
    margin-top: -186px;
    margin-right: 49px;
    margin-left: auto;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-first .thumbnail-image {
    padding-top: 73.0337078652%;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-second .thumbnail-image {
    padding-top: 70.820668693%;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-third .thumbnail-image {
    padding-top: 73.2394366197%;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-fourth .thumbnail-image {
    padding-top: 138.2488479263%;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-fifth .thumbnail-image {
    padding-top: 78.3582089552%;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-sixth .thumbnail-image {
    padding-top: 39.2609699769%;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-seventh .thumbnail-image {
    padding-top: 146.9387755102%;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-eighth .thumbnail-image {
    padding-top: 78.3625730994%;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .list-top-thumbnail {
    width: calc(70% - 13px);
  }
  .list-top-thumbnail .thumbnail-image {
    opacity: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-thumbnail .thumbnail-wrapper.is-first {
    width: 0.62rem;
    margin: 0 0.87rem 0.19rem auto;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-first .thumbnail-image {
    padding-top: 74.1935483871%;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-second {
    width: 1.15rem;
    margin: 0 0.09rem 0.16rem auto;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-second .thumbnail-image {
    padding-top: 70.4347826087%;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-third {
    width: 0.74rem;
    margin: 0 1.19rem 0 auto;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-third .thumbnail-image {
    padding-top: 74.3243243243%;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-fourth {
    width: 0.76rem;
    margin: -0.2rem 0.19rem 0 auto;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-fourth .thumbnail-image {
    padding-top: 138.1578947368%;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-fifth {
    width: 0.47rem;
    margin: -0.22rem 1.24rem 0.22rem auto;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-fifth .thumbnail-image {
    padding-top: 78.7234042553%;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-sixth {
    width: 1.51rem;
    margin-right: -0.08rem;
    margin-bottom: 0.15rem;
    margin-left: auto;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-sixth .thumbnail-image {
    padding-top: 39.0728476821%;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-seventh {
    width: 0.51rem;
    margin-right: 1.3rem;
    margin-left: auto;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-seventh .thumbnail-image {
    padding-top: 149.0196078431%;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-eighth {
    width: 0.6rem;
    margin: -0.66rem 0.26rem 0 auto;
  }
  .list-top-thumbnail .thumbnail-wrapper.is-eighth .thumbnail-image {
    padding-top: 78.3333333333%;
  }
}

.section-top-about {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section-top-about .title-top-common {
  text-align: center;
}
.section-top-about .about-label {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
.section-top-about .slider-viewport {
  overflow: visible;
}
.section-top-about .slider-wrapper {
  transition-timing-function: linear;
}
.section-top-about .button-common-primary {
  margin: 0 auto;
}
@media print, (min-width: 767.98px) {
  .section-top-about {
    background: #ffebd7 url("../img/top/group_bg_01.png") top -1px left/100% auto no-repeat;
  }
  .section-top-about .about-wrapper {
    padding: 150px 0;
  }
  .section-top-about .title-top-common {
    margin-top: -7px;
  }
  .section-top-about .about-label {
    margin-bottom: 29px;
    font-size: 0.3rem;
    line-height: 1.7666666667;
  }
  .section-top-about .list-top-category {
    margin-bottom: 70px;
  }
  .section-top-about .list-top-category .list-wrapper {
    justify-content: center;
  }
  .section-top-about .about-slider {
    margin-top: 100px;
  }
  .section-top-about .slider-element {
    width: 260px;
    height: 220px;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .section-top-about .about-label {
    font-size: 0.27rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-about {
    margin-top: -0.01rem;
    background: #ffebd7 url("../img/top/sp/group_bg_01.png") top left/100% auto no-repeat;
  }
  .section-top-about .about-wrapper {
    padding: 0.68rem 0 0.69rem;
  }
  .section-top-about .about-label {
    margin-bottom: 0.23rem;
    font-size: 0.14rem;
    line-height: 1.9285714286;
  }
  .section-top-about .list-top-category {
    margin: 0 0.1rem 0.29rem;
  }
  .section-top-about .about-slider {
    margin-top: 0.5rem;
  }
  .section-top-about .about-slider {
    width: 1.28rem;
  }
  .section-top-about .slider-element {
    width: 1.28rem;
    height: 1.08rem;
  }
}

.section-top-business {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
@media print, (min-width: 767.98px) {
  .section-top-business .business-wrapper {
    padding: 150px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-business .business-wrapper {
    padding: 0.68rem 0 0.69rem;
  }
}

.section-top-staff {
  position: relative;
  z-index: 1;
}
.section-top-staff .title-top-common {
  text-align: center;
}
.section-top-staff .controller-content {
  letter-spacing: 0.06em;
}
@media print, (min-width: 767.98px) {
  .section-top-staff {
    background: #ffebd7 url("../img/top/staff_img_01.png") top left/cover no-repeat;
  }
  .section-top-staff .staff-wrapper {
    padding: 150px 0;
  }
  .section-top-staff .title-top-common {
    margin-top: -8px;
    margin-bottom: 67px;
  }
  .section-top-staff .staff-controller {
    display: flex;
    align-items: flex-end;
    margin-bottom: -7px;
  }
  .section-top-staff .list-top-staff {
    margin-bottom: 28px;
  }
  .section-top-staff .controller-content {
    width: calc(50% + 240px);
    font-size: 0.18rem;
    line-height: 2;
  }
  .section-top-staff .controller-button {
    flex: 1;
    margin-bottom: 7px;
  }
  .section-top-staff .button-common-primary {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-staff {
    background: #ffebd7 url("../img/top/staff_img_01.png") top left/cover no-repeat;
  }
  .section-top-staff .staff-wrapper {
    padding: 0.68rem 0 0.69rem;
  }
  .section-top-staff .controller-content {
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
  .section-top-staff .button-common-primary {
    margin: 0 auto;
  }
}

.section-top-faq {
  position: relative;
  z-index: 1;
  background: #fff;
}
.section-top-faq .title-top-common {
  text-align: center;
}
@media print, (min-width: 767.98px) {
  .section-top-faq .faq-wrapper {
    padding: 150px 0;
  }
  .section-top-faq .title-top-common {
    margin-top: -3px;
    margin-bottom: 68px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-faq .faq-wrapper {
    padding: 0.68rem 0;
  }
}

.section-top-entry {
  position: relative;
  z-index: 1;
  color: #fff;
}
.section-top-entry .entry-content {
  position: relative;
}
.section-top-entry .entry-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #f08228;
}
.section-top-entry .title-top-common {
  color: #fff;
}
.section-top-entry .title-top-common .title-english {
  color: rgba(255, 255, 255, 0.5);
}
.section-top-entry .button-common-primary {
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  border: 0.02rem solid #fff;
  background: #faf5f0;
  color: #f08228;
  font-weight: 700;
}
.section-top-entry .button-common-primary::before {
  transition: opacity 0.5s ease;
  background: #f08228 url("../img/common/icon_arrow_01_white.svg") center/contain no-repeat;
}
.section-top-entry .entry-paragraph {
  font-weight: 500;
}
@media print, (min-width: 767.98px) {
  .section-top-entry {
    margin-bottom: -1px;
  }
  .section-top-entry .entry-thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
  .section-top-entry .entry-content {
    width: 50%;
    padding: 157px 30px 159px 0;
  }
  .section-top-entry .title-top-common {
    margin-bottom: 25px;
  }
  .section-top-entry .button-common-primary {
    width: 310px;
    font-size: 0.22rem;
  }
  .section-top-entry .button-common-primary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    transition: opacity 0.5s ease;
    border-radius: 50%;
    opacity: 0;
    background: #fff url("../img/common/icon_arrow_01_orange.svg") center/contain no-repeat;
  }
  .section-top-entry .button-common-primary:hover {
    border: 0.02rem solid #fff;
    opacity: 1;
    background: transparent;
    color: #fff;
  }
  .section-top-entry .button-common-primary:hover::before {
    opacity: 0;
  }
  .section-top-entry .button-common-primary:hover::after {
    opacity: 1;
  }
  .section-top-entry .entry-paragraph {
    margin-bottom: 59px;
    font-size: 0.27rem;
    letter-spacing: 0.22em;
    line-height: 1.7037037037;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1079.98px) {
  .section-top-entry .entry-paragraph {
    font-size: 0.22rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-entry {
    margin-bottom: -0.01rem;
  }
  .section-top-entry .entry-content {
    margin: 0 -0.2rem;
    padding: 0.68rem 0.2rem 0.69rem;
    text-align: center;
  }
  .section-top-entry .title-top-common {
    margin-bottom: 0.03rem;
  }
  .section-top-entry .entry-paragraph {
    margin-bottom: 0.33rem;
    font-size: 0.14rem;
    letter-spacing: 0.06em;
    line-height: 1.9285714286;
  }
  .section-top-entry .button-common-primary {
    width: 1.95rem;
    min-height: 0.4875rem;
    margin: 0 auto;
  }
  .section-top-entry .entry-thumbnail {
    margin: 0 -0.2rem;
  }
}/*# sourceMappingURL=top.css.map */