@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
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%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
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 #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 100;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 2%;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: 2%;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 3%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 480px) {
  .slick-dots {
    bottom: 5%;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 -2px;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 480px) {
  .slick-dots li {
    margin: 0 2px;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  color: #ffe600;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #00b6ff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 480px) {
  .slick-dots li button:before {
    font-size: 12px;
  }
}
.slick-dots li.slick-active button:before {
  color: #ffe600;
}
body {
  background-color: #fff;
  font-family: 'Noto Sans Japanese', sans-serif;
  display: none;
}
.container {
  margin-left: 8%;
  margin-right: 8%;
}
@media (min-width: 480px) {
  .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  .container {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (min-width: 992px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    width: 820px;
  }
}
section {
  position: relative;
  z-index: 100;
  background-color: #fff;
}
p {
  line-height: 1.8;
  font-size: 14px;
}
img {
  vertical-align: bottom;
}
a {
  text-decoration: none;
}
small {
  font-size: 85%;
}
ul {
  list-style-type: none;
}
ul.disc {
  list-style-type: disc;
  margin-left: 20px;
}
ul.circle {
  list-style-type: circle;
  margin-left: 20px;
}
ul.square {
  list-style-type: square;
  margin-left: 20px;
}
ul.decimal {
  list-style-type: decimal;
  margin-left: 20px;
}
header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  background-color: #00b6ff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 992px) {
  header {
    display: block;
    background-color: #00b6ff;
  }
  header.transparent {
    background-color: rgba(0, 182, 255, 0.95);
  }
}
header.invisible {
  opacity: 0;
  filter: alpha(opacity=0);
}
header.invisible a {
  position: relative;
  z-index: -100;
}
header nav {
  display: none;
  position: relative;
  margin: 0 20px;
}
@media (min-width: 992px) {
  header nav {
    display: block !important;
    margin: 10px 5%;
  }
}
@media (min-width: 992px) {
  header nav {
    margin: 10px 7.5%;
  }
}
@media (min-width: 1200px) {
  header nav {
    margin: 10px 10%;
  }
}
header nav .logo {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  width: 58px;
  padding: 10px 0 12px;
  background-color: transparent;
}
@media (min-width: 992px) {
  header nav .logo {
    width: 88px;
    padding: 0;
    display: block;
  }
}
header nav .logo img {
  width: 100%;
  height: auto;
}
header nav ul {
  padding-bottom: 10px;
}
header nav ul:before,
header nav ul:after {
  content: " ";
  display: table;
}
header nav ul:after {
  clear: both;
}
@media (min-width: 992px) {
  header nav ul {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin-top: -8px;
  }
}
header nav ul li a {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  display: block;
  padding: 10px 0;
  color: #ffe600;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-style: normal;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 0px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 992px) {
  header nav ul li a {
    border-top: none;
    display: inline-block;
    padding: 40px 20px;
    color: #ffe600;
    font-family: "mr-eaves-xl-modern", sans-serif;
    font-style: normal;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 0px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  header nav ul li a:hover {
    color: #fff;
  }
}
.logo {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  padding: 10px 20px 12px;
  background-color: #00b6ff;
}
.logo img {
  width: 58px;
  height: auto;
}
@media (min-width: 992px) {
  .logo {
    display: none;
  }
}
.menuBtn {
  position: fixed;
  padding: 22px 46px 30px 10px;
  z-index: 1100;
  right: 10px;
  top: 15px;
}
.menuBtn span,
.menuBtn span:before,
.menuBtn span:after {
  cursor: pointer;
  height: 8px;
  width: 36px;
  background-color: #ffe600;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.menuBtn span:before {
  top: -12px;
}
.menuBtn span:after {
  bottom: -12px;
}
@media (min-width: 992px) {
  .menuBtn {
    padding: 20px 50px 32px 0px;
    right: 55px;
    top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menuBtn span,
  .menuBtn span:before,
  .menuBtn span:after {
    cursor: pointer;
    height: 12px;
    width: 50px;
    background-color: #ffe600;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  .menuBtn span:before {
    top: -20px;
  }
  .menuBtn span:after {
    bottom: -20px;
  }
}
@media (min-width: 992px) {
  .menuBtn {
    right: 40px;
  }
}
@media (min-width: 992px) {
  .menuBtn {
    right: 50px;
  }
}
.menuBtn.visible {
  opacity: 1;
  filter: alpha(opacity=100);
}
.visualContents {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
@media (min-width: 992px) {
  .visualContents {
    padding-bottom: 0;
  }
}
.visualContents.visible {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mainVisual {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.mainVisual .title {
  position: absolute;
  z-index: 9;
  bottom: 13.5%;
  left: 6%;
}
@media (min-width: 992px) {
  .mainVisual .title {
    top: auto;
    bottom: 12%;
  }
}
@media (min-width: 1050px) {
  .mainVisual .title {
    left: 8%;
  }
}
.mainVisual .title h2 {
  position: relative;
  width: auto;
  height: auto;
  left: 0;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-style: normal;
  color: #00b6ff;
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -0.2px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
}
@media (min-width: 400px) {
  .mainVisual .title h2 {
    font-size: 30px;
  }
}
@media (min-width: 450px) {
  .mainVisual .title h2 {
    font-size: 32px;
  }
}
@media (min-width: 500px) {
  .mainVisual .title h2 {
    font-size: 34px;
  }
}
@media (min-width: 550px) {
  .mainVisual .title h2 {
    font-size: 36px;
  }
}
@media (min-width: 600px) {
  .mainVisual .title h2 {
    font-size: 38px;
  }
}
@media (min-width: 650px) {
  .mainVisual .title h2 {
    font-size: 40px;
  }
}
@media (min-width: 700px) {
  .mainVisual .title h2 {
    font-size: 42px;
  }
}
@media (min-width: 750px) {
  .mainVisual .title h2 {
    font-size: 44px;
  }
}
@media (min-width: 800px) {
  .mainVisual .title h2 {
    font-size: 46px;
  }
}
@media (min-width: 850px) {
  .mainVisual .title h2 {
    font-size: 48px;
  }
}
@media (min-width: 900px) {
  .mainVisual .title h2 {
    font-size: 50px;
  }
}
@media (min-width: 950px) {
  .mainVisual .title h2 {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  .mainVisual .title h2 {
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 50px;
  }
}
.mainVisual .title h2.visible {
  -webkit-animation: anim_title 0.4s ease-out 0.1s forwards;
  -o-animation: anim_title 0.4s ease-out 0.1s forwards;
  animation: anim_title 0.4s ease-out 0.1s forwards;
}
@-moz-keyframes anim_title {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: -30px;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
  }
}
@-webkit-keyframes anim_title {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: -30px;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
  }
}
@keyframes anim_title {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: -30px;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
  }
}
.mainVisual .title h2 span {
  font-size: 77%;
  font-weight: 900;
  font-family: 'Noto Sans Japanese', sans-serif;
}
.mainVisual .display {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  position: absolute;
  z-index: 6;
  width: 580px;
  height: 450px;
  bottom: 12%;
  right: 12%;
  display: none;
}
@media (min-width: 992px) {
  .mainVisual .display {
    display: block;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    right: 8%;
    bottom: 7.5%;
  }
}
@media (min-width: 1000px) {
  .mainVisual .display {
    -webkit-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -o-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
}
@media (min-width: 1050px) {
  .mainVisual .display {
    -webkit-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}
@media (min-width: 1100px) {
  .mainVisual .display {
    -webkit-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
}
@media (min-width: 1150px) {
  .mainVisual .display {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media (min-width: 1200px) {
  .mainVisual .display {
    right: 10%;
  }
}
@media (min-width: 1300px) {
  .mainVisual .display {
    right: 10.5%;
  }
}
@media (min-width: 1400px) {
  .mainVisual .display {
    right: 11%;
  }
}
.mainVisual .display .pc {
  z-index: 4;
  position: absolute;
  width: 580px;
  height: 450px;
  background-repeat: no-repeat;
  background-image: url("/img/frame_pc.svg");
  left: 0;
}
@media (min-width: 992px) {
  .mainVisual .display .pc {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.mainVisual .display .pc.visible {
  -webkit-animation: anim_pc 0.4s ease-out 0.3s forwards;
  -o-animation: anim_pc 0.4s ease-out 0.3s forwards;
  animation: anim_pc 0.4s ease-out 0.3s forwards;
}
@-moz-keyframes anim_pc {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 30px;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
  }
}
@-webkit-keyframes anim_pc {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 30px;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
  }
}
@keyframes anim_pc {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 30px;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
  }
}
.mainVisual .display .pc img {
  width: 510px;
  height: 320px;
  display: block;
  margin: 32px auto;
}
.mainVisual .display .sp {
  z-index: 5;
  position: absolute;
  width: 156px;
  height: 234px;
  background-repeat: no-repeat;
  background-image: url("/img/frame_sp.svg");
  bottom: 0;
  right: -50px;
}
@media (min-width: 992px) {
  .mainVisual .display .sp {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.mainVisual .display .sp.visible {
  -webkit-animation: anim_sp 0.4s ease-out 0.45s forwards;
  -o-animation: anim_sp 0.4s ease-out 0.45s forwards;
  animation: anim_sp 0.4s ease-out 0.45s forwards;
}
@-moz-keyframes anim_sp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    right: -80px;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    right: -50px;
  }
}
@-webkit-keyframes anim_sp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    right: -80px;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    right: -50px;
  }
}
@keyframes anim_sp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    right: -80px;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    right: -50px;
  }
}
.mainVisual .display .sp img {
  display: block;
  margin: 10px auto;
}
.mainVisual .gradation {
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-size: 100% 100%;
  background-repeat: repeat-x;
  background-image: url("/img/gradation.png");
}
@media (min-width: 992px) {
  .mainVisual .gradation {
    height: 400px;
    position: fixed;
  }
  .mainVisual .gradation.hidden {
    display: none;
  }
}
.mainVisual .video {
  z-index: 2;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.touch .mainVisual .video {
  display: none;
}
@media (min-width: 992px) {
  .mainVisual .video {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.mainVisual .video.visible {
  -webkit-animation: anim_video 0.5s ease-out 0.8s forwards;
  -o-animation: anim_video 0.5s ease-out 0.8s forwards;
  animation: anim_video 0.5s ease-out 0.8s forwards;
}
@-moz-keyframes anim_video {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes anim_video {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes anim_video {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.mainVisual .video video {
  position: fixed;
  bottom: 0;
  top: 95px;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 101%;
  height: auto;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  /*cover video background */
}
@media (min-width: 992px) {
  .mainVisual.hasVideo .image {
    display: none;
  }
}
.mainVisual .image {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .mainVisual .image {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.mainVisual .image.visible {
  -webkit-animation: anim_image 0.5s ease-out 0.8s forwards;
  -o-animation: anim_image 0.5s ease-out 0.8s forwards;
  animation: anim_image 0.5s ease-out 0.8s forwards;
}
@-moz-keyframes anim_image {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes anim_image {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes anim_image {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (min-width: 992px) {
  .mainVisual .image .bg.bg_sp {
    display: none;
  }
}
.mainVisual .image .bg.bg_pc {
  display: none;
}
@media (min-width: 992px) {
  .mainVisual .image .bg.bg_pc {
    display: block;
  }
}
.mainVisual .image .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mainVisual .image .bg.top {
  background-position: center top;
}
.mainVisual .image .bg.bottom {
  background-position: center bottom;
}
@media (min-width: 992px) {
  .mainVisual .image .bg {
    position: fixed;
    left: 0;
    top: 104px;
  }
}
#fp-nav.right {
  right: 30px;
}
#fp-nav ul li {
  height: 18px;
}
#fp-nav ul li:last-child {
  display: none;
}
#fp-nav ul li a span {
  background-color: #00b6ff;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
}
#fp-nav ul li a.active span {
  background-color: #ffe600;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
}
.infoContents {
  position: relative;
  z-index: 200;
}
.sectionAbout {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (min-width: 480px) {
  .sectionAbout {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .sectionAbout {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .sectionAbout {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.sectionAbout .philosophy .copy {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.sectionAbout .philosophy h1 {
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.3;
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .sectionAbout .philosophy h1 {
    font-size: 28px;
    margin-top: 33px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .sectionAbout .philosophy h1 {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.sectionAbout .philosophy p {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}
@media (min-width: 480px) {
  .sectionAbout .philosophy p {
    font-size: 16px;
    line-height: 2.1;
    letter-spacing: 0.8px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .sectionAbout .philosophy p {
    font-size: 18px;
    line-height: 2.3;
    letter-spacing: 1px;
    margin-bottom: 60px;
  }
}
.sectionAbout .philosophy p br {
  display: none;
}
@media (min-width: 768px) {
  .sectionAbout .philosophy p br {
    display: block;
  }
}
.sectionAbout .philosophy p.en {
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-style: normal;
  letter-spacing: -0.1px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .sectionAbout .philosophy p.en {
    font-size: 17px;
    line-height: 1.55;
  }
}
@media (min-width: 768px) {
  .sectionAbout .philosophy p.en {
    font-size: 18px;
    line-height: 1.7;
  }
}
.sectionAbout .service > ul {
  margin: 0 -15px;
}
.sectionAbout .service > ul:before,
.sectionAbout .service > ul:after {
  content: " ";
  display: table;
}
.sectionAbout .service > ul:after {
  clear: both;
}
@media (min-width: 992px) {
  .sectionAbout .service > ul {
    margin: 0 -25px;
  }
}
.sectionAbout .service > ul > li {
  box-sizing: border-box;
  padding: 15px;
}
@media (min-width: 992px) {
  .sectionAbout .service > ul > li {
    float: left;
    width: 33.33333333%;
    padding: 25px;
  }
}
.sectionAbout .service > ul > li h2 {
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-style: normal;
  display: block;
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 0.9;
  font-size: 25px;
}
@media (min-width: 992px) {
  .sectionAbout .service > ul > li h2 {
    letter-spacing: 1.8px;
    font-size: 28px;
  }
}
.sectionAbout .service > ul > li li {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sectionAbout .service > ul > li li {
    margin-bottom: 20px;
  }
}
.sectionAbout .box {
  text-align: center;
  padding: 20px 30px;
  border: solid 1px #000;
  margin-top: 20px;
}
@media (min-width: 480px) {
  .sectionAbout .box {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .sectionAbout .box {
    margin-top: 40px;
  }
}
.sectionAbout .box p.en {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .sectionAbout .box p.en {
    line-height: 1.8;
  }
}
.sectionCaseStudy {
  padding: 80px 0;
  background-color: #ffe600;
  text-align: center;
  color: #fff;
}
.sectionCaseStudy h2,
.sectionCaseStudy p {
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 1.1;
}
.sectionClients {
  background-color: #f1f1f1;
  text-align: center;
  padding: 20px 15px;
}
.sectionClients ul {
  display: inline-block;
  max-width: 600px;
  font-size: 0;
  text-align: center;
}
.sectionClients ul:before,
.sectionClients ul:after {
  content: " ";
  display: table;
}
.sectionClients ul:after {
  clear: both;
}
@media (min-width: 992px) {
  .sectionClients ul {
    max-width: none;
    margin-left: -16px;
  }
}
.sectionClients ul li {
  width: 50%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  box-sizing: border-box;
  padding: 0 8px;
}
@media (min-width: 360px) {
  .sectionClients ul li {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .sectionClients ul li {
    padding: 0 12px;
  }
}
@media (min-width: 992px) {
  .sectionClients ul li {
    width: auto;
  }
}
.sectionClients ul li img {
  max-width: 100%;
  width: 150px;
  height: auto;
}
@media (min-width: 992px) {
  .sectionClients ul li img {
    width: 150px;
  }
}
.sectionCompany {
  position: relative;
}
.sectionCompany:before,
.sectionCompany:after {
  content: " ";
  display: table;
}
.sectionCompany:after {
  clear: both;
}
@media (min-width: 992px) {
  .sectionCompany .photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-image: url("/img/office_bg2.png");
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
  }
  .no-touch .sectionCompany .photo {
    background-image: url("/img/office_bg.png");
    background-attachment: fixed;
  }
}
.sectionCompany .photo img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .sectionCompany .photo img {
    display: none;
  }
}
@media (min-width: 992px) {
  .sectionCompany .info {
    width: 50%;
  }
}
.sectionCompany .info .infoContainer {
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: 8%;
  margin-right: 8%;
}
@media (min-width: 480px) {
  .sectionCompany .info .infoContainer {
    margin-top: 40px;
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  .sectionCompany .info .infoContainer {
    margin-top: 50px;
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (min-width: 992px) {
  .sectionCompany .info .infoContainer {
    margin-bottom: 50px;
    margin-right: 50px;
    float: right;
    width: 360px;
  }
}
.sectionCompany .info .infoContainer h2 {
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-style: normal;
  font-size: 26px;
  margin-bottom: 25px;
}
.sectionCompany .info .infoContainer table th,
.sectionCompany .info .infoContainer table td {
  font-size: 13px;
  line-height: 1.6;
  padding: 3px 0;
  text-align: left;
}
.sectionCompany .info .infoContainer table th {
  width: 100px;
}
.sectionCompany .info .infoContainer table br {
  display: none;
}
@media (min-width: 992px) {
  .sectionCompany .info .infoContainer table br {
    display: block;
  }
}
.sectionCompany .info .infoContainer table a {
  color: #000;
}
.sectionCompany .info .infoContainer table .mailto {
  color: #00b6ff;
}
.sectionCompany .info .infoContainer .ja,
.sectionCompany .info .infoContainer .en {
  margin-bottom: 35px;
}
.sectionCompany .info .infoContainer .en {
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-style: normal;
}
.sectionCompany .info .infoContainer .en table th,
.sectionCompany .info .infoContainer .en table td {
  font-size: 16px;
  line-height: 1.4;
}
.sectionCompany .info .infoContainer #map_canvas {
  height: 250px;
}
.sectionCompany .info .infoContainer .map {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.sectionCompany .info .infoContainer .map iframe {
  width: 100%;
}
.sectionCompany .info .infoContainer .mapBtn {
  display: block;
  text-align: right;
  margin-top: 6px;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #00b6ff;
  text-decoration: underline;
}
.sectionProfile {
  background-color: #00b6ff;
  color: #fff;
  padding: 50px 0;
}
.sectionProfile:before,
.sectionProfile:after {
  content: " ";
  display: table;
}
.sectionProfile:after {
  clear: both;
}
.sectionProfile h2 {
  margin-bottom: 25px;
}
@media (min-width: 480px) {
  .sectionProfile h2 {
    margin-bottom: 35px;
  }
}
.sectionProfile h2 .en {
  display: block;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0px;
  color: #ffe600;
  margin-bottom: 4px;
  line-height: 0.9;
  font-size: 36px;
}
@media (min-width: 400px) {
  .sectionProfile h2 .en {
    font-size: 40px;
  }
}
@media (min-width: 480px) {
  .sectionProfile h2 .en {
    font-size: 44px;
  }
}
.sectionProfile h2 .ja {
  font-size: 13px;
}
.sectionProfile p {
  font-size: 13px;
}
.sectionProfile p.ja {
  margin-bottom: 20px;
}
.sectionProfile p.en {
  clear: both;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .sectionProfile p.en {
    line-height: 1.8;
  }
}
.sectionProfile img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 55%;
  padding-bottom: 10px;
}
@media (min-width: 480px) {
  .sectionProfile img {
    width: auto;
    float: right;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 10px;
  }
}
footer {
  position: relative;
  background-color: #fff;
  margin: 100px 0 20px;
  text-align: center;
}
footer img {
  display: inline-block;
  width: 200px;
  height: auto;
  margin-bottom: 100px;
}
footer .copyright {
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
@media (min-width: 768px) {
  footer .copyright {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */