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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

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

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

table th {
  font-weight: bold;
}

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

q,
blockquote {
  quotes: none;
}

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

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

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

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

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

a img {
  border: none;
}

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

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

button {
  color: inherit;
}

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

button:focus {
  outline: 0;
}

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

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

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

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 768px) {
  html {
    overflow: auto scroll;
    font-size: 625%;
  }
  html.is-frozen-os:not(.is-mac) {
    overflow: auto hidden;
  }
  html.is-frozen-os.is-tablet {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html.is-frozen-os {
    overflow: hidden;
  }
}

body {
  color: #000;
  font-family: "游ゴシック", yugothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  line-height: 1.6666666667;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.21rem;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.18rem;
    font-weight: 500;
  }
}

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

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

.header-common {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
}
.header-common .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.header-common .logo-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.89rem;
  height: 0.37rem;
}
.header-common .menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-common .item-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.header-common .item-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.02rem;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.3s ease, transform 0.4s ease;
  transition: background-color 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  background-color: transparent;
  will-change: color;
}
.header-common .item-link.is-active {
  color: #ed6d1e;
}
.header-common .item-link.is-active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #ed6d1e;
}
@media (hover: hover) {
  .header-common .item-link:hover {
    color: #ed6d1e;
  }
  .header-common .item-link:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #ed6d1e;
  }
}
.header-common .navigation-button {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 0.02rem solid #ed6d1e;
  border-radius: 1rem;
  background-color: #ed6d1e;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.header-common .navigation-button:hover {
  background-color: #fff;
  color: #ed6d1e;
}
.header-common .button-common-skip {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}
.header-common .button-common-skip:focus {
  display: block;
  z-index: 999;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}
@media print, (min-width: 768px) {
  .header-common {
    min-width: 1366px;
  }
  .header-common .header-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 50px 24px 59px;
  }
  .header-common .logo-image {
    padding-top: 2px;
  }
  .header-common .navigation-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 950px;
  }
  .header-common .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 43px;
    padding-top: 5px;
  }
  .header-common .menu-item {
    margin-right: 44px;
  }
  .header-common .menu-item:last-child {
    margin-right: 0;
  }
  .header-common .item-link::after {
    width: 100%;
  }
  .header-common .navigation-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 300px;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    padding: 9px 20px 6px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common .is-active {
    max-height: 100vh;
    overflow-y: auto;
  }
  .header-common .header-inner {
    position: relative;
    padding: 0.13rem 0.2rem 0.12rem;
  }
  .header-common .logo-image {
    width: 1.5rem;
    height: 0.29rem;
  }
  .header-common .navigation-menu {
    display: none;
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    width: 3rem;
    height: 100vh;
    padding: 0.8rem 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }
  .header-common .menu-image {
    display: block;
    position: relative;
    bottom: 0.67rem;
    left: 0.23rem;
    width: 1.5rem;
    height: 0.29rem;
    margin-bottom: 0.3rem;
  }
  .header-common .button-menu span {
    position: absolute;
    right: 0.1rem;
    width: 0.35rem;
    height: 0.04rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0.02rem;
    background-color: #fff;
  }
  .header-common .button-menu span:nth-child(1) {
    top: 0.13rem;
  }
  .header-common .button-menu span:nth-child(2) {
    top: 0.255rem;
  }
  .header-common .button-menu span:nth-child(3) {
    top: 0.38rem;
  }
  .header-common .button-menu {
    position: absolute;
    z-index: 1002;
    top: 0;
    right: 0;
    width: 0.54rem;
    height: 0.54rem;
    background-color: #ed6d1e;
    cursor: pointer;
  }
  .header-common .button-menu.is-active span:nth-child(1) {
    top: 0.23rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-common .button-menu.is-active span:nth-child(2) {
    opacity: 0;
  }
  .header-common .button-menu.is-active span:nth-child(3) {
    top: 0.23rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-common .menu-list {
    margin-bottom: 0.8rem;
  }
  .header-common .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0.3rem;
    margin-bottom: 0.1rem;
    padding: 0.2rem;
    border-bottom: 1px solid #ed6d1e;
  }
  .header-common .menu-item:last-child {
    margin-bottom: 0;
  }
  .header-common .item-link {
    padding-right: 0.3rem;
  }
  .header-common .item-link::after {
    width: calc(100% - 0.3rem);
  }
  .header-common .item-link::before {
    position: absolute;
    content: "";
    top: 0.042rem;
    right: 0;
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.1rem;
    background: url("../img/common/arrow_icon_bottom.svg") center/contain no-repeat;
  }
  .header-common .navigation-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.8rem;
    margin: 0 auto;
    padding: 0.1rem 0.2rem 0.09rem;
    line-height: 1.3;
  }
  .header-common .overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media print {
  .header-common {
    position: relative;
  }
}

.footer-common {
  position: relative;
}
.footer-common .footer-site {
  background-color: rgba(196, 196, 196, 0.3);
}
.footer-common .logo-image {
  display: block;
  width: 1.89rem;
  height: 0.37rem;
}
.footer-common .content-description {
  margin-bottom: 0.14rem;
}
.footer-common .content-address,
.footer-common .content-phone {
  position: relative;
  padding: 0 0.3rem;
}
.footer-common .content-address::before,
.footer-common .content-phone::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.27rem;
  height: 0.27rem;
}
.footer-common .content-phone {
  padding-right: 0;
}
.footer-common .content-address::before {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background: url("../img/common/address_icn.svg") center/contain no-repeat;
}
.footer-common .content-phone {
  text-decoration: none;
}
.footer-common .content-phone::before {
  background: url("../img/common/phone_icn.svg") center/contain no-repeat;
}
.footer-common .footer-bottom {
  background-color: #f4a252;
}
.footer-common .footer-bottom .wrapper {
  position: relative;
}
.footer-common .copy-text {
  display: block;
  width: 100%;
  font-size: 0.14rem;
  line-height: 1.8571428571;
  text-align: center;
}
@media print, (min-width: 768px) {
  .footer-common .footer-site {
    padding: 68px 60px 59px;
  }
  .footer-common .logo-image {
    margin-bottom: 33px;
  }
  .footer-common .content-address,
  .footer-common .content-description {
    max-width: 800px;
  }
  .footer-common .content-description {
    font-size: 0.23rem;
    line-height: 1.2173913043;
  }
  .footer-common .content-address {
    margin-bottom: 10px;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .footer-common .content-address::before {
    top: 0;
  }
  .footer-common .content-phone {
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .footer-common .content-phone::before {
    bottom: 1px;
  }
  .is-mac .footer-common .content-phone::before, .is-tablet .footer-common .content-phone::before {
    bottom: -2px;
  }
  .footer-common .copy-text {
    padding: 18px 240px;
  }
  .footer-common .footer-privacy {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 6.6666666667%;
    display: block;
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    margin-bottom: 0.6rem;
  }
  .footer-common .footer-site {
    padding: 0.4rem 0 0.2rem;
  }
  .footer-common .logo-image {
    margin: 0 auto 0.2rem;
  }
  .footer-common .content-description {
    font-size: 0.19rem;
    line-height: 1.3;
  }
  .footer-common .content-address {
    margin-bottom: 0.15rem;
  }
  .footer-common .content-address::before {
    top: -0.13rem;
  }
  .is-android .footer-common .content-address::before {
    top: -0.11rem;
  }
  .footer-common .content-phone::before {
    top: -0.04rem;
  }
  .is-android .footer-common .content-phone::before {
    top: -0.02rem;
  }
  .footer-common .footer-bottom {
    text-align: center;
    padding: 0.09rem 0 0.08rem;
  }
  .footer-common .footer-privacy {
    font-size: 0.14rem;
  }
}

.navigation-common-fixed {
  visibility: hidden;
  position: fixed;
  z-index: 99;
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, transform 0.3s, -webkit-transform 0.3s;
  opacity: 0;
  pointer-events: none;
}
.navigation-common-fixed .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-common-fixed .navigation-item:last-child {
  margin: 0;
}
.navigation-common-fixed .navigation-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f0831c;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
}
.navigation-common-fixed .image-common {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, (min-width: 768px) {
  .navigation-common-fixed {
    top: calc(50% - 125px);
    right: 0;
    left: 0;
    width: 100%;
    min-width: 1366px;
  }
  .navigation-common-fixed .navigation-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: calc(50vh - 250px);
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
  .navigation-common-fixed .navigation-link {
    border-radius: 50px;
  }
  .navigation-common-fixed .navigation-link .image-common.is-default {
    opacity: 1;
  }
  .navigation-common-fixed .navigation-link .image-common.is-hover {
    opacity: 0;
  }
  .navigation-common-fixed .navigation-link:hover {
    background-color: #fff;
    color: #f0831c;
  }
  .navigation-common-fixed .navigation-link:hover .image-common.is-default {
    opacity: 0;
  }
  .navigation-common-fixed .navigation-link:hover .image-common.is-hover {
    opacity: 1;
  }
  .navigation-common-fixed .navigation-link.is-link {
    width: 100%;
    min-height: 249px;
    border: 3px solid transparent;
  }
  .navigation-common-fixed .navigation-link.is-link .navigation-icon {
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0 auto;
  }
  .navigation-common-fixed .navigation-link.is-link:hover {
    border-color: #f0831c;
  }
  .navigation-common-fixed .navigation-link.is-top {
    position: relative;
    left: 6px;
    width: 63px;
    min-height: 63px;
  }
  .navigation-common-fixed.is-active {
    visibility: visible;
    opacity: 1;
  }
  .navigation-common-fixed.is-active .navigation-item {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .navigation-common-fixed.is-active .navigation-link {
    pointer-events: auto;
  }
  .navigation-common-fixed .navigation-wrapper {
    position: absolute;
    top: 0;
    right: 4px;
    width: 75px;
  }
  .navigation-common-fixed .navigation-text {
    padding: 20px 24px 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-common-fixed {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translateY(0.5rem);
    -ms-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  .navigation-common-fixed.is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .navigation-common-fixed .navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navigation-common-fixed .navigation-item {
    width: calc(100% - 0.63rem);
  }
  .navigation-common-fixed .navigation-item:last-child {
    width: 0.63rem;
    border-right: none;
  }
  .navigation-common-fixed .navigation-link {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0.6rem;
    font-size: 0.16rem;
    letter-spacing: 0.2em;
  }
  .navigation-common-fixed .navigation-link.is-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 0.02rem solid #fff;
  }
  .navigation-common-fixed .navigation-link.is-link .navigation-text {
    padding: 0.35rem 0.1rem 0;
  }
  .navigation-common-fixed .navigation-link.is-link .navigation-icon {
    position: absolute;
    top: 0.07rem;
    left: calc(50% - 0.13rem);
    width: 0.25rem;
    height: 0.25rem;
    margin: 0 auto;
  }
  .navigation-common-fixed .navigation-link.is-top {
    position: relative;
    width: 100%;
    padding: 0.11rem 0.2rem 0.03rem 0.43rem;
    background-color: #fff;
  }
  .navigation-common-fixed .navigation-link.is-top .image-common {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media print {
  .navigation-common-fixed .navigation-wrapper {
    left: 1460px !important;
  }
}

.title-common-primary {
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.title-common-primary::before {
  content: "";
  position: absolute;
  right: -0.43rem;
  width: 0.45rem;
  height: 0.5rem;
  background: url("../img/common/title_icn.svg") center/contain no-repeat;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    font-size: 0.43rem;
    line-height: 1.3953488372;
  }
  .title-common-primary::before {
    top: -31px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    font-size: 0.32rem;
    line-height: 1.3;
  }
  .title-common-primary::before {
    top: -0.25rem;
  }
}

.decoration {
  position: relative;
  width: 0.02rem;
  margin: 0 auto;
  background-color: black;
}
.decoration .decoration-content {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #ed6d1e;
  will-change: transform;
}
@media print, (min-width: 768px) {
  .decoration {
    height: 127px;
  }
  .decoration .decoration-content {
    width: 16px;
    height: 16px;
    -webkit-animation: drop-down-desktop 2.5s linear infinite;
    animation: drop-down-desktop 2.5s linear infinite;
  }
}
@media only screen and (max-width: 767.98px) {
  .decoration {
    height: 0.75rem;
  }
  .decoration .decoration-content {
    width: 0.13rem;
    height: 0.13rem;
    -webkit-animation: drop-down-mobile 2.5s linear infinite;
    animation: drop-down-mobile 2.5s linear infinite;
  }
}

@-webkit-keyframes drop-down-desktop {
  0% {
    -webkit-transform: translate(-50%, -0.1rem);
    transform: translate(-50%, -0.1rem);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 127px);
    transform: translate(-50%, 127px);
    opacity: 0;
  }
}

@keyframes drop-down-desktop {
  0% {
    -webkit-transform: translate(-50%, -0.1rem);
    transform: translate(-50%, -0.1rem);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 127px);
    transform: translate(-50%, 127px);
    opacity: 0;
  }
}
@-webkit-keyframes drop-down-mobile {
  0% {
    -webkit-transform: translate(-50%, -0.1rem);
    transform: translate(-50%, -0.1rem);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 0.75rem);
    transform: translate(-50%, 0.75rem);
    opacity: 0;
  }
}
@keyframes drop-down-mobile {
  0% {
    -webkit-transform: translate(-50%, -0.1rem);
    transform: translate(-50%, -0.1rem);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 0.75rem);
    transform: translate(-50%, 0.75rem);
    opacity: 0;
  }
}
.section-top-keyvisual .content-description {
  margin-bottom: 0;
}
.section-top-keyvisual .keyvisual-slider {
  max-width: 100%;
  margin: 0 auto;
}
.section-top-keyvisual .keyvisual-slider-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.section-top-keyvisual .keyvisual-slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-top-keyvisual .slide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
}
.is-ios .section-top-keyvisual .slide-item {
  -webkit-transform: translate3d(0, 0, 0);
}
.section-top-keyvisual .keyvisual-slider-wrapper.is-active .slide-list {
  -webkit-animation: slideRightToLeft 20s linear infinite;
  animation: slideRightToLeft 20s linear infinite;
}
@-webkit-keyframes slideRightToLeft {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideRightToLeft {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    margin: 84px 0 64px;
  }
  .section-top-keyvisual .keyvisual-image {
    margin-bottom: 63px;
  }
  .section-top-keyvisual .keyvisual-content {
    margin-bottom: 100px;
  }
  .section-top-keyvisual .content-title {
    margin-bottom: 21px;
    font-size: 0.43rem;
    line-height: 1.3953488372;
  }
  .section-top-keyvisual .content-description {
    font-size: 0.27rem;
    line-height: 1.5925925926;
  }
  .section-top-keyvisual .content-title {
    max-width: 890px;
    padding-left: 30px;
  }
  .section-top-keyvisual .content-description {
    max-width: 930px;
    padding-left: 30px;
  }
  .section-top-keyvisual .keyvisual-slider {
    margin-bottom: 52px;
  }
  .section-top-keyvisual .slide-item {
    width: 357px;
    height: 238px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    margin: 0.54rem 0 0.6rem;
  }
  .section-top-keyvisual .keyvisual-image {
    width: 100%;
    height: 2.21rem;
    margin-bottom: 0.3rem;
  }
  .section-top-keyvisual .image-common {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section-top-keyvisual .keyvisual-content {
    margin-bottom: 0.3rem;
  }
  .section-top-keyvisual .content-title {
    margin-bottom: 0.21rem;
    font-size: 0.25rem;
    line-height: 1.4;
  }
  .section-top-keyvisual .content-description {
    font-size: 0.18rem;
    line-height: 1.4;
  }
  .section-top-keyvisual .keyvisual-slider {
    margin-bottom: 0.4rem;
  }
  .section-top-keyvisual .slide-item {
    width: 3rem;
    height: 2rem;
  }
}

.section-top-greeting .content-description strong {
  font-weight: 700;
}
.section-top-greeting .content-description:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-top-greeting {
    margin-bottom: 120px;
  }
  .section-top-greeting .title-common-primary {
    margin-bottom: 85px;
  }
  .section-top-greeting .greeting-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-top-greeting .content-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 432px;
    height: 288px;
    margin-left: 45px;
  }
  .section-top-greeting .content-text {
    max-width: 528px;
  }
  .section-top-greeting .content-description {
    margin-bottom: 50px;
  }
  .section-top-greeting .content-description strong {
    font-size: 0.32rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-greeting {
    margin-bottom: 0.8rem;
  }
  .section-top-greeting .title-common-primary {
    margin-bottom: 0.4rem;
  }
  .section-top-greeting .content-image {
    margin-bottom: 0.3rem;
  }
  .section-top-greeting .content-description {
    margin-bottom: 0.2rem;
  }
  .section-top-greeting .content-description strong {
    font-size: 0.26rem;
  }
}

.section-top-company .information-list {
  margin: 0 auto;
  border-bottom: 1px solid #000;
}
.section-top-company .information-title {
  border-top: 1px solid #000;
}
.section-top-company .information-description {
  line-height: 1.4285714286;
}
.section-top-company .description-phone {
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .section-top-company {
    margin-bottom: 120px;
  }
  .section-top-company .title-common-primary {
    margin-bottom: 44px;
  }
  .section-top-company .information-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 457px;
  }
  .section-top-company .information-title {
    width: 1rem;
    padding: 0.07rem 0.05rem 0.09rem 0.04rem;
  }
  .section-top-company .information-description {
    width: calc(100% - 1rem);
    padding: 0.1rem 0.05rem 0.09rem 0.18rem;
    border-top: 1px solid #000;
  }
  .is-mac .section-top-company .information-description, .is-tablet .section-top-company .information-description {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-company {
    margin-bottom: 0.8rem;
  }
  .section-top-company .title-common-primary {
    margin-bottom: 0.4rem;
  }
  .section-top-company .information-title {
    width: 100%;
    padding-top: 0.09rem;
    font-weight: 700;
  }
  .section-top-company .information-description {
    width: 100%;
    padding: 0.03rem 0 0.09rem;
  }
}

.section-top-business .content-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-business .list-item:last-child {
  margin-bottom: 0;
}
.section-top-business .list-title {
  position: relative;
  padding-right: 0.1rem;
  padding-left: 0.41rem;
  font-size: 0.23rem;
  line-height: 1.5217391304;
}
.section-top-business .list-title::before {
  content: "";
  position: absolute;
  top: 0.02rem;
  left: 0;
  width: 0.32rem;
  height: 0.32rem;
  background: url("../img/top/business_icn.svg") center/contain no-repeat;
}
.section-top-business .list-description {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-top-business {
    margin-bottom: 120px;
  }
  .section-top-business .title-common-primary {
    margin-bottom: 85px;
  }
  .section-top-business .content-list {
    margin-bottom: 45px;
  }
  .section-top-business .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 128px;
  }
  .section-top-business .item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 432px;
    height: 288px;
    margin: 93px 0 20px 49px;
  }
  .section-top-business .list-content {
    max-width: 528px;
  }
  .section-top-business .list-title {
    margin-bottom: 47px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-business {
    margin-bottom: 0.8rem;
  }
  .section-top-business .title-common-primary {
    margin-bottom: 0.4rem;
  }
  .section-top-business .content-list {
    margin-bottom: 0.4rem;
  }
  .section-top-business .list-item {
    margin-bottom: 0.6rem;
  }
  .section-top-business .item-image {
    margin-bottom: 0.3rem;
  }
  .section-top-business .list-title {
    margin-bottom: 0.2rem;
  }
}

.section-top-form .wrapper {
  border-radius: 0.35rem;
  background-color: #f08640;
  color: #fff;
}
.section-top-form .form-title {
  padding: 0.47rem 0.2rem 0;
  line-height: 1.3;
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-top-form {
    margin-bottom: 117px;
  }
  .section-top-form .wrapper {
    max-width: 794px;
  }
  .section-top-form .form-title {
    margin-bottom: 14px;
    font-size: 0.61rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-form {
    margin-bottom: 1rem;
  }
  .section-top-form .wrapper {
    max-width: 100%;
    margin: 0 0.2rem;
  }
  .section-top-form .form-title {
    margin-bottom: 0.3rem;
    font-size: 0.4rem;
  }
}

.inquiry-form .form-row.has-phone .form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inquiry-form .form-row.has-phone .input-common {
  position: relative;
  padding-right: 0.3rem;
  padding-left: 0.15rem;
}
.inquiry-form .form-row.has-phone .input-common::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 0.02rem;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background-color: #fff;
}
.inquiry-form .form-row.has-phone .input-common:first-child {
  padding-left: 0;
}
.inquiry-form .form-row.has-phone .input-common:last-child::after {
  display: none;
}
.inquiry-form .form-head {
  font-weight: 700;
}
.inquiry-form .text-required {
  position: relative;
  bottom: 0.01rem;
  left: 0.02rem;
}
.inquiry-form .textarea-common textarea {
  height: 1.76rem;
  padding: 0.08rem 0.1rem 0.1rem;
}
.inquiry-form .select-common select {
  padding: 0.1rem;
}
.inquiry-form .form-agree {
  text-align: center;
}
.inquiry-form .form-agree input {
  position: relative;
  right: 0.05rem;
  bottom: 0.02rem;
  width: 0.2rem;
  height: 0.2rem;
  -webkit-appearance: auto;
  accent-color: #fff;
}
.inquiry-form .checkbox-common .wpcf7-list-item,
.inquiry-form .radio-common .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.inquiry-form .checkbox-common label,
.inquiry-form .radio-common label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inquiry-form .checkbox-common input,
.inquiry-form .radio-common input {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.2rem;
  height: 0.2rem;
  -webkit-appearance: auto;
  accent-color: #fff;
}
.inquiry-form .checkbox-common .wpcf7-list-item-label,
.inquiry-form .radio-common .wpcf7-list-item-label {
  cursor: pointer;
}
.inquiry-form .select-common select,
.inquiry-form .select-common input,
.inquiry-form .input-common select,
.inquiry-form .input-common input,
.inquiry-form .textarea-common select,
.inquiry-form .textarea-common input {
  min-height: 0.48rem;
  border: none;
  border-radius: 0.16rem;
}
.inquiry-form .select-common select,
.inquiry-form .select-common input,
.inquiry-form .select-common textarea,
.inquiry-form .input-common select,
.inquiry-form .input-common input,
.inquiry-form .input-common textarea,
.inquiry-form .textarea-common select,
.inquiry-form .textarea-common input,
.inquiry-form .textarea-common textarea {
  width: 100%;
  border: 0.02rem;
  border-radius: 0.16rem;
  background-color: #fff;
  color: #000;
  font-size: 0.16rem;
}
.inquiry-form .select-common select:focus,
.inquiry-form .select-common input:focus,
.inquiry-form .select-common textarea:focus,
.inquiry-form .input-common select:focus,
.inquiry-form .input-common input:focus,
.inquiry-form .input-common textarea:focus,
.inquiry-form .textarea-common select:focus,
.inquiry-form .textarea-common input:focus,
.inquiry-form .textarea-common textarea:focus {
  outline: none;
}
.inquiry-form .wpcf7-not-valid-tip {
  display: block;
  font-size: 0.14rem;
  color: #fff;
}
.inquiry-form .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.inquiry-form .wpcf7-spinner {
  display: none;
}
.inquiry-form .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.inquiry-form .wpcf7-submit {
  max-width: 3rem;
  padding: 0.12rem 0.56rem 0.11rem;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
  border-radius: 0.16rem;
  background-color: #0f79bf;
  color: #fff;
  font-size: 0.26rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.0833333333;
  cursor: pointer;
}
.inquiry-form .wpcf7-submit:hover {
  background-color: #fff;
  color: #0f79bf;
}
@media print, (min-width: 768px) {
  .inquiry-form {
    max-width: 602px;
    margin: 0 auto;
    padding-bottom: 62px;
  }
  .inquiry-form .form-head {
    margin-bottom: 5px;
  }
  .inquiry-form .input-common input {
    padding: 8px 10px 5px;
  }
  .inquiry-form .checkbox-common .wpcf7-list-item,
  .inquiry-form .radio-common .wpcf7-list-item {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .inquiry-form .checkbox-common input,
  .inquiry-form .radio-common input {
    top: 6px;
    margin-right: 5px;
  }
  .inquiry-form .input-common select,
  .inquiry-form .input-common input,
  .inquiry-form .input-common textarea,
  .inquiry-form .textarea-common select,
  .inquiry-form .textarea-common input,
  .inquiry-form .textarea-common textarea {
    max-width: 100%;
  }
  .inquiry-form .form-row {
    margin-bottom: 25px;
  }
  .inquiry-form .form-row.is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .inquiry-form .form-row.is-flex .form-row {
    max-width: 275px;
    margin-bottom: 0;
  }
  .inquiry-form .form-row.is-flex input {
    width: 268px;
  }
  .inquiry-form .form-row.has-phone .input-common {
    padding-right: 30px;
    padding-left: 15px;
  }
  .inquiry-form .form-row.has-phone .input-common::after {
    right: 0;
    width: 15px;
  }
  .inquiry-form .form-row.has-phone input {
    width: 110px;
  }
  .inquiry-form .form-row.is-last {
    margin-bottom: 27px;
  }
  .inquiry-form .form-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .inquiry-form .form-agree {
    margin-bottom: 30px;
  }
  .inquiry-form .wpcf7-not-valid-tip {
    padding-top: 5px;
    padding-left: 10px;
  }
  .inquiry-form .text-small {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .inquiry-form {
    padding-bottom: 0.55rem;
  }
  .inquiry-form .form-head {
    margin-bottom: 0;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .inquiry-form .input-common input {
    padding: 0.06rem 0.1rem 0.03rem;
  }
  .inquiry-form .select-common select {
    padding: 0.07rem 0.1rem 0.09rem;
  }
  .inquiry-form .form-row {
    margin-bottom: 0.2rem;
  }
  .inquiry-form .form-row.has-phone .input-common {
    padding-right: 0.02rem;
    padding-left: 0.18rem;
  }
  .inquiry-form .form-row.has-phone .input-common::after {
    right: -0.11rem;
    width: 0.06rem;
  }
  .inquiry-form .form-agree {
    margin-bottom: 0.2rem;
  }
  .inquiry-form .checkbox-common .wpcf7-list-item-label,
  .inquiry-form .radio-common .wpcf7-list-item-label {
    padding-left: 0.1rem;
  }
  .inquiry-form .checkbox-common input,
  .inquiry-form .radio-common input {
    top: 0.04rem;
  }
  .inquiry-form .wpcf7-not-valid-tip {
    padding-left: 0.08rem;
  }
  .inquiry-form .text-small {
    font-size: 0.15rem;
  }
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
}
@media print, (min-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 0.16rem;
    margin-bottom: 0;
  }
}

@media print, (min-width: 768px) {
  .grecaptcha-badge {
    bottom: 144px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .grecaptcha-badge {
    bottom: 0.95rem !important;
  }
}

@media print {
  .section-top-business,
  .section-top-greeting {
    margin-top: 0.8rem;
  }
  .section-top-business,
  .section-top-greeting,
  .section-top-form {
    page-break-before: always;
  }
}
/*# sourceMappingURL=top.css.map */