@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  font-family: ryo-gothic-plusn, sans-serif;
}

body {
  color: #5D5D5D;
  font-size: 1.4rem;
  line-height: 1.5;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #5D5D5D;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

::-moz-placeholder {
  color: #E5E5E5;
}

:-ms-input-placeholder {
  color: #E5E5E5;
}

::-ms-input-placeholder {
  color: #E5E5E5;
}

::placeholder {
  color: #E5E5E5;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #E5E5E5;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #E5E5E5;
}

.tpl-contents-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1750px;
  min-height: 373px;
  margin: 0 auto 80px;
  padding: 60px;
  box-sizing: border-box;
  background-image: url(/images/common/bg_contents_title.webp);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: normal;
  text-align: center;
}

.tpl-contents-title__ja {
  display: block;
  margin: 0 0 5px;
  color: #6A6969;
  font-size: 4.4rem;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  letter-spacing: 0.09em;
}

.tpl-contents-title__en {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
}

.tpl-container {
  max-width: 1200px;
  padding: 0 60px;
  margin: 0 auto;
}

.tpl-title-1 {
  color: #1CADEC;
  font-weight: normal;
  letter-spacing: 0.24em;
  text-align: center;
}

.tpl-title-1--bold {
  font-weight: bold;
}

.tpl-title-1--black {
  color: #3E3E3E;
}

.tpl-title-1--xl {
  font-size: 4rem;
}

.tpl-title-1--lg {
  font-size: 3.6rem;
}

.tpl-title-1--md {
  font-size: 3.2rem;
}

.tpl-title-1--sm {
  font-size: 2.6rem;
}

.tpl-title-1--xs {
  font-size: 1.8rem;
}

.tpl-title-2 {
  padding: 0 0 30px;
  border-bottom: 2px dashed #D9D9D9;
  color: #1CADEC;
  font-weight: normal;
  letter-spacing: 0.24em;
  text-align: center;
}

.tpl-title-2--bold {
  font-weight: bold;
}

.tpl-title-2--md {
  font-size: 2rem;
}

.tpl-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 3px solid #1CADEC;
  box-sizing: border-box;
  background-color: #1CADEC;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.24em;
  font-family: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color .2s, background-color .2s, color .2s;
}

.tpl-btn:hover {
  background-color: #fff;
  color: #1CADEC;
  text-decoration: none;
}

.tpl-btn--lg {
  height: 110px;
  border-radius: 55px;
  font-size: 2.2rem;
}

.tpl-btn--md {
  height: 80px;
  border-radius: 40px;
  font-size: 1.8rem;
}

.tpl-btn--sm {
  height: 46px;
  border-radius: 23px;
  font-size: 1.4rem;
}

.tpl-btn--gray {
  border-color: #E8E8E8;
  background-color: #E8E8E8;
  color: #848484;
}

.tpl-btn--gray:hover {
  border-color: #CCCCCC;
  background-color: #fff;
  color: #868686;
}

.tpl-btn--outline {
  background-color: #fff;
  color: #1CADEC;
}

.tpl-btn--outline:hover {
  background-color: #1CADEC;
  color: #fff;
}

.tpl-btn--outline.tpl-btn--gray {
  border-color: #CCCCCC;
  background-color: #fff;
  color: #868686;
}

.tpl-btn--outline.tpl-btn--gray:hover {
  border-color: #E8E8E8;
  background-color: #E8E8E8;
  color: #848484;
}

.tpl-text {
  letter-spacing: 0.24em;
  text-align: justify;
}

.tpl-text--xs {
  font-size: 1.6rem;
}

.tpl-text--sm {
  font-size: 1.8rem;
}

.tpl-text--md {
  font-size: 1.8rem;
}

.tpl-text--lg {
  font-size: 2.2rem;
}

.tpl-link {
  color: #1CADEC;
  text-decoration: underline;
}

.tpl-link:hover {
  text-decoration: none;
}

.tpl-link--gray {
  color: #A5A5A5;
}

.tpl-link--bold {
  font-weight: bold;
}

.tpl-list {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  list-style: none;
}

.tpl-list__item {
  position: relative;
  margin: 0 0 30px;
}

.tpl-list__item:last-child {
  margin: 0;
}

.tpl-list--circle .tpl-list__item {
  padding: 0 0 0 35px;
}

.tpl-list--circle .tpl-list__item::before {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 3px solid #1CADEC;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
}

.tpl-list--dash .tpl-list__item {
  padding: 0 0 0 35px;
}

.tpl-list--dash .tpl-list__item::before {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 16px;
  height: 3px;
  background-color: #E5E5E5;
  content: '';
}

.tpl-list--decimal {
  counter-reset: number 0;
}

.tpl-list--decimal .tpl-list__item {
  padding: 0 0 0 40px;
}

.tpl-list--decimal .tpl-list__item::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1CADEC;
  color: #fff;
  font-size: 1.8rem;
  counter-increment: number 1;
  content: counter(number);
}

.tpl-table {
  width: 100%;
  border-top: 1px solid #D9D9D9;
  border-collapse: collapse;
  border-spacing: 0;
}

.tpl-table--lg {
  border-top: 2px solid #D9D9D9;
}

.tpl-table--lg .tpl-table__th,
.tpl-table--lg .tpl-table__td {
  border-bottom: 2px solid #D9D9D9;
}

.tpl-table__th, .tpl-table__td {
  padding: 40px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 2.2rem;
  text-align: left;
}

.tpl-table__th {
  color: #1CADEC;
  font-weight: bold;
}

.tpl-image {
  border-radius: 10px;
}

.tpl-thumbnail {
  border-radius: 10px;
}

.tpl-thumbnail--circle {
  border-radius: 50%;
}

.tpl-thumbnail--shadow {
  box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.16);
}

.tpl-box {
  padding: 50px;
  border: 2px solid #79D1F2;
  border-radius: 20px;
}

.tpl-box--gray {
  border: 2px solid #E0E0E0;
}

.tpl-box--bg-gray {
  border: none;
  background-color: #EFEFEF;
}

.tpl-box--bg-image {
  border: none;
  background-image: url(/images/common/bg_box.webp);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.tpl-input-text {
  display: block;
  width: 100%;
  height: 65px;
  margin: 0;
  padding: 0 25px;
  border: 2px solid #D3D3D3;
  border-radius: 15px;
  box-sizing: border-box;
  color: inherit;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.tpl-input-text:focus {
  border-color: #1CADEC;
  outline: none;
}

.tpl-select {
  position: relative;
}

.tpl-select__select {
  display: block;
  width: 100%;
  height: 65px;
  margin: 0;
  padding: 0 80px 0 25px;
  border: 2px solid #D3D3D3;
  border-radius: 15px;
  box-sizing: border-box;
  color: inherit;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.tpl-select__select:focus {
  border-color: #1CADEC;
  outline: none;
}

.tpl-select::after {
  display: block;
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin: auto;
  background-color: #D3D3D3;
  background-image: url(/images/common/icon_arrow.svg);
  background-position: center 14px;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
  content: '';
}

.tpl-select:focus-within::after {
  background-color: #1CADEC;
  transform: scale(1, -1);
}

.tpl-radio__input {
  display: none;
}

.tpl-radio__input:checked + .tpl-radio__label::after {
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 14px;
  height: 14px;
  background-color: #1CADEC;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
}

.tpl-radio__label {
  position: relative;
  padding: 0 0 0 50px;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
}

.tpl-radio__label::before {
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #D3D3D3;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
}

.tpl-checkbox__input {
  display: none;
}

.tpl-checkbox__input:checked + .tpl-checkbox__label::before {
  border: none;
  background-color: #1CADEC;
  background-image: url(/images/common/icon_check.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px auto;
  content: '';
}

.tpl-checkbox__label {
  position: relative;
  padding: 0 0 0 50px;
  font-size: 2rem;
  letter-spacing: 0.24em;
}

.tpl-checkbox__label::before {
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 36px;
  height: 36px;
  border: 2px solid #D3D3D3;
  border-radius: 10px;
  box-sizing: border-box;
  content: '';
}

.tpl-textarea {
  display: block;
  width: 100%;
  height: 290px;
  margin: 0;
  padding: 25px;
  border: 2px solid #D3D3D3;
  border-radius: 15px;
  box-sizing: border-box;
  color: inherit;
  font-size: 2rem;
  letter-spacing: 0.24em;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.tpl-textarea:focus {
  border-color: #1CADEC;
  outline: none;
}

@media (max-width: 767px) {
  .tpl-contents-title {
    min-height: 235px;
    margin: 0 auto 50px;
    padding: 30px 4.66667%;
  }
  .tpl-contents-title__ja {
    font-size: 3rem;
  }
  .tpl-contents-title__en {
    font-size: 1.2rem;
  }
  .tpl-container {
    width: 90.66667%;
    padding: 0;
  }
  .tpl-title-1--xl {
    font-size: 3.2rem;
  }
  .tpl-title-1--lg {
    font-size: 2.8rem;
  }
  .tpl-title-1--md {
    font-size: 2.6rem;
  }
  .tpl-title-1--sm {
    font-size: 2.2rem;
  }
  .tpl-title-1--xs {
    font-size: 1.8rem;
  }
  .tpl-title-2 {
    padding: 0 0 20px;
  }
  .tpl-title-2--md {
    font-size: 1.8rem;
  }
  .tpl-btn--lg {
    height: 100px;
    border-radius: 50px;
    font-size: 1.8rem;
  }
  .tpl-btn--md {
    height: 58px;
    border-radius: 29px;
    font-size: 1.5rem;
  }
  .tpl-btn--sm {
    height: 38px;
    border-radius: 19px;
    font-size: 1.3rem;
  }
  .tpl-btn--outline {
    border: 2px solid #00ADEC;
  }
  .tpl-btn--outline.tpl-btn--gray {
    border: 2px solid #CCCCCC;
  }
  .tpl-table__th, .tpl-table__td {
    padding: 20px 15px;
    font-size: 1.8rem;
  }
  .tpl-box {
    padding: 25px;
    border-radius: 10px;
  }
  .tpl-input-text {
    height: 48px;
    padding: 0 20px;
    border-radius: 10px;
    font-size: 1.4rem;
  }
  .tpl-select__select {
    height: 48px;
    padding: 0 55px 0 20px;
    border-radius: 10px;
    font-size: 1.4rem;
  }
  .tpl-select::after {
    right: 12px;
    width: 25px;
    height: 25px;
    background-position: center 10px;
    background-size: 12px auto;
  }
  .tpl-radio__input:checked + .tpl-radio__label::after {
    top: 1px;
    left: 7px;
    width: 12px;
    height: 12px;
  }
  .tpl-radio__label {
    padding: 0 0 0 40px;
    font-size: 1.4rem;
  }
  .tpl-radio__label::before {
    top: -6px;
    width: 26px;
    height: 26px;
  }
  .tpl-checkbox__input:checked + .tpl-checkbox__label::before {
    background-size: 20px auto;
  }
  .tpl-checkbox__label {
    padding: 0 0 0 40px;
    font-size: 1.4rem;
  }
  .tpl-checkbox__label::before {
    top: -7px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    content: '';
  }
  .tpl-textarea {
    height: 200px;
    padding: 20px;
    border-radius: 10px;
    font-size: 1.4rem;
  }
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

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

html {
  scroll-behavior: smooth;
}

body {
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
          animation: fadeIn 1s ease 0s 1 normal;
  position: relative;
  cursor: none;
  overflow-x: hidden;
}

.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.cursor {
  width: 8px;
  height: 8px;
  background-color: #031e77;
  z-index: 1001;
}

.follower {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: rgba(37, 184, 241, 0.5);
  z-index: 1000;
  transition: transform ease .1s;
  text-align: center;
}

.follower span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  transform: scale(0);
}

.follower.is-active {
  transform: scale(3);
}

/*以下フェードイン表示の指定*/
.fadeinTitle {
  opacity: 0;
  -webkit-animation: fadeinTitle 1s ease forwards;
          animation: fadeinTitle 1s ease forwards;
}

@-webkit-keyframes fadeinTitle {
  100% {
    opacity: 1;
  }
}

@keyframes fadeinTitle {
  100% {
    opacity: 1;
  }
}

/*以下遅延の指定*/
.fadeBgImg {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.fadeTitleJp {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.fadeTitleEn {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.fadeFirstTxt {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInWithDisplay {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInWithDisplay {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutWithDisplay {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fadeOutWithDisplay {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

#header > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 80px;
  margin: 0 auto;
  padding: 0 15px;
}

#header .btn-menu {
  display: none;
}

#header .logo {
  flex-shrink: 0;
  width: 112px;
  margin: 0 30px 0 0;
}

#header .logo svg {
  width: 100%;
}

#header .menu .gnavi {
  font-size: 1.6rem;
}

#header .menu .gnavi ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

#header .menu .gnavi ul li {
  margin: 0 60px 0 0;
  letter-spacing: 0.08em;
}

#header .menu .gnavi ul li:last-child {
  margin: 0;
}

#header .menu .gnavi ul a {
  padding: 1em 0;
}

#header .menu .gnavi ul a:hover {
  text-decoration: none;
  color: #26B8EE;
}

#header .menu .btns1 {
  display: none;
}

#header .menu .btns2 {
  display: none;
}

#header .btn-contact {
  display: none;
}

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 2s;
}

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

#contents {
  padding: 80px 0 100px;
}

.fixed-btns .left {
  position: fixed;
  top: 50%;
  left: 30px;
  z-index: 100;
  transform: translateY(-50%);
  mix-blend-mode: multiply;
}

.fixed-btns .left > div {
  margin: 0 0 50px;
}

.fixed-btns .left > div:last-child {
  margin: 0;
}

.fixed-btns .left .icon svg {
  display: block;
  width: 100%;
  fill: #9F9F9F;
}

.fixed-btns .left .icon svg:hover {
  fill: #23B8EE;
}

.fixed-btns .left .btn1 .icon {
  width: 24px;
}

.fixed-btns .left .btn2 .icon {
  width: 25px;
}

.fixed-btns .left .btn3 .icon {
  width: 27px;
}

.fixed-btns .leftTooltips {
  position: fixed;
  width: 100%;
  top: 50%;
  left: 30px;
  z-index: 100;
}

.fixed-btns .leftTooltips .tip1, .fixed-btns .leftTooltips .tip2, .fixed-btns .leftTooltips .tip3 {
  position: relative;
}

.fixed-btns .leftTooltips .tip1 > div, .fixed-btns .leftTooltips .tip2 > div, .fixed-btns .leftTooltips .tip3 > div {
  display: none;
  opacity: 0;
}

.fixed-btns .leftTooltips .tip1 .active, .fixed-btns .leftTooltips .tip2 .active, .fixed-btns .leftTooltips .tip3 .active {
  display: block;
  opacity: 1;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-name: fadeInWithDisplay;
          animation-name: fadeInWithDisplay;
  position: absolute;
  padding: 7px 22px;
  left: 48px;
}

.fixed-btns .leftTooltips .tip1 .active p, .fixed-btns .leftTooltips .tip2 .active p, .fixed-btns .leftTooltips .tip3 .active p {
  margin: 0;
  color: #008DC1;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.fixed-btns .leftTooltips .tip1 .active::before, .fixed-btns .leftTooltips .tip2 .active::before, .fixed-btns .leftTooltips .tip3 .active::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
}

.fixed-btns .leftTooltips .tip1 .active::after, .fixed-btns .leftTooltips .tip2 .active::after, .fixed-btns .leftTooltips .tip3 .active::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fixed-btns .leftTooltips .tip1 .active > *, .fixed-btns .leftTooltips .tip2 .active > *, .fixed-btns .leftTooltips .tip3 .active > * {
  position: relative;
  z-index: 3;
}

.fixed-btns .leftTooltips .tip1 .active,
.fixed-btns .leftTooltips .tip1 .active::after, .fixed-btns .leftTooltips .tip2 .active,
.fixed-btns .leftTooltips .tip2 .active::after, .fixed-btns .leftTooltips .tip3 .active,
.fixed-btns .leftTooltips .tip3 .active::after {
  border-radius: 20px;
}

.fixed-btns .leftTooltips .tip1 .active,
.fixed-btns .leftTooltips .tip1 .active::before, .fixed-btns .leftTooltips .tip2 .active,
.fixed-btns .leftTooltips .tip2 .active::before, .fixed-btns .leftTooltips .tip3 .active,
.fixed-btns .leftTooltips .tip3 .active::before {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.43);
}

.fixed-btns .leftTooltips .tip1 .active,
.fixed-btns .leftTooltips .tip1 .active::before,
.fixed-btns .leftTooltips .tip1 .active::after, .fixed-btns .leftTooltips .tip2 .active,
.fixed-btns .leftTooltips .tip2 .active::before,
.fixed-btns .leftTooltips .tip2 .active::after, .fixed-btns .leftTooltips .tip3 .active,
.fixed-btns .leftTooltips .tip3 .active::before,
.fixed-btns .leftTooltips .tip3 .active::after {
  background: #FFF;
}

.fixed-btns .leftTooltips .tip1 .balloon--left_middle::before, .fixed-btns .leftTooltips .tip2 .balloon--left_middle::before, .fixed-btns .leftTooltips .tip3 .balloon--left_middle::before {
  left: -2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg) skew(-20deg, -20deg);
}

.fixed-btns .leftTooltips .tip1 .active {
  top: -94px;
}

.fixed-btns .leftTooltips .tip2 .active {
  top: -18px;
}

.fixed-btns .leftTooltips .tip3 .active {
  top: 60px;
}

.fixed-btns .right {
  position: fixed;
  top: 50%;
  right: 30px;
  z-index: 100;
  transform: translateY(-50%);
  mix-blend-mode: multiply;
}

.fixed-btns .right a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1cadec;
  font-size: 1.6rem;
}

.fixed-btns .right a:hover {
  text-decoration: none;
  color: #A8A8A8;
}

.fixed-btns .right a:hover svg {
  fill: #A8A8A8;
}

.fixed-btns .right .icon svg {
  display: block;
  width: 100%;
  fill: #00ADEC;
}

.fixed-btns .right .text {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.fixed-btns .right .btn1 {
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid #97CDE2;
}

.fixed-btns .right .btn1 .icon {
  width: 15px;
  margin: 0 0 15px;
}

.fixed-btns .right .btn2 .icon {
  width: 14px;
  margin: 0 0 15px;
}

#footer > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}

#footer .wrapper {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

#footer .company {
  margin: 0 30px 0 0;
}

#footer .company .evolni {
  margin: 0 0 20px;
}

#footer .company .evolni .logo {
  width: 160px;
}

#footer .company .evolni .logo svg {
  width: 100%;
}

#footer .company .evolni p {
  margin: 10px 0 0;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}

#footer .company .btn-about {
  margin: 0 0 20px;
}

#footer .company .btn-about a {
  height: 38px;
  border: 2px solid #1CADEC;
  border-radius: 19px;
  font-size: 1.2rem;
}

#footer .company .contact {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

#footer .company .contact p {
  margin: 0 0 10px;
}

#footer .company .contact p:last-child {
  margin: 0;
}

#footer .fnavi {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -60px -60px 0;
}

#footer .fnavi .col {
  margin: 0 60px 60px 0;
}

#footer .fnavi .col > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .fnavi .col > ul > li {
  margin: 0 0 20px;
  letter-spacing: 0.08em;
}

#footer .fnavi .col > ul > li:last-child {
  margin: 0;
}

#footer .fnavi .col > ul > li > a {
  color: #1cadec;
  font-size: 1.7rem;
  font-weight: bold;
}

#footer .fnavi .col > ul > li > a:hover {
  text-decoration: none;
  color: #5d5d5d;
}

#footer .fnavi .col > ul > li > ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

#footer .fnavi .col > ul > li > ul > li {
  margin: 0 0 10px;
}

#footer .fnavi .col > ul > li > ul > li:last-child {
  margin: 0;
}

#footer .fnavi .col > ul > li > ul > li > a {
  color: #5d5d5d;
  font-size: 1.5rem;
}

#footer .fnavi .col > ul > li > ul > li > a:hover {
  text-decoration: none;
  color: #26B8EE;
}

#footer .btn-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-name: fadeOutWithDisplay;
          animation-name: fadeOutWithDisplay;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#footer .btn-pagetop.displaying {
  -webkit-animation-name: fadeInWithDisplay;
          animation-name: fadeInWithDisplay;
}

#footer .btn-pagetop a {
  background-image: url(../images/common/btn_pagetop_gray.svg);
  background-size: 50px 50px;
  display: block;
  width: 100%;
  height: 100%;
}

#footer .btn-pagetop a:hover {
  background-image: url(../images/common/btn_pagetop_blue.svg);
}

#footer .copyright {
  margin: 70px 0;
  color: #b1b1b1;
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width: 1199px) {
  #header .menu .gnavi ul li {
    margin: 0 25px 0 0;
  }
  #footer .fnavi {
    margin: 0 -30px -30px 0;
  }
  #footer .fnavi .col {
    margin: 0 30px 30px 0;
  }
}

@media (max-width: 1024px) {
  body {
    cursor: auto;
  }
  .cursor,
  .follower {
    display: none;
  }
}

@media (max-width: 767px) {
  #header > .inner {
    position: relative;
    max-width: none;
    height: 74px;
    padding: 0;
  }
  #header .btn-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 74px;
    height: 74px;
    background-color: #00adec;
  }
  #header .btn-menu .icon {
    position: relative;
    width: 24px;
    height: 22px;
  }
  #header .btn-menu .icon span {
    display: block;
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: all .4s;
  }
  #header .btn-menu .icon .border1 {
    top: 0;
  }
  #header .btn-menu .icon .border2 {
    top: 10px;
  }
  #header .btn-menu .icon .border3 {
    top: 20px;
  }
  #header .logo {
    width: 114px;
    margin: 0 auto;
  }
  #header .menu {
    display: none;
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: auto;
    background-color: #00ADEC;
  }
  #header .menu > .inner {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #header .menu .gnavi {
    margin: 0 0 15px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  #header .menu .gnavi ul {
    display: block;
  }
  #header .menu .gnavi ul li {
    margin: 0 0 10px;
  }
  #header .menu .gnavi a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 15px;
    color: #fff;
  }
  #header .menu .btns1 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
  }
  #header .menu .btns1 > div {
    width: 47.33333%;
  }
  #header .menu .btns1 a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 45px;
    border-radius: 15px;
    background-color: #0b9cd1;
    color: #fff;
    font-size: 1.2rem;
  }
  #header .menu .btns1 .icon svg {
    display: block;
    width: 100%;
    fill: #fff;
  }
  #header .menu .btns1 .btn1 .icon {
    width: 14px;
    margin: 0 10px 0 0;
  }
  #header .menu .btns1 .btn2 .icon {
    width: 10px;
    margin: 0 10px 0 0;
  }
  #header .menu .btns2 {
    display: flex;
    justify-content: space-between;
  }
  #header .menu .btns2 a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
  }
  #header .menu .btns2 .icon {
    margin: 0 auto;
  }
  #header .menu .btns2 .icon svg {
    display: block;
    width: 100%;
    fill: #fff;
  }
  #header .menu .btns2 p {
    margin: 0;
  }
  #header .menu .btns2 .btn1 a {
    min-height: 52px;
  }
  #header .menu .btns2 .btn1 .icon {
    width: 19px;
  }
  #header .menu .btns2 .btn2 a {
    min-height: 44px;
  }
  #header .menu .btns2 .btn2 .icon {
    width: 17px;
  }
  #header .menu .btns2 .btn3 a {
    min-height: 44px;
  }
  #header .menu .btns2 .btn3 .icon {
    width: 18px;
  }
  #header .menu .btns2 .btn4 a {
    min-height: 44px;
  }
  #header .menu .btns2 .btn4 .icon {
    width: 22px;
  }
  #header .btn-contact {
    display: block;
    position: absolute;
    top: 22px;
    right: 18px;
  }
  #header .btn-contact a {
    color: #1cadec;
  }
  #header .btn-contact .icon {
    width: 18px;
    margin: 0 auto 5px;
  }
  #header .btn-contact .icon svg {
    display: block;
    width: 100%;
    stroke: #00adec;
  }
  #header .btn-contact p {
    margin: 0;
    font-size: 1rem;
  }
  #header.active {
    background-color: #00adec;
  }
  #header.active .btn-menu .icon .border1 {
    transform: translateY(10px) rotate(45deg);
  }
  #header.active .btn-menu .icon .border2 {
    opacity: 0;
  }
  #header.active .btn-menu .icon .border3 {
    transform: translateY(-10px) rotate(-45deg);
  }
  #header.active .logo .path1 {
    fill: #fff;
  }
  @-webkit-keyframes slideSpMenu {
    from {
      height: 0;
    }
    to {
      height: calc(100% - 74px);
    }
  }
  @keyframes slideSpMenu {
    from {
      height: 0;
    }
    to {
      height: calc(100% - 74px);
    }
  }
  #header.active .menu {
    display: block;
    -webkit-animation: slideSpMenu 0.2s ease-in 0s forwards;
            animation: slideSpMenu 0.2s ease-in 0s forwards;
  }
  #header.active .btn-contact a {
    color: #fff;
  }
  #header.active .btn-contact .icon svg {
    stroke: #fff;
  }
  #contents {
    padding: 74px 0 50px;
  }
  .fixed-btns {
    display: none;
  }
  #footer > .inner {
    max-width: none;
    padding: 0;
  }
  #footer .wrapper {
    display: block;
  }
  #footer .company {
    margin: 0;
  }
  #footer .company .evolni {
    margin: 0 0 20px;
  }
  #footer .company .evolni .logo {
    width: 128px;
    margin: 0 auto;
  }
  #footer .company .evolni p {
    margin: 10px 0 0;
    font-size: 1.2rem;
    text-align: center;
  }
  #footer .company .btn-about {
    display: none;
  }
  #footer .company .contact {
    font-size: 1.4rem;
    text-align: center;
  }
  #footer .company .contact p {
    margin: 0 0 10px;
  }
  #footer .fnavi {
    display: none;
  }
  #footer .btn-pagetop {
    position: static;
    width: 66px;
    height: 66px;
    margin: 50px auto;
  }
  #footer .btn-pagetop a {
    background-size: 66px 66px;
  }
  #footer .copyright {
    margin: 50px 0;
    font-size: 1.2rem;
  }
}
