@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%;
  font-size: 16px;
  overflow: visible;
}

body * {
  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.39vw;
  font-family: "Helvetica Neue",
 Arial,
 "Yu Gothic", YuGothic,
 "Hiragino Kaku Gothic ProN",
 "Hiragino Sans",
 Meiryo,
 sans-serif;
}

body {
  font-family: "Helvetica Neue",
 Arial,
 "Yu Gothic", YuGothic,
 "Hiragino Kaku Gothic ProN",
 "Hiragino Sans",
 Meiryo,
 sans-serif;
}

body.noscroll {
  overflow: hidden;
}

h1, h2 {
  font-weight: bold;
  font-family: 'neue-haas-grotesk-text';
}

p {
  font-size: 0.875em;
}

.wrapper {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  height: 3.9em;
  pointer-event: none;
  z-index: 2;
}



.main {
  padding: 0 ;
  width:100%;
}

h1 {
  font-size: 2.43em;
  letter-spacing: 0.1em;
  margin-bottom: 1.37em;
}

.box1, .box2, .box3, .box4, .box5 {
  max-width: 1100px;
  padding: 2em 0em;
  margin-left: auto;
  margin-right: auto;
}

.box1-content,
.box2-content,
.box3-content {
  position: relative;
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  max-width: 1000px;
  width: calc(100% - 14.06vw);
}

.text_area p {
  font-size: 0.78em;
  line-height: 2.14;
  letter-spacing: 0.1em;
}


.gotop {
  position: absolute;
  bottom: 0;
  width: 4em;
  left: 50%;
  margin-left: -3em;
  cursor: pointer;
}

.gotop__text {
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0.8em;
  font-family: neue-haas-grotesk-text;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.gotop__line {
  background-color: #000;
  width: 1px;
  margin-left: auto;
  margin-right: auto;
  height: 4em;
  margin-bottom: -2.5em;
}



.footer__content {
  width: 100%;
  max-width: 1150px;
  padding-left: 2.35%;
  padding-right: 2.35%;
  margin: 0 auto;
  padding-top: 6em;
  position: relative;
  padding-bottom: 2em;
}

.footer__logo {
  width: 11.8%;
}

.footer__copyright {
  position: absolute;
  right: 2.35%;
  bottom: 2.75em;
  font-size: 0.75em;
}

.footer-pic {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.copyright{
  font-size:10px;
  text-align: center;
  margin-bottom: 1em;
}



.main a {
  text-decoration: underline;
}

.top-backcanvasarea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }

}

@media screen and (max-width: 900px) {
  body {
    font-size: 1.77vw;
  }
}


