@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

/*------------------------------
common
------------------------------*/
body {
  color: #424242;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.inner {
  width: 1109px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .is-pc {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .tab {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-tab {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .is-tab {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*---------- 配置位置 ----------*/
.text-ctr {
  margin: 0 auto;
  text-align: center;
}

/*===============================
トップページ
===============================*/
#top {
  background: #F7F3EF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#top .logo {
  width: 366px;
}
@media (max-width: 767px) {
  #top .logo {
    width: 266px;
  }
}
#top .menu-btn {
  margin-top: 74px;
  display: flex;
}
#top .menu-btn li {
  width: 323px;
}
#top .menu-btn li:first-child {
  margin-right: 41px;
}
@media (max-width: 999px) {
  #top .menu-btn {
    display: block;
  }
  #top .menu-btn li {
    width: 360px;
  }
  #top .menu-btn li:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #top .menu-btn li {
    width: 268px;
  }
  #top .menu-btn li:first-child {
    margin-bottom: 29px;
  }
}

/*------------------------------
404
------------------------------*/
.error-container {
  padding: 10% 0 24.4%;
  text-align: center;
}
.error-container h2 {
  font-size: 6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .error-container h2 {
    font-size: 4rem;
  }
}
.error-container p {
  padding-top: 5%;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .error-container p {
    font-size: 1.6rem;
  }
}

/*------------------------------
header
------------------------------*/
header {
  position: relative;
  padding: 20px 0;
}
@media (max-width: 999px) {
  header {
    padding: 14px 0;
  }
}
@media (max-width: 767px) {
  header {
    padding: 10px 0;
  }
}

.header__inner[class] {
  width: 1320px;
}

.header-logo {
  width: 351px;
}
@media (max-width: 999px) {
  .header-logo {
    width: 322px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .header-logo {
    width: 210px;
  }
}

.drawer-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
  background: #000;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
  background: #000;
}

.drawer-icon__bars {
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
  z-index: 400;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 22px;
  height: 4px;
  background: #fff;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
  transition: transform 0.3s;
}

.drawer-icon__bar2 {
  top: 8px;
}

.drawer-icon__bar3 {
  top: 16px;
  transition: transform 0.3s;
}

.drawer-content {
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  padding: 50px 20px;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  overflow-y: auto;
  overscroll-behavior: contain; /* scroll伝番防止 */
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-menu li:nth-child(n+2) {
  margin-top: 25px;
}
.drawer-menu li a {
  display: block;
  font-size: 1.8rem;
  text-decoration: none;
  text-align: center;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  z-index: 298;
  display: none;
}
.drawer-background.is-active {
  display: block;
}

/*------------------------------
footer
------------------------------*/
footer {
  padding: 64px 0 41px;
}
@media (max-width: 999px) {
  footer {
    padding: 29px 0 32px;
  }
}

.copyright {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 1.2rem;
  }
}

/*------------------------------
banner
------------------------------*/
.banner {
  display: flex;
}
.banner img {
  width: 50%;
}
@media (max-width: 767px) {
  .banner img {
    width: 100%;
  }
}

.mvBanner {
  margin-top: -1.6%;
}