@charset "UTF-8";
/*
max-font-size ($font_size, $max_font_size)

$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/* # =================================================================
#	reset
# ================================================================= */
/*!
 * ress.css â€¢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: inherit;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  border-bottom: 1px dotted;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  color: #000;
  background-color: #ff0;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type='number'] {
  width: auto;
  /* Firefox 36+ */
}

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

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  color: inherit;
  background-color: transparent;
  border-style: none;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  border: 0;
  /* Correct the text wrapping in Edge and IE */
}

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

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
  background-color: #b3d4fc;
}

::selection {
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
  background-color: #b3d4fc;
}

/* # =================================================================
#	ベース
# ================================================================= */
:root {
  --vh: 100vh;
  --sp_mv_vh: 100vh;
}

html {
  font-size: 0.625vw;
}

body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9;
  background-image: linear-gradient(0deg, transparent 13px, rgba(255, 255, 255, 0.3) 13px), linear-gradient(90deg, transparent 13px, rgba(255, 255, 255, 0.3) 13px);
  background-repeat: repeat;
  background-color: #e4e4e4;
  background-size: 14px 14px;
  background-attachment: fixed;
  color: #000;
  letter-spacing: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

a,
button {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

a:hover,
button:hover {
  opacity: .5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

ul li,
ol li {
  list-style-type: none;
}

em,
i,
dfn {
  font-style: normal;
}

/* # =================================================================
#	レイアウト
# ================================================================= */
/* PC/SP
------------------------- */
.for-sp {
  display: none !important;
}

.for-pc {
  display: inline-block !important;
}

.c-l-column {
  padding-right: 10rem;
}

.c-l-box {
  padding: 8rem 6rem;
  background: #fff;
}

/* 2 Column Layout
------------------------- */
.c-l-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-l-flex-box.c-l-flex-box--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* Table
------------------------- */
.c-l-table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
}

/* # =================================================================
#	見出し
# ================================================================= */
.c-headline {
  font-family: "Roboto", sans-serif;
  font-size: 5.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.c-headline small {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #666;
  margin: 0 0 .2rem;
}

.c-headline-2 {
  font-size: 4.6rem;
  line-height: 1.3;
}

.c-headline-2.ff-en {
  font-weight: 500;
}

.c-sub-headline {
  padding: 0 0 3px 15px;
  border-left: solid 4px #666;
}

.c-sub-headline strong {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.0;
}

.c-sub-headline small {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.0;
  color: #666;
  margin: 1rem 0 0;
}

/* 下層ページヘッダ */
.c-page-header {
  width: 0;
  height: 48rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 0 6rem 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-page-header__head {
  margin: auto 0 1rem;
  background-image: none;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
}

.c-page-header__headline small {
  color: #fff;
}

.c-page-header__desc {
  font-size: 1.5rem;
  line-height: 1.9;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
}

.c-page-header__copy {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.2;
}

.c-page-header--normal {
  color: #000;
  height: auto;
  padding: 8.3rem 0 5.2rem;
  width: 100%;
}

.c-page-header--normal .c-page-header__head {
  margin-bottom: 2.3rem;
}

/* # =================================================================
#	ボタン
# ================================================================= */
/*
max-font-size ($font_size, $max_font_size)

$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14.2rem;
  height: 3.6rem;
  background: #fff;
  border-radius: 3.6rem;
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 2.25;
  padding: 0 2rem 0 0;
  position: relative;
}

.c-btn i {
  width: 0.7rem;
  height: 0.7rem;
  background: #4bc8f4;
  border-radius: 50%;
  position: absolute;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  -webkit-transition: width .3s,height .3s, right .3s;
  transition: width .3s,height .3s, right .3s;
}

.c-btn i::before {
  content: "";
  display: block;
  width: .4rem;
  height: .7rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("/images/common/icn_arw.svg") no-repeat center center;
  background-size: .4rem .7rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .2s .1s;
  transition: opacity .3s, -webkit-transform .2s .1s;
  transition: transform .2s .1s, opacity .3s;
  transition: transform .2s .1s, opacity .3s, -webkit-transform .2s .1s;
}

.c-btn > span {
  height: 3.6rem;
  overflow: hidden;
}

.c-btn > span span {
  display: block;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.c-btn > span span:last-child {
  -webkit-transform: translate(0) rotate(15deg);
          transform: translate(0) rotate(15deg);
}

.c-btn:hover {
  opacity: 1;
}

.c-btn:hover i {
  width: 1.5rem;
  height: 1.5rem;
  right: 1.0rem;
}

.c-btn:hover i::before {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.c-btn:hover > span span:first-child {
  -webkit-transform: translateY(-100%) rotate(-15deg);
          transform: translateY(-100%) rotate(-15deg);
}

.c-btn:hover > span span:last-child {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.c-btn--bd {
  border: solid 1px #ccc;
}

.c-btn--center {
  margin-left: auto;
  margin-right: auto;
}

.c-btn:last-child {
  margin-top: 4rem;
}

/* # =================================================================
#	リスト
# ================================================================= */
/*
max-font-size ($font_size, $max_font_size)

$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.c-list li {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.6;
  padding-left: 14px;
  position: relative;
}

.c-list li + li {
  margin-top: .75rem;
}

.c-list li::before {
  content: "";
  display: block;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 0;
  top: 1.0rem;
}

/* # =================================================================
#	コンテンツ
# ================================================================= */
.c-container {
  width: 111rem;
  margin: 0 0 0 auto;
  padding-bottom: 7.5rem;
}

/* # =================================================================
#	utils
# ================================================================= */
/*
max-font-size ($font_size, $max_font_size)

$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.ff-en {
  font-family: "Roboto", sans-serif;
}

.ff-ja {
  font-family: "Noto Sans JP", sans-serif;
}

.txt-gray {
  color: #666;
}

.vertical-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.comingsoon {
  pointer-events: none !important;
}

.u-small-txt {
  font-size: 1.3rem;
}

/* # =================================================================
#	パーツ
# ================================================================= */
/*
max-font-size ($font_size, $max_font_size)

$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.c-p-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.2rem 0 2.4rem 0;
  width: 100%;
}

.c-p-dl dt, .c-p-dl dd {
  line-height: 1.8;
  font-size: 1.5rem;
  letter-spacing: 0;
}

.c-p-dl > dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24rem;
  font-weight: 500;
}

.c-p-dl dd p {
  line-height: 1.8;
  font-size: 1.5rem;
  letter-spacing: 0;
}

.c-p-dl dd p + p {
  margin-top: 1.1rem;
}

.c-p-dl a {
  color: #00b0f0;
}

.c-p-dl:last-of-type {
  border-bottom: 1px solid #cccccc;
}

/* # =================================================================
#	ヘッダー
# ================================================================= */
/*
max-font-size ($font_size, $max_font_size)

$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.st-header {
  width: 31rem;
  padding: 9rem 0 0 10rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.st-header__logo {
  font-size: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.st-header__menu {
  position: relative;
  display: none;
}

.st-header__menu span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.st-header__menu span:nth-child(1) {
  top: 0;
}

.st-header__menu span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.st-header__menu span:nth-child(3) {
  bottom: 0;
}

.st-header__menu.is-open span {
  background: #fff;
}

.st-header__menu.is-open span:nth-child(1) {
  -webkit-animation: open1 .6s forwards;
          animation: open1 .6s forwards;
}

.st-header__menu.is-open span:nth-child(2) {
  opacity: 0;
}

.st-header__menu.is-open span:nth-child(3) {
  -webkit-animation: open2 .6s forwards;
          animation: open2 .6s forwards;
}

.st-header__menu.is-close span:nth-child(1) {
  -webkit-animation: close1 .6s forwards;
          animation: close1 .6s forwards;
}

.st-header__menu.is-close span:nth-child(2) {
  opacity: 1;
}

.st-header__menu.is-close span:nth-child(3) {
  -webkit-animation: close2 .6s forwards;
          animation: close2 .6s forwards;
}

@-webkit-keyframes open1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
    transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(25deg);
    transform: translateY(11px) rotate(25deg);
  }
}

@keyframes open1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
    transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(25deg);
    transform: translateY(11px) rotate(25deg);
  }
}

@-webkit-keyframes open2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
    transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-25deg);
    transform: translateY(-11px) rotate(-25deg);
  }
}

@keyframes open2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
    transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-25deg);
    transform: translateY(-11px) rotate(-25deg);
  }
}

@-webkit-keyframes close1 {
  0% {
    -webkit-transform: translateY(11px) rotate(25deg);
    transform: translateY(11px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
    transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes close1 {
  0% {
    -webkit-transform: translateY(11px) rotate(25deg);
    transform: translateY(11px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
    transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes close2 {
  0% {
    -webkit-transform: translateY(-11px) rotate(-25deg);
    transform: translateY(-11px) rotate(-25deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
    transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes close2 {
  0% {
    -webkit-transform: translateY(-11px) rotate(-25deg);
    transform: translateY(-11px) rotate(-25deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
    transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

/* # =================================================================
#	グローバルナビゲーション
# ================================================================= */
/*
max-font-size ($font_size, $max_font_size)

$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.st-nav {
  margin: 70px 0 0;
}

.st-nav__logo {
  font-size: 0;
  display: none;
}

.st-nav__item {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}

.st-nav__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9rem 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 2.0rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
}

.st-nav__item > a.is-current {
  color: #000;
}

.st-nav__item:last-child {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

.st-nav__sub-list {
  display: none;
  margin: -.8rem 0 1.3rem 2.0rem;
}

.st-nav__sub-list li {
  position: relative;
}

.st-nav__sub-list li + li::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 100%;
  position: absolute;
  top: -44%;
  left: .2rem;
  background: #ccc;
}

.st-nav__sub-list li a {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #666;
  line-height: 2.2;
  padding-left: 2.0rem;
  position: relative;
  z-index: 1;
}

.st-nav__sub-list li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00b0f0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.st-nav__sub-list li a:hover, .st-nav__sub-list li a.is-current {
  color: #000;
  opacity: 1;
}

.st-nav__sub-list li a:hover::before, .st-nav__sub-list li a.is-current::before {
  background: #000;
}

/* # =================================================================
#	メイン
# ================================================================= */
/*
max-font-size ($font_size, $max_font_size)

$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/

/* # =================================================================
#	フッター
# ================================================================= */
/*
max-font-size ($font_size, $max_font_size)

$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.st-footer__pagetop {
  display: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: fixed;
  bottom: 2rem;
  right: 10rem;
  z-index: 999;
}

.st-footer__pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 176, 240, 0.7);
  border-radius: 50%;
  height: 100%;
}

.st-footer__pagetop img {
  width: 1.4rem;
}

.st-footer__copyright {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  padding: 0 10rem 3rem;
}

@media screen {
  [hidden~='screen'] {
    display: inherit;
  }
  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
  a:hover,
  button:hover {
    opacity: 1;
  }
  .for-sp {
    display: block !important;
  }
  br.for-sp {
    display: inline-block !important;
  }
  .for-pc {
    display: none !important;
  }
  .c-l-column {
    padding: 0 2rem;
  }
  .c-l-box {
    padding: 3rem 2rem;
  }
  .c-l-flex-box {
    display: block;
  }
  .c-headline {
    font-size: 4.0rem;
  }
  .c-headline small {
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
  }
  .c-headline-2 {
    font-size: 2.3rem;
  }
  .c-sub-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-sub-headline strong {
    font-size: 2.0rem;
    line-height: 1.2;
    margin: 0 1rem 0 0;
  }
  .c-sub-headline small {
    margin: 0;
  }
  .c-page-header {
    background: none !important;
    width: auto;
    height: auto;
    padding: 0;
  }
  .c-page-header__head {
    background-position: left top;
    background-size: cover;
    width: 0;
    height: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0;
    padding: 0 2rem 2.2rem;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  .c-page-header__desc {
    color: #000;
    margin: 2.7rem 2rem 0;
    line-height: 1.8;
  }
  .c-page-header__copy {
    font-size: 2.3rem;
    line-height: 1.3;
    margin: 0 0 2rem;
  }
  .c-page-header--normal {
    padding: 6.5rem 0 3.5rem;
  }
  .c-page-header--normal .c-page-header__head {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .c-page-header--normal .c-page-header__desc {
    margin-top: 0;
  }
  .c-btn {
    width: 100%;
    height: 4rem;
    padding: 0;
  }
  .c-btn i::before {
    display: none;
  }
  .c-btn > span span:last-child {
    display: none;
  }
  .c-btn:hover i {
    width: 0.7rem;
    height: 0.7rem;
    right: 1.5rem;
  }
  .c-btn:hover > span span:first-child {
    -webkit-transform: none;
            transform: none;
  }
  .c-btn:hover > span span:last-child {
    -webkit-transform: none;
            transform: none;
  }
  .c-list li {
    font-size: 1.4rem;
  }
  .c-list li + li {
    margin-top: .85rem;
  }
  .c-container {
    width: auto;
    margin: 0;
  }
  .c-p-dl {
    margin: 0;
    padding: 1.2rem 0 1.6rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-p-dl > dt {
    font-size: 1.6rem;
    width: 100%;
    font-weight: 700;
  }
  .c-p-dl > dd {
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .c-p-dl > dd p {
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .st-header {
    position: absolute;
    width: 100%;
    padding: 2rem 2rem 0;
    z-index: 999;
  }
  .st-header__logo {
    width: 130px;
    margin: 0;
  }
  .st-header__logo svg {
    fill: #000;
    stroke: #000;
  }
  .st-header__menu {
    display: block;
    width: 40px;
    height: 24px;
    position: fixed;
    top: 35px;
    right: 20px;
    z-index: 999;
  }
  .st-nav {
    width: 100%;
    height: 100%;
    padding: 2rem;
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99;
    display: none;
    overflow: auto;
  }
  .st-nav__logo {
    width: 130px;
    display: block;
  }
  .st-nav__logo svg {
    fill: #fff;
    stroke: #fff;
  }
  .st-nav__list {
    margin: 5.0rem 0 0;
  }
  .st-nav__item {
    border-color: rgba(187, 187, 187, 0.3);
  }
  .st-nav__item > a {
    padding: 1.25rem 0;
    color: #fff;
  }
  .st-nav__item > a.is-current {
    color: #fff;
  }
  .st-nav__item:last-child {
    border-color: rgba(187, 187, 187, 0.3);
  }
  .st-nav__sub-list {
    border-top: solid 1px rgba(187, 187, 187, 0.3);
    margin: 0;
    padding: 1.5rem 2.0rem;
  }
  .st-nav__sub-list li + li {
    padding-top: 1.1rem;
  }
  .st-nav__sub-list li + li::before {
    background: #bbb;
    opacity: 0.3;
  }
  .st-nav__sub-list li a {
    color: #fff;
    font-size: 1.6rem;
    padding-left: 1.5rem;
  }
  .st-nav__sub-list li a:hover, .st-nav__sub-list li a.is-current {
    color: #fff;
  }
  .st-nav__sub-list li a:hover::before, .st-nav__sub-list li a.is-current::before {
    background: #00b0f0;
  }
  .st-wrapper {
    padding-top: 8rem;
  }
  .st-footer__pagetop {
    width: 4.5rem;
    height: 4.5rem;
    right: 2rem;
  }
  .st-footer__pagetop img {
    width: 1.6rem;
  }
  .st-footer__copyright {
    padding: 0 2rem 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-page-header__headline {
    font-size: 6.0rem;
  }
}
