@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections */
/* ============================================ */
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 {
  -webkit-box-sizing: content-box;
          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;
}

html {
  font-size: 62.5%;
}
@media (max-width: 767px) {
  html {
    font-size: 2.7778vw;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 0.6945vw;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  p {
    font-size: 1.3rem;
  }
}

.pc-only {
  display: block;
  line-height: 0;
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-only {
    display: inline-block !important;
    line-height: 0;
  }
}

.common-sec .sec-ttl {
  padding-left: 5.55%;
}
.common-sec .description {
  padding-left: 5.55%;
  padding-top: 6rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .common-sec .description {
    padding-right: 5.55%;
    padding-top: 4rem;
    font-size: 1.4rem;
  }
}

.sec-ttl .ja {
  font-size: 1.5rem;
  position: relative;
  padding-left: 2rem;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .sec-ttl .ja {
    font-size: 1.2rem;
  }
}
.sec-ttl .ja::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
  margin: auto;
  background-image: url(../img/icon_yellow_dot.svg);
  width: 1.1rem;
  height: 1.1rem;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-ttl .en {
  font-size: 6rem;
  margin-top: 0.8rem;
  display: block;
}
@media (max-width: 767px) {
  .sec-ttl .en {
    font-size: 3.2rem;
  }
}

.en {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.brackets-start {
  text-indent: -1em;
  text-indent: -0.5em;
  display: inline-block;
}

.ellipse-btn {
  display: inline-block;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ellipse-btn p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .ellipse-btn p {
    font-size: 1.1rem;
  }
}

.ellipse-btn-svg .ellipse-btn-svg1 {
  stroke-dasharray: 1130.4;
  stroke: #000;
  -webkit-transform: translate(2%, 3%);
      -ms-transform: translate(2%, 3%);
          transform: translate(2%, 3%);
}

.ellipse-btn.hover .ellipse-btn-svg {
  -webkit-animation: anime-ellipse 1.4s 1 ease;
          animation: anime-ellipse 1.4s 1 ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.ellipse-btn.yet.hover .ellipse-btn-svg {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes anime-ellipse {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -2000;
  }
}

@keyframes anime-ellipse {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -2000;
  }
}
.square-btn {
  background-color: #FFCD00;
  color: #333333;
  text-align: center;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 100px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  letter-spacing: 0.06em;
  background-image: -webkit-gradient(linear, left top, right top, from(#333333), color-stop(50%, #333333), color-stop(50%, #FFCD00), to(#FFCD00));
  background-image: linear-gradient(to right, #333333 0%, #333333 50%, #FFCD00 50%, #FFCD00 100%);
  -webkit-transition: background-position ease 0.3s;
  transition: background-position ease 0.3s;
  margin: auto;
}
@media (max-width: 767px) {
  .square-btn {
    height: 6rem;
    line-height: 6rem;
    font-size: 1.5rem;
  }
}
.square-btn.hover {
  background-position: 0 0;
  color: #FFCD00;
}
.square-btn.hover input {
  background-image: url(../img/icon-feather-arrow-right-yellow.svg);
}
.square-btn input {
  width: 100%;
  background-image: url(../img/icon-feather-arrow-right.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 96%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .square-btn input {
    background-size: 1.4rem;
    background-position-x: 93%;
  }
}

/* アニメーション設定 */
.fade {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}

.fade.is-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

@media all and (-ms-high-contrast: none) {
  .fade {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/*---------------------　ローディング　---------------------*/
#loading {
  -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.8s;
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.8s;
  background-color: #ADE0EE;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3000;
}

#loading.active {
  width: 0;
}

#loading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 460px;
  height: 203px;
  background: url(../img/logo_top.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-animation: logo 0.4s ease 0.2s 1 forwards;
  animation: logo 0.4s ease 0.2s 1 forwards;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}
@media (max-width: 960px) {
  #loading .logo {
    width: 240px;
    height: 52.69px;
    top: 48%;
  }
}

#loading .bar {
  position: relative;
  width: 0;
  height: 100%;
  background-color: #f2f1ef;
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.2s;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.2s;
}

#loading .bar.active {
  width: 100%;
}

@-webkit-keyframes logo {
  0% {
    opacity: 0;
    margin-top: 22px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes logo {
  0% {
    opacity: 0;
    margin-top: 22px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
/*---------------------header---------------------*/
#header {
  width: 100%;
  background: #fff;
  position: fixed;
  opacity: 1;
  bottom: 0;
  left: 0;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  border-bottom: 1px solid #333333;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#header.change {
  opacity: 0;
}
#header img {
  width: 14rem;
  height: 3.1rem;
}
@media (max-width: 960px) {
  #header img {
    width: 12rem;
    height: auto;
  }
}
@media (max-width: 960px) {
  #header {
    padding-right: 0;
    padding-left: 0;
    border-bottom: none;
    display: block;
  }
  #header .logo-trapalle {
    width: 100%;
    border-bottom: 0.1rem solid #333333;
    padding-left: 4%;
    padding-top: 1.16rem;
    padding-bottom: 1.16rem;
    height: 4.99rem;
  }
}
#header .header-container {
  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;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  width: 100%;
}
@media (max-width: 960px) {
  #header .header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.4rem;
    line-height: 1;
  }
}
#header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 960px) {
  #header nav ul {
    display: none;
    padding-bottom: 2rem;
  }
}
#header nav ul.active {
  display: block;
}
#header nav li a {
  position: relative;
  display: block;
  padding: 2rem;
  letter-spacing: 0.08em;
}
#header nav li a.hover::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #ADE0EE;
  -webkit-transition: all 0s;
  transition: all 0s;
  opacity: 0;
  -webkit-animation: bgcolor 0.25s ease-out;
          animation: bgcolor 0.25s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@-webkit-keyframes bgcolor {
  from {
    width: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
@keyframes bgcolor {
  from {
    width: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
#header nav .cont a {
  padding-left: 4.1rem;
  position: relative;
}
#header nav .cont a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
  margin: auto;
  background-image: url(../img/icon_contact.svg);
  width: 1.5rem;
  height: 1rem;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 960px) {
  #header nav .cont {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 4.2rem;
    position: relative;
  }
  #header nav .cont::before {
    content: "お問い合わせ";
    display: inline-block;
    position: absolute;
    top: -2.5rem;
  }
  #header nav .cont a {
    text-align: center;
    display: inline-block;
    width: 100%;
    background-color: #ADE0EE;
    width: 100%;
    background-image: url(../img/icon-feather-arrow-right.svg);
    background-size: 1.4rem;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 94%;
  }
  #header nav .cont a::before {
    left: 11rem;
  }
}
#header.t-active {
  display: block;
}
#header.t-active .nav ul {
  display: block;
}

@media (min-width: 960px) {
  .et-hero-tabs-container a.active::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #ADE0EE;
    -webkit-transition: all 0s;
    transition: all 0s;
    opacity: 0;
    -webkit-animation: bgcolor 0.25s ease-out;
            animation: bgcolor 0.25s ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  @-webkit-keyframes bgcolor {
    from {
      width: 0;
    }
    to {
      width: 100%;
      opacity: 1;
    }
  }
  @keyframes bgcolor {
    from {
      width: 0;
    }
    to {
      width: 100%;
      opacity: 1;
    }
  }
}
.big-tab-only {
  display: none;
}
@media (max-width: 960px) {
  .big-tab-only {
    display: block;
  }
}

#appears-by-scroll.active {
  display: block;
}

#appears-by-scroll.active-top {
  display: block !important;
}

.t-active #appears-by-scroll {
  display: block;
}

@media (max-width: 960px) {
  #header {
    position: fixed;
  }
  #hamburger {
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 5rem;
    height: 4.9rem;
    background-color: #ADE0EE;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1000;
  }
  #hamburger span {
    width: 2.5rem;
    height: 2px;
    background: #333333;
    position: absolute;
    left: 1.2rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #hamburger span:nth-child(1) {
    top: 1.6rem;
  }
  #hamburger span:nth-child(2) {
    top: 2.3rem;
  }
  #hamburger span:nth-child(3) {
    top: 3rem;
  }
  #hamburger.active span:nth-child(1) {
    top: 2.4rem;
    left: 1.2rem;
    background: #333333;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #hamburger.active span:nth-child(2), #hamburger.active span:nth-child(3) {
    top: 2.4rem;
    background: #333333;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #hamburger.active-top {
    border-left: 1px solid #333 !important;
    border-bottom: 1px solid #333 !important;
  }
  #header {
    background-color: transparent;
  }
  .logo-trapalle {
    background-color: white;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    position: relative;
    z-index: 100;
    position: relative;
  }
  .logo-trapalle::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #333;
    right: 5rem;
    top: 0;
  }
  body.menu-active .logo-trapalle,
  body.show-header .logo-trapalle {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  body.menu-active #hamburger span:nth-child(1) {
    top: 2.4rem;
    left: 1.2rem;
    background: #333;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body.menu-active #hamburger span:nth-child(2),
  body.menu-active #hamburger span:nth-child(3) {
    top: 2.4rem;
    background: #333;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header nav {
    background-color: white;
    width: 100%;
  }
  body.menu-active #header nav {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #header nav ul {
    display: block;
  }
}
/*---------------------footer---------------------*/
#footer {
  background-color: #ADE0EE;
  background-size: cover;
  padding-right: 2.77%;
  padding-left: 2.77%;
  padding-bottom: 3rem;
  padding-top: 5rem;
  color: #333333;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  #footer {
    padding-top: 4.3rem;
    padding-right: 5.33%;
    padding-left: 5.33%;
  }
}
#footer .trapalle-logo {
  width: 28rem;
  height: auto;
}
@media (max-width: 767px) {
  #footer .trapalle-logo {
    width: 20rem;
  }
}
#footer .tsk-logo {
  width: 16rem;
  height: auto;
}
@media (max-width: 767px) {
  #footer .tsk-logo {
    width: 14rem;
  }
}
#footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #footer .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#footer .footer-info div {
  font-size: 1.2rem;
  line-height: 1.66;
  font-weight: 500;
}
@media (max-width: 767px) {
  #footer .footer-info div {
    font-size: 1.1rem;
    margin-top: 2rem;
  }
}
#footer .footer-info div p {
  margin-top: 2.4rem;
  font-size: 1.2rem;
  line-height: 1.66;
}
#footer address {
  font-style: normal;
}
#footer .copy {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767px) {
  #footer .copy {
    font-size: 1rem;
    margin-top: 3rem;
  }
}

/*---------------------footer---------------------*/
#first-sec {
  position: relative;
  padding-bottom: 26rem;
}
#first-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  z-index: -1;
}
#first-sec #disappear-by-scroll {
  background-color: #ADE0EE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 3rem;
}
@media (max-width: 960px) {
  #first-sec #disappear-by-scroll {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
  }
}
#first-sec #disappear-by-scroll img {
  width: 12rem;
  height: auto;
}
@media (max-width: 767px) {
  #first-sec #disappear-by-scroll img {
    width: 9rem;
    height: auto;
  }
}
#first-sec #disappear-by-scroll .ellipse-btn p {
  font-size: 1.2rem;
  padding-left: 2rem;
}
#first-sec #disappear-by-scroll .ellipse-btn p::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
  margin: auto;
  background-image: url(../img/icon_contact.svg);
  width: 1.8rem;
  height: 1.2rem;
  top: 25%;
  left: 20%;
}
@media (max-width: 960px) {
  #first-sec #disappear-by-scroll .bigtb-over-only {
    display: none;
  }
}
#first-sec .yellow-bg {
  position: relative;
  background-color: #ADE0EE;
  background-image: url(../img/bg_sky.jpg);
  padding-top: 11rem;
  padding-bottom: 62rem;
  padding-left: 5.55%;
}
@media (max-width: 960px) {
  #first-sec .yellow-bg {
    padding-top: 42%;
    padding-bottom: 94%;
  }
}
@media (max-width: 767px) {
  #first-sec .yellow-bg {
    padding-top: 15rem;
  }
}
#first-sec .yellow-bg .logo {
  max-width: 52rem;
}
#first-sec .yellow-bg .logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #first-sec .yellow-bg .logo {
    max-width: 24rem;
  }
}
#first-sec .yellow-bg .sub-hedding {
  padding-top: 4rem;
  font-size: 2.4rem;
  line-height: 1.9;
  letter-spacing: 0.16em;
  font-weight: bold;
}
@media (max-width: 767px) {
  #first-sec .yellow-bg .sub-hedding {
    font-size: 1.4rem;
    padding-top: 2.5rem;
    letter-spacing: 0.1em;
  }
}
#first-sec .yellow-bg .movie-box {
  position: absolute;
  right: 0;
  bottom: -26%;
  width: 86%;
}
#first-sec .yellow-bg .movie-box img {
  width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  #first-sec .yellow-bg .movie-box {
    bottom: -49.5%;
  }
}
@media (max-width: 767px) {
  #first-sec .yellow-bg .movie-box {
    bottom: -29rem;
  }
}
@media (max-width: 767px) {
  #first-sec .yellow-bg {
    padding-bottom: 34rem;
  }
}
#first-sec .white-bg {
  background-color: #fff;
  padding-left: 13%;
  padding-right: 8.3%;
  padding-top: 37.5rem;
  padding-bottom: 12rem;
  letter-spacing: 0.06em;
}
@media (max-width: 960px) {
  #first-sec .white-bg {
    background-color: #F2F1EF;
    padding-top: 97%;
  }
}
@media (max-width: 767px) {
  #first-sec .white-bg {
    padding-top: 33.5rem;
    padding-left: 5.55%;
    padding-right: 5.55%;
    padding-bottom: 7rem;
  }
}
#first-sec .white-bg p {
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
  padding-left: 4.6rem;
  padding-bottom: 1.9rem;
  display: inline-block;
}
@media (max-width: 767px) {
  #first-sec .white-bg p {
    font-size: 1.3rem;
    padding-left: 2.6rem;
  }
}
#first-sec .white-bg p::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
  margin: auto;
  background-image: url(../img/icon_wslash_left.svg);
  width: 2.6rem;
  height: 2.1rem;
  left: 0;
}
@media (max-width: 767px) {
  #first-sec .white-bg p::before {
    width: 1.6rem;
    height: 1rem;
    right: -2.5rem;
    bottom: 2rem;
  }
}
#first-sec .white-bg p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
  margin: auto;
  background-image: url(../img/icon_wslash_right.svg);
  width: 2.6rem;
  height: 2.1rem;
  right: -3.6rem;
}
@media (max-width: 767px) {
  #first-sec .white-bg p::after {
    width: 1.6rem;
    height: 1rem;
    bottom: 2rem;
    right: -2.5rem;
  }
}
#first-sec .white-bg .contack-link {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
#first-sec .white-bg .contack-link a {
  position: relative;
  display: block;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #first-sec .white-bg .contack-link a {
    font-size: 1.4rem;
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
    padding-left: 0;
  }
}
#first-sec .white-bg .contack-link a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(../img/icon_arrow_down.svg);
  width: 6.2rem;
  height: 6.2rem;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  #first-sec .white-bg .contack-link a::after {
    right: 0;
    width: 4rem;
    height: 4rem;
  }
}
#first-sec .white-bg .contack-link a.hover {
  color: #fff;
  background-color: #333333;
}
#first-sec .white-bg .contack-link a.hover::after {
  background-image: url(../img/icon_arrow_down_fff.svg);
}

.p-fv-scroll {
  display: inline-block;
  position: absolute;
  left: 6.4%;
  bottom: 0;
  padding-bottom: 28.8rem;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-align: left;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  z-index: 1;
}
@media (max-width: 960px) {
  .p-fv-scroll {
    font-size: 1rem;
  }
}
.p-fv-scroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 51%;
  width: 1px;
  height: 25.5rem;
  background: rgba(255, 255, 255, 0.9);
}
.p-fv-scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 51%;
  width: 1px;
  height: 25.5rem;
  background: #333333;
  animation-direction: reverse;
  -webkit-animation: sdl 1.5s cubic-bezier(0.4, 0, 1, 1) infinite;
  animation: sdl 1.5s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@-webkit-keyframes sdl {
  0% {
    height: 80%;
    bottom: -9%;
    opacity: 0;
  }
  30% {
    height: 80%;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: 0;
    opacity: 0;
  }
}
@keyframes sdl {
  0% {
    height: 80%;
    bottom: -9%;
    opacity: 0;
  }
  30% {
    height: 80%;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: 0;
    opacity: 0;
  }
}
@media (max-width: 960px) {
  @-webkit-keyframes sdl {
    0% {
      height: 53%;
      bottom: 0;
      opacity: 0;
    }
    30% {
      height: 53%;
      opacity: 1;
    }
    100% {
      height: 0;
      bottom: 0;
      opacity: 0;
    }
  }
  @keyframes sdl {
    0% {
      height: 53%;
      bottom: 0;
      opacity: 0;
    }
    30% {
      height: 53%;
      opacity: 1;
    }
    100% {
      height: 0;
      bottom: 0;
      opacity: 0;
    }
  }
}
@media (max-width: 767px) {
  @-webkit-keyframes sdl {
    0% {
      height: 53%;
      bottom: 0;
      opacity: 0;
    }
    30% {
      height: 53%;
      opacity: 1;
    }
    100% {
      height: 0;
      bottom: 0;
      opacity: 0;
    }
  }
  @keyframes sdl {
    0% {
      height: 53%;
      bottom: 0;
      opacity: 0;
    }
    30% {
      height: 53%;
      opacity: 1;
    }
    100% {
      height: 0;
      bottom: 0;
      opacity: 0;
    }
  }
}

@media (max-width: 960px) {
  .p-fv-scroll {
    padding-bottom: 23.5rem;
  }
  .p-fv-scroll::before {
    height: 21.4rem;
  }
  .p-fv-scroll::after {
    height: 21.4rem;
  }
}
@media (max-width: 767px) {
  .p-fv-scroll {
    padding-bottom: 9.4rem;
  }
  .p-fv-scroll::before {
    height: 7.4rem;
  }
  .p-fv-scroll::after {
    height: 7.4rem;
  }
}
#about-sec {
  padding-top: 12rem;
  padding-bottom: 20rem;
  text-align: center;
}
@media (max-width: 767px) {
  #about-sec {
    padding-top: 5rem;
    padding-bottom: 13rem;
  }
}
#about-sec.common-sec .description {
  letter-spacing: 0.08em;
}
#about-sec .introduction-box {
  margin-top: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #about-sec .introduction-box {
    margin-top: 9.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#about-sec .award {
  margin-top: 6rem;
  margin-left: 5.55%;
  margin-right: 5.55%;
  display: inline-block;
  border-bottom: 1px solid #333333;
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  #about-sec .award {
    margin-top: 4rem;
  }
}
#about-sec .award a {
  display: inline;
  color: #fff;
  background-color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.08em;
}
#about-sec .award a.pc-only {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#about-sec .award a.pc-only span {
  padding: 0.1rem 0.5rem;
}
#about-sec .award a.pc-only span:last-of-type {
  padding-right: 2rem;
  position: relative;
  text-indent: 1em;
}
#about-sec .award a.pc-only span:last-of-type::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
  margin: auto;
  background-image: url(../img/icon_right_arrow_fff.svg);
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.6rem;
}
#about-sec .award a.pc-only.hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  #about-sec .award a.sp-only {
    display: inline !important;
    font-size: 1.4rem;
  }
}
#about-sec .award a.sp-only span {
  padding: 0.1rem 0.5rem;
}
#about-sec .award a.sp-only span:first-of-type {
  padding-right: 0.1rem;
}
#about-sec .award a.sp-only span:last-of-type {
  padding-right: 2rem;
  position: relative;
  text-indent: 1em;
}
#about-sec .award a.sp-only span:last-of-type::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
  margin: auto;
  background-image: url(../img/icon_right_arrow_fff.svg);
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.6rem;
}
#about-sec .inner {
  width: 50%;
  padding-bottom: 7rem;
}
@media (max-width: 767px) {
  #about-sec .inner {
    width: 100%;
    padding-bottom: 3.5rem;
  }
}
#about-sec .inner img {
  width: 100%;
  height: auto;
}
#about-sec .inner .hedding {
  margin-top: 5rem;
  padding-right: 8.33%;
  padding-left: 8.33%;
}
@media (max-width: 767px) {
  #about-sec .inner .hedding {
    margin-top: 2.7rem;
    padding-right: 5.55%;
    padding-left: 5.55%;
  }
}
#about-sec .inner .hedding .en {
  font-size: 5rem;
  letter-spacing: 0.08em;
  display: block;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #about-sec .inner .hedding .en {
    font-size: 3rem;
  }
}
#about-sec .inner .hedding .ja {
  display: inline-block;
  background-color: #333333;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  #about-sec .inner .hedding .ja {
    font-size: 1.4rem;
  }
}
#about-sec .inner p {
  letter-spacing: 0.06em;
  padding-top: 3rem;
  padding-right: 8.33%;
  padding-left: 8.33%;
  font-weight: 500;
}
@media (max-width: 767px) {
  #about-sec .inner p {
    padding-top: 2.5rem;
    padding-right: 5.55%;
    padding-left: 5.55%;
  }
}
#about-sec .inner + .inner {
  border-left: 1px solid #333333;
}
@media (max-width: 767px) {
  #about-sec .inner + .inner {
    border-left: none;
    border-top: 1px solid #333333;
    padding-top: 4rem;
  }
}
#about-sec .inner a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#about-sec .inner a.hover {
  opacity: 0.7;
}
#about-sec .youtube {
  border-top: 1px solid #333333;
  margin-right: 2.77%;
  margin-left: 2.77%;
  text-align: center;
  padding-top: 7rem;
}
@media (max-width: 767px) {
  #about-sec .youtube {
    padding-right: 2.77%;
    padding-left: 2.77%;
    margin-right: 0;
    margin-left: 0;
  }
}
#about-sec .youtube .ellipse-btn p span {
  position: relative;
  left: -3%;
}
#about-sec .youtube .ellipse-btn p span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
  margin: auto;
  background-image: url(../img/icon-feather-arrow-right.svg);
  width: 1.3rem;
  height: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.8rem;
}

#case-study-sec {
  background-color: #fff;
  padding-top: 12rem;
  text-align: center;
}
@media (max-width: 767px) {
  #case-study-sec {
    padding-top: 5rem;
  }
}
#case-study-sec .center {
  text-align: center;
  width: 13rem;
}
@media (max-width: 960px) {
  #case-study-sec .center {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #case-study-sec .center::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #333333;
    margin: auto;
  }
}
#case-study-sec .caution {
  font-size: 1.1rem;
}
#case-study-sec table {
  margin-top: 1rem;
  width: -webkit-fill-available;
}
#case-study-sec table td {
  text-align: right;
  vertical-align: baseline;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 960px) {
  #case-study-sec table td {
    position: relative;
    text-align: center;
    display: block;
    font-size: 1.2rem;
  }
}
@media (max-width: 960px) {
  #case-study-sec table tr:last-of-type .center::after {
    height: 0;
  }
  #case-study-sec table td:last-of-type {
    padding-top: 0.2rem;
    padding-bottom: 1.5rem;
  }
}
#case-study-sec .size {
  display: block;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 1rem;
}
#case-study-sec .price {
  display: block;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 960px) {
  #case-study-sec .price {
    overflow-wrap: break-word;
  }
}
#case-study-sec .description {
  margin-left: 5.55%;
  padding-bottom: 8rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
#case-study-sec .description::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #333333;
  width: 100%;
  height: 1px;
  bottom: -9rem;
  right: 0;
}
@media (max-width: 767px) {
  #case-study-sec .description::after {
    bottom: -7rem;
  }
}
@media (max-width: 767px) {
  #case-study-sec .description {
    padding-bottom: 7.5rem;
  }
}
#case-study-sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -4rem;
}
#case-study-sec ul::after {
  display: block;
  content: "";
  width: 32rem;
}
@media (max-width: 767px) {
  #case-study-sec ul {
    margin-left: 0;
  }
}
#case-study-sec li {
  width: 32rem;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  #case-study-sec li {
    width: 15rem;
    padding-left: 0;
  }
}
#case-study-sec li .hedding {
  display: inline-block;
  color: #fff;
  background-color: #333;
  font-size: 2.4rem;
  margin-top: 3rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding: 0.7rem 0.5rem 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  #case-study-sec li .hedding {
    font-size: 1.8rem;
  }
}
#case-study-sec li p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  #case-study-sec li p {
    font-size: 1.3rem;
  }
}

/* ---------- slick-slider ---------- */
.slick-slider,
.slick-list {
  position: static !important;
}

.top_slide {
  position: relative;
  overflow: hidden;
  padding-bottom: 18rem;
}
.top_slide::after {
  content: "";
  background-color: #ADE0EE;
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .top_slide {
    padding-bottom: 10rem;
  }
}

.top_slide_label {
  position: absolute;
  top: 200px;
  left: 7.5%;
  width: 100%;
}

.top_slide_label small {
  position: absolute;
  top: 0;
  left: -52px;
  font-size: 114px;
  color: #ffffff;
  opacity: 0.4;
}

.top_slide_label span {
  position: absolute;
  top: 100px;
  left: -50px;
  font-size: 162px;
  color: #ffffff;
  opacity: 0.4;
}

.top_slide_image_frame {
  overflow: hidden;
  margin-left: 5.55%;
  margin-right: 5.55%;
}

.top_slide_image {
  padding-top: 15rem;
}
@media (max-width: 767px) {
  .top_slide_image {
    padding-top: 11rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.top_slide_image_inner {
  z-index: 10;
}

.top_slide_image li a {
  display: block;
  margin: 30px 30px 0;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.top_slide_image img {
  width: 100%;
  height: auto;
}

.slick-num {
  position: absolute;
  top: 2.5%;
  right: 24rem;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
}
.slick-num .all-count {
  position: relative;
  margin-left: 6rem;
}
.slick-num .all-count::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 4rem;
  height: 1px;
  right: 2.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #333333;
}
@media (max-width: 767px) {
  .slick-num {
    display: none;
  }
}

.all-count {
  position: relative;
}
.all-count::before {
  position: absolute;
  content: "0";
  display: inline-block;
  left: 0;
}

.slick-num .all-count::before {
  position: absolute;
  content: "0";
  display: inline-block;
  left: -0.8em;
}

.slick-num .all-count::after {
  right: 3.6rem;
}

.slick-num .now-count {
  position: relative;
  left: -1.8rem;
}
.slick-num .now-count::before {
  position: absolute;
  content: "0";
  display: inline-block;
  left: -0.8em;
}

.top_slide_image_clone li.clone_next {
  opacity: 1;
}

.top_slide_image_clone li.clone_prev {
  opacity: 0;
}

.top_slide_image_clone li.clone_next.fade {
  opacity: 0;
}

.top_slide_image_clone li.clone_prev.fade {
  opacity: 1;
}

.top_slide_image_clone li a {
  display: block;
  margin: 30px 30px 0;
}

/* slick */
.top_slide .slick-list {
  overflow: visible !important;
}

.top_slide .slick-slide.action a,
.top_slide .action .slick-center a {
  display: none;
}

.top_slide_button {
  position: absolute;
  top: 0;
  z-index: 20;
  font-size: 0;
  right: 5.55%;
}

.top_slide_button button {
  display: inline-block;
  width: 6rem;
  height: 6rem;
}
@media (max-width: 767px) {
  .top_slide_button button {
    width: 5rem;
    height: 5rem;
  }
}

.top_slide_button_left {
  background-image: url(../img/icon_circle_left_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.top_slide_button_right {
  margin-left: 1.8rem;
  background-image: url(../img/icon_circle_right_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .top_slide_button_right {
    margin-left: 1.5rem;
  }
}

#function-sec {
  background-color: #fff;
  padding-top: 12rem;
  padding-bottom: 18rem;
  background-image: url(../img/bg_checks.png?220909);
  background-size: 100%;
  background-position: bottom;
}
@media (max-width: 767px) {
  #function-sec {
    padding-top: 5rem;
    padding-bottom: 10rem;
    background-size: auto;
  }
}
#function-sec .function-list {
  border-top: 1px solid #333333;
  margin-top: 20rem;
  padding-top: 12rem;
  margin-left: 5.55%;
  padding-left: 5.88%;
  padding-right: 8.88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  #function-sec .function-list {
    padding-left: 0;
    padding-right: 5.55%;
    margin-top: 9.5rem;
    padding-top: 7.5rem;
  }
}
#function-sec .function-list li {
  width: 44.82%;
}
#function-sec .function-list li:nth-child(even) {
  margin-top: 7.4rem;
}
@media (max-width: 767px) {
  #function-sec .function-list li:nth-child(even) {
    margin-top: 7rem;
  }
}
@media (max-width: 767px) {
  #function-sec .function-list li:nth-child(odd) {
    margin-top: 7rem;
  }
}
#function-sec .function-list li:first-of-type {
  margin-top: 0;
}
@media (max-width: 767px) {
  #function-sec .function-list li {
    width: 100%;
  }
}
#function-sec .function-list li img {
  width: 100%;
  height: auto;
}
#function-sec .function-list li .num {
  margin-top: 0.6rem;
  font-size: 3.7rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 767px) {
  #function-sec .function-list li .num {
    font-size: 2.3rem;
  }
}
#function-sec .function-list li .line-img {
  width: 51.8rem;
  height: 1.19rem;
}
@media (max-width: 1440px) {
  #function-sec .function-list li .line-img {
    width: 100%;
  }
}
#function-sec .function-list li .inner {
  margin-top: 4rem;
  width: 92%;
  margin-left: auto;
}
@media (max-width: 767px) {
  #function-sec .function-list li .inner {
    margin-top: 2rem;
    width: 93.75%;
  }
}
#function-sec .function-list li .inner:first-child {
  padding-bottom: 11rem;
}
#function-sec .function-list li .inner:nth-child(2) {
  padding-bottom: 11rem;
}
#function-sec .function-list li .inner p {
  letter-spacing: 0.06em;
  line-height: 2.125;
  font-weight: 500;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  #function-sec .function-list li .inner p {
    margin-top: 2.4rem;
  }
}
#function-sec .function-list li .inner img {
  margin-bottom: 3.8rem;
}
@media (max-width: 767px) {
  #function-sec .function-list li .inner img {
    margin-bottom: 3rem;
  }
}
#function-sec .function-list li .hedding {
  display: inline;
  color: #fff;
  background-color: #333333;
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media (max-width: 960px) {
  #function-sec .function-list li .hedding {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  #function-sec .function-list li .hedding {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}

#linenap-slide {
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  #linenap-slide {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
#linenap-slide.loop-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
#linenap-slide.loop-slide img {
  width: auto;
  height: 19.4rem;
}
#linenap-slide.loop-slide img:first-child {
  -webkit-animation: slide1 60s -30s linear infinite;
          animation: slide1 60s -30s linear infinite;
}
#linenap-slide.loop-slide img:last-child {
  -webkit-animation: slide2 60s linear infinite;
          animation: slide2 60s linear infinite;
}
@media (max-width: 767px) {
  #linenap-slide.loop-slide img {
    height: 12.125rem;
  }
}
@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

#who-sec {
  background-color: #fff;
  padding-top: 13rem;
  padding-bottom: 20rem;
}
@media (max-width: 767px) {
  #who-sec {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}
#who-sec .who-list {
  margin-left: 5.55%;
  margin-right: 5.55%;
  margin-top: 20rem;
  padding-left: 3.125%;
  padding-right: 3.125%;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #who-sec .who-list {
    margin-top: 10rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
#who-sec .who-list li {
  text-align: right;
  width: 50%;
  margin-top: 5rem;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  #who-sec .who-list li {
    width: 100%;
  }
}
#who-sec .who-list li:first-of-type {
  border-right: 1px solid #333333;
  padding-right: 8rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  #who-sec .who-list li:first-of-type {
    border-right: 0;
    border-bottom: 1px solid #333333;
    padding-right: 0;
  }
}
#who-sec .who-list li:first-of-type .hedding {
  width: 26rem;
}
@media (max-width: 767px) {
  #who-sec .who-list li:first-of-type .hedding {
    width: 18rem;
  }
}
#who-sec .who-list li:last-of-type {
  padding-left: 8rem;
}
@media (max-width: 767px) {
  #who-sec .who-list li:last-of-type {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 4rem;
  }
}
#who-sec .who-list li:last-of-type .hedding {
  width: 28rem;
}
@media (max-width: 767px) {
  #who-sec .who-list li:last-of-type .hedding {
    width: 22rem;
  }
}
#who-sec .who-list li img {
  width: 100%;
  height: auto;
}
#who-sec .who-list li .character {
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 4rem;
  text-align: left;
}
#who-sec .who-list li .ellipse-btn {
  margin-top: 4rem;
}
#who-sec .who-list li .ellipse-btn p span {
  position: relative;
  left: -3%;
}
#who-sec .who-list li .ellipse-btn p span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
  margin: auto;
  background-image: url(../img/icon-feather-arrow-right.svg);
  width: 1.3rem;
  height: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.8rem;
}
#who-sec .who-list li .ellipse-btn.yet p span {
  left: auto;
}
#who-sec .who-list li .ellipse-btn.yet p span::after {
  content: none;
}

/* カード */
/* modal */
.ed-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
}

div#modalOverlay {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.ed-closeModal {
  position: absolute;
  top: -35px;
  right: 5px;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0.5;
}

.ed-closeModal::before, .ed-closeModal::after {
  content: "";
  width: 2.5rem;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.ed-closeModal::before {
  left: 0;
}

.ed-closeModal::after {
  right: 1rem;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.modalContent {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
}

.video {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 2px 5px #313131);
          filter: drop-shadow(0px 2px 5px #313131);
  -webkit-animation: fadeIn 1.2s ease 0s 1 normal;
          animation: fadeIn 1.2s ease 0s 1 normal;
}

.video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  ul.youtubeList li {
    width: 100%;
  }
}
#contact-sec {
  padding-top: 120px;
  padding-bottom: 140px;
  padding-right: 8.33%;
  padding-left: 8.33%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #F2F1EF;
}
@media (max-width: 960px) {
  #contact-sec {
    padding-right: 5.55%;
    padding-left: 5.55%;
    padding-top: 5rem;
    padding-bottom: 9.6rem;
  }
}
#contact-sec .description {
  margin-top: 60px;
}
@media (max-width: 960px) {
  #contact-sec .description {
    margin-top: 4.5rem;
  }
}
#contact-sec .sec-ttl {
  text-align: center;
}
#contact-sec .tel-box {
  margin-top: 180px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
@media (max-width: 960px) {
  #contact-sec .tel-box {
    margin-top: 9.5rem;
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
}
#contact-sec .tel-box .tel-num {
  font-size: 40px;
  line-height: 1.35;
}
@media (max-width: 960px) {
  #contact-sec .tel-box .tel-num {
    font-size: 2.4rem;
  }
}
#contact-sec .tel-box p {
  margin-top: 1rem;
  line-height: 1;
  font-size: 20px;
}
@media (max-width: 767px) {
  #contact-sec .tel-box p {
    margin-top: 0.7rem;
    font-size: 1.3rem;
  }
}
#contact-sec .form-table {
  width: 86%;
  letter-spacing: 0.06em;
  margin: 90px auto;
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  #contact-sec .form-table {
    width: 100%;
  }
}
@media (max-width: 960px) {
  #contact-sec .form-table {
    margin: 6rem auto;
  }
}
#contact-sec .form-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contact-sec .form-table tr.text-area {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 960px) {
  #contact-sec .form-table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contact-sec .form-table tr + tr {
  margin-top: 30px;
}
@media (max-width: 960px) {
  #contact-sec .form-table tr + tr {
    margin-top: 3rem;
  }
}
#contact-sec .form-table tr th {
  width: 27%;
  line-height: 60px;
  display: block;
}
@media (max-width: 960px) {
  #contact-sec .form-table tr th {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.78;
  }
}
#contact-sec .form-table tr .required,
#contact-sec .form-table tr .optional {
  font-size: 13px;
  padding: 3px 6px;
  border-radius: 5px;
  margin-right: 20px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 960px) {
  #contact-sec .form-table tr .required,
  #contact-sec .form-table tr .optional {
    font-size: 1.2rem;
    margin-right: 1rem;
  }
}
#contact-sec .form-table tr .required {
  background-color: #E54646;
}
#contact-sec .form-table tr .optional {
  background-color: #A4A4A4;
}
#contact-sec .form-table tr td {
  width: 72.75%;
  display: block;
}
@media (max-width: 960px) {
  #contact-sec .form-table tr td {
    width: 100%;
    margin-top: 10px;
  }
}
#contact-sec .form-table tr td.auto-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact-sec .form-table tr .claim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact-sec .form-table tr .claim input {
  width: 26px;
  height: 26px;
}
#contact-sec .form-table tr .claim span {
  display: inline-block;
  font-size: 15px;
  margin-left: 14px;
  font-weight: bold;
}
@media (max-width: 960px) {
  #contact-sec .form-table tr .claim span {
    font-size: 1.4rem;
  }
}
#contact-sec .form-table input {
  display: block;
  background-color: #fff;
  border: 1px solid #333333;
  border-radius: 1px;
  height: 60px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 960px) {
  #contact-sec .form-table input {
    font-size: 16px;
  }
}
#contact-sec .form-table input::-webkit-input-placeholder {
  color: #AFAFAF;
}
#contact-sec .form-table input::-moz-placeholder {
  color: #AFAFAF;
}
#contact-sec .form-table input:-ms-input-placeholder {
  color: #AFAFAF;
}
#contact-sec .form-table input::-ms-input-placeholder {
  color: #AFAFAF;
}
#contact-sec .form-table input::placeholder {
  color: #AFAFAF;
}
#contact-sec .form-table textarea {
  line-height: 1.5;
  padding: 20px;
  height: 200px;
  width: 100%;
  resize: none;
  background-color: #fff;
  border: 1px solid #333333;
  border-radius: 1px;
}
#contact-sec .form-table .select-area {
  position: relative;
  background-color: #EEEEEE;
  border-radius: 5px;
}
#contact-sec .form-table .select-area select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  line-height: 60px;
  height: 60px;
  padding-right: 20px !important;
  padding-left: 20px !important;
  border-radius: 5px;
}
#contact-sec .form-table .select-area select::-ms-expand {
  display: none;
}
@media (max-width: 768px) {
  #contact-sec .form-table .select-area select {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #contact-sec .form-table .select-area select {
    font-size: 16px;
  }
}
#contact-sec .form-table .select-area select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#contact-sec .form-table .select-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
  margin: auto;
  background-image: url(../img/lp/icon_black_tri.svg);
  width: 10px;
  height: 8px;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
#contact-sec .form-table .short-text {
  width: 37.5%;
}
@media (max-width: 960px) {
  #contact-sec .form-table .short-text {
    width: 100%;
  }
}
#contact-sec .form-table .zip-button {
  color: #fff;
  background-color: #333333;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  width: auto;
  height: 46px;
  border-radius: 3px;
}
@media (max-width: 960px) {
  #contact-sec .form-table .zip-button {
    width: 12rem;
    font-size: 14px;
  }
}
#contact-sec .privacy-button {
  width: 86%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  #contact-sec .privacy-button {
    width: 100%;
  }
}
#contact-sec .privacy-button .privacy-link {
  text-decoration: underline;
  margin-left: 9px;
  color: #E54646;
}
@media (max-width: 767px) {
  #contact-sec .privacy-button .privacy-link {
    margin-left: 7px;
  }
}
#contact-sec .privacy-button .privacy-link:hover {
  opacity: 0.8;
}
#contact-sec .privacy-button p {
  text-indent: -1.5em;
  padding-left: 2em;
}
#contact-sec .zip-button {
  -webkit-appearance: none;
}
#contact-sec .square-btn {
  margin-top: 70px;
}
@media (max-width: 960px) {
  #contact-sec .square-btn {
    margin-top: 4rem;
  }
}

.thanks-page #first-sec::after {
  bottom: -80%;
}
.thanks-page #contact-sec {
  background-color: #ADE0EE;
  padding-top: 10rem;
  padding-bottom: 15rem;
}
@media (max-width: 767px) {
  .thanks-page #contact-sec {
    padding-top: 6.4rem;
    padding-bottom: 9.6rem;
  }
}
.thanks-page .contact-thanks {
  font-size: 3.1rem;
  line-height: 1.48;
  font-weight: 700;
  margin-top: 6rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .thanks-page .contact-thanks {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
}
.thanks-page .reply-again {
  margin-top: 4rem;
  letter-spacing: 0.07em;
  line-height: 2.125;
}
@media (max-width: 767px) {
  .thanks-page .reply-again {
    margin-top: 2.5rem;
  }
}/*# sourceMappingURL=style.css.map */