@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
*, *::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

span {
  color: inherit;
  font-weight: inherit;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

img[src$=".svg"] {
  width: 100%;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select {
  vertical-align: middle;
}

/*
 * Settings
 */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: #111;
  font-size: 14px;
  font-family: "Zen Maru Gothic", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.kollektif {
  font-family: "Kollektif Regular", "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: auto;
}

.inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    width: 85%;
    max-width: 1080px;
    margin: auto;
    padding: 0;
  }
}

@font-face {
  font-family: "Kollektif Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Kollektif Regular"), url("../fonts/Kollektif.woff") format("woff");
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8999;
  width: 100%;
  height: 61px;
  padding: 20px;
  background: linear-gradient(90deg, #f66620, #fa931c);
  color: #fff;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
  /*
   * バーガーメニュー 
   */
}
.header__logo span {
  font-weight: bold;
}
.header__logo span:first-of-type {
  margin-right: 3px;
  font-size: 14px;
}
.header__logo span:last-of-type {
  font-size: 11px;
}
.header__button {
  position: fixed;
  top: 30px;
  right: 20px;
  transform: translateY(-50%);
  z-index: 9999;
  width: 34px;
  height: 18px;
  cursor: pointer;
}
.header__button.active .header__line--top {
  transform: translateY(8px) rotate(30deg);
}
.header__button.active .header__line--middle {
  opacity: 0;
}
.header__button.active .header__line--bottom {
  transform: translateY(-8px) rotate(-30deg);
}
.header__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  transition: 0.2s;
}
.header__line--top {
  top: 0;
}
.header__line--middle {
  top: 50%;
  transform: translateY(-50%);
}
.header__line--bottom {
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .header {
    padding: 20px 5%;
  }
  .header__layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .header__logo span:first-of-type {
    font-size: 18px;
  }
  .header__logo span:last-of-type {
    font-size: 13px;
  }
  .header__button {
    top: 35px;
    right: 3%;
  }
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #f66620, #fa931c);
  color: #fff;
  transition: 0.5s;
}
.nav.active {
  transform: translateX(0);
}
.nav__contents {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  white-space: nowrap;
}
.nav__list {
  margin-bottom: 40px;
}
.nav__item {
  margin-bottom: 1.5em;
}
.nav__item:last-of-type {
  margin-bottom: 0;
}
.nav__item a {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.nav__item a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fa931c;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.nav__item a:hover::after {
  transform: scale(1, 1);
}
.nav__item a span:first-of-type {
  margin-right: 10px;
  font-size: 28px;
}
.nav__sns ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav__sns li {
  width: 30px;
  margin-right: 10px;
}
.nav__pattern {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  transform: translate(20%, 20%);
  opacity: 0.5;
}
@media screen and (min-width: 992px) {
  .nav {
    max-width: 400px;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.2);
  }
}

.footer {
  padding: 40px 0 20px;
  background: linear-gradient(90deg, #f66620, #fa931c);
  color: #fff;
  -webkit-font-smoothing: auto;
}
.footer__inner {
  position: relative;
}
.footer__sanseito {
  position: absolute;
  top: 0;
  right: 20px;
  width: 100px;
}
.footer__info {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #fa931c;
}
.footer__contact {
  margin-bottom: 1em;
}
.footer__contact li:first-of-type {
  margin-bottom: 0.25em;
  font-weight: bold;
  font-size: 16px;
}
.footer__sns ul {
  display: flex;
}
.footer__sns li {
  width: 26px;
  margin-right: 10px;
}
.footer__sns li:last-of-type {
  margin-right: 0;
}
.footer__nav {
  margin-bottom: 2em;
}
.footer__nav li {
  margin-bottom: 5px;
}
.footer__nav li:last-of-type {
  margin-bottom: 0;
}
.footer__nav li a {
  display: inline-block;
  position: relative;
}
.footer__nav li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.footer__nav li a:hover::after {
  transform: scale(1, 1);
}
.footer__copyright {
  font-size: 11px;
  text-align: center;
  text-indent: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__info, .footer__nav {
    width: 50%;
    margin-bottom: 0;
    padding: 1em 0 2em;
  }
  .footer__info {
    border-bottom: none;
    border-right: 1px solid #fa931c;
  }
  .footer__nav {
    padding-left: 10%;
  }
  .footer__copyright {
    width: 100%;
    margin-top: 2em;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-top: 80px;
  }
  .footer__nav li {
    margin-bottom: 10px;
  }
  .footer__sanseito {
    width: 140px;
  }
  .footer__copyright {
    margin-top: 80px;
  }
}/*# sourceMappingURL=main.css.map */