@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&display=swap"); /* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

::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
# ================================================================= */
/* 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: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* 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+ */
}

li {
  list-style: none;
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, 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 {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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;
  /* Safari 8+ */
}

[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 */
}

/* 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 {
  border-style: 0;
  padding: 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;
}

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 {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in 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- */
}

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

/* # =================================================================
  # 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 {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

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

/* 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;
  margin-left: auto;
  margin-right: auto;
}
.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 */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  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");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  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-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover: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: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.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 {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.u-pc-only {
  display: block;
}

.u-sp-only {
  display: none;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a.tooltip {
  position: relative;
  display: block;
  cursor: none;
}
a.tooltip img {
  display: block;
}
a.tooltip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  z-index: 0;
}
a.tooltip:hover::before {
  opacity: 1;
}

.tooltipText {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  visibility: hidden;
  z-index: 1;
}

.js-hover .tooltipText {
  visibility: visible;
}

.common-transition {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
.common-transition .wipe {
  width: 100%;
  background: #009ca7;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.c-preload {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 20px;
  background-color: #fff;
  z-index: 1000;
  transition: transform 500ms 100ms cubic-bezier(0.76, 0, 0.24, 1);
}
.c-preload.is-loaded {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.c-preload.is-loaded .c-preload__logo {
  -webkit-transform: translateY(500px);
  transform: translateY(-500px);
}
.c-preload__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  overflow: hidden;
  color: #009ca7;
}
.c-preload__text p {
  animation: fadeOut 750ms 2000ms cubic-bezier(0.25, 1, 0.5, 1) forwards;
  font-size: 1.9vw;
  line-height: 1.7;
}
.c-preload__text p.en {
  margin-bottom: 0.2em;
  font-size: 3vw;
  font-style: italic;
  font-weight: bold;
}
.c-preload__logo {
  overflow: hidden;
  transition: transform 500ms cubic-bezier(0.76, 0, 0.24, 1);
}
.c-preload__logo img {
  display: block;
  width: 300px;
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
  animation: logoAnim 750ms 2500ms cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logoAnim {
  0% {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.hidden .c-preload {
  display: none !important;
}

body {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #505050;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

header {
  position: relative;
  padding: 40px;
}
header h1 {
  position: relative;
  display: flex;
}
header h1 p {
  margin-top: 6px;
  margin-left: 20px;
  color: #fff;
  font-size: 11px;
  line-height: 1.7;
  text-align: left;
  font-weight: normal;
  font-style: italic;
}
header img.sub-page {
  display: none;
}

.home header h1 p {
  color: #009ca7;
}

.l-header__nav-toggle {
  pointer-events: auto;
  height: auto;
  cursor: pointer;
  z-index: 999;
  position: fixed;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  right: 50px;
  top: 51px;
  transition: all 0.3s linear;
  mix-blend-mode: difference;
}
.l-header__nav-btn {
  position: relative;
  width: 50px;
  height: 19px;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  background: none;
  border: none;
}
.l-header__nav-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  overflow: hidden;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.l-header__nav-btn span::before {
  content: " ";
  display: block;
  height: 1px;
  background-color: #fff;
}
.l-header__nav-btn span:nth-of-type(1) {
  top: 0px;
}
.l-header__nav-btn span:nth-of-type(2) {
  top: 9px;
}
.l-header__nav-btn span:nth-of-type(3) {
  top: auto;
  bottom: 0;
}
.l-header__nav-text {
  margin-left: 10px;
}
.l-header__nav-text img {
  width: 42px;
}
.l-header__nav-menu {
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  width: 50%;
  padding: 126px 0 0;
  z-index: 900;
  font-size: 1.4rem;
  line-height: 2.2;
  transition: opacity 0.5s, visibility 0.5s;
  overflow-y: scroll;
  height: 100%;
  z-index: 99;
}
.l-header__nav-menu ul {
  border-bottom: 1px solid;
}
.l-header__nav-menu li a {
  display: block;
  padding-left: 1em;
  letter-spacing: 0.1em;
  line-height: 60px;
}
.l-header__nav-menu li a:first-child {
  border-top: 1px solid;
}
.l-header__nav.active .l-header__nav-btn span:nth-of-type(1) {
  transform: translateY(9px) rotate(-28deg);
}
.l-header__nav.active .l-header__nav-btn span:nth-of-type(1)::before {
  background: #fff;
}
.l-header__nav.active .l-header__nav-btn span:nth-of-type(2) {
  opacity: 0;
}
.l-header__nav.active .l-header__nav-btn span:nth-of-type(3) {
  transform: translateY(-9px) rotate(28deg);
}
.l-header__nav.active .l-header__nav-btn span:nth-of-type(3)::before {
  background: #fff;
}
.l-header__nav.active .l-header__nav-menu {
  opacity: 1;
  visibility: visible;
}
.l-header__nav.active .nav-open-mask {
  opacity: 0.8;
  visibility: visible;
}

.nav-open-mask {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 98;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}

.l-mv {
  position: relative;
  padding-left: 40px;
}
.l-mv::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #009ca7;
  width: 100%;
  height: 345px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots li {
  margin: 0 2px;
}
.slick-dots li button:before {
  color: #fff;
}

.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.c-flex-list {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-flex-list::after {
  content: "";
  display: block;
  width: 30.76%;
}
.c-flex-list li {
  margin-bottom: 3.8461538462%;
}
.c-flex-list li p {
  margin-top: 1em;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
}
.c-flex-list .support {
  width: 30.76%;
}
.c-flex-list .media {
  width: 48.07%;
  font-feature-settings: "palt" 1;
}

.p-main-desc {
  padding: 90px 0;
}
.p-main-desc p {
  position: relative;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.3em;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.p-main-desc p.en {
  margin-bottom: 0.5em;
  font-style: italic;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-weight: bold;
}

footer {
  padding: 50px 0;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.15em;
}

.home header {
  background: #fff;
}
.home .l-contents {
  padding: 80px 0;
  background: #282828;
}
.home .l-contents__inner {
  margin: auto;
  max-width: 1040px;
}
.home h2 {
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #fff;
  border-left: 2px solid;
}

.about,
.privacy {
  background: #009ca7;
}
.about::after,
.privacy::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #282828;
  width: 100%;
  height: 800px;
  z-index: -1;
}
.about header,
.privacy header {
  padding-bottom: 80px;
}
.about .l-header__nav-btn span::before,
.privacy .l-header__nav-btn span::before {
  background-color: #fff;
}
.about h1 img,
.privacy h1 img {
  display: none;
}
.about h1 img.sub-page,
.privacy h1 img.sub-page {
  display: inline-block;
}
.about h2,
.privacy h2 {
  position: relative;
  padding-top: 33px;
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #fff;
}
.about h2::after,
.privacy h2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: #fff;
}
.about .l-container,
.privacy .l-container {
  margin-left: 40px;
}
.about .l-container__inner,
.privacy .l-container__inner {
  padding: 80px 40px;
  background: #fff;
}
.about .l-greeting,
.privacy .l-greeting {
  margin: auto;
  max-width: 920px;
  display: flex;
}
.about .l-greeting__left,
.privacy .l-greeting__left {
  margin-right: 80px;
  width: 252px;
  flex-shrink: 0;
}
.about .l-greeting p,
.privacy .l-greeting p {
  margin-bottom: 2.5em;
  letter-spacing: 0.15em;
  font-size: 14px;
  line-height: 25px;
}
.about .l-greeting p.bold,
.privacy .l-greeting p.bold {
  margin-bottom: 0.5em;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #009ca7;
  font-feature-settings: "palt" 1;
}
.about .l-overview,
.privacy .l-overview {
  margin: 80px auto 0;
  max-width: 920px;
}
.about .l-overview dl,
.privacy .l-overview dl {
  position: relative;
  line-height: 2;
  letter-spacing: 0.15em;
}
.about .l-overview dl:nth-child(odd),
.privacy .l-overview dl:nth-child(odd) {
  background: #f0f0f0;
}
.about .l-overview dl dt,
.privacy .l-overview dl dt {
  padding-left: 40px;
  padding-top: 1.5em;
  position: absolute;
  left: 0;
  font-weight: 600;
}
.about .l-overview dl dd,
.privacy .l-overview dl dd {
  padding: 1.5em 0 1.5em 160px;
}
.about .l-privacy,
.privacy .l-privacy {
  margin: auto;
  max-width: 920px;
}
.about .l-privacy h3,
.privacy .l-privacy h3 {
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 2;
  color: #009ca7;
  font-weight: 600;
}
.about .l-privacy p,
.privacy .l-privacy p {
  line-height: 25px;
}
.about .l-privacy p .p-title,
.privacy .l-privacy p .p-title {
  font-weight: 600;
}
.about footer,
.privacy footer {
  color: #fff;
}
@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 screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .c-preload__text p {
    font-size: 4.5vw;
  }
  .c-preload__text p.en {
    font-size: 5.7vw;
    line-height: 1.4;
  }
  .c-preload__logo img {
    width: 62.5vw;
  }
  header {
    padding: 25px 6.25vw;
  }
  header h1 {
    display: block;
  }
  header h1 p {
    margin-top: 3px;
    margin-left: 0;
    font-size: 10px;
  }
  header img {
    width: 120px;
  }
  .l-header__nav-toggle {
    right: 15px;
    top: 30px;
  }
  .l-header__nav-btn {
    width: 40px;
  }
  .l-header__nav-menu {
    top: 0;
    padding: 100px 6.25vw;
    width: 100%;
  }
  .l-mv {
    padding-left: 6.25vw;
  }
  .l-mv::before {
    height: 93.75vw;
  }
  .c-flex-list {
    margin-bottom: 12.5vw;
    display: block;
  }
  .c-flex-list li {
    margin-bottom: 5.3333333333%;
  }
  .c-flex-list li p {
    margin-top: 0.5em;
    font-size: 3.75vw;
  }
  .c-flex-list .support {
    width: 100%;
  }
  .c-flex-list .media {
    width: 100%;
  }
  .c-flex-list .media a {
    height: 54.6875vw;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-main-desc {
    padding: 20vw 0;
    transform: translateX(-3.5vw);
  }
  .p-main-desc p {
    font-size: 3.5vw;
    line-height: 1.7;
  }
  .p-main-desc p.en {
    font-size: 5.3vw;
    line-height: 1.4;
  }
  footer {
    padding: 7.8125vw 0;
    font-size: 3.125vw;
  }
  .home .l-contents {
    padding: 10.6666666667vw 6.25vw;
  }
  .home h2 {
    margin-bottom: 6.25vw;
    padding-left: 3.125vw;
    font-size: 9.375vw;
    line-height: 10.3125vw;
  }
  .about header,
  .privacy header {
    padding-bottom: 10.6666666667vw;
  }
  .about h2,
  .privacy h2 {
    padding-top: 5.15625vw;
    margin-bottom: 6.25vw;
    font-size: 9.375vw;
    line-height: 10.3125vw;
  }
  .about h2::after,
  .privacy h2::after {
    width: 18.75vw;
  }
  .about .l-container,
  .privacy .l-container {
    margin-left: 6.25vw;
  }
  .about .l-container__inner,
  .privacy .l-container__inner {
    padding: 10.6666666667vw 6.25vw;
  }
  .about .l-greeting,
  .privacy .l-greeting {
    display: block;
  }
  .about .l-greeting__left,
  .privacy .l-greeting__left {
    width: 70%;
  }
  .about .l-greeting p,
  .privacy .l-greeting p {
    font-size: 3.125vw;
    line-height: 1.7;
  }
  .about .l-greeting p.bold,
  .privacy .l-greeting p.bold {
    font-size: 3.75vw;
    letter-spacing: 0.075em;
  }
  .about .l-overview,
  .privacy .l-overview {
    margin: 10.6666666667vw auto 0;
  }
  .about .l-overview dl,
  .privacy .l-overview dl {
    line-height: 1.8;
  }
  .about .l-overview dl dt,
  .privacy .l-overview dl dt {
    position: relative;
    padding-left: 1em;
  }
  .about .l-overview dl dd,
  .privacy .l-overview dl dd {
    padding: 0 1em 1.5em;
  }
  .about .l-privacy h3,
  .privacy .l-privacy h3 {
    margin-bottom: 0.5em;
    font-size: 6.5625vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .l-mv::before {
    height: 30.8035714286vw;
  }
  .c-flex-list {
    margin-bottom: 7.1428571429vw;
  }
  .c-flex-list li p {
    font-size: 1.26953125vw;
  }
  .p-main-desc {
    padding: 8.0357142857vw 0;
  }
  footer {
    padding: 4.4642857143vw 0;
  }
  .home .l-contents {
    padding: 7.1428571429vw 40px;
  }
  .about .l-greeting__left,
  .privacy .l-greeting__left {
    margin-right: 7.1428571429vw;
    width: 22.5vw;
  }
  .about .l-greeting p,
  .privacy .l-greeting p {
    font-size: 1.3671875vw;
    line-height: 2.44140625vw;
  }
  .about .l-greeting p.bold,
  .privacy .l-greeting p.bold {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-main-desc p {
    font-size: 2vw;
    line-height: 1.7;
  }
  .p-main-desc p.en {
    font-size: 3vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1024px) {
  .about::after,
  .privacy::after {
    height: 71.4285714286vw;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
