@charset "UTF-8";
@-webkit-keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
リセット
/***********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

a, a:hover {
  text-decoration: none;
}

a > img, nav > img, li > img, div > img {
  width: 100%;
  height: auto;
}

a img {
  border: none;
}

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

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

button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
}

.clearfix:after {
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd {
  position: relative;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

p, div, span {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

img,
a img {
  border: none;
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
}

#wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.sp {
  display: none !important;
}

@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

html {
  font-size: 1.25vw;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #f4efea;
  color: #606572;
}

body.noscroll {
  overflow: hidden;
}

body.hide div, body.hide img, body.hide a, body.hide a:link, body.hide a:visited, body.hide h1, body.hide h2, body.hide h3, body.hide span, body.hide dl, body.hide dt, body.hide dd, body.hide ol, body.hide ul, body.hide li {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  -webkit-transition: background-color 0.5s ease-out,-webkit-transform 0.5s ease-out;
  transition: background-color 0.5s ease-out,-webkit-transform 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out,transform 0.5s ease-out;
  transition: background-color 0.5s ease-out,transform 0.5s ease-out;
  transition: background-color 0.5s ease-out,transform 0.5s ease-out,-webkit-transform 0.5s ease-out;
}

.header-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.2em 6.24em 0;
}

.header-logo {
  width: 6.5em;
}

.header-logo img {
  display: block;
}

.header-menu-list {
  display: inline-block;
  margin-right: 1.7em;
}

.header-menu-list__item {
  font-size: 0.875em;
  font-weight: bold;
  display: inline-block;
  margin-right: 1.8em;
}

.header-menu-list__item:last-child {
  margin-right: 0;
}

.header-menu-list__item a, .header-menu-list__item a:link, .header-menu-list__item a:visited {
  -webkit-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  color: #606572;
}

.header-menu-list__item.active a, .header-menu-list__item.active a:link, .header-menu-list__item.active a:visited {
  color: #7098e6;
}

.header-menu-btnarea {
  display: inline-block;
  top: -0.1em;
}

.header-menu-btn {
  font-size: 0.75em;
  display: inline-block;
  width: 10.75em;
  height: 2.84em;
  line-height: 2.84em;
  text-align: center;
  border-radius: 2.84em;
  font-weight: bold;
  margin-right: 0.7em;
}

.header-menu-btn.header-menu-btn-1 {
  background-color: #5385db;
}

.header-menu-btn.header-menu-btn-2 {
  margin-right: 0;
  background-color: #e35f8e;
}

.header-menu-btn a, .header-menu-btn a:link, .header-menu-btn a:visited {
  display: block;
  color: #fff;
}

.header-btn {
  width: 6.67vw;
  height: 6.67vw;
  position: absolute;
  right: 6.66%;
  top: 5.4vw;
}

.header-btn.active .header-btn__inner > div {
  top: 1vw;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-btn.active .header-btn__inner > div:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-btn__inner {
  height: 2.4vw;
  top: 37%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}

.header-btn__inner > div {
  width: 100%;
  height: 2px;
  background-color: #606572;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: top 0.6s ease-out, bottom 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: top 0.6s ease-out, bottom 0.6s ease-out, -webkit-transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out, top 0.6s ease-out, bottom 0.6s ease-out;
  transition: transform 0.6s ease-out, top 0.6s ease-out, bottom 0.6s ease-out;
  transition: transform 0.6s ease-out, top 0.6s ease-out, bottom 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.header-btn__inner > div:nth-child(2) {
  top: auto;
  bottom: 0;
}

.header-navi-sp {
  width: 100%;
  height: 100%;
  background-color: #f3ede7;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.63, 0, 0.45, 1);
  transition: -webkit-transform 1s cubic-bezier(0.63, 0, 0.45, 1);
  -o-transition: transform 1s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 1s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 1s cubic-bezier(0.63, 0, 0.45, 1), -webkit-transform 1s cubic-bezier(0.63, 0, 0.45, 1);
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
          transform: translateY(-120%);
}

.header-navi-sp.active {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.header-navi-sp.active:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.header-navi-sp.active .header-navi-sp-list__item {
  opacity: 1;
}

.header-navi-sp.hide .header-navi-sp-list__item {
  -webkit-transition: opacity 0.5s ease-out !important;
  -o-transition: opacity 0.5s ease-out !important;
  transition: opacity 0.5s ease-out !important;
  opacity: 0;
}

.header-navi-sp.hide:before {
  -webkit-transition: opacity 0.5s ease-out,-webkit-transform 0.5s ease-out !important;
  transition: opacity 0.5s ease-out,-webkit-transform 0.5s ease-out !important;
  -o-transition: opacity 0.5s ease-out,transform 0.5s ease-out !important;
  transition: opacity 0.5s ease-out,transform 0.5s ease-out !important;
  transition: opacity 0.5s ease-out,transform 0.5s ease-out,-webkit-transform 0.5s ease-out !important;
  opacity: 0;
}

.header-navi-sp.remove:before,
.header-navi-sp.remove .header-navi-sp-list__item {
  opacity: 0;
}

.header-navi-sp:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/genba2/common/img/sp-menu-pic.png);
  background-repeat: no-repeat;
  background-size: 94.8% auto;
  background-position: 105% bottom;
  -webkit-transition: opacity 1s ease-out 0.5s, -webkit-transform 1s cubic-bezier(0.63, 0, 0.45, 1) 0.5s;
  transition: opacity 1s ease-out 0.5s, -webkit-transform 1s cubic-bezier(0.63, 0, 0.45, 1) 0.5s;
  -o-transition: transform 1s cubic-bezier(0.63, 0, 0.45, 1) 0.5s, opacity 1s ease-out 0.5s;
  transition: transform 1s cubic-bezier(0.63, 0, 0.45, 1) 0.5s, opacity 1s ease-out 0.5s;
  transition: transform 1s cubic-bezier(0.63, 0, 0.45, 1) 0.5s, opacity 1s ease-out 0.5s, -webkit-transform 1s cubic-bezier(0.63, 0, 0.45, 1) 0.5s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

.header-navi-sp-inner {
  height: 100%;
}

.header-navi-sp-list {
  padding-left: 24%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-navi-sp-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 5.87vw;
  font-weight: 900;
  margin-bottom: 7.5vw;
  margin-bottom: 3.7vh;
  -webkit-transition: opacity 1s ease-out 1.6s;
  -o-transition: opacity 1s ease-out 1.6s;
  transition: opacity 1s ease-out 1.6s;
  opacity: 0;
}

.header-navi-sp-list__item:nth-child(2) {
  -webkit-transition: opacity 1s ease-out 1.65s;
  -o-transition: opacity 1s ease-out 1.65s;
  transition: opacity 1s ease-out 1.65s;
}

.header-navi-sp-list__item:nth-child(3) {
  -webkit-transition: opacity 1s ease-out 1.7s;
  -o-transition: opacity 1s ease-out 1.7s;
  transition: opacity 1s ease-out 1.7s;
}

.header-navi-sp-list__item:nth-child(4) {
  -webkit-transition: opacity 1s ease-out 1.75s;
  -o-transition: opacity 1s ease-out 1.75s;
  transition: opacity 1s ease-out 1.75s;
}

.header-navi-sp-list__item:nth-child(5) {
  -webkit-transition: opacity 1s ease-out 1.8s;
  -o-transition: opacity 1s ease-out 1.8s;
  transition: opacity 1s ease-out 1.8s;
}

.header-navi-sp-list__item:last-child {
  -webkit-transition: opacity 1s ease-out 1.85s;
  -o-transition: opacity 1s ease-out 1.85s;
  transition: opacity 1s ease-out 1.85s;
  margin-bottom: 0;
}

.header-navi-sp-list__title {
  margin-bottom: 0.7vw;
  color: #606572;
  letter-spacing: 0.04em;
}

.header-navi-sp-list__subtitle {
  font-size: 2.13vw;
  font-weight: 500;
  color: #7098e6;
}

.wrapper {
  overflow: hidden;
}

.box-inner {
  max-width: calc(1100px + 6em);
  padding: 0 3em;
  margin: 0 auto;
}

.box-title {
  text-align: center;
  margin-bottom: 4.6em;
}

.box-title__main {
  font-size: 4.87em;
  color: #606572;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-bottom: 0.2em;
}

.box-title__sub {
  font-weight: 500;
  color: #7098e6;
}

.box-sectiontitle {
  font-size: 2.18em;
  font-weight: 900;
  line-height: 1.45;
  color: #7098e6;
  text-align: center;
  padding-top: 2.5em;
  margin-bottom: 0.64em;
}

.box-sectiontitle::before {
  content: " ";
  display: block;
  background-color: #d0d0d0;
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.173em;
  height: 1.73em;
  border-radius: 0.1em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box-sectionsubtitle {
  font-size: 1.87em;
  font-weight: 600;
  text-align: center;
  color: #606572;
  margin-bottom: 0.85em;
}

.box-textarea {
  margin-bottom: 0.1em;
}

.box-textarea.box-textarea-1 {
  margin-bottom: 3.4em;
}

.box-textarea p {
  text-align: center;
  color: #606572;
  line-height: 1.62;
}

footer {
  width: 100%;
  z-index: 1;
  position: relative;
  padding-bottom: 5.7em;
}

.footer-logo {
  width: 4.69em;
  margin: 0 auto 3.2em;
}

.footer-link {
  display: inline-block;
  left: 50%;
  margin-bottom: 1.87em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer-link a, .footer-link a:link, .footer-link a:visited {
  position: relative;
  color: #606572;
  padding-bottom: 0.3em;
}

.footer-link a:before, .footer-link a:link:before, .footer-link a:visited:before {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #606572;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.footer-copyright {
  font-size: 0.75em;
  color: #606572;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
  header {
    height: 6.88em;
  }
  header.show {
    background-color: #fff;
    -webkit-transform: translateY(-19%);
        -ms-transform: translateY(-19%);
            transform: translateY(-19%);
  }
  .header-logo:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .header-menu-list__item a:hover, .header-menu-list__item a:link:hover, .header-menu-list__item a:visited:hover {
    color: #7098e6;
  }
  .header-menu-btn:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .footer-logo:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .footer-link a:hover:before, .footer-link a:link:hover:before, .footer-link a:visited:hover:before {
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scaleX(0.00001);
        -ms-transform: scaleX(0.00001);
            transform: scaleX(0.00001);
  }
}

@media screen and (min-width: 1281px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.73vw;
  }
  .pc_only {
    display: none !important;
  }
  body {
    font-size: 3.73vw;
  }
  #wrapper {
    min-width: 100%;
    overflow: hidden;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  html {
    font-size: 4.26vw;
    -webkit-text-size-adjust: 100%;
  }
  p {
    font-size: 3.45vw;
  }
  .header-inner {
    padding: 5.2vw 6.66% 0;
    display: block;
  }
  .box-inner {
    max-width: inherit;
    padding: 0 6.66%;
  }
  .box-title {
    margin-bottom: 9.2vw;
  }
  .box-title__main {
    font-size: 9.35vw;
    margin-bottom: 1.9vw;
  }
  .box-title__sub {
    font-size: 2.9vw;
  }
  .box-sectiontitle {
    font-size: 5.05vw;
    line-height: 1.47;
    padding-top: 10.8vw;
    margin-bottom: 3vw;
  }
  .box-sectiontitle.box-sectiontitle-1 {
    font-size: 6vw;
    line-height: 1.22;
    padding-top: 10.6vw;
    margin-bottom: 7.6vw;
  }
  .box-sectiontitle.box-sectiontitle-2 {
    font-size: 6vw;
    line-height: 1.22;
    padding-top: 10.6vw;
    margin-bottom: 3.6vw;
  }
  .box-sectiontitle::before {
    width: 0.8vw;
    height: 8vw;
    border-radius: 8vw;
  }
  .box-sectionsubtitle {
    font-size: 4.53vw;
    line-height: 1.38;
  }
  .box-textarea.box-textarea-1 {
    margin-bottom: 7.6vw;
  }
  .box-textarea p {
    line-height: 1.38;
  }
  footer {
    padding-bottom: 15vw;
  }
  .footer-logo {
    width: 17.46%;
    margin: 0 auto 7.4vw;
  }
  .footer-link {
    font-size: 3.45vw;
    margin-bottom: 5.3vw;
  }
  .footer-link a, .footer-link a:link, .footer-link a:visited {
    padding-bottom: 1.2vw;
  }
  .footer-copyright {
    font-size: 2.65vw;
  }
}

@media screen and (max-width: 900px) {
  .header-menu-list {
    margin-right: 1em;
  }
  .header-menu-list__item {
    margin-right: 1em;
  }
}
/*# sourceMappingURL=common.css.map */
