@charset "UTF-8";
/* リキッドレイアウト
================================================== */
html {
  font-size: 10px;
}
@media (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 374px) {
  html {
    font-size: 2.6737967914vw;
  }
}

/* body style
================================================== */
body {
  color: #1A2229;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
  }
}

@media (hover: hover) {
  a:hover {
    transition: 0.3s;
  }
}
/*! 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] {
  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 */
  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;
  appearance: checkbox;
}

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

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

button:disabled,
[type=button]:disabled,
[type=reset]: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: block;
  cursor: pointer;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

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

.l-inner {
  width: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (min-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 1250px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.l-grid-2col {
  grid-template-columns: 1fr;
  row-gap: 0.6rem;
  margin-top: 1rem;
}
@media screen and (min-width: 767px) {
  .l-grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 10%;
    column-gap: 7%;
    row-gap: 4.2rem;
  }
}

.l-grid-3col {
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .l-grid-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2%;
    column-gap: 5.1%;
    row-gap: 3rem;
  }
}

.l-grid-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 2%;
  column-gap: 2%;
  row-gap: 2%;
}
@media screen and (min-width: 767px) {
  .l-grid-4col {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}

.l-grid-5col {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 2%;
  column-gap: 2%;
  row-gap: 2rem;
}
@media screen and (min-width: 767px) {
  .l-grid-5col {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
  }
}

.l-grid-5col div {
  background-color: yellow;
}

.l-flex {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 767px) {
  .l-flex {
    justify-content: space-between;
    flex-direction: row;
  }
}

.l-flex__left {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 767px) {
  .l-flex__left {
    width: 48%;
    margin-right: 8rem;
  }
}

.l-flex__right {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 767px) {
  .l-flex__right {
    width: 46%;
  }
}

.l-max300,
.l-max400,
.l-max500,
.l-max600,
.l-max700,
.l-max800,
.l-max900,
.l-max1000 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-max300 {
  max-width: 300px;
}

.l-max400 {
  max-width: 400px;
}

.l-max600 {
  max-width: 600px;
}

.l-max500 {
  max-width: 500px;
}

.l-max700 {
  max-width: 700px;
}

.l-max800 {
  max-width: 800px;
}

.l-max900 {
  max-width: 900px;
}

.l-max1000 {
  max-width: 1000px;
}

.l-max400.-left {
  margin-left: 0;
}

.p-cta {
  background-color: #f7f6f5;
  padding-top: 3.4rem;
  padding-bottom: 4rem;
  margin-top: 8rem;
}
@media screen and (min-width: 767px) {
  .p-cta {
    padding-top: 7.4rem;
    padding-bottom: 10.1rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 767px) {
  .p-cta__inner .l-flex {
    justify-content: left;
  }
}
@media screen and (min-width: 767px) {
  .p-cta__inner .l-flex .l-flex__left {
    width: 29.7%;
    margin-right: 7.1rem;
  }
}
.p-cta__inner .l-flex:nth-of-type(2) {
  margin-top: 5.5rem;
}
.p-cta__inner .l-flex:nth-of-type(2) .l-flex__right {
  margin-top: 0.6rem;
}

.p-cta__img {
  position: relative;
  padding-top: 52.5373%;
}
@media screen and (min-width: 767px) {
  .p-cta__img {
    width: 100%;
    padding-top: 52.6315%;
  }
}

.p-cta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-cta__title {
  font-weight: 500;
  color: #292929;
  font-size: 2rem;
  line-height: 0.75;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 3rem;
}
.p-cta__text {
  font-weight: normal;
  color: #292929;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.75px;
  text-align: left;
  margin-top: 3rem;
}
@media screen and (min-width: 767px) {
  .p-cta__text {
    margin-top: 2.6rem;
  }
}

.p-cta__link {
  font-weight: 700;
  color: #1A2229;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.75px;
  margin-top: 3rem;
}
@media screen and (min-width: 767px) {
  .p-cta__link {
    margin-top: 4.2rem;
  }
}

.p-card {
  height: auto;
  margin-right: 2rem;
  width: 20.4rem;
}
@media screen and (min-width: 767px) {
  .p-card {
    width: 100%;
    position: relative;
    margin-right: 0;
  }
}

.p-card:last-of-type {
  margin-right: 0;
}

.p-card__img {
  position: relative;
  width: 20.4rem;
  height: 100%;
  padding-top: 62.42%;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-card__img {
    width: 100%;
    padding-top: 70%;
  }
}

.p-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 767px) {
  .p-card__img img {
    width: 90%;
  }
}

.p-card:nth-of-type(1) img {
  left: 0;
}
.p-card:nth-of-type(1) .p-card__text {
  margin-right: 0;
}
@media screen and (min-width: 767px) {
  .p-card:nth-of-type(1) .p-card__text {
    margin-right: 4rem;
  }
}

@media screen and (min-width: 767px) {
  .p-card:nth-of-type(2) img {
    left: 20px;
  }
}

.p-card:nth-of-type(3) img {
  right: 0;
}
@media screen and (min-width: 767px) {
  .p-card:nth-of-type(3) .p-card__text {
    margin-left: 4rem;
  }
}

.p-card__text {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
  color: #1A2229;
  margin: 0 auto;
  margin-top: 1.9rem;
  letter-spacing: 0;
}
@media screen and (min-width: 767px) {
  .p-card__text {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 2.8rem;
  }
}

.p-kv {
  width: 100%;
  position: relative;
  margin-top: 17.1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (min-width: 767px) {
  .p-kv {
    margin-top: 17rem;
    padding-left: 10.4rem;
    padding-right: 0;
  }
}

.p-kv__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
  margin-top: 1.9rem;
}
@media screen and (min-width: 767px) {
  .p-kv__title {
    font-size: 5.6rem;
    line-height: 1.32;
    margin-left: -3px;
    margin-top: 0;
  }
}
.p-kv__title span {
  font-size: 2rem;
  margin-left: 3px;
}
@media screen and (min-width: 767px) {
  .p-kv__title span {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0;
  }
}

.p-kv__text {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: 2.1rem;
  margin-left: 3px;
}
@media screen and (min-width: 767px) {
  .p-kv__text {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.58;
    margin-top: 3.2rem;
    margin-bottom: 5rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 767px) {
  .p-kv .l-flex {
    align-items: flex-end;
  }
}

.p-kv .l-flex__left {
  text-align: left;
  width: 100%;
  padding-bottom: 1.1rem;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 767px) {
  .p-kv .l-flex__left {
    width: 40%;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-kv .l-flex__right {
  width: 100%;
  height: 25.8rem;
}
@media screen and (min-width: 767px) {
  .p-kv .l-flex__right {
    width: 58.7%;
    height: 54rem;
  }
}

.p-kv__moviebox {
  position: relative;
  border: 10px solid #000;
  padding: 10px;
  height: inherit;
}
@media screen and (min-width: 767px) {
  .p-kv__moviebox {
    padding: 20px;
    border: 20px solid #000;
    border-right: none;
    padding-right: 0;
  }
}

.p-kv__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-kv__movie-text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  position: absolute;
  bottom: 8%;
  left: 0;
  white-space: pre-wrap;
  overflow: hidden;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  display: inline-block;
  overflow: hidden;
  letter-spacing: normal;
}
@media screen and (min-width: 767px) {
  .p-kv__movie-text {
    font-size: 1.4rem;
    bottom: 7%;
    padding-left: 5.8rem;
  }
}

.p-header__btn {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (min-width: 767px) {
  .p-header__btn {
    text-align: initial;
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: 0.4s;
  }
}

.typing-answer {
  width: 50ch;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  -webkit-animation: typing 3s steps(32), blink 0.5s step-end infinite alternate;
  animation: typing 3s steps(32), blink 0.5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: transparent;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
.p-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9990;
  padding: 3rem;
  padding-top: 2.1rem;
  background-color: #fff;
  transition: 0.4s;
}
@media screen and (min-width: 767px) {
  .p-header {
    position: absolute;
    padding-top: 6rem;
    padding-bottom: 2rem;
    padding-left: 6rem;
    padding-right: 5rem;
  }
}

.p-header__inner {
  display: block;
  height: inherit;
}
@media screen and (min-width: 767px) {
  .p-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.p-header__logo {
  width: 22.5rem;
}
@media screen and (min-width: 767px) {
  .p-header__logo {
    width: 34rem;
    height: 8.9rem;
  }
}

.p-header__logo .p-header__drawerlogo {
  width: 15.7rem;
  margin-top: 5px;
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 767px) {
  .p-header__nav {
    display: block;
    flex-grow: 1;
  }
}

@media screen and (min-width: 767px) {
  .p-header__list {
    display: flex;
    justify-content: right;
    align-items: center;
  }
}

.p-header__item {
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-header__item {
    border-right: 1px solid #DEE1E3;
    flex-grow: 0.1;
    line-height: 0.7;
    text-align: center;
  }
}
.p-header__item a {
  font-family: Avenir, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0;
}
.p-header__item a img {
  height: 2.8rem;
}

.p-header__item:nth-of-type(3) {
  border-right: none;
}

@media screen and (min-width: 767px) {
  .p-header__item:last-child {
    margin-right: 0;
    margin-left: 17.3px;
    border-right: none;
    flex-grow: 0;
  }
}

.p-header__item::after {
  position: absolute;
  content: "";
  top: 21px;
  left: 50%;
  width: 5px;
  height: 5px;
  transform: translateX(-50%) rotate(135deg);
  transition: 0.4s;
  border-top: 1px solid #1A2229;
  border-right: 1px solid #1A2229;
  will-change: opacity;
  opacity: 0.5;
}

.p-header__item:hover::after {
  top: 30px;
  opacity: 1;
  border-color: #0F92F2;
}

.p-header__item:nth-of-type(4)::after {
  display: none;
}

.p-header__humburger {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 10px;
  cursor: pointer;
  width: 34px;
  height: 34px;
  transform: 0.8s;
}
@media screen and (min-width: 767px) {
  .p-header__humburger {
    display: none;
  }
}

.p-header__humburger02 {
  display: block;
  transform: translateY(-300px);
}
@media screen and (min-width: 767px) {
  .p-header__humburger02 {
    display: none;
  }
}

.p-header__humburger02.fixed {
  transform: translate(0);
}

/*ボタン内側*/
.p-header__humburger span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  right: 19px;
  height: 1px;
  background: #1A2229;
  width: 100%;
}

.p-header__humburger span:nth-of-type(1) {
  top: 42px;
}

.p-header__humburger span:nth-of-type(2) {
  top: 51px;
}

.p-header__humburger span:nth-of-type(3) {
  top: 60px;
}

/*activeクラスが付与されると線が回転して×に*/
.p-header__humburger.active span:nth-of-type(1) {
  top: 40px;
  transform: translateY(6px) rotate(-45deg);
}

.p-header__humburger.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.p-header__humburger.active span:nth-of-type(3) {
  top: 52px;
  transform: translateY(-6px) rotate(45deg);
}

.p-header.hidden {
  transform: translateY(-100%);
}

.p-header__secondary {
  display: none;
}
@media screen and (min-width: 767px) {
  .p-header__secondary {
    display: block;
    position: fixed;
    top: 110px;
    width: 100%;
    background: rgb(26, 34, 41);
    color: #fff;
    padding: 2.1rem 7rem;
    transition: 0;
    opacity: 0;
    z-index: -9999;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.p-header__secondary.hidden {
  transform: translateY(-350%);
}

.p-header__secondary.visible {
  opacity: 1;
  z-index: 9999;
}

.p-header__secondary-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.p-header__secondary-item {
  flex-grow: 0.1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.p-header__secondary-item:last-of-type {
  border-right: none;
  flex-grow: 0;
}

.p-header__secondary-item a {
  font-size: 1.2rem;
  font-weight: 700;
}

.p-footer {
  font-family: Avenir, sans-serif;
  background-color: #1A2229;
  padding-top: 3.4rem;
  padding-bottom: 2.8rem;
}
@media screen and (min-width: 767px) {
  .p-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.p-footer__copyright {
  font-size: 1.26rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 767px) {
  .p-footer__copyright {
    font-size: 1.4rem;
  }
}
.p-footer__copyright span {
  opacity: 0.4;
  font-size: 1rem;
  margin-top: 1.5rem;
  display: inline-block;
}
@media screen and (min-width: 767px) {
  .p-footer__copyright span {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-top: 1rem;
  }
}

.p-drawer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 600;
  opacity: 0;
  transition: 0.4s;
  background-color: #fff;
  visibility: hidden;
}
@media screen and (min-width: 767px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer.open {
  opacity: 1;
  visibility: visible;
}

.p-drawer__inner {
  height: inherit;
  padding: 12.8rem 2.8rem;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.p-drawer__item {
  font-size: 2rem;
  font-weight: 800;
  font-family: Avenir, sans-serif;
  line-height: 0.94;
  letter-spacing: 0;
  text-align: left;
  color: #1A2229;
}
@media screen and (min-width: 767px) {
  .p-drawer__item {
    display: none;
  }
}

.p-drawer__item::after {
  border-color: #abb7c1;
  bottom: 3.8rem;
}

.header.is-fixed .p-drawer__item a {
  text-shadow: none;
  color: #1a2229;
}

@media (hover: hover) {
  .header.is-fixed .p-drawer__item:hover a {
    color: #0f92f2;
  }
  .header.is-fixed .p-drawer__item:hover::after {
    border-color: #0f92f2;
  }
}
.header.is-fixed .p-drawer__item.-morpho a img:nth-child(1) {
  opacity: 0;
}

.header.is-fixed .p-drawer__item.-morpho a img:nth-child(2) {
  opacity: 1;
}

.p-drawer__item {
  position: relative;
  border-bottom: 1px solid #eceeef;
}

@media (min-width: 768px) {
  .p-drawer__item {
    border-bottom: 0;
    color: #fff;
    height: inherit;
  }
}
@media (min-width: 768px) {
  .p-drawer__item + .p-drawer__item {
    margin-left: 8rem;
  }
}
.p-drawer__item a {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  padding: 3rem 1.2rem;
  transition: all 0.3s;
  color: black;
}

@media (min-width: 768px) {
  .p-drawer__item a {
    font-size: 1.6rem;
    padding: 0;
    text-shadow: 0 0 2rem #1a2229;
    height: inherit;
    display: flex;
    align-items: center;
  }
}
.p-drawer__item::after {
  content: "";
  position: absolute;
  bottom: 46%;
  right: 4.5%;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1.9px solid #0f92f2;
  border-right: 1.9px solid #0f92f2;
  transform: rotate(135deg);
  transition-duration: 0.3s;
}

@media (min-width: 768px) {
  .p-drawer__item::after {
    right: 0;
    left: 0;
    bottom: 0.8rem;
    margin: 0 auto;
    transform: rotate(135deg);
    opacity: 0.4;
    border-color: #fff;
  }
}
.p-drawer__item.-morpho {
  display: none;
}

@media (min-width: 768px) {
  .p-drawer__item.-morpho {
    display: flex;
    align-items: center;
  }
  .p-drawer__item.-morpho::after {
    display: none;
  }
  .p-drawer__item.-morpho a {
    position: relative;
    width: 8rem;
    height: inherit;
    padding: 0;
  }
  .p-drawer__item.-morpho a img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 8rem;
    height: 2.7rem;
  }
  .p-drawer__item.-morpho a img:nth-child(1) {
    opacity: 1;
  }
  .p-drawer__item.-morpho a img:nth-child(2) {
    opacity: 0;
  }
}
@media (hover: hover) {
  .p-drawer__item:hover::after {
    transform: translateY(0.4rem) rotate(135deg);
    opacity: 1;
  }
}
.header__nav-btn {
  align-self: center;
}

.header__nav-btn a {
  position: relative;
  display: block;
  background-color: #0f92f2;
  width: 30rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  padding: 1.4rem;
  border-radius: 10rem;
  text-align: center;
  margin: auto 0;
}

.p-drawer__box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 6rem;
  height: 30%;
}

.header__ext-link a {
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-left: 12px;
  display: flex;
  align-items: center;
}

.header__ext-link a::after {
  content: "";
  background-image: url(../img/arrow-right-blue.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.4rem;
  height: 1.3rem;
  margin-left: auto;
  margin-right: 10px;
}

.header__nav-btn a::after {
  content: "";
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  right: 2.4rem;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(135deg);
  transition-duration: 0.3s;
}

.p-about {
  text-align: center;
  z-index: 1;
  padding-top: 8rem;
  padding-bottom: 12.4rem;
  width: auto;
  padding-right: 3rem;
  padding-left: 3rem;
}
@media screen and (min-width: 767px) {
  .p-about {
    padding-top: 5rem;
    padding-bottom: 23rem;
    padding-right: initial;
    padding-left: initial;
  }
}

.p-about .c-sectionTitle {
  margin-top: -5px;
  letter-spacing: 0;
}
@media screen and (min-width: 767px) {
  .p-about .c-sectionTitle {
    margin-top: 1.3rem;
  }
}

.p-about .c-sectionTitle::before {
  left: 0;
  transform: translateX(0);
}
@media screen and (min-width: 767px) {
  .p-about .c-sectionTitle::before {
    top: 67px;
  }
}

.p-about .c-sectionSubtitle {
  margin-top: 1rem;
}
@media screen and (min-width: 767px) {
  .p-about .c-sectionSubtitle {
    margin-top: 2rem;
  }
}

.p-about .c-leadText {
  margin-top: 1.1rem;
}
@media screen and (min-width: 767px) {
  .p-about .c-leadText {
    margin-top: 2.96rem;
  }
}

.p-about .l-flex__right {
  text-align: left;
}
@media screen and (min-width: 767px) {
  .p-about .l-flex__right {
    width: 41.5%;
    padding-top: 7.5rem;
  }
}

.p-about__wrap01 {
  margin-top: 1rem;
}
@media screen and (min-width: 767px) {
  .p-about__wrap01 {
    margin-top: 15rem;
  }
}

.p-about .p-about__wrap01 .l-flex__right .l-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .p-about .p-about__wrap01 .l-flex__right .l-flex {
    flex-wrap: wrap;
    margin-top: 2.6rem;
  }
}

.p-about__wrap02 {
  margin: 0 calc(50% - 50vw);
  margin-top: -4px;
}
@media screen and (min-width: 767px) {
  .p-about__wrap02 {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: -80px;
  }
}

.p-about__wrap02 .l-flex {
  overflow-x: scroll;
  white-space: nowrap;
  flex-direction: row;
  padding-bottom: 8rem;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 767px) {
  .p-about__wrap02 .l-flex {
    justify-content: space-between;
    overflow-x: initial;
    white-space: initial;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.p-proposition {
  padding-top: 10rem;
  padding-bottom: 10rem;
  text-align: center;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 52%, rgb(243, 244, 245) 48%);
}
@media screen and (min-width: 767px) {
  .p-proposition {
    padding-top: 16rem;
    padding-bottom: 14rem;
  }
}
.p-proposition .c-sectionSubtitle {
  font-size: 2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 767px) {
  .p-proposition .c-sectionSubtitle {
    font-size: 2.6rem;
  }
}
.p-proposition .c-sectionSubtitle:last-of-type {
  font-size: 1.6rem;
  margin-top: 5rem;
}
@media screen and (min-width: 767px) {
  .p-proposition .c-sectionSubtitle:last-of-type {
    margin-top: 4rem;
    font-size: 2rem;
    line-height: 1.95;
  }
}

.p-proposition__wrap01 {
  margin-top: 4rem;
  box-shadow: 0px 6px 50px 0px rgba(26, 34, 41, 0.1);
}
@media screen and (min-width: 767px) {
  .p-proposition__wrap01 {
    margin-top: 6rem;
    box-shadow: none;
  }
}

.p-proposition .l-flex {
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .p-proposition .l-flex {
    flex-direction: row;
  }
}

.p-proposition__box {
  background-color: #fff;
  width: 100%;
  padding: 4.6rem 4rem 0rem;
  letter-spacing: 0;
}
@media screen and (min-width: 767px) {
  .p-proposition__box {
    width: 32%;
    margin-right: 4rem;
    padding: 7.8rem 3.8rem 2rem 3.5rem;
    border-radius: 10px;
    box-shadow: 0px 6px 50px 0px rgba(26, 34, 41, 0.1);
  }
}

.p-proposition__box:nth-of-type(2) {
  padding: 3rem;
}
@media screen and (min-width: 767px) {
  .p-proposition__box:nth-of-type(2) {
    padding: 7.8rem 3.8rem 2rem 3.5rem;
  }
}

.p-proposition__box:nth-of-type(3) {
  padding: 0;
  margin-right: 0;
}
@media screen and (min-width: 767px) {
  .p-proposition__box:nth-of-type(3) {
    padding: 7.8rem 3.8rem 2rem 3.5rem;
  }
}

.p-proposition__title {
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (min-width: 767px) {
  .p-proposition__title {
    font-size: 1.8rem;
  }
}
.p-proposition__title span {
  font-size: 2rem;
  color: #006DB2;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .p-proposition__title span {
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 0.48rem;
  }
}

.p-proposition__text {
  font-size: 1.4rem;
  margin-top: 2rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #ECEEEF;
}
@media screen and (min-width: 767px) {
  .p-proposition__text {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 3rem;
    letter-spacing: 0;
    line-height: 1.5;
    border-bottom: none;
    margin-top: 2.55rem;
  }
}

@media screen and (min-width: 767px) {
  .p-proposition__subText {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.p-proposition .c-sectionSubtitle {
  margin-top: 2.3rem;
}
@media screen and (min-width: 767px) {
  .p-proposition .c-sectionSubtitle {
    margin-top: 3rem;
  }
}

.p-proposition__detail {
  font-size: 1.2rem;
  font-weight: 500;
  width: 100%;
  margin-top: 3.1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 767px) {
  .p-proposition__detail {
    width: 31%;
    margin: 2rem 0 0 auto;
  }
}

.p-proposition__logo {
  max-width: 132px;
  margin-right: 2.2rem;
}
@media screen and (min-width: 767px) {
  .p-proposition__logo {
    max-width: 200px;
    margin-right: 0;
  }
}

.p-contact {
  background-color: rgba(26, 34, 41, 0.9);
  color: #fff;
  text-align: center;
  padding-top: 9rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 767px) {
  .p-contact {
    padding-top: 17.1rem;
    padding-bottom: 16rem;
    background-color: rgba(26, 34, 41, 0.95);
  }
}
.p-contact .js-verticalBar {
  margin-left: 0;
}
.p-contact .js-verticalBar::after {
  background-color: #fff;
}
.p-contact .c-sectionTitle {
  color: #fff;
  font-size: 4rem;
}
@media screen and (min-width: 767px) {
  .p-contact .c-sectionTitle {
    font-size: 6.4rem;
  }
}
.p-contact .c-sectionTitle::before {
  color: #fff;
  letter-spacing: 0;
  font-size: 1.6rem;
  top: 50px;
}
@media screen and (min-width: 767px) {
  .p-contact .c-sectionTitle::before {
    opacity: 0.4;
    top: 60px;
  }
}
.p-contact .c-leadText {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 1.6rem;
}
@media screen and (min-width: 767px) {
  .p-contact .c-leadText {
    font-size: 1.8rem;
    margin-top: 4.1rem;
  }
}
.p-contact .c-leadText:nth-child(2n) {
  font-size: 1.4rem;
}
@media screen and (min-width: 767px) {
  .p-contact .c-leadText:nth-child(2n) {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.p-contact .c-leadText:last-of-type {
  font-size: 1.2rem;
  text-align: left;
  margin-top: 4rem;
}
@media screen and (min-width: 767px) {
  .p-contact .c-leadText:last-of-type {
    font-size: 1.4rem;
    margin-top: 6rem;
  }
}
.p-contact .c-leadText:last-of-type span {
  color: #FF4674;
}

.p-contact__inner {
  max-width: 850px;
  padding-right: 2.6rem;
  padding-left: 2.6rem;
}
@media screen and (min-width: 767px) {
  .p-contact__inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.p-contact__form {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-contact__form {
    text-align: initial;
    letter-spacing: 0;
  }
  .p-form__item {
    display: flex;
    align-items: baseline;
    text-align: left;
  }
}
.p-form__item + .p-form__item {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-form__item + .p-form__item {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form__item--details {
    align-items: self-start;
  }
}
.p-form__label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .p-form__label {
    font-size: 1.8rem;
    width: 20rem;
    flex-shrink: 0;
  }
}
.p-form__label--required::after {
  content: "＊";
  font-size: 1.2rem;
  line-height: 1.5;
  color: #FF4674;
}

@media screen and (min-width: 768px) {
  .p-form__label--required::after {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form__item--details label {
    display: inline-block;
    margin-top: 1.7rem;
  }
}
.p-form__input {
  width: 100%;
}

.p-form__input input {
  width: 100%;
  padding: 1.2rem 1.9rem;
  margin-top: 1rem;
  background-color: #1A2229;
}

@media screen and (min-width: 768px) {
  .p-form__input input {
    padding: 1.875rem 2rem;
    margin-top: 0;
  }
}
.p-form__name-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.2rem;
}
@media screen and (min-width: 767px) {
  .p-form__name-wrap {
    margin-top: initial;
  }
}

.p-form__name-wrap-item {
  width: 100%;
}

.p-form__input--name input {
  width: 80%;
}

@media screen and (min-width: 768px) {
  .p-form__input--name input {
    width: 84%;
  }
}
.p-form__input--name span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-inline: 0.5rem;
}
@media screen and (min-width: 767px) {
  .p-form__input--name span {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__input--name span {
    margin-inline: 1.2rem;
  }
}
.p-form__input--name span.u-ml-0 {
  margin-left: 0;
}

.p-form__input--select {
  position: relative;
}

.p-form__input--select::before {
  content: "";
  position: absolute;
  top: 2.9rem;
  right: 2.3rem;
  width: 0.9rem;
  height: 0.9rem;
  transform: rotate(135deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .p-form__input--select::before {
    top: 2.1rem;
    right: 3.2rem;
  }
}
.p-form__input select {
  width: 100%;
  padding: 1.2rem 1.5rem;
  margin-top: 1rem;
  background-color: #1A2229;
}

@media screen and (min-width: 768px) {
  .p-form__input select {
    padding: 1.7rem 2rem;
    margin-top: 0;
  }
}
.p-form__input textarea {
  width: 100%;
  height: 24rem;
  resize: none;
  padding: 1.5rem;
  margin-top: 1rem;
  background-color: #1A2229;
}

@media screen and (min-width: 768px) {
  .p-form__input textarea {
    height: 28rem;
    padding: 1.7rem 2rem;
    margin-top: 0;
  }
}
.p-form__error {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff4674;
  display: inline-flex;
  align-items: center;
  margin-top: 1.1rem;
  display: none;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .p-form__error {
    font-size: 1.6rem;
  }
}
.p-form__error::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/error.svg) no-repeat center center/contain;
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-form__error::before {
    margin-right: 0.9rem;
  }
}
.p-form__input input.invalid,
.p-form__input select.invalid {
  border: 1px solid #ff4674;
}

.p-form__check {
  text-align: center;
  margin-top: 4.6rem;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .p-form__check {
    margin-top: 5.8rem;
  }
}
.p-form__check label {
  font-size: 1.4rem;
  line-height: 1;
  padding-top: 0.4rem;
  padding-left: 4rem;
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-form__check label {
    font-size: 1.6rem;
    padding-left: 4.6rem;
  }
}
.p-form__check label::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 3rem;
  height: 3rem;
  background-color: #1A2229;
}

.p-form__check label::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.9rem;
  width: 1.2rem;
  height: 0.8rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  display: none;
}

.p-form__check input[type=checkbox]:checked + label::after {
  display: block;
}

#check {
  display: none;
}

a[href="mailto:contact@morphoai.com"] {
  border-bottom: 1px solid #fff;
  margin-left: 4.5px;
  margin-right: 4.5px;
}

a[href="https://www.morphoai.com/privacy-policy"] {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.p-form__btn {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3.5rem;
}

@media screen and (min-width: 767px) {
  .p-form__btn {
    margin-top: 3rem;
    padding: 1.5rem 9rem;
  }
}

.p-form__btn input {
  cursor: not-allowed; 
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border: none;
  border-radius: 30px;
  width: 26rem;
  padding: 1.8rem;
  padding-bottom: 1.7rem;
  background-color: #0f92f2;
  background-image: url(../img/arrow-right.svg);
  background-position: right 2rem center;
  background-repeat: no-repeat;
  background-size: 1.6rem 1.4rem;
  transition-duration: 0.3s;
}

@media screen and (min-width: 767px){
  .p-form__btn input {
    font-size: 1.8rem;
    padding: 1.8rem;
  }
}

@media(hover: hover){
  .p-form__btn input:hover {
      background-color: #57b3f6;
  }
}

.p-form__btn input.is-active {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.2;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  ::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
}

::-moz-placeholder {
  color: #fff;
  opacity: 0.2;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  ::-moz-placeholder {
    font-size: 1.6rem;
  }
}

:-ms-input-placeholder {
  color: #fff;
  opacity: 0.2;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  :-ms-input-placeholder {
    font-size: 1.6rem;
  }
}

::-ms-input-placeholder {
  color: #fff;
  opacity: 0.2;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  ::-ms-input-placeholder {
    font-size: 1.6rem;
  }
}

::placeholder {
  color: #fff;
  opacity: 0.2;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  ::placeholder {
    font-size: 1.6rem;
  }
}

.p-usecase {
  background-color: #F3F4F5;
  padding-top: 10rem;
  text-align: center;
  padding-bottom: 4rem;
}
@media screen and (min-width: 767px) {
  .p-usecase {
    padding-top: 17rem;
    padding-bottom: 0;
  }
}
.p-usecase .c-sectionTitle {
  margin-top: -10px;
}
@media screen and (min-width: 767px) {
  .p-usecase .c-sectionTitle {
    margin-top: 1rem;
  }
}
.p-usecase .c-sectionTitle::before {
  top: 73px;
}
@media screen and (min-width: 767px) {
  .p-usecase .c-sectionTitle::before {
    top: 72px;
  }
}
.p-usecase .c-sectionSubtitle {
  margin-top: 1.2rem;
}
@media screen and (min-width: 767px) {
  .p-usecase .c-sectionSubtitle {
    margin-top: 2.04rem;
  }
}
@media screen and (min-width: 767px) {
  .p-usecase .c-leadText {
    margin-top: 2.8rem;
  }
}
.p-usecase .p-usecasediv:nth-of-type(4) .c-btn__arrow,
.p-usecase .p-usecasediv:nth-of-type(5) .c-btn__arrow,
.p-usecase .p-usecasediv:nth-of-type(6) .c-btn__arrow,
.p-usecase .p-usecasediv:nth-of-type(7) .c-btn__arrow {
  margin-top: 2.4rem;
}

.p-usecases {
  display: none;
}
@media screen and (min-width: 767px) {
  .p-usecases {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #dee1e3;
    padding-bottom: 3.8rem;
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

.p-usecasediv {
  padding: 20px;
  padding-top: 0;
  text-align: center;
  flex-basis: 25%;
  margin-bottom: 10px;
  border: none;
}
.p-usecasediv p {
  font-size: 1.8rem;
  letter-spacing: 0.024px;
  font-weight: 700;
  margin-top: 2rem;
}

.p-usecasediv:nth-of-type(1) {
  margin-left: 1px;
}

.p-usecase img {
  max-width: 100%;
  height: auto;
  width: 69.3%;
}

.p-usecase_detail {
  padding-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .p-usecase_detail {
    max-width: 1200px;
    padding-bottom: 16rem;
  }
}

.p-usecase_detail:last-of-type {
  padding-bottom: 0;
}
@media screen and (min-width: 767px) {
  .p-usecase_detail:last-of-type {
    padding-bottom: 19rem;
  }
}

.p-usecase_header {
  border-bottom: 1px solid #ECEEEF;
}
@media screen and (min-width: 767px) {
  .p-usecase_header {
    margin-bottom: 20px;
    text-align: center;
    border-bottom: none;
  }
}

.p-usecase_icon {
  display: none;
}
@media screen and (min-width: 767px) {
  .p-usecase_icon {
    font-family: Avenir, sans-serif;
    font-weight: 900;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #606E79;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

.p-usecase__title {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: left;
  padding: 2rem 3.5rem 2.5rem 3rem;
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  letter-spacing: 0;
}
@media screen and (min-width: 767px) {
  .p-usecase__title {
    padding: 0;
    font-size: 2.6rem;
    text-align: center;
    background-color: inherit;
    margin: inherit;
  }
}

.p-usecase_subtitle {
  font-size: 1.2em;
  color: #777;
}

.p-usecase__flex {
  display: block;
}
@media screen and (min-width: 767px) {
  .p-usecase__flex {
    display: flex;
    justify-content: space-between;
    margin-top: 8.5rem;
  }
}

.p-usecase__movie {
  max-width: 600px;
  height: auto;
  margin-top: 3rem;
}
@media screen and (min-width: 767px) {
  .p-usecase__movie {
    margin-top: 0;
    margin-right: 60px;
  }
}

.p-usecase__movie video {
  width: 680px;
  height: 213px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media screen and (min-width: 767px) {
  .p-usecase__movie video {
    height: 384px;
  }
}

.p-usecase__description {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .p-usecase__description {
    width: 50%;
  }
}

.p-usecase__description-item {
  margin-top: 3.3rem;
}
@media screen and (min-width: 767px) {
  .p-usecase__description-item {
    margin-top: 0;
    margin-bottom: 2.8rem;
  }
}

.p-usecase__description-item-lead {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 767px) {
  .p-usecase__description-item-lead {
    font-weight: 700;
    font-size: 1.6rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
}

.p-usecase__description-item-text {
  background-color: #fff;
  font-size: 1.4rem;
  padding: 2.5rem 2rem;
  letter-spacing: 0;
  border: 1px solid #DEE1E3;
  border-radius: 4px;
}
@media screen and (min-width: 767px) {
  .p-usecase__description-item-text {
    margin-top: 1.4rem;
    font-size: 1.6rem;
    padding: 4.1rem;
    padding-left: 2.9rem;
    padding-right: 5rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}

.p-usecase__description-item:nth-of-type(2) {
  margin-top: 2rem;
  margin-bottom: 0;
  letter-spacing: 0;
}
@media screen and (min-width: 767px) {
  .p-usecase__description-item:nth-of-type(2) .p-usecase__description-item-text {
    padding: 3.2rem;
    padding-left: 2.835rem;
  }
}

.p-usecase__additional-thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .p-usecase__additional-thumbnail {
    max-width: 1080px;
    flex-wrap: nowrap;
  }
}

.p-usecase__additional-thumbnail img {
  width: 13.5rem;
}

.p-usecase__additional {
  background-color: #e1e4e6;
  padding: 4rem 2.3rem;
  margin-top: 4rem;
}
@media screen and (min-width: 767px) {
  .p-usecase__additional {
    width: inherit;
    padding: 6rem;
    margin-top: 5rem;
  }
}

.p-usecase__additional-title {
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 767px) {
  .p-usecase__additional-title {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    letter-spacing: 0;
  }
}

.p-usecase__additional-title:nth-of-type(2) {
  margin-top: 4rem;
}
@media screen and (min-width: 767px) {
  .p-usecase__additional-title:nth-of-type(2) {
    margin-top: 5rem;
  }
}

.p-usecase__additional-related {
  background-color: #606E79;
  color: #fff;
  padding: 3rem 1.75rem;
  border-radius: 4px;
}
@media screen and (min-width: 767px) {
  .p-usecase__additional-related {
    padding: 5rem;
  }
}

.p-usecase__additional-related-text01 {
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0;
  font-size: 1.4rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
  .p-usecase__additional-related-text01 {
    font-size: 1.6rem;
    padding-bottom: 3rem;
    line-height: 1.5;
  }
}

.p-usecase__additional-related-text02 {
  font-size: 1.4rem;
  padding-top: 2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 767px) {
  .p-usecase__additional-related-text02 {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    padding-top: 2.8rem;
  }
}

/* アコーディオンの初期状態 */
.js-accordion-content {
  display: none;
}
@media screen and (min-width: 767px) {
  .js-accordion-content {
    display: block;
  }
}

/* スマホ用スタイル */
@media (max-width: 766px) {
  .js-accordion-content {
    display: none;
  }
  .js-accordion-content.open {
    display: block;
  }
  .js-accordion-button {
    cursor: pointer;
  }
}
.p-usecase_detail .js-accordion-content {
  display: none;
}
@media screen and (min-width: 767px) {
  .p-usecase_detail .js-accordion-content {
    display: initial;
  }
}

.p-usecase_detail .js-accordion-content.open {
  display: block;
  padding: 1.8rem 0.9rem;
}
@media screen and (min-width: 767px) {
  .p-usecase_detail .js-accordion-content.open {
    padding: 0;
  }
}

.p-usecase_detail .js-accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .p-usecase_detail .js-accordion-button {
    justify-content: center;
    letter-spacing: 0;
  }
}

.p-usecase_detail .js-accordion-button .plus-icon {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  color: #606e79;
  transition: transform 0.3s;
  background-color: #f3f4f5;
  border-radius: 30px;
  width: 3rem;
  height: 3rem;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
@media screen and (min-width: 767px) {
  .p-usecase_detail .js-accordion-button .plus-icon {
    display: none;
  }
}

.p-usecase_detail:first-child .js-accordion-content {
  display: block;
}

@media screen and (min-width: 767px) {
  #case03 .c-leadText {
    margin-top: 2.5rem;
  }
  #case03 .p-usecase_icon {
    margin-bottom: 1.8rem;
  }
  #case03 .p-usecase__description-item-lead {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 767px) {
  #case04 {
    margin-top: 0.2rem;
  }
}
#case04 .p-usecase__description-item-lead {
  margin-top: 0.6rem;
}
#case04 .p-usecase__additional {
  margin-top: 4.7rem;
}

@media screen and (min-width: 767px) {
  #case05 {
    margin-top: 0.1rem;
  }
  #case05 .p-usecase__flex {
    margin-top: 7.8rem;
  }
  #case05 .p-usecase__description {
    margin-top: 0.6rem;
  }
  #case05 .p-usecase__description-item:nth-of-type(2) .p-usecase__description-item-lead {
    margin-top: 3.1rem;
  }
  #case05 .p-usecase__description-item:nth-of-type(2) .p-usecase__description-item-text {
    padding: 3rem;
    padding-left: 2.9rem;
  }
  #case05 .p-usecase__additional {
    margin-top: 5.5rem;
  }
}

@media screen and (min-width: 767px) {
  #case06 .p-usecase__description-item:nth-of-type(2) .p-usecase__description-item-lead {
    margin-top: 3.1rem;
  }
}

@media screen and (min-width: 767px) {
  #case07 {
    margin-top: -2px;
  }
  #case07 .p-usecase__description-item:nth-of-type(2) .p-usecase__description-item-lead {
    margin-top: 3.1rem;
  }
  #case07 .p-usecase__description-item:nth-of-type(2) .p-usecase__description-item-text {
    padding: 3rem;
    padding-left: 2.9rem;
  }
}

.c-logo {
  display: inline-block;
  text-align: center;
}

.c-logo img {
  display: inline-block;
  width: 100%;
}

.c-leadText {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (min-width: 767px) {
  .c-leadText {
    margin-top: 2.5rem;
    font-size: 1.6rem;
  }
}

.c-label {
  flex-shrink: 0;
  display: inline-block;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 0.9rem 1.5rem;
  background-color: #606E79;
  text-align: center;
  min-width: 45px;
  color: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 767px) {
  .c-label {
    font-size: 1.4rem;
    padding: 1.2rem 2.5rem;
    line-height: 1;
  }
}

.c-sectionTitle {
  font-weight: 900;
  color: black;
  font-family: Avenir, sans-serif;
  position: relative;
  font-size: 4.8rem;
  letter-spacing: 0;
}
@media screen and (min-width: 767px) {
  .c-sectionTitle {
    font-size: 7.2rem;
    line-height: 0.63;
    letter-spacing: 0;
  }
}
.c-sectionTitle::before {
  position: absolute;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  content: attr(data-ja);
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: 700;
  color: #606E79;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 767px) {
  .c-sectionTitle::before {
    font-size: 1.8rem;
    letter-spacing: 0.027em;
    line-height: 1.5;
    top: 60px;
  }
}

.c-sectionSubtitle {
  font-size: 2rem;
  font-weight: bold;
  color: #1A2229;
  margin-top: 1.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 767px) {
  .c-sectionSubtitle {
    font-size: 3rem;
    margin-top: 4rem;
    line-height: 1.5;
  }
}

.sectionTitle__squareBox {
  display: flex;
  justify-content: center;
}

.p-about .sectionTitle__squareBox {
  justify-content: left;
}

.sectionTitle__squareBox span {
  width: 6px;
  height: 6px;
  margin-right: 5px;
  margin-bottom: 15px;
  background-color: #1A2229;
}
@media screen and (min-width: 767px) {
  .sectionTitle__squareBox span {
    margin-bottom: 25px;
  }
}

.sectionTitle__squareBox span:nth-of-type(2) {
  opacity: 0.7;
}

.sectionTitle__squareBox span:nth-of-type(3) {
  opacity: 0.3;
}

.c-btn01 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 1.8rem 3rem;
  line-height: 18px;
  min-width: 120px;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 0;
  transition: 0.3s;
  z-index: 300;
}
@media screen and (min-width: 767px) {
  .c-btn01 {
    font-size: 1.8rem;
    padding: 1.8rem 1.2rem;
    min-width: 110px;
    margin: 0 auto;
  }
}

.c-btn01 {
  background-color: #0F92F2;
  padding: 1.8rem 3.9rem 1.6rem 3.3rem;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .c-btn01 {
    padding: 1.6rem 4.2rem;
    padding-right: 5.7rem;
    letter-spacing: 0;
    line-height: normal;
  }
}
.c-btn01 .c-btn01text:nth-child(1) {
  font-size: 1.2rem;
}
@media screen and (min-width: 767px) {
  .c-btn01 .c-btn01text:nth-child(1) {
    font-size: 1.4rem;
    margin-right: 6px;
  }
}

.c-btn01::after {
  position: absolute;
  content: "";
  top: 48%;
  right: 1.5rem;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 767px) {
  .c-btn01::after {
    right: 3.6rem;
  }
}

.c-btn__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(222, 225, 227, 0.5);
  border-radius: 50%;
  cursor: pointer;
  margin: 12px auto;
  text-decoration: none;
  /* アンカーリンクの下線を削除 */
}

.c-btn__arrow:hover {
  background-color: rgb(222, 225, 227);
  opacity: initial;
}

.c-btn__arrow-down {
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #606E79;
  border-right: 2px solid #606E79;
  transform: rotate(45deg);
}

@media (hover: hover) {
  .c-btn01:hover {
    transition: 0.3s;
    opacity: 0.6;
  }
}
.c-media {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 4rem;
}
@media screen and (min-width: 767px) {
  .c-media {
    width: 102rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

.c-media img {
  width: 100%;
  height: auto;
  line-height: 1;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*スクロールダウン全体の場所*/
.js-verticalBar {
  /*描画位置※位置は適宜調整してください*/
  position: relative;
  height: 40px;
  margin-top: 4rem;
  margin-left: 20px;
}
@media screen and (min-width: 767px) {
  .js-verticalBar {
    margin-top: 7rem;
    height: 60px;
  }
}

.p-usecase .js-verticalBar {
  margin-left: 0;
}

/* 線の描写 */
.js-verticalBar::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 40px;
  background: #ABB7C1;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out forwards;
  animation: pathmove 1.4s ease-in-out forwards;
  opacity: 0;
}
@media screen and (min-width: 767px) {
  .js-verticalBar::after {
    height: 60px;
  }
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 40px;
    opacity: 1;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 40px;
    opacity: 1;
  }
}
@media screen and (min-width: 767px) {
  @-webkit-keyframes pathmove {
    0% {
      height: 0;
      opacity: 0;
    }
    100% {
      height: 60px;
      opacity: 1;
    }
  }
  @keyframes pathmove {
    0% {
      height: 0;
      opacity: 0;
    }
    100% {
      height: 60px;
      opacity: 1;
    }
  }
}
.u-textCenter {
  text-align: center;
}

.u-textRight {
  text-align: right;
}

.u-textLeft {
  text-align: left;
}

/* utility margin
================================================== */
.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt40 {
  margin-top: 3.1rem;
}
@media screen and (min-width: 767px) {
  .mt40 {
    margin-top: 4.1rem !important;
  }
}

.mt50 {
  margin-top: 5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mt100 {
  margin-top: 10rem !important;
}

.mt120 {
  margin-top: 12rem !important;
}

.mb40 {
  margin-bottom: 4rem;
}
@media screen and (min-width: 767px) {
  .mb40 {
    margin-bottom: initial;
  }
}

.u-colorwhite {
  color: #fff;
}

.u-colorWhite {
  color: #fff;
}

/* hidden
================================================== */
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
.displayNone {
  display: none;
}

#typing-container {
  max-width: 98%;
  display: inline-block;
  overflow: hidden;
}

.cursor {
  display: inline-block;
  width: 1px;
  height: 1.2em;
  margin-left: 10px;
  background-color: #fff;
  vertical-align: bottom;
  -webkit-animation: blink 1s steps(2, start) infinite;
  animation: blink 1s steps(2, start) infinite;
}

@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
/* 初期表示のスタイル */
.js-header-alt {
  display: block;
  transition: 0.4s;
  transform: translateY(-300px);
}

/* スクロール後に表示するスタイル */
.js-header-alt.visible {
  display: block;
  transform: translateY(0px);
  position: fixed;
  top: 0;
  width: 100%;
  /* 必要に応じて背景色を設定 */
  z-index: 9998;
  padding-top: 3.2rem;
  padding-bottom: 2.2rem;
  padding-left: 3rem;
  padding-right: 5rem;
  box-shadow: 0px 6px 20px 0px rgba(26, 34, 41, 0.05);
}
@media screen and (min-width: 767px) {
  .js-header-alt.visible {
    padding-top: 3.1rem;
    padding-bottom: 3.1rem;
    padding-left: 5rem;
    box-shadow: 0px 8px 30px 0px rgba(26, 34, 41, 0.04);
  }
}
.js-header-alt.visible .c-logo {
  width: 15.5rem;
}
@media screen and (min-width: 767px) {
  .js-header-alt.visible .c-logo {
    width: 20.56rem;
    height: initial;
  }
}
.js-header-alt.visible .p-header__nav {
  flex-grow: 0.81;
}

/* 元のヘッダーをスクロール後に隠すスタイル */
.js-header.hidden {
  display: none;
}

html.hidden {
  overflow: hidden;
}

body.hidden {
  overflow: hidden;
}

.fixed-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.fixed-btn {
  position: fixed;
  bottom: 3.5rem;
  right: 3.5rem;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  color: #fff;
  font-weight: 700;
}

.fixed-btn:hover {
  opacity: 0.8;
}

.fixed-btn__link {
  position: relative;
  display: flex;
  align-items: center;
  height: 5rem;
  background-color: #0f92f2;
  padding: 0 4.5rem 0 3.1rem;
  border-radius: 5rem;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .fixed-btn__link::after {
    right: 2.6rem;
  }
}
.fixed-btn__link::after {
  content: "";
  position: absolute;
  right: 2.1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(135deg);
  transition-duration: 0.3s;
}

.fixed-btn.small .fixed-btn__link {
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  padding: 0;
}

.fixed-btn.small .fixed-btn__text {
  opacity: 0;
  position: absolute;
}

.fixed-btn__text {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.fixed-btn__text span {
  font-size: 1.2rem;
}

.fixed-btn.hidden {
  display: none;
}

/*# sourceMappingURL=style.css.map */