@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  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: inherit;
  /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* 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%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.75;
  position: relative;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

input[type="text"],
input[type="email"] {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: saturate(180%) blur(10px);
  border-radius: 8px;
  padding: 4px 16px;
  color: #FFF;
  border: 1px solid #DDD;
  width: 100%;
}

input[type="submit"][disabled] {
  opacity: 0.7;
  background-color: transparent;
}

textarea {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: saturate(180%) blur(10px);
  border-radius: 8px;
  padding: 4px 16px;
  color: #FFF;
  border: 1px solid #DDD;
  width: 100%;
  height: 96px;
}

.news__text {
  margin-bottom: 24px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .news__text {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}

.news-list__content,
.news-detail__content {
  height: 60vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.contact__error {
  color: #FF0000;
  font-size: 1.2rem;
}

.u-form-checkbox {
  width: 16px;
  height: 16px;
  border: none;
  margin-right: 10px;
  margin-bottom: 4px;
}

.as-policy-header {
  font-size: 15px;
  font-weight: 700;
  color: white;
  line-height: 1.5em;
  margin-bottom: 2em;
  padding: 0 30px;
}

.as-policy-title {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-top: 1em;
  padding: 30px;
}

.as-policy-content hr {
  height: 0.5px;
  border: none;
  border-top: 1px solid white;
  margin: 0 5px 1em 5px;
}

.as-policy-conent-section-title {
  font-size: 13px;
  font-weight: 600;
  color: white;
  margin-bottom: 1em;
}

.as-policy-content-text {
  font-size: 11px;
  line-height: 1.8em;
  white-space: pre-line;
}

.as-policy-content-section {
  margin-top: 20px;
  padding: 0 30px;
  margin-bottom: 40px;
}

.as-policy-conent-section-title::before {
  content: "●";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.as-policy-sign {
  font-size: 11px;
  line-height: 1.8em;
  margin-bottom: 50px;
  padding: 0 30px 20px 30px;
}

.l-header {
  width: 100%;
  position: fixed;
  color: #FFF;
  z-index: 1;
}

@media (min-width: 768px) {
  .l-header {
    position: absolute;
    top: 0;
  }
}

.l-header__logo {
  margin: 10px 0 0 16px;
  display: inline-block;
  max-width: 88px;
}

@media (min-width: 768px) {
  .l-header__logo {
    margin: 20px 0 0 24px;
    max-width: none;
  }
}

.l-header__logo > img {
  width: 100%;
}

.l-header__nav {
  font-size: 1.6rem;
  font-weight: 500;
  float: right;
  margin: 0;
  min-height: 50px;
  display: none;
  line-height: 2.5;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: saturate(180%) blur(10px);
  padding: 48px 0 24px 32px;
  border-radius: 8px 0 0 8px;
}

@media (min-width: 1024px) {
  .l-header__nav {
    font-size: 1.8rem;
    display: block;
    background-color: transparent;
    backdrop-filter: none;
    margin: 16px 24px 0 0;
    padding: 0;
    border-radius: 0;
  }
}

@media (min-width: 1024px) {
  .l-header__nav ul {
    display: flex;
    padding-left: 0;
  }
}

.l-header__nav ul li {
  border-bottom: 1px solid #8199A4;
}

@media (min-width: 1024px) {
  .l-header__nav ul li {
    margin-right: 64px;
    border-bottom: none;
  }
}

.l-header__nav ul li:last-child {
  border-bottom: none;
  padding: 8px 8px 0 0;
}

@media (min-width: 1024px) {
  .l-header__nav ul li:last-child {
    margin-right: 0;
    padding: 0;
  }
}

.l-container {
  max-width: 1088px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .l-container {
    padding: 0 24px;
  }
}

@media (min-width: 1024px) {
  .l-container {
    max-width: 1088px;
    margin: 0 auto;
    padding: 0 16px 0 56px;
  }
}

.l-container--narrow {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 8px;
}

.l-section {
  width: 100%;
  padding: 64px 0 0 0;
}

@media (min-width: 768px) {
  .l-section {
    padding: 0;
  }
}

.l-section--top {
  width: 100%;
  padding: 100px 0 40px 0;
}

@media (min-width: 768px) {
  .l-section--top {
    padding: 0;
  }
}

.l-section--detail {
  height: 100%;
  padding: 64px 0 40px 0;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .l-section--detail {
    padding: 0;
    height: auto;
  }
}

.l-section--news-detail {
  padding: 64px 0;
  box-sizing: border-box;
  height: 100vh;
}

@media (min-width: 768px) {
  .l-section--news-detail {
    padding: 72px 0 40px 0;
  }
}

.l-section--standard {
  height: 100%;
  padding: 64px 0 40px 0;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .l-section--standard {
    height: auto;
  }
}

.l-footer {
  text-align: center;
  color: #FFF;
  margin-top: 48px;
}

.c-pager {
  display: none;
}

@media (min-width: 1024px) {
  .c-pager {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0;
    display: block;
  }
}

@media (min-width: 1024px) {
  .c-pager li {
    display: block;
    margin: 20px;
  }
}

@media (min-width: 1024px) {
  .c-pager li a {
    display: block;
    width: 10px;
    height: 10px;
    background: #FFF;
    border-radius: 50%;
    opacity: 0.5;
  }
}

@media (min-width: 1024px) {
  .c-pager .is-current a {
    background: #FFF;
    opacity: 1;
  }
}

.c-toggle-menu {
  position: absolute;
  top: 4px;
  right: 16px;
}

@media (min-width: 1024px) {
  .c-toggle-menu {
    display: none;
  }
}

.c-toggle-menu__button {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  padding-top: 12px;
  transition: all 500ms cubic-bezier(1, 0, 0.645, 0.65);
}

.c-toggle-menu__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.c-toggle-menu__bar {
  display: block;
  position: relative;
  background: #fff;
  width: 26px;
  height: 2px;
  border-radius: 1px;
  transition: all 300ms;
  margin: 0 auto;
}

.c-toggle-menu__bar1 {
  top: 0;
  animation: topbar-back 500ms;
  animation-fill-mode: both;
  animation-play-state: initial !important;
}

.c-toggle-menu__bar2 {
  opacity: 1;
}

.c-toggle-menu__bar3 {
  bottom: 0;
  animation: bottombar-back 500ms;
  animation-fill-mode: both;
  animation-play-state: initial !important;
}

.c-toggle-menu__bar + .c-toggle-menu__bar {
  margin-top: 5px;
}

.is-toggled .c-toggle-menu__bar1 {
  top: 25%;
  animation: topbar-x 500ms;
  animation-fill-mode: both;
  transform: rotate(45deg);
}

.is-toggled .c-toggle-menu__bar2 {
  opacity: 0;
}

.is-toggled .c-toggle-menu__bar3 {
  bottom: 25%;
  animation: bottombar-x 500ms;
  animation-fill-mode: both;
  transform: rotate(-45deg);
}

.is-active {
  display: block;
}

.c-background--news {
  background-image: url(/img/bg-news-sp-01.png);
  background-size: cover;
}

@media (min-width: 768px) {
  .c-background--news {
    background-image: url(/img/bg-news-pc-01.png);
  }
}

.c-background--features-01 {
  background-image: url(/img/bg-features-sp-01.png);
  background-size: cover;
}

@media (min-width: 768px) {
  .c-background--features-01 {
    background-image: url(/img/bg-features-pc-01.png);
  }
}

.c-background--features-02 {
  background-image: url(/img/bg-features-sp-02.png);
  background-size: cover;
}

@media (min-width: 768px) {
  .c-background--features-02 {
    background-image: url(/img/bg-features-pc-02.png);
  }
}

.c-background--case-studies-01 {
  background-image: url(/img/bg-case-studies-01.png);
  background-size: cover;
}

.c-background--company-01 {
  background-image: url(/img/bg-company-01.png);
  background-size: cover;
}

.c-background--contact {
  background-image: url(../img/bg-contact-01.png);
  background-size: cover;
}

.c-title-main:lang(en) {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .c-title-main:lang(en) {
    font-size: 4.8rem;
  }
}

.c-title-main:lang(ja) {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .c-title-main:lang(ja) {
    font-size: 4.8rem;
  }
}

.c-title-main--nocatch:lang(en) {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
}

.c-title-main--nocatch:lang(ja) {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .c-title-main--nocatch:lang(ja) {
    font-size: 4rem;
  }
}

.c-title-main__catch {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 16px 0;
  display: block;
}

@media (min-width: 768px) {
  .c-title-main__catch {
    font-size: 2.4rem;
    margin: 24px 0 32px 0;
  }
}

.c-title-main__catch--top {
  font-size: 2rem;
  font-weight: 700;
  margin: 16px 0;
  display: block;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .c-title-main__catch--top {
    font-size: 4.8rem;
    margin: 24px 0 16px 0;
  }
}

.c-title-section-main {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .c-title-section-main {
    margin-bottom: 96px;
    font-size: 3.2rem;
  }
}

.c-title-section-sub {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .c-title-section-sub {
    margin-bottom: 16px;
    font-size: 2.4rem;
  }
}

.c-button-area--center {
  text-align: center;
  margin-top: 16px;
}

.c-button--primary {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: saturate(180%) blur(10px);
  color: #FFF;
  display: block;
  border-radius: 8px;
  border: 1px solid #DDD;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  line-height: 1.5;
}

.c-button--primary:hover {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: saturate(180%) blur(10px);
  color: #FFF;
  display: block;
  border-radius: 8px;
  border: 1px solid #DDD;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  line-height: 1.5;
}

.c-button--s {
  padding: 4px;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .c-button--s {
    font-size: 1.6rem;
    padding: 4px 8px;
  }
}

.c-button--m {
  padding: 8px 24px;
  width: 100%;
}

@media (min-width: 768px) {
  .c-button--m {
    max-width: 240px;
  }
}

.c-button--l {
  padding: 8px 24px;
  width: 100%;
}

.c-list {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #8199A4;
  display: flex;
}

.c-list .c-list__title {
  display: flex;
  width: 65%;
  line-height: 2.5;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .c-list .c-list__title {
    width: 80%;
    font-size: 1.6rem;
  }
}

.c-list .c-list__title dt {
  margin-right: 8px;
}

@media (min-width: 768px) {
  .c-list .c-list__title dt {
    margin-right: 24px;
  }
}

.c-list .c-list__title dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-list .c-list__readmore {
  width: 35%;
  padding-left: 8px;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .c-list .c-list__readmore {
    width: 20%;
    font-size: 1.6rem;
  }
}

.c-panel--blur {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: saturate(180%) blur(10px);
  color: #FFF;
}

.c-panel--blur__header {
  padding-top: 16px;
}

@media (min-width: 768px) {
  .c-panel--blur__header {
    padding-left: 24px;
  }
}

.c-panel--blur__title {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px;
  border-bottom: 1px solid #8199A4;
}

@media (min-width: 768px) {
  .c-panel--blur__title {
    font-size: 2rem;
    padding: 8px 32px;
  }
}

.c-panel--blur__title time {
  float: right;
}

.c-panel--blur__content {
  padding: 8px;
}

@media (min-width: 768px) {
  .c-panel--blur__content {
    padding: 24px 32px;
  }
}

.news .c-grid--2col {
  display: block;
  height: auto;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .news .c-grid--2col {
    display: table;
    padding: 100px 0 0 0;
    margin-bottom: 48px;
  }
}

.c-grid--2col {
  display: table;
  width: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  .c-grid--2col {
    height: 100vh;
    padding: 0 8px;
  }
}

.c-grid--2col__left {
  color: #FFF;
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .c-grid--2col__left {
    font-size: 1.8rem;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    margin-bottom: 0;
  }
}

.c-grid--2col__right {
  display: block;
  color: #FFF;
  width: 100%;
}

@media (min-width: 768px) {
  .c-grid--2col__right {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}

.c-grid--1col {
  display: table;
  width: 100%;
  padding: 0 8px;
  color: #FFF;
}

@media (min-width: 768px) {
  .c-grid--1col {
    height: 100vh;
  }
}

.c-grid--1col__center {
  display: block;
  color: #FFF;
  width: 100%;
}

@media (min-width: 768px) {
  .c-grid--1col__center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
}

.c-venn {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 44em;
  max-width: 44em;
  height: 40em;
  font-size: 1.4vw;
  list-style: none;
}

@media (min-width: 768px) {
  .c-venn {
    width: 23em;
    max-width: 23em;
    height: 22em;
  }
}

.c-venn li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 24em;
  height: 24em;
  box-sizing: border-box;
  border: 1px solid #FFF;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .c-venn li {
    width: 13em;
    height: 13em;
  }
}

.c-venn li:nth-of-type(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0.5em;
}

.c-venn li:nth-of-type(2) {
  bottom: 0;
  left: 0;
  padding: 0 2.5em 0px 0.5em;
}

.c-venn li:nth-of-type(3) {
  bottom: 0;
  right: 0;
  padding: 0 0 0 1.5em;
}

.c-process {
  display: block;
}

@media (min-width: 1024px) {
  .c-process {
    display: flex;
  }
}

.c-process__item {
  width: 100%;
  margin-bottom: 16px;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: saturate(180%) blur(10px);
  border-radius: 8px;
  padding: 16px;
}

@media (min-width: 1024px) {
  .c-process__item {
    width: 20%;
    background-color: transparent;
    backdrop-filter: none;
    background-image: url(../img/icon-arrow-right-01.svg);
    background-repeat: no-repeat;
    background-position: 100% 29%;
    border-radius: 0;
    padding: 0;
    margin-right: 16px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .c-process__item:last-child {
    background-image: none;
  }
}

.c-process__step {
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
}

@media (min-width: 1024px) {
  .c-process__step {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: saturate(180%) blur(10px);
    width: 160px;
    height: 160px;
    color: #FFF;
    border: 1px solid #DDD;
    border-radius: 80px;
    line-height: 160px;
  }
}

.c-process__description {
  margin-top: 8px;
  color: #000;
}

@media (min-width: 1024px) {
  .c-process__description {
    color: #FFF;
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .c-table--noborder {
    font-size: 1.8rem;
  }
}

.c-table--noborder th {
  padding-right: 8px;
  padding-bottom: 8px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .c-table--noborder th {
    padding-right: 32px;
    font-size: 1.8rem;
  }
}

.c-table--noborder td {
  padding-bottom: 8px;
}

.c-table--noborder td ul {
  padding-left: 24px;
}

.c-table--noborder td ul li {
  list-style-type: disc;
}

.c-table--noborder-contact {
  width: 100%;
}

.c-table--noborder-contact th {
  display: block;
  padding-bottom: 4px;
}

@media (min-width: 768px) {
  .c-table--noborder-contact th {
    display: table-cell;
    width: 35%;
  }
}

.c-table--noborder-contact th span {
  color: #FF0000;
  margin-left: 4px;
}

.c-table--noborder-contact td {
  display: block;
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .c-table--noborder-contact td {
    display: table-cell;
    width: 65%;
  }
}

.c-link--back {
  background-image: url(../img/icon-circle-arrow-left-01.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  display: block;
  background-position: 8px 0;
  background-size: 24px 24px;
}

.c-link--blank {
  background-image: url(/img/icon-blank-01.svg);
  background-repeat: no-repeat;
  background-position: right 2px;
  padding-right: 24px;
  background-size: 16px;
}

.u-text-center {
  text-align: center;
}

.u-text-size--m {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .u-text-size--m {
    font-size: 1.8rem;
  }
}

.u-text-decoration--underline {
  text-decoration: underline;
}

.u-mb-32 {
  margin-bottom: 32px;
}

.u-pt-100 {
  padding-top: 100px;
}

.is-onlyPC {
  display: none !important;
}

@media (min-width: 768px) {
  .is-onlyPC {
    display: block !important;
  }
}

.is-onlySP {
  display: block !important;
}

@media (min-width: 768px) {
  .is-onlySP {
    display: none !important;
  }
}

/* Slider */
.slider-sp {
  width: 90vw;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .slider-sp {
    display: none !important;
  }
}

.slider-sp__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.slider-sp__description {
  margin-bottom: 40px;
}

.slider-sp__image {
  width: 70%;
  margin: 0 auto;
}

.slider-sp__image img {
  width: 100%;
}

.slider-pc {
  width: 40vw;
  margin: 0 auto;
  position: relative;
  display: none !important;
}

@media (min-width: 768px) {
  .slider-pc {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .slider-pc__title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .slider-pc__description {
    margin-top: 24px;
    text-align: center;
  }
}

.slider-pc__image {
  width: 75%;
  margin: 0 auto;
}

.slider-pc__image img {
  width: 100%;
}

.prev-arrow {
  left: 0;
  position: absolute;
  top: 224px;
  z-index: 1;
}

@media (min-width: 768px) {
  .prev-arrow {
    left: 24px;
  }
}

.next-arrow {
  right: 0;
  position: absolute;
  top: 224px;
  z-index: 1;
}

@media (min-width: 768px) {
  .next-arrow {
    right: 24px;
  }
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  top: 124px;
}

@media (min-width: 768px) {
  .slick-dots {
    bottom: -48px;
    top: auto;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  color: transparent;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: ' ';
  text-align: center;
  opacity: .4;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFF;
  border-radius: 4px;
}

.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;
}
