@charset "UTF-8";
/* 変数 */
html {
  font-family: tbchibirgothicplusk-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1rem;
  line-height: 2; }

body {
  background-image: url("../img/bk.svg");
  background-size: cover; }

main {
  width: 1004px;
  margin: 0 auto; }
  @media (max-width: 680px) {
    main {
      width: 100%;
      overflow: hidden;
      padding: 20px; } }

h2 {
  font-family: fot-tsukuardgothic-std,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 56px; }
  @media (max-width: 680px) {
    h2 {
      margin-bottom: 32px; } }

a {
  text-decoration: none;
  color: #000; }

ul {
  list-style: none; }

header {
  position: fixed;
  top: 0;
  z-index: 500; }

.mb-32 {
  margin-bottom: 32px; }

.lay__btn {
  text-align: center;
  margin-top: 56px; }

.btn {
  background-color: #000;
  font-size: 0.875rem;
  color: #fff;
  padding: 16px 40px;
  border-radius: 60px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer; }

.header__logo {
  position: fixed;
  z-index: 1000;
  top: 40px;
  left: 40px; }
  @media (max-width: 680px) {
    .header__logo {
      left: 20px;
      top: 20px; } }
  .header__logo img {
    width: 80px;
    height: 100%; }
    @media (max-width: 680px) {
      .header__logo img {
        width: 60px; } }
.header__menu {
  position: fixed;
  right: 40px;
  top: 40px;
  z-index: 1000; }
  @media (max-width: 680px) {
    .header__menu {
      right: 20px;
      top: 20px; } }
  .header__menu span {
    display: block;
    content: "";
    height: 3px;
    width: 44px;
    background-color: #000;
    margin-bottom: 16px;
    border-radius: 4px;
    transition: 0.2s ease-in; }
    @media (max-width: 680px) {
      .header__menu span {
        width: 40px;
        margin-bottom: 12px;
        height: 2px; } }
  .header__menu.open span:nth-child(1) {
    transform: translateY(19px) rotate(-45deg); }
  .header__menu.open span:nth-child(2) {
    opacity: 0; }
  .header__menu.open span:nth-child(3) {
    transform: translateY(-19px) rotate(45deg); }
  @media (max-width: 680px) {
    .header__menu.open span:nth-child(1) {
      transform: translateY(14px) rotate(-45deg); }
    .header__menu.open span:nth-child(3) {
      transform: translateY(-14px) rotate(45deg); } }
.header__nav {
  position: fixed;
  width: 400px;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in;
  z-index: 500;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0; }
  @media (max-width: 680px) {
    .header__nav {
      width: 100%; } }
  .header__nav.open {
    visibility: visible;
    opacity: 1; }
.header ul li {
  font-size: 1.25rem;
  margin-bottom: 16px; }

.line img {
  width: 40px; }

.footer__box {
  padding: 120px 0 80px;
  text-align: center;
  color: #555;
  font-size: 0.75rem; }

h1 {
  text-align: center;
  margin-top: 240px;
  font-size: 2.5rem;
  font-family: fot-tsukuardgothic-std,sans-serif;
  font-weight: 700; }
  @media (max-width: 680px) {
    h1 {
      margin-top: 120px;
      text-align-last: left; } }

.contact {
  margin-top: 80px;
  display: flex;
  justify-content: center; }
  .contact__desc {
    margin-bottom: 40px; }
  .contact__caution {
    font-size: 0.875rem; }
  .contact__flex a {
    text-decoration: underline; }

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