/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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;
  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] {
  -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: 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

main {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  main {
    max-width: 1180px;
  }
}
@media screen and (min-width: 1380px) {
  main {
    max-width: 1280px;
  }
}

/* ----------------------------------------
	base
---------------------------------------- */
html {
  font-size: 62.5%;
  background-color: #f1f1f1;
  overflow-x: hidden;
}
@media screen and (max-width: 1023px) {
  html.fixed {
    overflow: hidden;
  }
}

html * {
  box-sizing: border-box;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}
body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
  overflow-x: hidden;
}
body.is-scrolled .fixedCta {
  opacity: 1;
  visibility: visible;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  width: 100%;
}

section {
  padding: 40px 0;
}
@media screen and (min-width: 640px) {
  section {
    padding: 64px 0;
  }
}

/* ----------------------------------------
	common
---------------------------------------- */
.sp, .tb, .pc {
  display: none;
}

@media screen and (max-width: 639px) {
  .sp {
    display: inherit;
  }
}
@media screen and (min-width: 640px) {
  .tb {
    display: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
  .pc {
    display: inherit;
  }
}
.inner {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .inner {
    width: 94%;
  }
}

.--blue {
  color: #0079c2;
}

/* ----------------------------------------
	secTtl
---------------------------------------- */
.secTtl {
  text-align: center;
}
.secTtl span {
  display: block;
}
.secTtl span.--en {
  font-family: "Montserrat", sans-serif;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
@media screen and (min-width: 640px) {
  .secTtl span.--en {
    font-size: 5rem;
  }
}
.secTtl span.--jp {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-top: 6px;
}
@media screen and (min-width: 640px) {
  .secTtl span.--jp {
    font-size: 2.4rem;
  }
}

.secTxt {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .secTxt {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------
	header
---------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 50px;
  padding: 10px;
}
@media screen and (max-width: 1023px) {
  .header {
    background: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    height: 60px;
    padding: 0;
  }
}
.header-wrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
.header-wrap.panelactive .header-container {
  right: 0;
}
.header-wrap.panelactive .header-btn span {
  background-color: #1e2e53;
}
.header-wrap.panelactive .header-btn span:nth-of-type(1) {
  top: 6px;
  transform: translateY(6px) rotate(-45deg);
}
.header-wrap.panelactive .header-btn span:nth-of-type(2) {
  opacity: 0;
}
.header-wrap.panelactive .header-btn span:nth-of-type(3) {
  top: 18px;
  transform: translateY(-6px) rotate(45deg);
}
.header-container {
  transition: 0.3s;
  padding: 10px;
}
@media screen and (max-width: 1023px) {
  .header-container {
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    height: 100%;
    padding: 70px 20px;
    z-index: 99;
    max-width: 250px;
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .header-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.header-logo {
  max-width: 125px;
  width: 100%;
  margin-right: 30px;
}
@media screen and (min-width: 1280px) {
  .header-logo {
    max-width: 167px;
    margin-right: 50px;
  }
}
.header-nav-list {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .header-nav-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav-item:nth-child(n+2) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .header-nav-item:nth-child(n+2) {
    margin-left: 34px;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav-link {
    font-size: 1.4rem;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav-link {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .header-nav-link {
    font-size: 1.4rem;
  }
}
.header-right .cta-list {
  margin: 0;
}
.header-right .cta-item {
  width: auto;
}
@media screen and (min-width: 1024px) {
  .header-right .cta-item {
    margin-left: 10px;
  }
}
.header-right .cta-item .tel .--num {
  font-size: 2.1rem;
  background-size: 20px;
}
@media screen and (min-width: 1280px) {
  .header-right .cta-item .tel .--num {
    font-size: 2.6rem;
    background-size: 25px;
  }
}
.header-right .cta-item .tel .--note {
  font-size: 1rem;
  line-height: 1;
  margin-left: 10px;
}
.header-right .cta-item .btn {
  font-size: 1.4rem;
  padding: 0 15px;
  height: 40px;
  width: 140px;
}
@media screen and (min-width: 1024px) {
  .header-right .cta-item .btn {
    font-size: 1.8rem;
    width: 173px;
  }
}
.header-btn {
  border: none;
  background: transparent;
  position: absolute;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  right: 15px;
  width: 24px;
  height: 18px;
}
@media screen and (min-width: 1024px) {
  .header-btn {
    display: none;
  }
}
.header-btn span {
  display: inline-block;
  transition: all 0.5s;
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #1e2e53;
  width: 100%;
}
.header-btn span:nth-of-type(1) {
  top: 0px;
}
.header-btn span:nth-of-type(2) {
  top: 8px;
}
.header-btn span:nth-of-type(3) {
  bottom: 0px;
}
@media screen and (max-width: 1023px) {
  .header-bg {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 1024px) {
  .header-bg {
    display: none;
  }
}
.header-bg.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  transition: all 0.5s;
}

/* ----------------------------------------
	fixed
---------------------------------------- */
.fixedCta {
  display: block;
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background: #edf1f2;
  transition: ease 0.3s;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .fixedCta {
    display: none;
  }
}
.fixedCta .cta-list {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixedCta .cta-item {
  width: auto;
}
.fixedCta .cta-item .tel .--num {
  font-size: 2.3rem;
  background: none;
  padding-left: 0;
}
.fixedCta .cta-item .tel .--note {
  font-size: 1rem;
  line-height: 1;
  margin-left: 10px;
}
.fixedCta .cta-item .btn {
  font-size: 1.4rem;
  padding: 8px;
  height: 40px;
  width: 168px;
  margin: 0 0 0 12px;
}
.fixedCta .cta-item .btn .--txt {
  padding-right: 13px;
}

/* ----------------------------------------
	kv
---------------------------------------- */
.kv {
  background: linear-gradient(135deg, rgba(98, 248, 255, 0.7) 0%, rgba(74, 158, 254, 0.7) 100%);
  padding: 32px 0 0;
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .kv {
    height: 780px;
    margin-top: 60px;
  }
}
.kv .inner {
  max-width: 1098px;
}
@media screen and (max-width: 639px) {
  .kv .inner {
    width: 95%;
  }
}
@media screen and (max-width: 1023px) {
  .kv-wrap {
    position: relative;
    z-index: 2;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .kv-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    width: 92%;
  }
}
.kv-info {
  flex-grow: 1;
  max-width: 520px;
  width: 100%;
  padding-bottom: 2em;
}
@media screen and (max-width: 1240px) {
  .kv-info {
    padding-right: 5%;
  }
}
@media screen and (min-width: 1024px) {
  .kv-info {
    width: 40%;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1380px) {
  .kv-info {
    width: 50%;
  }
}
.kv-logo {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .kv-logo {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .kv-logo img {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1240px) {
  .kv-logo img {
    margin-left: -76px;
  }
}
@media screen and (min-width: 1380px) {
  .kv-logo img {
    margin-left: -84px;
  }
}
.kv-ttl {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.64;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .kv-ttl {
    font-size: 2.8rem;
  }
}
.kv-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
.kv .btn {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .kv-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 630px;
    margin: 0 auto;
  }
}
.kv-item {
  max-width: 300px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 6px;
}
@media screen and (min-width: 640px) {
  .kv-item {
    width: calc(50% - 15px);
    margin: initial;
  }
}
.kv-item-inline {
  width: 300px;
  height: 300px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
}
.kv-item.esports .kv-item-inline {
  background: #8af7a7;
}
.kv-item.theater .kv-item-inline {
  background: #fecef1;
}
.kv-item.studio .kv-item-inline {
  background: #f0ffa3;
}
.kv-item.meeting .kv-item-inline {
  background: #a9b5d8;
}
.kv-item-img {
  position: relative;
}
.kv-item-img-sub {
  width: 100%;
}
.kv-item-img-main {
  width: 220px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.kv-item-ttl {
  position: relative;
  width: 168px;
  margin-top: -35px;
  margin-left: -35px;
}
.kv-item-ttl .main {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.kv-item-ttl .main .smallTxt {
  font-size: 1.6rem;
}
.kv-item-ttl img {
  width: 100%;
}
.kv-item-btn {
  position: absolute;
  bottom: 40px;
  right: 15px;
}
.kv-item-btn span {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  padding-right: 35px;
  position: relative;
}
.kv-item-btn span::after {
  content: "";
  background: url(../img/icon_arrow.svg) no-repeat center center/100%;
  width: 28px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.kv-bg-logo {
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.kv-bg-logo figure {
  display: flex;
  align-items: flex-end;
  width: 292%;
  height: 160px;
  animation: kv-bg-logo-scroll 30s linear infinite;
}
.kv-bg-logo figure img {
  width: 50%;
  max-width: none;
  flex-shrink: 0;
  display: block;
  margin-bottom: -6px;
}

@keyframes kv-bg-logo-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
/* ----------------------------------------
	features
---------------------------------------- */
.features {
  position: relative;
  margin: 64px auto;
}
.features::before, .features::after {
  content: "";
  width: 190px;
  height: 190px;
  position: absolute;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .features::before, .features::after {
    width: 290px;
    height: 290px;
  }
}
.features::before {
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  top: 0;
  left: 10px;
}
@media screen and (min-width: 1280px) {
  .features::before {
    left: 0;
  }
}
.features::after {
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  bottom: 0;
  right: 10px;
}
@media screen and (min-width: 1280px) {
  .features::after {
    right: 0;
  }
}
.features-list {
  margin-top: 40px;
  max-width: 1020px;
}
@media screen and (min-width: 1024px) {
  .features-list {
    display: flex;
    justify-content: space-between;
  }
}
.features-item {
  background: #f5f5f5;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.features-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .features-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.features-item-num {
  font-family: "Montserrat", sans-serif;
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  width: 100%;
}
.features-item-num span {
  font-size: 1rem;
  font-weight: 700;
}
.features-item img {
  width: 300px;
}
.features-item-txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.46;
}

/* ----------------------------------------
	service
---------------------------------------- */
.service {
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, rgba(255, 152, 82, 0.5) 0%, rgba(255, 213, 23, 0.5) 100%);
}
.service-list {
  margin-top: 30px;
}
.service-item {
  padding: 10px 10px 10px 10px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1024px) {
  .service-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 50px;
  }
}
.service-item:not(:last-child) {
  margin-bottom: 30px;
}
.service-item.esports {
  background: #8af7a7;
}
.service-item.esports .service-item-txt {
  margin-bottom: 20px;
}
.service-item.theater {
  background: #fecef1;
}
@media screen and (min-width: 1024px) {
  .service-item.theater .service-item-btn {
    margin: -10px auto 15px;
  }
}
.service-item.studio {
  background: #f0ffa3;
}
.service-item.studio .service-item-note {
  margin-top: -10px;
}
.service-item.meeting {
  background: #a9b5d8;
}
@media screen and (min-width: 1024px) {
  .service-item-img {
    width: 340px;
  }
}
@media screen and (min-width: 1024px) {
  .service-item-body {
    width: 560px;
  }
}
.service-item-tag {
  position: relative;
  width: 180px;
  margin: 10px auto -76px -25px;
}
@media screen and (min-width: 640px) {
  .service-item-tag {
    width: 218px;
    margin: 10px auto -90px -30px;
  }
}
@media screen and (min-width: 1280px) {
  .service-item-tag {
    margin: 10px auto -90px -70px;
  }
}
.service-item-tag .main {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 640px) {
  .service-item-tag .main {
    font-size: 2.2rem;
  }
}
.service-item-tag .smallTxt {
  font-size: 1.4rem;
  font-weight: 900;
}
@media screen and (min-width: 640px) {
  .service-item-tag .smallTxt {
    font-size: 1.6rem;
  }
}
.service-item-tag img {
  width: 100%;
}
.service-item-ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  margin: 20px auto 20px;
}
@media screen and (min-width: 640px) {
  .service-item-ttl {
    font-size: 4rem;
    margin: 20px auto 25px;
  }
}
.service-item-subttl {
  font-size: 1.7rem;
  font-weight: 900;
}
.service-item .ico1 {
  margin-right: 6px;
}
.service-item .ico1::before {
  content: "";
  background: url(../img/tag_bg2.svg) no-repeat center center/100%;
  width: 18px;
  height: 10px;
  display: inline-block;
}
.service-item-txt {
  line-height: 2;
}
.service-item-txt2 {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  margin: 8px auto 20px;
}
.service-item ul {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
}
.service-item ul li {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.92;
}
.service-item dl dt, .service-item dl dd {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.92;
}
.service-item dl dt {
  float: left;
  width: 5em;
}
.service-item dl dd {
  padding-left: 5.5em;
}
.service-item-btn {
  display: block;
  margin-bottom: 15px;
}
.service-item-btn span {
  line-height: 1;
  padding-right: 55px;
  position: relative;
}
.service-item-btn span::after {
  content: "";
  background: url(../img/icon_arrow.svg) no-repeat center center/100%;
  width: 38px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.service-item-note {
  font-size: 0.9rem;
}

/* ----------------------------------------
	cta
---------------------------------------- */
.cta-list {
  margin-top: 15px;
}
@media screen and (min-width: 640px) {
  .cta-list {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .cta-list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .cta-item {
    width: 50%;
  }
}

.btn {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  border-radius: 50px;
  width: 100%;
  max-width: 260px;
  border: 1px solid;
  text-align: center;
  position: relative;
  padding: 0 10px;
  height: 60px;
}
@media screen and (min-width: 640px) {
  .btn {
    max-width: 260px;
    font-size: 2.2rem;
    padding: 0 30px;
    height: 60px;
  }
}
.btn .--txt {
  position: relative;
  width: 100%;
  text-align: left;
}
.btn .--txt::after {
  content: "";
  background: url(../img/icon_arrow.svg) no-repeat center center/100%;
  width: 28px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn .--bnr {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  background: #fff100;
  color: #000;
  right: -20px;
  top: -28px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  padding: 10px 0;
}
@media screen and (min-width: 640px) {
  .btn .--bnr {
    width: 85px;
    height: 85px;
    right: -42px;
    top: -24px;
    font-size: 1.3rem;
    padding: 16px 0;
  }
}
.btn .--bnr .t1 {
  font-size: 2.4em;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.btn .--bnr .t2 {
  font-size: 1.4em;
}

.tel {
  text-align: center;
  display: block;
}
.tel .--num {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .tel .--num {
    font-size: 4.7rem;
  }
}
.tel .--note {
  display: block;
  font-size: 1.2rem;
  margin-left: 10px;
}
@media screen and (min-width: 640px) {
  .tel .--note {
    font-size: 1.5rem;
    margin-left: 50px;
  }
}

/* --------------------------------------------------
  slick
-------------------------------------------------- */
/* slick */
.slick-arrow {
  border: none;
  width: 38px;
  height: 38px;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 20vw;
  z-index: 2;
}

.slick-arrow.prev {
  left: 0;
}

.slick-arrow.next {
  right: 0;
}

.slick-arrow.slick-disabled {
  display: none !important;
}

.slick-arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translateY(-50%) rotate(45deg);
}

.slick-arrow.prev::after {
  right: 9px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.slick-arrow.next::after {
  left: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media only screen and (min-width: 640px) {
  /* slick */
  .slick-arrow {
    width: 52px;
    height: 52px;
    top: 38%;
  }
  .slick-arrow::after {
    width: 20px;
    height: 20px;
  }
}
/* ----------------------------------------
	access
---------------------------------------- */
.access {
  margin: 64px auto;
  position: relative;
}
.access::before, .access::after {
  content: "";
  width: 190px;
  height: 190px;
  position: absolute;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .access::before, .access::after {
    width: 290px;
    height: 290px;
  }
}
.access::before {
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  top: 0;
  left: 10px;
}
@media screen and (min-width: 1280px) {
  .access::before {
    left: 0;
  }
}
.access::after {
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  bottom: 0;
  right: 10px;
}
@media screen and (min-width: 1280px) {
  .access::after {
    right: 0;
  }
}
.access-wrap {
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .access-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }
}
.access-img {
  max-width: 240px;
  width: 100%;
  margin: 0 auto 15px;
}
@media screen and (min-width: 1024px) {
  .access-img {
    margin: 0 6% 0 0;
  }
}
.access-img img {
  border-radius: 16px;
}
.access-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
}
@media screen and (min-width: 640px) {
  .access-ttl {
    font-size: 2.2rem;
  }
}
.access-txt {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .access-txt {
    font-size: 1.5rem;
  }
}
.access-txt-link {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (min-width: 640px) {
  .access-txt-link {
    font-size: 1.6rem;
  }
}
.access-txt-link .ico-arrow {
  margin-left: 4px;
}

.ico-arrow::before {
  content: "";
  background: url(../img/icon_arrow.svg) no-repeat center center/100%;
  width: 28px;
  height: 7px;
  display: inline-block;
}

/* ----------------------------------------
	faq
---------------------------------------- */
.faq {
  background: #edf1f2;
}
.faq-list {
  margin-top: 40px;
}
.faq-item {
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .faq-item {
    margin-bottom: 25px;
  }
}
.faq-item-ttl {
  font-size: 1.7rem;
  font-weight: 700;
  background: #fff;
  border-radius: 10px;
  display: flex;
  padding: 15px 20px;
}
@media screen and (min-width: 640px) {
  .faq-item-ttl {
    padding: 18px 50px;
    font-size: 1.8rem;
  }
}
.faq-item-ttl .--head {
  color: #007fc3;
}
.faq-item-txt {
  font-size: 1.5rem;
  padding: 15px 20px;
  line-height: 2.25;
  display: flex;
}
@media screen and (min-width: 640px) {
  .faq-item-txt {
    padding: 18px 50px;
    font-size: 1.6rem;
  }
}
.faq-item-txt .--head {
  color: #555;
}
.faq-item .--head {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin: 5px 12px 0 0;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .faq-item .--head {
    font-size: 3rem;
    margin: 0 25px 0 0;
  }
}
.faq-item .--body a {
  color: #007fc3;
  text-decoration: underline;
}

/* ----------------------------------------
	footer
---------------------------------------- */
.footer {
  background: linear-gradient(135deg, rgba(98, 248, 255, 0.7) 0%, rgba(74, 158, 254, 0.7) 100%);
  padding: 30px 0 10px;
  margin: 60px auto 60px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .footer {
    text-align: center;
  }
}
@media screen and (min-width: 640px) {
  .footer {
    padding: 120px 0 34px;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    margin-bottom: 0;
  }
}
.footer-inner {
  margin: 0 15px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .footer-inner {
    margin: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-inner {
    margin: 0 50px;
  }
}
@media screen and (min-width: 640px) {
  .footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.footer-logo {
  max-width: 160px;
  width: 100%;
  margin: 0 auto 20px;
  display: block;
}
@media screen and (min-width: 640px) {
  .footer-logo {
    max-width: 250px;
    margin: 0 0 30px;
  }
}
.footer-name {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 10px;
}
@media screen and (min-width: 640px) {
  .footer-name {
    font-size: 2.4rem;
    margin: 0 0 14px;
  }
}
.footer-add {
  font-size: 1.2rem;
}
@media screen and (max-width: 639px) {
  .footer-add {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 640px) {
  .footer-add {
    font-size: 1.6rem;
  }
}
.footer-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 640px) {
  .footer-nav {
    justify-content: flex-end;
  }
}
.footer-nav li {
  margin: 0 8px;
}
@media screen and (min-width: 640px) {
  .footer-nav li {
    margin: 0 0 0 16px;
  }
}
.footer-nav li a {
  font-size: 1.3rem;
}
.footer-copy {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}
@media screen and (max-width: 639px) {
  .footer-copy {
    text-align: center;
    font-size: 1rem;
  }
}
.footer-bg-logo {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.footer-bg-logo figure {
  display: flex;
  align-items: flex-start;
  width: 256%;
  height: 300px;
  animation: footer-bg-logo-scroll 30s linear infinite;
}
.footer-bg-logo figure img {
  width: 50%;
  max-width: none;
  flex-shrink: 0;
  display: block;
  margin-top: -16px;
}

@keyframes footer-bg-logo-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}/*# sourceMappingURL=common.css.map */