@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #333;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
}

html, body {
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.about__inner {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .about__inner {
    padding-top: 10rem;
    padding-bottom: 6.25rem;
  }
}

.about__body {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .about__body {
    margin-top: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.about__introduction {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .about__introduction {
    margin-top: 0;
    width: 60%;
  }
}

.about__trade-name {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .about__trade-name {
    text-align: left;
    font-size: 1.875rem;
  }
}

.about__name {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .about__name {
    text-align: left;
    font-size: 1.875rem;
    margin-top: 0.375rem;
  }
}

.about__contents {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .about__contents {
    font-size: 1.25rem;
  }
}

.about__explain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

.about__term, .about__description, .about__history {
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.about__term {
  width: 70px;
  width: 4.375rem;
  max-width: 100%;
}

.about__description {
  word-wrap: break-word;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about__history {
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 1.86;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .about__history {
    margin-top: 1.625rem;
  }
}

.about__image {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  max-width: 540px;
  max-width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .about__image {
    padding: 0;
    width: auto;
    max-width: 100%;
    margin-left: 1.875rem;
    margin-right: 0;
    width: 50%;
  }
}

.about__image img {
  border-radius: 50%;
}

.contact__inner {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.contact__text {
  margin-top: 60px;
  margin-top: 3.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  line-height: 1.86;
}
@media screen and (min-width: 768px) {
  .contact__text {
    text-align: center;
    font-size: 1.5rem;
  }
}

.contact__form {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .contact__form {
    margin-top: 3.75rem;
  }
}

.contact__twitter {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.contact__twitter-link {
  display: inline-block;
  width: 30px;
  width: 1.875rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.contact__twitter-link:hover {
  opacity: 0.8;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-in.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-left {
  opacity: 0;
  -webkit-transform: translate(-2.5rem, 1.25rem);
          transform: translate(-2.5rem, 1.25rem);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-in-left.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.footer-nav__items {
  color: #fff;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}

.footer-nav__item {
  text-align: center;
}

.footer-nav__link {
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  width: 100%;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .footer-nav__link {
    padding: 0.3125rem 0.9375rem;
  }
}

.footer-nav__link:hover {
  opacity: 0.7;
  -webkit-transform: translateY(0.0625rem);
          transform: translateY(0.0625rem);
}

.footer {
  background-color: #666;
}

@media screen and (min-width: 768px) {
  .footer__inner.inner {
    max-width: 78.125rem;
  }
}

.footer__inner {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 0.625rem 0 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__logo a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100px;
  width: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5px;
  padding-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .footer__logo a img {
    padding-right: 0;
    padding-top: 0.375rem;
    width: 8.125rem;
  }
}

.footer__logo a img:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .footer__nav {
    margin-left: auto;
    margin-top: 1.625rem;
  }
}

.footer__copyright {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 1.125rem;
  }
}

.form__body {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .form__body {
    width: 46.25rem;
  }
}

.form__content {
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.form__content:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .form__title {
    text-align: right;
    width: 12.5rem;
    padding-top: 0.375rem;
  }
}

.form__title span {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  background-color: #FF3A00;
  padding: 3px 5px;
  padding: 0.1875rem 0.3125rem;
  border-radius: 0.25rem;
  font-weight: bold;
}

.form__item {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .form__item {
    margin-top: 0;
    margin-left: 1.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.form__text, .form__textarea {
  font-size: 18px;
  font-size: 1.125rem;
  max-width: 100%;
  width: -webkit-fill-available;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.form__button {
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.form__submit {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 16px 10px;
  padding: 1rem 0.625rem;
  width: 300px;
  width: 18.75rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, .3);
          box-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, .3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form__submit:hover {
  background-color: #888;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
}

.form input, .form textarea {
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 0.3125rem;
}

.hamburger {
  margin-left: auto;
  z-index: 1;
}

.hamburger__button {
  display: block;
  width: 25px;
  width: 1.5625rem;
  height: 15px;
  height: 0.9375rem;
  position: relative;
  top: 17.5px;
  top: 1.09375rem;
  right: 15px;
  right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .hamburger__button {
    display: none;
  }
}

.hamburger__button span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger__button span:first-child {
  top: 0;
}

.hamburger__button span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hamburger__button span:last-child {
  bottom: 0;
}

.hamburger__button.open span {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hamburger__button.open span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger__button.open span:nth-child(2) {
  display: none;
}

.hamburger__button.open span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header {
  width: 100%;
  position: fixed;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(0.3125rem);
          backdrop-filter: blur(0.3125rem);
  background-color: rgba(255, 255, 255, .6);
  border-bottom: 1px solid #eee;
  height: 50px;
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .header {
    -webkit-transition: none;
    transition: none;
    height: 5rem;
  }
}

.header.open {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__inner.inner {
  padding-left: 10px;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .header__inner.inner {
    max-width: 78.125rem;
  }
}

.header__logo {
  padding-top: 2px;
  padding-top: 0.125rem;
  width: 100px;
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    padding-top: 0.375rem;
    width: 10rem;
  }
}

.header__logo a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__logo a img:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .header__nav {
    margin-left: auto;
  }
}

.ideal__inner {
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .ideal__inner {
    padding-top: 12.5rem;
    padding-bottom: 6.25rem;
  }
}

.ideal__text {
  margin-top: 60px;
  margin-top: 3.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  max-width: 1000px;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.86;
}
@media screen and (min-width: 768px) {
  .ideal__text {
    font-size: 1.5rem;
  }
}

.ideal__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff0));
  background: linear-gradient(transparent 40%, #ff0 40%);
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.main-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(0.3125rem);
          backdrop-filter: blur(0.3125rem);
  background-color: rgba(255, 255, 255, .8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .main-nav {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    height: inherit;
    display: block;
    width: auto;
    position: static;
    visibility: visible;
    z-index: 1;
    -webkit-transition: none;
    transition: none;
    background-color: transparent;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.main-nav.open {
  display: block;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.main-nav.open .main-nav__items {
  opacity: 1;
}

.main-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .main-nav__items {
    height: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}

.main-nav__item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-nav__item {
    height: inherit;
    width: 8.125rem;
  }
}

.main-nav__item:nth-child(5) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-nav__item:nth-child(5) {
    width: 10rem;
  }
}

.main-nav__item.main-nav__item--contact {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-nav__item.main-nav__item--contact {
    width: 12.1875rem;
  }
}

.main-nav__item:first-child:before, .main-nav__item:after {
  content: "";
  height: 40px;
  height: 2.5rem;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  position: absolute;
}

@media screen and (min-width: 768px) {
  .main-nav__item:first-child:before {
    border-left: 1px solid #000;
    left: -0.03125rem;
  }
}

@media screen and (min-width: 768px) {
  .main-nav__item:after {
    border-right: 1px solid #000;
    right: -0.03125rem;
  }
}

.main-nav__link {
  height: inherit;
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-nav__link {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.main-nav__link:before, .main-nav__link:after {
  background-color: #111;
  width: 0;
  content: "";
  display: block;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-nav__link:before {
  left: 0;
}

.main-nav__link:after {
  right: 0;
}

.main-nav__link:hover:before, .main-nav__link:hover:after {
  width: 90%;
}

.main-nav__link:hover {
  color: #fff;
}
.main-nav__link:hover .main-nav__contact {
  background-image: url(../../images/common/paper-airplane.svg);
}

.main-nav__main {
  text-transform: capitalize;
  text-align: center;
  font-family: trajan-pro-3, serif;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
}

.main-nav__sub {
  text-align: center;
}

.main-nav__link.main-nav__link--contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .main-nav__link.main-nav__link--contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.main-nav__contact {
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  background-image: url(../../images/common/mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.main-nav__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .main-nav__icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.main-nav__twitter {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background-image: url(../../images/common/twitter.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .main-nav__twitter {
    margin-left: auto;
    margin-right: auto;
  }
}

.main-nav__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 6px;
  margin-left: 0.375rem;
}

.nowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap;
}

.pagetop {
  width: 65px;
  width: 4.0625rem;
  height: 65px;
  height: 4.0625rem;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  bottom: 1.875rem;
  right: 20px;
  right: 1.25rem;
  background-color: #666;
  border: 1px solid #666;
  margin-left: auto;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .pagetop {
    bottom: 2rem;
    right: 2rem;
  }
}

.pagetop:hover {
  background-color: #fff;
}
.pagetop:hover .pagetop__button {
  color: #666;
}

.pagetop__button {
  font-family: trajan-pro-3, serif;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.25rem;
}

.pagetop__button:before {
  content: "↑";
  display: block;
}

.price {
  background-image: url(../../images/common/price.jpeg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.price:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .1);
}

.price__inner {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .price__inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.price__title.section-title {
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
  text-shadow: 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff;
}

.price__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.86;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
  text-shadow: 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff;
}
@media screen and (min-width: 768px) {
  .price__text {
    text-align: center;
    margin-top: 3.75rem;
    font-size: 1.5rem;
  }
}

.price__about {
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 800px;
  max-width: 50rem;
  background: rgba(255, 255, 255, .8);
  margin-left: auto;
  margin-right: auto;
}

.price__bar, .price__explain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .price__bar, .price__explain {
    font-size: 1.25rem;
  }
}

.price__bar {
  background-color: #05CBFF;
  background-color: #777;
  font-weight: bold;
  color: #fff;
  padding: 14px 20px 14px 30px;
  padding: 0.875rem 1.25rem 0.875rem 1.875rem;
}

.price__explain {
  border-bottom: 1px dotted #000;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
}

.price__description {
  white-space: nowrap;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.section-title {
  text-align: center;
}

.section-title__main {
  font-size: 56px;
  font-size: 3.5rem;
  text-transform: capitalize;
  font-family: trajan-pro-3, serif;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  color: #DCDCDC;
  width: 50%;
  text-align: right;
  margin-bottom: -24px;
  margin-bottom: -1.5rem;
}
@media screen and (min-width: 768px) {
  .section-title__main {
    font-size: 5rem;
    margin-bottom: -2.5rem;
  }
}

.section-title__sub {
  font-size: 26px;
  font-size: 1.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-title__sub {
    font-size: 1.875rem;
  }
}

.service__inner {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .service__inner {
    padding-top: 6.25rem;
    padding-bottom: 10rem;
  }
}

.service__text {
  margin-top: 60px;
  margin-top: 3.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .service__text {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 5rem;
  }
}

.service__items {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service__item {
  -webkit-box-shadow: 0 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, .2);
          box-shadow: 0 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, .2);
  background-color: #fff;
  padding: 20px;
  padding: 1.25rem;
  border-radius: 0.375rem;
  max-width: 540px;
  max-width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #ECECEC;
}
@media screen and (min-width: 768px) {
  .service__item {
    max-width: calc(33.33333% - 1.04167rem);
    padding: 1.5rem 1.125rem;
  }
}

.service__item:not(:first-child) {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .service__item:not(:first-child) {
    margin-left: 1.5625rem;
    margin-top: 0;
  }
}

.service__item img {
  width: 100px;
  width: 6.25rem;
  margin-left: auto;
  margin-right: auto;
}

.service__content {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service__content {
    font-size: 1.5rem;
  }
}

.service__description {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.15em;
  line-height: 1.86;
}
@media screen and (min-width: 768px) {
  .service__description {
    font-size: 1.125rem;
  }
}

.stalker {
  display: none;
}
@media screen and (min-width: 768px) {
  .stalker {
    pointer-events: none;
    position: fixed;
    top: -0.5rem;
    left: -0.5rem;
    width: 1rem;
    height: 1rem;
    background: rgba(0, 0, 0, .4);
    border-radius: 50%;
    z-index: 100;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .stalker.hover {
    top: -0.625rem;
    left: -0.625rem;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(60, 100, 255, .7);
  }
}

.top {
  height: 100vh;
  position: relative;
  background-image: url(../../images/common/MV.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 500%;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media screen and (min-width: 768px) {
  .top {
    background-size: 200%;
  }
}

.top__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .18);
  opacity: 0;
}

.top__background:before {
  content: "";
  background: radial-gradient(transparent 0%, transparent 20%, #fff 80%, #fff 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.top__top-title, .top__under-title {
  width: auto !important;
  position: absolute;
  font-size: 36px;
  font-size: 2.25rem;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
  text-shadow: 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff;
  font-family: "BIZ UDMincho", "serif";
}
@media screen and (min-width: 768px) {
  .top__top-title, .top__under-title {
    font-size: 5rem;
  }
}

.top__top-title span, .top__under-title span {
  display: inline-block;
  margin: 0 -9px;
  margin: 0 -0.5625rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .top__top-title span, .top__under-title span {
    margin: 0 -1.25rem;
  }
}

.top__top-title {
  top: 20%;
  left: 8%;
}

.top__under-title {
  bottom: 20%;
  right: 8%;
  text-align: right;
}

.top__top-title span {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

.top__under-title span {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.works__inner {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .works__inner {
    padding-top: 8.75rem;
    padding-bottom: 6.25rem;
    overflow: hidden;
  }
}

.works__text {
  margin-top: 60px;
  margin-top: 3.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .works__text {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .works__body {
    position: relative;
    height: 25rem;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.works__items {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .works__items {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.75rem;
  }
}

.works__item {
  display: inline-block;
  -webkit-box-shadow: 0 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, .2);
          box-shadow: 0 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, .2);
  max-width: 540px;
  max-width: 33.75rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .works__item {
    width: 22.5rem;
  }
}

.works__item:not(:first-child) {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .works__item:not(:first-child) {
    margin-top: 0;
    margin-left: 3.75rem;
  }
}

.works__item:hover .works__image:before, .works__item:hover .works__image:after {
  width: 100%;
}
.works__item:hover .works__description {
  opacity: 1;
}

.works__image {
  display: inline-block;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #eee;
  aspect-ratio: 16/11;
}

.works__image img {
  height: 100%;
}

.works__image:before, .works__image:after {
  content: "";
  display: block;
  background: rgba(17, 17, 17, .8);
  opacity: 0.8;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.works__description {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #fff;
  z-index: 1;
  width: 100%;
  text-align: center;
  line-height: 2;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .works__description {
    font-size: 1.25rem;
  }
}

.works__name {
  padding: 8px;
  padding: 0.5rem;
  text-align: center;
  background-color: #fff;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .works__name {
    font-size: 1.25rem;
  }
}

.works__evaluation {
  max-width: 780px;
  max-width: 48.75rem;
  margin-left: auto;
  margin-right: auto;
}

.works__customer {
  font-size: 26px;
  font-size: 1.625rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .works__customer {
    font-size: 1.875rem;
    margin-top: 5rem;
  }
}

.works__stars {
  margin-top: 20px;
  margin-top: 1.25rem;
}
/*# sourceMappingURL=styles.css.map */
