@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 48em) {
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  font-size: 1rem;
  text-rendering: optimizeSpeed;
  line-height: 1.55;
}

*:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

figure,
img,
picture,
svg {
  display: block;
}

img,
picture,
svg {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 48em) {
  img,
  picture,
  svg {
    width: 100%;
  }
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

select {
  background: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-value {
  color: inherit;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  background: transparent;
  font: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

html {
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 16px;
}
@media only screen and (min-width: calc(48em + 0.01px)) and (max-width: calc(80em - 0.01px)) {
  html {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 48em) {
  html {
    font-size: 3.125vw;
  }
}

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

@media only screen and (min-width: calc(48em + 0.01px)) {
  .u-sp-only {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth !important;
}

@media only screen and (max-width: 48em) {
  html,
  body {
    overflow-x: hidden;
  }
}

.main {
  position: relative;
}

.header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 2.5rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 48em) {
  .header {
    padding-left: 1.6666666667rem;
    margin-top: 1rem;
  }
}

.header__brand {
  width: 12.75rem;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .header__brand {
    margin-right: 9.625rem;
  }
}
@media only screen and (max-width: 48em) {
  .header__brand {
    width: 8.5rem;
  }
}

.entry-button {
  position: fixed;
  top: 1rem;
  right: 2.5rem;
  font-family: "Montserrat";
  font-weight: 700;
  color: #fff;
  font-size: 1.625rem;
  width: 9.0625rem;
  height: 5.6875rem;
  background: url(../images/menu-bg.png) no-repeat center center/100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
@media only screen and (max-width: 48em) {
  .entry-button {
    display: none;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .menu-button {
    display: none;
  }
}
@media only screen and (max-width: 48em) {
  .menu-button {
    position: fixed;
    top: 1.6666666667rem;
    right: 1.6666666667rem;
    width: 2.5rem;
    z-index: 100;
  }
  .menu-button svg {
    width: 2.5rem;
  }
  .menu-button path {
    fill: none;
    stroke: #163066;
    stroke-width: 5px;
    transform-origin: center center;
    transition-property: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
  .menu-button path:nth-child(1) {
    transform: translate(0, -22px);
  }
  .menu-button path:nth-child(3) {
    transform: translate(0, 22px);
  }
  .menu-button.is-active path:nth-child(1) {
    transform: rotate(45deg) translate(-33px, 11px);
  }
  .menu-button.is-active path:nth-child(2) {
    opacity: 0;
  }
  .menu-button.is-active path:nth-child(3) {
    transform: rotate(-45deg) translate(0, 0);
  }
}

.nav {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 48em) {
  .nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../images/menu-bg01.png), url(../images/menu-bg02.png), url(../images/menu-bg03.png);
    background-position: top right, bottom left, top 23.7083333333rem right;
    background-size: 16.2916666667rem auto, 8.125rem auto, 7.5rem auto;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-color: #fffdeb;
    z-index: 100;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 6.6666666667rem;
    opacity: 0; /* 初期状態で透明 */
    visibility: hidden; /* 最初は非表示 */
  }
}

@media only screen and (max-width: 48em) {
  .nav.is-active {
    display: flex;
    opacity: 1; /* 表示状態 */
    visibility: visible;
    transition: opacity 0.2s ease, visibility 0s 0s;
  }
}

@media only screen and (max-width: 48em) {
  .nav__inner {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* スマホで滑らかに */
    padding: 20px;
    box-sizing: border-box;
  }
}

.nav__item {
  font-size: 0.875rem;
  font-weight: 700;
  color: #848484;
  transition: 0.3s all;
  position: relative;
}
@media only screen and (max-width: 48em) {
  .nav__item {
    font-size: 1.9166666667rem;
    letter-spacing: 0.02em;
    width: 25.8333333333rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e64201;
    padding-bottom: 1.6666666667rem;
    margin-bottom: 1.6666666667rem;
  }
}

.nav__item.is-active span,
.nav__item:hover span {
  color: #e64201;
  position: relative;
}

.nav__item.is-active span::before,
.nav__item:hover span::before {
  display: block;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #e64201;
  position: absolute;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .nav__item.is-active span::before,
  .nav__item:hover span::before {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -1.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .nav__item.is-active span::before,
  .nav__item:hover span::before {
    width: 1rem;
    height: 1rem;
    left: -2.0833333333rem;
    top: 1.25rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .nav__item + .nav__item {
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 48em) {
  .nav__item:last-of-type {
    margin-bottom: 18.125rem;
  }
}

@media only screen and (max-width: 48em) {
  .nav__item:last-of-type::after {
    display: block;
    content: "";
    background: url(../images/menu-robot.png) no-repeat center center/100% auto;
    width: 5.8333333333rem;
    height: 13.7083333333rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16.6666666667rem;
    margin: 0 auto;
  }
}

.c-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-title small {
  position: relative;
  z-index: 2;
  font-size: 2.5rem;
  font-weight: 700;
  color: #e64201;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 48em) {
  .c-title small {
    font-size: 1.9166666667rem;
    line-height: 1.3;
  }
}
.c-title span {
  font-family: "Montserrat", sans-serif;
  color: #f5c807;
  opacity: 0.1;
  font-size: 10rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.01em;
  position: absolute;
  top: -3.625rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 48em) {
  .c-title span {
    font-size: 4.5833333333rem;
    top: -0.8333333333rem;
  }
}

.c-title.up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.c-title.up.is-show {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  background: #e64202;
  position: relative;
}

.footer .c-title {
  margin-bottom: 4.375rem;
}
@media only screen and (max-width: 48em) {
  .footer .c-title {
    margin-bottom: 2.9166666667rem;
  }
}
.footer .c-title small {
  color: #fff;
  font-size: 1.25rem;
}
@media only screen and (max-width: 48em) {
  .footer .c-title small {
    font-size: 1.5rem;
  }
}
.footer .c-title span {
  font-size: 5rem;
  color: #fff;
  top: -0.625rem;
}
@media only screen and (max-width: 48em) {
  .footer .c-title span {
    font-size: 3.3333333333rem;
  }
}

.footer-inner {
  padding-top: 5.625rem;
  padding-bottom: 4.1875rem;
}
@media only screen and (max-width: 48em) {
  .footer-inner {
    padding-top: 2.9166666667rem;
    padding-bottom: 2.3333333333rem;
  }
}

.footer-title {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 48em) {
  .footer-title {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 0.8333333333rem;
  }
}

.footer-tel {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .footer-tel {
    font-size: 1.9166666667rem;
  }
}

.footer-time {
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  margin-top: 0.3125rem;
}
.footer-time span {
  margin-left: 1.375rem;
}
@media only screen and (max-width: 48em) {
  .footer-time {
    font-size: 1rem;
  }
}

.footer-end {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fffdeb;
  height: 4.125rem;
}
@media only screen and (max-width: 48em) {
  .footer-end {
    height: 2.75rem;
  }
}

.footer-copyright {
  font-family: "Montserrat", sans-serif;
  color: #163066;
  font-size: 0.875rem;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .footer-copyright {
    font-size: 0.8333333333rem;
  }
}/*# sourceMappingURL=common.css.map */