@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background-color: #f6f6f6;
}

a {
  text-decoration: none;
  outline: none;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
  background-color: #f6f6f6;
}
.wrapper > section:nth-child(even) {
  background: #fafafa;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ul[role=list],
ol[role=list] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*
 * Mixin
 * -------------------------------------------------------------------
 */
/*
 * Module
 * -------------------------------------------------------------------
 */
.mainvisual {
  position: relative;
  background-image: url("../img/mainvisual.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 30px;
}
.mainvisual::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
}
.mainvisual__container {
  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-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1140px;
  padding: 6rem 15px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.mainvisual__text-main {
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .mainvisual__text-main {
    font-size: 5.6rem;
  }
}
.mainvisual__text-sub {
  max-width: 340px;
  text-align: justify;
  padding-top: 1.6rem;
  color: #222222;
  line-height: 240%;
}
@media screen and (min-width: 992px) {
  .mainvisual__text-sub {
    max-width: 680px;
  }
}
.mainvisual h1 {
  width: 100%;
  max-width: 220px;
  margin-bottom: 6rem;
}
.mainvisual figure {
  width: 100%;
  max-width: 320px;
  margin-bottom: 6rem;
}
.mainvisual figure img {
  width: 100%;
}

.footer {
  background: #222222;
}
.footer__container {
  max-width: 1140px;
  margin: 0 auto;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 4rem 0;
}
.footer__menu-item:not(:first-child) {
  margin-left: 1.6rem;
}
.footer__menu-item-link {
  color: #fafafa;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer__menu-item-link:hover, .footer__menu-item-link:focus {
  text-decoration: underline;
}
.footer__copy {
  padding: 1.6rem 0;
  color: #aaaaaa;
  font-size: 1.2rem;
  text-align: center;
}

/*
 * Fonts
 * -------------------------------------------------------------------
 */
/*
 * トップページ
 * -------------------------------------------------------------------
 */
.top-about__container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
  padding: 0 15px;
  margin: 0 auto 40px;
}
.top-about__heading {
  margin-bottom: 6.4rem;
}
.top-about__heading-sub {
  margin: 0 0 1.6rem 0;
  padding: 0 0 0.4rem 0;
  border-bottom: 2px solid #222222;
  color: #222222;
  font-weight: 700;
  font-size: 2.4rem;
}
.top-about__profile {
  margin-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .top-about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 90rem;
    margin: 0 auto;
  }
}
.top-about__list-item {
  margin: 2.4rem 0 0 0;
}
@media (min-width: 992px) {
  .top-about__list-item {
    width: calc(50% - 30px);
    margin: 15px;
  }
}
.top-about ol {
  list-style: none;
  line-height: 240%;
}
.top-about p {
  margin-top: 20px;
  line-height: 200%;
}